diff --git a/src/chains/mainnet/cosmos.json b/src/chains/mainnet/cosmos.json
index 1c9c6fc8..24b4b5ba 100644
--- a/src/chains/mainnet/cosmos.json
+++ b/src/chains/mainnet/cosmos.json
@@ -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",
diff --git a/src/chains/mainnet/osmosis.json b/src/chains/mainnet/osmosis.json
index d0b44d8b..b5724397 100644
--- a/src/chains/mainnet/osmosis.json
+++ b/src/chains/mainnet/osmosis.json
@@ -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",
diff --git a/src/layouts/components/Navbar.vue b/src/layouts/components/Navbar.vue
index f24fc5e4..ae29514d 100644
--- a/src/layouts/components/Navbar.vue
+++ b/src/layouts/components/Navbar.vue
@@ -52,13 +52,12 @@
{{ chainid || selected_chain.chain_name }}
- {{ currentApi }} ({{ selected_chain.sdk_version || '-' }})
@@ -76,6 +75,7 @@
{{ item }}
+ {{ currentApi }} ({{ selected_chain.sdk_version || '-' }})
diff --git a/src/views/ConsensusStates.vue b/src/views/ConsensusStates.vue
index 0fa22528..8310cae6 100644
--- a/src/views/ConsensusStates.vue
+++ b/src/views/ConsensusStates.vue
@@ -80,7 +80,7 @@
v-for="item in roundState.height_vote_set"
:key="item.round"
>
- Round: {{ item.round }} {{ item.prevotes_bit_array }}
+ Round: {{ item.round }} {{ item.prevotes_bit_array }}