forked from cerc-io/cosmos-explorer
change config for cosmos and irisnet
This commit is contained in:
parent
7bf1f61ad3
commit
9cd9ce3baf
@ -1,5 +1,6 @@
|
||||
{
|
||||
"chain_name": "cosmos",
|
||||
"registry_name": "cosmoshub",
|
||||
"api": [
|
||||
"https://api-cosmoshub-ia.cosmosia.notional.ventures",
|
||||
"https://lcd-cosmoshub.blockapsis.com:443"
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"chain_name": "iris",
|
||||
"registry_name": "irisnet",
|
||||
"alias": "iris-network",
|
||||
"api": ["https://api.irishub-1.irisnet.org"],
|
||||
"rpc": ["http://34.82.96.8:26657","http://34.77.68.145:26657"],
|
||||
"snapshot_provider": "fcc1d9bc43163b20ce5163cf41a302b33f25375f@34.82.96.8:26656",
|
||||
"sdk_version": "0.46.1",
|
||||
"coin_type": "118",
|
||||
"min_tx_fee": "40000",
|
||||
|
@ -359,7 +359,7 @@ const color = computed(() => {
|
||||
</div>
|
||||
<Teleport to="body">
|
||||
<ping-token-convert
|
||||
:chain-name="blockchain?.chainName"
|
||||
:chain-name="blockchain?.current?.prettyName"
|
||||
:endpoint="blockchain?.endpoint?.address"
|
||||
:hd-path="walletStore?.connectedWallet?.hdPath"
|
||||
></ping-token-convert>
|
||||
|
Loading…
Reference in New Issue
Block a user