Difference between revisions of "Curl -s https://testnet.agoric.net/network-config"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
</pre> | </pre> | ||
− | curl -s https://testnet.agoric.net/network-config | [[jq -r]] .chainName | + | curl -s https://testnet.agoric.net/network-config | [[jq -r]] .[[chainName]] |
[[agorictest]]-19 | [[agorictest]]-19 | ||
Revision as of 21:45, 15 August 2022
curl -s https://testnet.agoric.net/network-config | jq .
{ "chainName": "agorictest-19", "gci": "https://testnet.rpc.agoric.net:443/genesis", "peers": [ "[email protected]:26656" ], "rpcAddrs": [ "https://testnet.rpc.agoric.net:443" ], "seeds": [ "[email protected]:26656" ] }
curl -s https://testnet.agoric.net/network-config | jq -r .chainName agorictest-19
https://devnet.agoric.net/network-config | jq -r .chainName agoricdev-13
See also
Advertising: