forked from cerc-io/cosmos-explorer
improvement
This commit is contained in:
parent
7aab7bc353
commit
02e307c6d0
@ -1,9 +1,8 @@
|
||||
{
|
||||
"chain_name": "cosmos",
|
||||
"coingecko": "cosmos",
|
||||
"api": ["https://cosmos.api.ping.pub", "https://cosmos.api.s16.ventures"],
|
||||
"rpc": ["https://cosmoshub.validator.network:443","https://cosmos.rpc.s16.ventures"],
|
||||
"snapshot_provider": "d2008adf6d12f1a1951cce2b5ef531fbecb81895@cosmos.statesync.ping.pub:26656,27483c10217c542908a899024ed26ddfefeee9b9@cosmos.rpc.skystarcapital.xyz:26656",
|
||||
"api": ["https://cosmos.api.ping.pub", "https://cosmos.api.s16.ventures", "https://lcd-cosmoshub.whispernode.com", "https://api-cosmoshub-ia.cosmosia.notional.ventures", "https://cosmos-api.polkachu.com"],
|
||||
"rpc": ["https://cosmos.rpc.s16.ventures", "https://rpc-cosmoshub-ia.cosmosia.notional.ventures"],
|
||||
"sdk_version": "0.44.3",
|
||||
"coin_type": "118",
|
||||
"min_tx_fee": "800",
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"chain_name": "osmosis",
|
||||
"coingecko": "osmosis",
|
||||
"api": ["https://osmosis-api.polkachu.com", "https://osmo.api.ping.pub", "https://lcd-osmosis.blockapsis.com"],
|
||||
"rpc": ["https://osmosis.validator.network:443", "https://rpc-osmosis.blockapsis.com:443"],
|
||||
"api": ["https://osmosis-api.polkachu.com", "https://osmo.api.ping.pub", "https://lcd-osmosis.blockapsis.com", "https://api-osmosis-ia.cosmosia.notional.ventures"],
|
||||
"rpc": ["https://osmosis-rpc.lavenderfive.com:443", "https://rpc-osmosis.blockapsis.com:443", "https://rpc-osmosis-ia.cosmosia.notional.ventures"],
|
||||
"snapshot_provider": "",
|
||||
"sdk_version": "0.44.5",
|
||||
"coin_type": "118",
|
||||
|
@ -52,13 +52,12 @@
|
||||
<span class="text-uppercase">{{ chainid || selected_chain.chain_name }}</span>
|
||||
</h6>
|
||||
<small id="data-provider">
|
||||
{{ currentApi }} ({{ selected_chain.sdk_version || '-' }})
|
||||
<b-dropdown
|
||||
class="ml-0"
|
||||
variant="flat-primary"
|
||||
no-caret
|
||||
toggle-class="p-0"
|
||||
right
|
||||
left
|
||||
sm
|
||||
>
|
||||
<template #button-content>
|
||||
@ -76,6 +75,7 @@
|
||||
{{ item }}
|
||||
</b-dropdown-item>
|
||||
</b-dropdown>
|
||||
{{ currentApi }} ({{ selected_chain.sdk_version || '-' }})
|
||||
</small>
|
||||
</b-media-body>
|
||||
</b-media>
|
||||
|
@ -80,7 +80,7 @@
|
||||
v-for="item in roundState.height_vote_set"
|
||||
:key="item.round"
|
||||
>
|
||||
Round: {{ item.round }} {{ item.prevotes_bit_array }}
|
||||
<small>Round: {{ item.round }} {{ item.prevotes_bit_array }}</small>
|
||||
<b-card-body class="px-0">
|
||||
<b-badge
|
||||
v-for="(pre, i) in item.prevotes"
|
||||
|
@ -214,6 +214,7 @@
|
||||
:fields="excelCols"
|
||||
:data="list"
|
||||
type="csv"
|
||||
worksheet="Validators"
|
||||
name="validators.xls"
|
||||
>
|
||||
<b-button
|
||||
|
Loading…
Reference in New Issue
Block a user