@@ -104,7 +104,7 @@ export const ZK_SYNC: EVMNetwork = {
104104}
105105
106106export const MEZO_TESTNET : EVMNetwork = {
107- name : "Matsnet " ,
107+ name : "Mezo matsnet " ,
108108 baseAsset : MEZO_BTC ,
109109 chainID : "31611" ,
110110 family : "EVM" ,
@@ -169,7 +169,7 @@ export const NETWORK_BY_CHAIN_ID = {
169169}
170170
171171export const TEST_NETWORK_BY_CHAIN_ID = new Set (
172- [ SEPOLIA , ARBITRUM_SEPOLIA ] . map ( ( network ) => network . chainID ) ,
172+ [ MEZO_TESTNET , SEPOLIA , ARBITRUM_SEPOLIA ] . map ( ( network ) => network . chainID ) ,
173173)
174174
175175// Networks that are not added to this struct will
@@ -213,28 +213,26 @@ export const CHAIN_ID_TO_RPC_URLS: {
213213 [ POLYGON . chainID ] : [
214214 // This one sometimes returns 0 for eth_getBalance
215215 "https://polygon-rpc.com" ,
216+ "https://polygon.drpc.org" ,
216217 "https://1rpc.io/matic" ,
217218 ] ,
218219 [ OPTIMISM . chainID ] : [
219- "https://rpc.ankr.com/optimism " ,
220+ "https://optimism.drpc.org " ,
220221 "https://1rpc.io/op" ,
221222 "https://optimism-mainnet.public.blastapi.io" ,
222223 ] ,
223- [ ETHEREUM . chainID ] : [ "https://rpc.ankr.com/eth" , "https://1rpc.io/eth" ] ,
224- [ ARBITRUM_ONE . chainID ] : [
225- "https://rpc.ankr.com/arbitrum" ,
226- "https://1rpc.io/arb" ,
227- ] ,
224+ [ ETHEREUM . chainID ] : [ "https://eth.drpc.org" , "https://1rpc.io/eth" ] ,
225+ [ ARBITRUM_ONE . chainID ] : [ "https://arbitrum.drpc.org" , "https://1rpc.io/arb" ] ,
228226 [ ARBITRUM_NOVA . chainID ] : [ "https://nova.arbitrum.io/rpc " ] ,
229227 [ SEPOLIA . chainID ] : [ "https://endpoints.omniatech.io/v1/eth/sepolia/public" ] ,
230228 [ ARBITRUM_SEPOLIA . chainID ] : [ "https://sepolia-rollup.arbitrum.io/rpc" ] ,
231229 [ AVALANCHE . chainID ] : [
232230 "https://api.avax.network/ext/bc/C/rpc" ,
233231 "https://1rpc.io/avax/c" ,
234- "https://rpc.ankr.com/avalanche " ,
232+ "https://avalanche.drpc.org " ,
235233 ] ,
236234 [ BINANCE_SMART_CHAIN . chainID ] : [
237- "https://rpc.ankr.com/bsc " ,
235+ "https://bsc.drpc.org " ,
238236 "https://bsc-dataseed.binance.org" ,
239237 ] ,
240238}
0 commit comments