Merge branch 'master' of https://github.com/ping-pub/explorer
This commit is contained in:
commit
332c0416a9
31
src/chains/testnet/agoric.json
Normal file
31
src/chains/testnet/agoric.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"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",
|
||||
"min_tx_fee": "0",
|
||||
"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