Skip to content

Commit

Permalink
fix config for op rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
r0wdy1 committed Oct 22, 2024
1 parent a5d931f commit 117e479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const config = {
rpcUrls: ['https://rpc.ankr.com/polygon', 'https://polygon-rpc.com', 'https://polygon-mainnet.g.alchemy.com/v2/fnUqqB1tThPuSpM33VFm26wqXISKPS2n'],
},
'10': {
rpcUrls: ['https://virtual.optimism.rpc.tenderly.co/977f39f0-6cfc-474d-a237-835f1e475ff1'],
rpcUrls: ['https://mainnet.optimism.io','https://optimism.llamarpc.com','https://optimism.gateway.tenderly.co'],
},

'728126428': {
Expand Down

0 comments on commit 117e479

Please sign in to comment.