diff --git a/internal/rpc/rpc.go b/internal/rpc/rpc.go index c9931bc..a39c454 100644 --- a/internal/rpc/rpc.go +++ b/internal/rpc/rpc.go @@ -107,6 +107,7 @@ func InitializeSimpleRPCWithUrl(url string) (IRPCClient, error) { EthClient: ethClient, url: url, } + rpc.setChainID(context.Background()) return IRPCClient(rpc), nil }