You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
RPC is enabled itself but the port 26657 is not opened to public by default. You have to go to the config file(~/.ag-chain-cosmos/config/config.toml [rpc] section) and change 127.0.0.1:26657 to 0.0.0.0:26657 and restart the node.