@@ -250,6 +250,30 @@ abstract contract StdChains {
250250 setChainWithDefaultRpcUrl (
251251 "flare_coston2 " , ChainData ("Flare Coston2 " , 114 , "https://coston2-api.flare.network/ext/C/rpc " )
252252 );
253+
254+ setChainWithDefaultRpcUrl ("mode " , ChainData ("Mode " , 34443 , "https://mode.drpc.org " ));
255+ setChainWithDefaultRpcUrl ("mode_sepolia " , ChainData ("Mode Sepolia " , 919 , "https://sepolia.mode.network " ));
256+
257+ setChainWithDefaultRpcUrl ("zora " , ChainData ("Zora " , 7777777 , "https://zora.drpc.org " ));
258+ setChainWithDefaultRpcUrl (
259+ "zora_sepolia " , ChainData ("Zora Sepolia " , 999999999 , "https://sepolia.rpc.zora.energy " )
260+ );
261+
262+ setChainWithDefaultRpcUrl ("race " , ChainData ("Race " , 6805 , "https://racemainnet.io " ));
263+ setChainWithDefaultRpcUrl ("race_sepolia " , ChainData ("Race Sepolia " , 6806 , "https://racemainnet.io " ));
264+
265+ setChainWithDefaultRpcUrl ("metal " , ChainData ("Metal " , 1750 , "https://metall2.drpc.org " ));
266+ setChainWithDefaultRpcUrl ("metal_sepolia " , ChainData ("Metal Sepolia " , 1740 , "https://testnet.rpc.metall2.com " ));
267+
268+ setChainWithDefaultRpcUrl ("binary " , ChainData ("Binary " , 624 , "https://rpc.zero.thebinaryholdings.com " ));
269+ setChainWithDefaultRpcUrl (
270+ "binary_sepolia " , ChainData ("Binary Sepolia " , 625 , "https://rpc.zero.thebinaryholdings.com " )
271+ );
272+
273+ setChainWithDefaultRpcUrl ("orderly " , ChainData ("Orderly " , 291 , "https://rpc.orderly.network " ));
274+ setChainWithDefaultRpcUrl (
275+ "orderly_sepolia " , ChainData ("Orderly Sepolia " , 4460 , "https://testnet-rpc.orderly.org " )
276+ );
253277 }
254278
255279 // set chain info, with priority to chainAlias' rpc url in foundry.toml
0 commit comments