Skip to content

Commit d1164e8

Browse files
committed
replace possibly deprecated testnet URL
1 parent 2d1de84 commit d1164e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/forge/tests/it/test_helpers.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,10 @@ pub fn rpc_endpoints() -> RpcEndpoints {
364364
("optimism", RpcEndpoint::Url(next_rpc_endpoint(NamedChain::Optimism))),
365365
("arbitrum", RpcEndpoint::Url(next_rpc_endpoint(NamedChain::Arbitrum))),
366366
("polygon", RpcEndpoint::Url(next_rpc_endpoint(NamedChain::Polygon))),
367-
("avaxTestnet", RpcEndpoint::Url("https://api.avax-test.network/ext/bc/C/rpc".into())),
367+
(
368+
"avaxTestnet",
369+
RpcEndpoint::Url("https://avalanche-fuji-c-chain-rpc.publicnode.com".into()),
370+
),
368371
("rpcEnvAlias", RpcEndpoint::Env("${RPC_ENV_ALIAS}".into())),
369372
])
370373
}

0 commit comments

Comments
 (0)