add agoric devnet
This commit is contained in:
parent
6dfd66b2ce
commit
f7a0c57e2c
30
src/chains/testnet/agoric.json
Normal file
30
src/chains/testnet/agoric.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"chain_name": "agoric-devnet",
|
||||||
|
"api": [
|
||||||
|
"https://devnet.api.agoric.net"
|
||||||
|
],
|
||||||
|
"rpc": [
|
||||||
|
"http://139.59.8.130:26657",
|
||||||
|
"http://46.101.220.43:26657",
|
||||||
|
"http://159.203.58.27:26657"
|
||||||
|
],
|
||||||
|
"sdk_version": "0.45.1",
|
||||||
|
"addr_prefix": "agoric",
|
||||||
|
"logo": "/logos/agoric.png",
|
||||||
|
"assets": [
|
||||||
|
{
|
||||||
|
"symbol": "BLD",
|
||||||
|
"base": "ubld",
|
||||||
|
"exponent": 6,
|
||||||
|
"coingecko_id": "agoric",
|
||||||
|
"logo": "https://raw.githubusercontent.com/Agoric/agoric-sdk/master/packages/wallet/ui/public/tokens/BLD.svg",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "RUN",
|
||||||
|
"base": "urun",
|
||||||
|
"exponent": 6,
|
||||||
|
"coingecko_id": "agoric",
|
||||||
|
"logo": "https://raw.githubusercontent.com/Agoric/agoric-sdk/master/packages/wallet/ui/public/tokens/RUN.svg"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user