Skip to content

Commit b8ba9b8

Browse files
committed
fix: Add additional RPC URLs for polygon
1 parent a31abae commit b8ba9b8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

javascript/tokenscript-viewer/src/integration/constants.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,14 @@ export const CHAIN_CONFIG: {[chain: number]: IChainConfig} = {
105105
[ChainID.POLYGON]: {
106106
rpc: [
107107
`https://polygon-mainnet.infura.io/v3/${INFURA_API_KEY}`,
108-
//'https://polygon.meowrpc.com'
108+
"https://polygon-rpc.com/",
109+
"https://rpc-mainnet.matic.network",
110+
"https://matic-mainnet.chainstacklabs.com",
111+
"https://rpc-mainnet.maticvigil.com",
112+
"https://rpc-mainnet.matic.quiknode.pro",
113+
"https://matic-mainnet-full-rpc.bwarelabs.com",
114+
"https://polygon-bor.publicnode.com",
115+
"https://polygon.gateway.tenderly.co"
109116
],
110117
explorer: 'https://polygonscan.com/tx/'
111118
},

0 commit comments

Comments
 (0)