Skip to content

Commit

Permalink
add alternative rpc for mode
Browse files Browse the repository at this point in the history
  • Loading branch information
seguido committed Jul 18, 2024
1 parent e222eb6 commit d881533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/rpc/rpcs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ const rpcs: Record<ChainId, string[]> = {
'https://1rpc.io/mantle',
],
[ChainId.fraxtal]: ['https://rpc.frax.com'],
[ChainId.mode]: ['https://mode.drpc.org'],
[ChainId.mode]: ['https://mode.drpc.org', 'https://1rpc.io/mode'],
[ChainId.manta]: ['https://manta-pacific.drpc.org'],
[ChainId.real]: ['https://real.drpc.org'],
};
Expand Down

0 comments on commit d881533

Please sign in to comment.