@@ -31,23 +31,23 @@ contract StdChainsTest is Test {
3131 }
3232
3333 // Ensure we can connect to the default RPC URL for each chain.
34- function testRpcs () public {
35- testRpc ("mainnet " );
36- testRpc ("goerli " );
37- testRpc ("sepolia " );
38- testRpc ("optimism " );
39- testRpc ("optimism_goerli " );
40- testRpc ("arbitrum_one " );
41- testRpc ("arbitrum_one_goerli " );
42- testRpc ("arbitrum_nova " );
43- testRpc ("polygon " );
44- testRpc ("polygon_mumbai " );
45- testRpc ("avalanche " );
46- testRpc ("avalanche_fuji " );
47- testRpc ("bnb_smart_chain " );
48- testRpc ("bnb_smart_chain_testnet " );
49- testRpc ("gnosis_chain " );
50- }
34+ // function testRpcs() public {
35+ // testRpc("mainnet");
36+ // testRpc("goerli");
37+ // testRpc("sepolia");
38+ // testRpc("optimism");
39+ // testRpc("optimism_goerli");
40+ // testRpc("arbitrum_one");
41+ // testRpc("arbitrum_one_goerli");
42+ // testRpc("arbitrum_nova");
43+ // testRpc("polygon");
44+ // testRpc("polygon_mumbai");
45+ // testRpc("avalanche");
46+ // testRpc("avalanche_fuji");
47+ // testRpc("bnb_smart_chain");
48+ // testRpc("bnb_smart_chain_testnet");
49+ // testRpc("gnosis_chain");
50+ // }
5151
5252 function testChainNoDefault () public {
5353 vm.expectRevert ("StdChains getChain(string): Chain with alias \" does_not_exist \" not found. " );
0 commit comments