Skip to content

Commit

Permalink
improve archive rpc check message
Browse files Browse the repository at this point in the history
  • Loading branch information
edobry committed Dec 20, 2024
1 parent 0e37538 commit 4353e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation/validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func preflightChecks(t *testing.T) {
superchainConfigAddr := *chain.Config.SuperchainConfigAddr

_, err = client.NonceAt(context.Background(), ethCommon.Address(superchainConfigAddr), big.NewInt(1))
require.NoErrorf(t, err, "node at '%s' for superchain '%s' is not an archive node", rpcEndpoint, name)
require.NoErrorf(t, err, "node at '%s' for superchain '%s' is not an archive node. please set an L1 archive node RPC url in the `test_rpc` field of the superchain config file", rpcEndpoint, name)
}
}

Expand Down

0 comments on commit 4353e9a

Please sign in to comment.