Skip to content

Commit

Permalink
remove broken rpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
racollette committed Apr 28, 2024
1 parent 9169f10 commit 9413d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/constants/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const BRIDGE_NETWORKS = {
symbol: 'ela',
decimals: 18,
},
rpcUrls: ['https://api.elastos.io/esc', 'https://rpc.glidefinance.io/', 'https://api.trinity-tech.cn/esc', 'https://api.trinity-tech.io/esc', ],
rpcUrls: ['https://api.elastos.io/esc', 'https://rpc.glidefinance.io/'],
blockExplorerUrls: ['https://esc.elastios.io'],
},
1: {
Expand Down

0 comments on commit 9413d84

Please sign in to comment.