Skip to content

Commit e0ddc25

Browse files
committed
test fix: replace node url for TestSetGas
1 parent 4efedf8 commit e0ddc25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/epoch/register_utils_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
func TestSetGas(t *testing.T) {
1616
chainCfg := config.Chain{
17-
EthRPCURL: "https://coston2-api.flare.network/ext/C/rpc",
17+
EthRPCURL: "https://flare-api.flare.network/ext/C/rpc",
1818
}
1919
cl, err := chainCfg.DialETH()
2020
require.NoError(t, err)

0 commit comments

Comments
 (0)