We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4efedf8 commit e0ddc25Copy full SHA for e0ddc25
1 file changed
client/epoch/register_utils_test.go
@@ -14,7 +14,7 @@ import (
14
15
func TestSetGas(t *testing.T) {
16
chainCfg := config.Chain{
17
- EthRPCURL: "https://coston2-api.flare.network/ext/C/rpc",
+ EthRPCURL: "https://flare-api.flare.network/ext/C/rpc",
18
}
19
cl, err := chainCfg.DialETH()
20
require.NoError(t, err)
0 commit comments