diff --git a/chains/mainnet/cosmos.json b/chains/mainnet/cosmos.json index 937d2097..ca242fb9 100644 --- a/chains/mainnet/cosmos.json +++ b/chains/mainnet/cosmos.json @@ -1,5 +1,6 @@ { "chain_name": "cosmos", + "registry_name": "cosmoshub", "api": [ "https://api-cosmoshub-ia.cosmosia.notional.ventures", "https://lcd-cosmoshub.blockapsis.com:443" diff --git a/chains/mainnet/iris.json b/chains/mainnet/iris.json index de00b193..19fcf148 100644 --- a/chains/mainnet/iris.json +++ b/chains/mainnet/iris.json @@ -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", diff --git a/src/modules/[chain]/index.vue b/src/modules/[chain]/index.vue index 8b5e6bd9..e13acf4c 100644 --- a/src/modules/[chain]/index.vue +++ b/src/modules/[chain]/index.vue @@ -359,7 +359,7 @@ const color = computed(() => {