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

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
  
 
== [[Testnet]] ==
 
== [[Testnet]] ==
<pre>
+
 
{
+
{
   "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 16: Line 16:
 
     "[email protected]:26656"
 
     "[email protected]:26656"
 
   ]
 
   ]
}
+
}
</pre>
+
 
  
 
  curl -s https://testnet.agoric.net/network-config | [[jq -r]] .[[chainName]]
 
  curl -s https://testnet.agoric.net/network-config | [[jq -r]] .[[chainName]]
Line 23: Line 23:
  
 
== [[Devnet]] ==
 
== [[Devnet]] ==
  https://devnet.agoric.net/network-config | [[jq -r]] .chainName
+
  [[curl -s]] https://devnet.agoric.net/network-config | [[jq -r]] .chainName
 
  [[agoricdev]]-13
 
  [[agoricdev]]-13
  
Line 40: Line 40:
 
   ]
 
   ]
 
  }
 
  }
 
  
 
== See also ==
 
== See also ==

Latest revision as of 15:26, 1 September 2022

Advertising: