Difference between revisions of "Curl -s https://testnet.agoric.net/network-config"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[curl -s]] https://testnet.agoric.net/network-config | [[jq .]] | [[curl -s]] https://testnet.agoric.net/network-config | [[jq .]] | ||
− | + | == [[Testnet]] == | |
− | { | + | |
− | "chainName": "agorictest-19", | + | { |
+ | "chainName": "[[agorictest]]-19", | ||
"gci": "https://testnet.rpc.agoric.net:443/genesis", | "gci": "https://testnet.rpc.agoric.net:443/genesis", | ||
"peers": [ | "peers": [ | ||
Line 15: | Line 16: | ||
"[email protected]:26656" | "[email protected]:26656" | ||
] | ] | ||
− | } | + | } |
− | + | ||
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 | ||
− | https://devnet.agoric.net/network-config | [[jq -r]] .chainName | + | == [[Devnet]] == |
+ | [[curl -s]] https://devnet.agoric.net/network-config | [[jq -r]] .chainName | ||
[[agoricdev]]-13 | [[agoricdev]]-13 | ||
+ | https://devnet.agoric.net/network-config | ||
+ | { | ||
+ | "chainName": "agoricdev-13", | ||
+ | "gci": "https://devnet.rpc.agoric.net:443/genesis", | ||
+ | "peers": [ | ||
+ | "[email protected]:26656" | ||
+ | ], | ||
+ | "rpcAddrs": [ | ||
+ | "https://devnet.rpc.agoric.net:443" | ||
+ | ], | ||
+ | "seeds": [ | ||
+ | "[email protected]:26656" | ||
+ | ] | ||
+ | } | ||
== See also == | == See also == |
Latest revision as of 15:26, 1 September 2022
Testnet[edit]
{ "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
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": [ "[email protected]:26656" ], "rpcAddrs": [ "https://devnet.rpc.agoric.net:443" ], "seeds": [ "[email protected]:26656" ] }
See also[edit]
Advertising: