curl -s https://testnet.agoric.net/network-config
Jump to navigation
Jump to search
curl -s https://testnet.agoric.net/network-config | jq .
Testnet[edit]
{ "chainName": "agorictest-19", "gci": "https://testnet.rpc.agoric.net:443/genesis", "peers": [ "fb86a0993c694c981a28fa1ebd1fd692f345348b@34.132.168.146:26656" ], "rpcAddrs": [ "https://testnet.rpc.agoric.net:443" ], "seeds": [ "0f04c4610b7511a64b8644944b907416db568590@34.134.164.135:26656" ] }
curl -s https://testnet.agoric.net/network-config | jq -r .chainName agorictest-19
Devnet[edit]
curl -s https://devnet.agoric.net/network-config | jq -r .chainName agoricdev-13
https://devnet.agoric.net/network-config { "chainName": "agoricdev-13", "gci": "https://devnet.rpc.agoric.net:443/genesis", "peers": [ "fb86a0993c694c981a28fa1ebd1fd692f345348b@104.154.140.138:26656" ], "rpcAddrs": [ "https://devnet.rpc.agoric.net:443" ], "seeds": [ "0f04c4610b7511a64b8644944b907416db568590@104.155.134.255:26656" ] }
See also[edit]
Advertising: