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 65cae5a commit d8210b2Copy full SHA for d8210b2
javascript/tokenscript-viewer/src/integration/constants.ts
@@ -148,7 +148,11 @@ export const CHAIN_CONFIG: {[chain: number]: IChainConfig} = {
148
explorer: 'https://sepolia.etherscan.io/tx/'
149
},
150
[ChainID.HOLESKY]: {
151
- rpc: `https://holesky.infura.io/v3/${INFURA_API_KEY}`,
+ rpc: [
152
+ `https://holesky.infura.io/v3/${INFURA_API_KEY}`,
153
+ 'https://holesky.gateway.tenderly.co',
154
+ 'https://1rpc.io/holesky'
155
+ ],
156
explorer: 'https://holesky.etherscan.io/tx/'
157
158
[ChainID.POLYGON]: {
0 commit comments