Difference between revisions of "Curl -s https://testnet.agoric.net/network-config"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
  [[curl -s]] https://testnet.agoric.net/network-config | [[jq .]]
 
  [[curl -s]] https://testnet.agoric.net/network-config | [[jq .]]
  
 +
<pre>
 +
{
 +
  "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"
 +
  ]
 +
}
 +
</pre>
  
 
== See also ==
 
== See also ==

Revision as of 11:26, 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"
  ]
}

See also

Advertising: