forked from cerc-io/cosmos-explorer
Merge branch 'master' of https://github.com/ping-pub/explorer
This commit is contained in:
commit
76371d4d5d
@ -6,15 +6,16 @@
|
||||
"https://api.archway.nodestake.top"
|
||||
],
|
||||
"rpc": [
|
||||
"https://rpc.mainnet.archway.io",
|
||||
"https://rpc-1.archway.nodes.guru",
|
||||
"https://rpc.archway.nodestake.top"
|
||||
"https://rpc.mainnet.archway.io:443",
|
||||
"https://rpc-1.archway.nodes.guru/",
|
||||
"https://rpc.archway.nodestake.top/"
|
||||
],
|
||||
"snapshot_provider": "https://snapshots.archway.tech/",
|
||||
"sdk_version": "v0.45.16",
|
||||
"coin_type": "118",
|
||||
"min_tx_fee": "",
|
||||
"addr_prefix": "archway",
|
||||
"logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png",
|
||||
"assets": [
|
||||
{
|
||||
"base": "aarch",
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"chain_name": "echelon",
|
||||
"coingecko": "echelon",
|
||||
"api": ["https://api.eu.ech.world", "https://api.us.ech.world", "https://ech01api.mindheartsoul.org"],
|
||||
"rpc": ["https://rpc.eu.ech.world", "https://rpc.us.ech.world", "https://ech01trpc.mindheartsoul.org"],
|
||||
"api": ["https://ech01api.mindheartsoul.org", "https://api.echjoker.lol"],
|
||||
"rpc": ["https://ech01trpc.mindheartsoul.org", "https://rpc.echjoker.lol"],
|
||||
"snapshot_provider": "",
|
||||
"sdk_version": "0.45.1",
|
||||
"coin_type": "60",
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"chain_name": "kujira",
|
||||
"coingecko": "",
|
||||
"api": ["https://lcd.kaiyo.kujira.setten.io", "https://kujira-api.polkachu.com", "https://api-kujira.nodeist.net", "https://kujira.api.kjnodes.com", "https://rest-kujira.goldenratiostaking.net"],
|
||||
"rpc": ["https://rpc.kaiyo.kujira.setten.io", "https://kujira-api.polkachu.com:443", "https://rpc-stride.nodeist.net", "https://kujira.rpc.kjnodes.com:443", "https://rpc-kujira.goldenratiostaking.net"],
|
||||
"api": ["https://kujira-api.polkachu.com", "https://lcd.kaiyo.kujira.setten.io", "https://api-kujira.nodeist.net", "https://kujira.api.kjnodes.com", "https://rest-kujira.goldenratiostaking.net"],
|
||||
"rpc": ["https://kujira-api.polkachu.com", "https://rpc.kaiyo.kujira.setten.io", "https://rpc-stride.nodeist.net", "https://kujira.rpc.kjnodes.com:443", "https://rpc-kujira.goldenratiostaking.net"],
|
||||
"snapshot_provider": "",
|
||||
"sdk_version": "0.45.4",
|
||||
"coin_type": "118",
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"chain_name": "terp",
|
||||
"coingecko": "",
|
||||
"api": ["https://lcd.terpnetwork.hexnodes.co","https://api.terp.nodestake.top"],
|
||||
"rpc": ["https://rpc.terpnetwork.hexnodes.co","https://rpc.terp.nodestake.top"],
|
||||
"api": ["https://terp-mainnet-api.itrocket.net","https://lcd.terpnetwork.hexnodes.co","https://api.terp.nodestake.top"],
|
||||
"rpc": ["https://terp-mainnet-rpc.itrocket.net","https://rpc.terpnetwork.hexnodes.co","https://rpc.terp.nodestake.top"],
|
||||
"snapshot_provider": "",
|
||||
"sdk_version": "0.47.1",
|
||||
"coin_type": "118",
|
||||
|
@ -11,6 +11,7 @@
|
||||
"coin_type": "118",
|
||||
"min_tx_fee": "",
|
||||
"addr_prefix": "archway",
|
||||
"logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png",
|
||||
"assets": [
|
||||
{
|
||||
"base": "aconst",
|
||||
|
20
chains/testnet/qom.json
Normal file
20
chains/testnet/qom.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"chain_name": "qom",
|
||||
"api": ["https://api.testnet.qom.one/"],
|
||||
"rpc": ["https://tendermint.testnet.qom.one/"],
|
||||
"snapshot_provider": "",
|
||||
"sdk_version": "0.46.11",
|
||||
"coin_type": "60",
|
||||
"min_tx_fee": "5000000000000000",
|
||||
"addr_prefix": "qom",
|
||||
"logo": "/logos/qom.png",
|
||||
"theme_color": "#ed4e33",
|
||||
"keplr_features": ["ibc-transfer", "ibc-go", "eth-address-gen", "eth-key-sign"],
|
||||
"assets": [{
|
||||
"base": "aqom",
|
||||
"symbol": "qom",
|
||||
"exponent": "18",
|
||||
"coingecko_id": "qom",
|
||||
"logo": "/logos/qom.png"
|
||||
}]
|
||||
}
|
BIN
public/logos/qom.png
Normal file
BIN
public/logos/qom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
@ -196,7 +196,7 @@ loadAvatars();
|
||||
</span>
|
||||
<span>
|
||||
<div class="font-bold">{{ format.percent(mintStore.inflation) }}</div>
|
||||
<div class="text-xs">{{ $t('staking.infalation') }}</div>
|
||||
<div class="text-xs">{{ $t('staking.inflation') }}</div>
|
||||
</span>
|
||||
</div>
|
||||
<div class="flex">
|
||||
|
@ -178,7 +178,7 @@
|
||||
"btn_in": "进"
|
||||
},
|
||||
"staking": {
|
||||
"infalation": "通胀率",
|
||||
"inflation": "通胀率",
|
||||
"unbonding_time": "赎回时间",
|
||||
"double_sign_slashing": "双签惩罚",
|
||||
"downtime_slashing": "离线惩罚",
|
||||
|
@ -177,7 +177,7 @@
|
||||
"btn_in": "In"
|
||||
},
|
||||
"staking": {
|
||||
"infalation": "Infalation",
|
||||
"inflation": "Inflation",
|
||||
"unbonding_time": "Unbonding Time",
|
||||
"double_sign_slashing": "Double Sign Slashing",
|
||||
"downtime_slashing": "Downtime Slashing",
|
||||
|
@ -177,7 +177,7 @@
|
||||
"btn_in": "Masuk"
|
||||
},
|
||||
"staking": {
|
||||
"infalation": "Inflasi",
|
||||
"inflation": "Inflasi",
|
||||
"unbonding_time": "Waktu Pembatalan Tautan",
|
||||
"double_sign_slashing": "Pemotongan Ganda Tanda Tangan",
|
||||
"downtime_slashing": "Pemotongan Downtime",
|
||||
|
Loading…
Reference in New Issue
Block a user