change config for cosmos and irisnet

This commit is contained in:
liangping 2023-05-23 21:39:47 +08:00
parent 7bf1f61ad3
commit 9cd9ce3baf
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
{ {
"chain_name": "cosmos", "chain_name": "cosmos",
"registry_name": "cosmoshub",
"api": [ "api": [
"https://api-cosmoshub-ia.cosmosia.notional.ventures", "https://api-cosmoshub-ia.cosmosia.notional.ventures",
"https://lcd-cosmoshub.blockapsis.com:443" "https://lcd-cosmoshub.blockapsis.com:443"

View File

@ -1,9 +1,9 @@
{ {
"chain_name": "iris", "chain_name": "iris",
"registry_name": "irisnet",
"alias": "iris-network", "alias": "iris-network",
"api": ["https://api.irishub-1.irisnet.org"], "api": ["https://api.irishub-1.irisnet.org"],
"rpc": ["http://34.82.96.8:26657","http://34.77.68.145:26657"], "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", "sdk_version": "0.46.1",
"coin_type": "118", "coin_type": "118",
"min_tx_fee": "40000", "min_tx_fee": "40000",

View File

@ -359,7 +359,7 @@ const color = computed(() => {
</div> </div>
<Teleport to="body"> <Teleport to="body">
<ping-token-convert <ping-token-convert
:chain-name="blockchain?.chainName" :chain-name="blockchain?.current?.prettyName"
:endpoint="blockchain?.endpoint?.address" :endpoint="blockchain?.endpoint?.address"
:hd-path="walletStore?.connectedWallet?.hdPath" :hd-path="walletStore?.connectedWallet?.hdPath"
></ping-token-convert> ></ping-token-convert>