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 .]]
  
 +
== [[Testnet]] ==
 
<pre>
 
<pre>
 
{
 
{
Line 21: Line 22:
 
  [[agorictest]]-19
 
  [[agorictest]]-19
  
 +
== [[Devnet]] ==
 
  https://devnet.agoric.net/network-config | [[jq -r]] .chainName
 
  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"
 +
  ]
 +
}
  
  

Revision as of 21:47, 15 August 2022

curl -s https://testnet.agoric.net/network-config | jq .

Testnet

{
  "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

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

Advertising: