Skip to content

Commit d8210b2

Browse files
committed
chore: Add Holesky backup RPC nodes
1 parent 65cae5a commit d8210b2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,11 @@ export const CHAIN_CONFIG: {[chain: number]: IChainConfig} = {
148148
explorer: 'https://sepolia.etherscan.io/tx/'
149149
},
150150
[ChainID.HOLESKY]: {
151-
rpc: `https://holesky.infura.io/v3/${INFURA_API_KEY}`,
151+
rpc: [
152+
`https://holesky.infura.io/v3/${INFURA_API_KEY}`,
153+
'https://holesky.gateway.tenderly.co',
154+
'https://1rpc.io/holesky'
155+
],
152156
explorer: 'https://holesky.etherscan.io/tx/'
153157
},
154158
[ChainID.POLYGON]: {

0 commit comments

Comments
 (0)