We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a31abae commit b8ba9b8Copy full SHA for b8ba9b8
javascript/tokenscript-viewer/src/integration/constants.ts
@@ -105,7 +105,14 @@ export const CHAIN_CONFIG: {[chain: number]: IChainConfig} = {
105
[ChainID.POLYGON]: {
106
rpc: [
107
`https://polygon-mainnet.infura.io/v3/${INFURA_API_KEY}`,
108
- //'https://polygon.meowrpc.com'
+ "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"
116
],
117
explorer: 'https://polygonscan.com/tx/'
118
},
0 commit comments