Skip to content

Commit 3739ad6

Browse files
committed
fix: Temporarily disable additional polygon RPCs to improve performance
FallbackProvider SHOULD be named Quorum provider since it sends requests to all providers at once. It's not like a waterfall styles fallback as the name suggests.
1 parent 05ff6da commit 3739ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ export const CHAIN_CONFIG: {[chain: number]: IChainConfig} = {
107107
`https://polygon-mainnet.infura.io/v3/${INFURA_API_KEY}`,
108108
"https://polygon-rpc.com/",
109109
"https://rpc-mainnet.matic.quiknode.pro",
110-
"https://polygon-bor.publicnode.com",
111-
"https://polygon.gateway.tenderly.co"
110+
/*"https://polygon-bor.publicnode.com",
111+
"https://polygon.gateway.tenderly.co"*/
112112
],
113113
explorer: 'https://polygonscan.com/tx/'
114114
},

0 commit comments

Comments
 (0)