From 7e91811442dbbc10851476d56224ae734e92fc49 Mon Sep 17 00:00:00 2001 From: nahyunbak Date: Thu, 21 Nov 2024 16:02:06 +0900 Subject: [PATCH 1/2] test commit From 40f26b946c6db912d872d103d5f10aaf68046cb6 Mon Sep 17 00:00:00 2001 From: nahyunbak Date: Thu, 21 Nov 2024 16:02:48 +0900 Subject: [PATCH 2/2] test commit --- src/config/coinGecko.ts | 40 ++--- src/config/crossChainAssets.ts | 168 +++++++++--------- src/config/ethereumAssets.ts | 20 +-- src/config/keplrChains.ts | 314 ++++++++++++++++----------------- src/config/networks.ts | 198 ++++++++++----------- src/config/solanaAssets.ts | 30 ++-- src/config/tokensPerChannel.ts | 72 ++++---- 7 files changed, 421 insertions(+), 421 deletions(-) diff --git a/src/config/coinGecko.ts b/src/config/coinGecko.ts index afa74ae..02d9770 100644 --- a/src/config/coinGecko.ts +++ b/src/config/coinGecko.ts @@ -87,6 +87,26 @@ import { CoinGeckoAsset } from './types'; "name": "KSM", "id": "kusama" }, + { + "name": "ARCH", + "id": "archway" + }, + { + "name": "ASTRO", + "id": "astroport-fi" + }, + { + "name": "NTRN", + "id": "neutron-3" + }, + { + "name": "OSMO", + "id": "osmosis" + }, + { + "name": "milkTIA", + "id": "milkyway-staked-tia" + }, { "name": "SEI", "id": "sei-network" @@ -227,10 +247,6 @@ import { CoinGeckoAsset } from './types'; "name": "IST", "id": "inter-stable-token" }, - { - "name": "ARCH", - "id": "archway" - }, { "name": "PICA", "id": "picasso" @@ -327,22 +343,6 @@ import { CoinGeckoAsset } from './types'; "name": "CRV", "id": "curve-dao-token" }, - { - "name": "ASTRO", - "id": "astroport-fi" - }, - { - "name": "NTRN", - "id": "neutron-3" - }, - { - "name": "OSMO", - "id": "osmosis" - }, - { - "name": "milkTIA", - "id": "milkyway-staked-tia" - }, { "name": "SCRT", "id": "secret" diff --git a/src/config/crossChainAssets.ts b/src/config/crossChainAssets.ts index a39345c..925ff03 100644 --- a/src/config/crossChainAssets.ts +++ b/src/config/crossChainAssets.ts @@ -67,6 +67,46 @@ export const crossChainAssets :CrossChainAssets= { "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/umee/uumee.png", "codeHash": "" }, + "aarch": { + "chainId": "archway-1", + "decimals": 18, + "minimalDenom": "aarch", + "denom": "ARCH", + "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/archway/aarch.png", + "codeHash": "" + }, + "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro": { + "chainId": "neutron-1", + "decimals": 6, + "minimalDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro", + "denom": "ASTRO", + "imageUrl": "https://raw.githubusercontent.com/ComposableFi/FE-assets/main/assets%20/tokens/astro.svg", + "codeHash": "" + }, + "untrn": { + "chainId": "neutron-1", + "decimals": 6, + "minimalDenom": "untrn", + "denom": "NTRN", + "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/neutron/untrn.png", + "codeHash": "" + }, + "uosmo": { + "chainId": "2087", + "decimals": 6, + "minimalDenom": "uosmo", + "denom": "OSMO", + "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/uosmo.png", + "codeHash": "" + }, + "factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA": { + "chainId": "osmosis-1", + "decimals": 6, + "minimalDenom": "factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA", + "denom": "milkTIA", + "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/milktia.png", + "codeHash": "" + }, "usei": { "chainId": "pacific-1", "decimals": 6, @@ -99,14 +139,6 @@ export const crossChainAssets :CrossChainAssets= { "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/agoric/ubld.png", "codeHash": "" }, - "uosmo": { - "chainId": "osmosis-1", - "decimals": 6, - "minimalDenom": "uosmo", - "denom": "OSMO", - "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/uosmo.png", - "codeHash": "" - }, "stuatom": { "chainId": "stride-1", "decimals": 6, @@ -123,14 +155,6 @@ export const crossChainAssets :CrossChainAssets= { "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/agoric/uist.png", "codeHash": "" }, - "aarch": { - "chainId": "archway-1", - "decimals": 18, - "minimalDenom": "aarch", - "denom": "ARCH", - "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/archway/aarch.png", - "codeHash": "" - }, "ppica": { "chainId": "centauri-1", "decimals": 12, @@ -315,30 +339,6 @@ export const crossChainAssets :CrossChainAssets= { "imageUrl": "https://raw.githubusercontent.com/ComposableFi/FE-assets/main/assets%20/tokens/crv.svg", "codeHash": "" }, - "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro": { - "chainId": "neutron-1", - "decimals": 6, - "minimalDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro", - "denom": "ASTRO", - "imageUrl": "https://raw.githubusercontent.com/ComposableFi/FE-assets/main/assets%20/tokens/astro.svg", - "codeHash": "" - }, - "untrn": { - "chainId": "neutron-1", - "decimals": 6, - "minimalDenom": "untrn", - "denom": "NTRN", - "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/neutron/untrn.png", - "codeHash": "" - }, - "factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA": { - "chainId": "osmosis-1", - "decimals": 6, - "minimalDenom": "factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA", - "denom": "milkTIA", - "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/milktia.png", - "codeHash": "" - }, "uscrt": { "chainId": "secret-4", "decimals": 6, @@ -559,6 +559,33 @@ export const crossChainAssets :CrossChainAssets= { "imageUrl": "https://raw.githubusercontent.com/ComposableFi/FE-assets/main/assets%20/tokens/KSM.svg", "currentChainId": "solana" }, + "BxZEQoVDwPT1dGTSnLw4Qvm17up2vvvP88PCSYTncgnk": { + "chainId": "archway-1", + "decimals": 9, + "minimalDenom": "transfer/channel-1/transfer/channel-50/aarch", + "denom": "ARCH", + "realDecimals": 18, + "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/archway/aarch.png", + "currentChainId": "solana" + }, + "8knH1Z4kY6WaHRMZHMxe76d2Ar3kHhjz33t1eZRJSyET": { + "chainId": "neutron-1", + "decimals": 6, + "minimalDenom": "", + "denom": "ASTRO", + "realDecimals": 6, + "imageUrl": "https://raw.githubusercontent.com/ComposableFi/FE-assets/main/assets%20/tokens/astro.svg", + "currentChainId": "solana" + }, + "EpZeFE5ngedGVug3s1VQK9987FEsCY512VtKUKmfzidM": { + "chainId": "2087", + "decimals": 6, + "minimalDenom": "transfer/channel-1/transfer/channel-3/uosmo", + "denom": "OSMO", + "realDecimals": 6, + "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/uosmo.png", + "currentChainId": "solana" + }, "BajH8K75CHJrmT1hf6QGHSyY5r5tbJYSHrCb7uDNCF5S": { "chainId": "pacific-1", "decimals": 6, @@ -595,15 +622,6 @@ export const crossChainAssets :CrossChainAssets= { "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/agoric/ubld.png", "currentChainId": "solana" }, - "EpZeFE5ngedGVug3s1VQK9987FEsCY512VtKUKmfzidM": { - "chainId": "osmosis-1", - "decimals": 6, - "minimalDenom": "transfer/channel-1/transfer/channel-3/uosmo", - "denom": "OSMO", - "realDecimals": 6, - "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/uosmo.png", - "currentChainId": "solana" - }, "8aHZdc7qrKAPMey7B6VHx3U3xWFBs7BZhdLAYqZBQwea": { "chainId": "stride-1", "decimals": 6, @@ -622,15 +640,6 @@ export const crossChainAssets :CrossChainAssets= { "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/agoric/uist.png", "currentChainId": "solana" }, - "BxZEQoVDwPT1dGTSnLw4Qvm17up2vvvP88PCSYTncgnk": { - "chainId": "archway-1", - "decimals": 9, - "minimalDenom": "transfer/channel-1/transfer/channel-50/aarch", - "denom": "ARCH", - "realDecimals": 18, - "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/archway/aarch.png", - "currentChainId": "solana" - }, "966vsqwoS3ZBrHesTyAvE7esFV2kaHaDFLLXs4asPdLJ": { "chainId": "centauri-1", "decimals": 9, @@ -829,15 +838,6 @@ export const crossChainAssets :CrossChainAssets= { "imageUrl": "https://raw.githubusercontent.com/ComposableFi/FE-assets/main/assets%20/tokens/crv.svg", "currentChainId": "solana" }, - "8knH1Z4kY6WaHRMZHMxe76d2Ar3kHhjz33t1eZRJSyET": { - "chainId": "neutron-1", - "decimals": 6, - "minimalDenom": "", - "denom": "ASTRO", - "realDecimals": 6, - "imageUrl": "https://raw.githubusercontent.com/ComposableFi/FE-assets/main/assets%20/tokens/astro.svg", - "currentChainId": "solana" - }, "6bQZs6ZSaRoaYPsfLibM9ZhZa4Haj4xF5uFJ33Kduc3V": { "chainId": "secret-4", "decimals": 6, @@ -1063,6 +1063,22 @@ export const crossChainAssets :CrossChainAssets= { "imageUrl": "https://raw.githubusercontent.com/ComposableFi/FE-assets/main/assets%20/tokens/KSM.svg", "currentChainId": "ethereum" }, + "0xA88bB3EB033F359FeF934Dd3b4b753847318072C": { + "chainId": "archway-1", + "decimals": 18, + "minimalDenom": "transfer/channel-2/transfer/channel-50/aarch", + "denom": "ARCH", + "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/archway/aarch.png", + "currentChainId": "ethereum" + }, + "0x9243b3615ed297403c0cafa156c3fa16057526ca": { + "chainId": "2087", + "decimals": 6, + "minimalDenom": "transfer/channel-2/transfer/channel-3/uosmo", + "denom": "OSMO", + "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/uosmo.png", + "currentChainId": "ethereum" + }, "0x013AdDc6512432304c055CEc20bbb0f6AA5ed7d5": { "chainId": "pacific-1", "decimals": 6, @@ -1095,14 +1111,6 @@ export const crossChainAssets :CrossChainAssets= { "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/agoric/ubld.png", "currentChainId": "ethereum" }, - "0x9243b3615ed297403c0cafa156c3fa16057526ca": { - "chainId": "osmosis-1", - "decimals": 6, - "minimalDenom": "transfer/channel-2/transfer/channel-3/uosmo", - "denom": "OSMO", - "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/uosmo.png", - "currentChainId": "ethereum" - }, "0xA534115DA1C1e51Cb2C6E8bC1fBA23A5189a1de2": { "chainId": "stride-1", "decimals": 6, @@ -1119,14 +1127,6 @@ export const crossChainAssets :CrossChainAssets= { "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/agoric/uist.png", "currentChainId": "ethereum" }, - "0xA88bB3EB033F359FeF934Dd3b4b753847318072C": { - "chainId": "archway-1", - "decimals": 18, - "minimalDenom": "transfer/channel-2/transfer/channel-50/aarch", - "denom": "ARCH", - "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/archway/aarch.png", - "currentChainId": "ethereum" - }, "0xbb63a9b64a80e9338b8ea298c51765e57c4f159c": { "chainId": "centauri-1", "decimals": 12, @@ -1494,7 +1494,7 @@ export const crossChainAssets :CrossChainAssets= { "currentChainId": "2087" }, "8": { - "chainId": "osmosis-1", + "chainId": "2087", "decimals": 6, "minimalDenom": "uosmo", "denom": "OSMO", diff --git a/src/config/ethereumAssets.ts b/src/config/ethereumAssets.ts index e85fbe8..c9ed09a 100644 --- a/src/config/ethereumAssets.ts +++ b/src/config/ethereumAssets.ts @@ -13,6 +13,16 @@ export const ethereumAssets :Record= { "cosmosToEthereumFee": 0.6, "minimumTransfer": 1 }, + "ARCH": { + "erc20Address": "0xA88bB3EB033F359FeF934Dd3b4b753847318072C", + "cosmosToEthereumFee": 315, + "minimumTransfer": 600 + }, + "OSMO": { + "erc20Address": "0x9243b3615ed297403c0cafa156c3fa16057526ca", + "cosmosToEthereumFee": 23, + "minimumTransfer": 40 + }, "SEI": { "erc20Address": "0x013AdDc6512432304c055CEc20bbb0f6AA5ed7d5", "cosmosToEthereumFee": 27, @@ -33,11 +43,6 @@ export const ethereumAssets :Record= { "cosmosToEthereumFee": 215, "minimumTransfer": 400 }, - "OSMO": { - "erc20Address": "0x9243b3615ed297403c0cafa156c3fa16057526ca", - "cosmosToEthereumFee": 23, - "minimumTransfer": 40 - }, "stATOM": { "erc20Address": "0xA534115DA1C1e51Cb2C6E8bC1fBA23A5189a1de2", "cosmosToEthereumFee": 2.5, @@ -48,11 +53,6 @@ export const ethereumAssets :Record= { "cosmosToEthereumFee": 10, "minimumTransfer": 20 }, - "ARCH": { - "erc20Address": "0xA88bB3EB033F359FeF934Dd3b4b753847318072C", - "cosmosToEthereumFee": 315, - "minimumTransfer": 600 - }, "PICA": { "erc20Address": "0xbb63a9b64a80e9338b8ea298c51765e57c4f159c", "cosmosToEthereumFee": 24000, diff --git a/src/config/keplrChains.ts b/src/config/keplrChains.ts index 4d8c9d5..509212c 100644 --- a/src/config/keplrChains.ts +++ b/src/config/keplrChains.ts @@ -343,6 +343,163 @@ export const keplrChains :Record= { }, "walletUrlForStaking": "https://wallet.keplr.app/chains/umee" }, + "archway-1": { + "bech32Config": { + "bech32PrefixAccAddr": "archway", + "bech32PrefixAccPub": "archwaypub", + "bech32PrefixConsAddr": "archwayvalcons", + "bech32PrefixConsPub": "archwayvalconspub", + "bech32PrefixValAddr": "archwayvaloper", + "bech32PrefixValPub": "archwayvaloperpub" + }, + "bip44": { + "coinType": 118 + }, + "chainId": "archway-1", + "chainName": "Archway", + "chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/archway/chain.png", + "currencies": [ + { + "coinDecimals": 18, + "coinDenom": "ARCH", + "coinGeckoId": "archway", + "coinMinimalDenom": "aarch" + } + ], + "features": [], + "feeCurrencies": [ + { + "coinDecimals": 18, + "coinDenom": "ARCH", + "coinGeckoId": "archway", + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/archway/aarch.png", + "gasPriceStep": { + "low": 140000000000, + "average": 196000000000, + "high": 225400000000 + }, + "coinMinimalDenom": "aarch" + } + ], + "rest": "https://api.mainnet.archway.io", + "rpc": "https://rpc.mainnet.archway.io", + "stakeCurrency": { + "coinDecimals": 18, + "coinDenom": "ARCH", + "coinGeckoId": "archway", + "coinMinimalDenom": "aarch", + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/archway/aarch.png" + } + }, + "neutron-1": { + "bech32Config": { + "bech32PrefixAccAddr": "neutron", + "bech32PrefixAccPub": "neutronpub", + "bech32PrefixValAddr": "neutronvaloper", + "bech32PrefixValPub": "neutronvaloperpub", + "bech32PrefixConsAddr": "neutronvalcons", + "bech32PrefixConsPub": "neutronvalconspub" + }, + "bip44": { + "coinType": 118 + }, + "chainId": "neutron-1", + "chainName": "Neutron", + "chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/neutron/chain.png", + "currencies": [ + { + "coinDecimals": 6, + "coinDenom": "ASTRO", + "coinGeckoId": "astroport-fi", + "coinMinimalDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro" + }, + { + "coinDecimals": 6, + "coinDenom": "NTRN", + "coinGeckoId": "neutron-3", + "coinMinimalDenom": "untrn" + } + ], + "features": [], + "feeCurrencies": [ + { + "coinDecimals": 6, + "coinDenom": "NTRN", + "coinGeckoId": "neutron-3", + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/neutron/untrn.png", + "gasPriceStep": { + "low": 0.0008, + "average": 0.0008, + "high": 0.0008 + }, + "coinMinimalDenom": "untrn" + } + ], + "rest": "https://neutron-cmp-api.polkachu.com", + "rpc": "https://neutron-cmp-rpc.polkachu.com", + "stakeCurrency": { + "coinDecimals": 6, + "coinDenom": "NTRN", + "coinGeckoId": "neutron-3", + "coinMinimalDenom": "untrn", + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/neutron/untrn.png" + } + }, + "osmosis-1": { + "bech32Config": { + "bech32PrefixAccAddr": "osmo", + "bech32PrefixAccPub": "osmopub", + "bech32PrefixValAddr": "osmovaloper", + "bech32PrefixValPub": "osmovaloperpub", + "bech32PrefixConsAddr": "osmovalcons", + "bech32PrefixConsPub": "osmovalconspub" + }, + "bip44": { + "coinType": 118 + }, + "chainId": "osmosis-1", + "chainName": "Osmosis", + "chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/chain.png", + "currencies": [ + { + "coinDecimals": 6, + "coinDenom": "OSMO", + "coinGeckoId": "osmosis", + "coinMinimalDenom": "uosmo" + }, + { + "coinDecimals": 6, + "coinDenom": "milkTIA", + "coinGeckoId": "milkyway-staked-tia", + "coinMinimalDenom": "factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA" + } + ], + "features": [], + "feeCurrencies": [ + { + "coinDecimals": 6, + "coinDenom": "OSMO", + "coinGeckoId": "osmosis", + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/uosmo.png", + "gasPriceStep": { + "low": 0.0025, + "average": 0.025, + "high": 0.04 + }, + "coinMinimalDenom": "uosmo" + } + ], + "rest": "https://osmosis-cmp-api.polkachu.com", + "rpc": "https://osmosis-cmp-rpc.polkachu.com", + "stakeCurrency": { + "coinDecimals": 6, + "coinDenom": "OSMO", + "coinGeckoId": "osmosis", + "coinMinimalDenom": "uosmo", + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/uosmo.png" + }, + "walletUrlForStaking": "https://wallet.keplr.app/chains/osmosis" + }, "agoric-3": { "bech32Config": { "bech32PrefixAccAddr": "agoric", @@ -398,54 +555,6 @@ export const keplrChains :Record= { }, "walletUrlForStaking": "https://wallet.keplr.app/chains/agoric" }, - "archway-1": { - "bech32Config": { - "bech32PrefixAccAddr": "archway", - "bech32PrefixAccPub": "archwaypub", - "bech32PrefixConsAddr": "archwayvalcons", - "bech32PrefixConsPub": "archwayvalconspub", - "bech32PrefixValAddr": "archwayvaloper", - "bech32PrefixValPub": "archwayvaloperpub" - }, - "bip44": { - "coinType": 118 - }, - "chainId": "archway-1", - "chainName": "Archway", - "chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/archway/chain.png", - "currencies": [ - { - "coinDecimals": 18, - "coinDenom": "ARCH", - "coinGeckoId": "archway", - "coinMinimalDenom": "aarch" - } - ], - "features": [], - "feeCurrencies": [ - { - "coinDecimals": 18, - "coinDenom": "ARCH", - "coinGeckoId": "archway", - "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/archway/aarch.png", - "gasPriceStep": { - "low": 140000000000, - "average": 196000000000, - "high": 225400000000 - }, - "coinMinimalDenom": "aarch" - } - ], - "rest": "https://api.mainnet.archway.io", - "rpc": "https://rpc.mainnet.archway.io", - "stakeCurrency": { - "coinDecimals": 18, - "coinDenom": "ARCH", - "coinGeckoId": "archway", - "coinMinimalDenom": "aarch", - "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/archway/aarch.png" - } - }, "centauri-1": { "bech32Config": { "bech32PrefixAccAddr": "pica", @@ -596,115 +705,6 @@ export const keplrChains :Record= { }, "walletUrlForStaking": "https://wallet.keplr.app/chains/cosmos-hub" }, - "neutron-1": { - "bech32Config": { - "bech32PrefixAccAddr": "neutron", - "bech32PrefixAccPub": "neutronpub", - "bech32PrefixValAddr": "neutronvaloper", - "bech32PrefixValPub": "neutronvaloperpub", - "bech32PrefixConsAddr": "neutronvalcons", - "bech32PrefixConsPub": "neutronvalconspub" - }, - "bip44": { - "coinType": 118 - }, - "chainId": "neutron-1", - "chainName": "Neutron", - "chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/neutron/chain.png", - "currencies": [ - { - "coinDecimals": 6, - "coinDenom": "ASTRO", - "coinGeckoId": "astroport-fi", - "coinMinimalDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro" - }, - { - "coinDecimals": 6, - "coinDenom": "NTRN", - "coinGeckoId": "neutron-3", - "coinMinimalDenom": "untrn" - } - ], - "features": [], - "feeCurrencies": [ - { - "coinDecimals": 6, - "coinDenom": "NTRN", - "coinGeckoId": "neutron-3", - "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/neutron/untrn.png", - "gasPriceStep": { - "low": 0.0008, - "average": 0.0008, - "high": 0.0008 - }, - "coinMinimalDenom": "untrn" - } - ], - "rest": "https://neutron-cmp-api.polkachu.com", - "rpc": "https://neutron-cmp-rpc.polkachu.com", - "stakeCurrency": { - "coinDecimals": 6, - "coinDenom": "NTRN", - "coinGeckoId": "neutron-3", - "coinMinimalDenom": "untrn", - "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/neutron/untrn.png" - } - }, - "osmosis-1": { - "bech32Config": { - "bech32PrefixAccAddr": "osmo", - "bech32PrefixAccPub": "osmopub", - "bech32PrefixValAddr": "osmovaloper", - "bech32PrefixValPub": "osmovaloperpub", - "bech32PrefixConsAddr": "osmovalcons", - "bech32PrefixConsPub": "osmovalconspub" - }, - "bip44": { - "coinType": 118 - }, - "chainId": "osmosis-1", - "chainName": "Osmosis", - "chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/chain.png", - "currencies": [ - { - "coinDecimals": 6, - "coinDenom": "OSMO", - "coinGeckoId": "osmosis", - "coinMinimalDenom": "uosmo" - }, - { - "coinDecimals": 6, - "coinDenom": "milkTIA", - "coinGeckoId": "milkyway-staked-tia", - "coinMinimalDenom": "factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA" - } - ], - "features": [], - "feeCurrencies": [ - { - "coinDecimals": 6, - "coinDenom": "OSMO", - "coinGeckoId": "osmosis", - "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/uosmo.png", - "gasPriceStep": { - "low": 0.0025, - "average": 0.025, - "high": 0.04 - }, - "coinMinimalDenom": "uosmo" - } - ], - "rest": "https://osmosis-cmp-api.polkachu.com", - "rpc": "https://osmosis-cmp-rpc.polkachu.com", - "stakeCurrency": { - "coinDecimals": 6, - "coinDenom": "OSMO", - "coinGeckoId": "osmosis", - "coinMinimalDenom": "uosmo", - "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/uosmo.png" - }, - "walletUrlForStaking": "https://wallet.keplr.app/chains/osmosis" - }, "secret-4": { "bech32Config": { "bech32PrefixAccAddr": "secret", diff --git a/src/config/networks.ts b/src/config/networks.ts index d128a14..cdfe2f0 100644 --- a/src/config/networks.ts +++ b/src/config/networks.ts @@ -625,6 +625,105 @@ import { NetworkInfo } from './types'; "2087" ] }, + "archway-1": { + "name": "Archway", + "image": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/archway/chain.png", + "rpc": "https://rpc.mainnet.archway.io", + "rest": "https://api.mainnet.archway.io", + "chainType": "cosmos", + "chainId": "archway-1", + "feeAssetId": "aarch", + "cosmos": { + "bech32Config": { + "bech32PrefixAccAddr": "archway", + "bech32PrefixAccPub": "archwaypub", + "bech32PrefixConsAddr": "archwayvalcons", + "bech32PrefixConsPub": "archwayvalconspub", + "bech32PrefixValAddr": "archwayvaloper", + "bech32PrefixValPub": "archwayvaloperpub" + }, + "bip44": { + "coinType": 118 + } + }, + "enabled": true, + "explorer": [ + { + "type": "mintscan", + "url": "https://www.mintscan.io/archway" + } + ], + "network_to": [ + "centauri-1" + ] + }, + "neutron-1": { + "name": "Neutron", + "image": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/neutron/chain.png", + "rpc": "https://neutron-cmp-rpc.polkachu.com", + "rest": "https://neutron-cmp-api.polkachu.com", + "chainType": "cosmos", + "chainId": "neutron-1", + "feeAssetId": "untrn", + "cosmos": { + "bip44": { + "coinType": 118 + }, + "bech32Config": { + "bech32PrefixAccAddr": "neutron", + "bech32PrefixAccPub": "neutronpub", + "bech32PrefixValAddr": "neutronvaloper", + "bech32PrefixValPub": "neutronvaloperpub", + "bech32PrefixConsAddr": "neutronvalcons", + "bech32PrefixConsPub": "neutronvalconspub" + } + }, + "enabled": true, + "explorer": [ + { + "type": "mintscan", + "url": "https://www.mintscan.io/neutron" + } + ], + "network_to": [ + "centauri-1" + ] + }, + "osmosis-1": { + "name": "Osmosis", + "image": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/chain.png", + "rpc": "https://osmosis-cmp-rpc.polkachu.com", + "rest": "https://osmosis-cmp-api.polkachu.com", + "chainType": "cosmos", + "chainId": "osmosis-1", + "feeAssetId": "uosmo", + "cosmos": { + "walletUrl": "https://app.osmosis.zone", + "walletUrlForStaking": "https://wallet.keplr.app/chains/osmosis", + "bip44": { + "coinType": 118 + }, + "bech32Config": { + "bech32PrefixAccAddr": "osmo", + "bech32PrefixAccPub": "osmopub", + "bech32PrefixValAddr": "osmovaloper", + "bech32PrefixValPub": "osmovaloperpub", + "bech32PrefixConsAddr": "osmovalcons", + "bech32PrefixConsPub": "osmovalconspub" + } + }, + "enabled": true, + "explorer": [ + { + "type": "mintscan", + "url": "https://www.mintscan.io/osmosis" + } + ], + "network_to": [ + "pacific-1", + "centauri-1" + ] + }, "polkadot": { "name": "Polkadot", "image": "https://raw.githubusercontent.com/ComposableFi/FE-assets/main/assets%20/tokens/Polkadot.svg", @@ -698,38 +797,6 @@ import { NetworkInfo } from './types'; "centauri-1" ] }, - "archway-1": { - "name": "Archway", - "image": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/archway/chain.png", - "rpc": "https://rpc.mainnet.archway.io", - "rest": "https://api.mainnet.archway.io", - "chainType": "cosmos", - "chainId": "archway-1", - "feeAssetId": "aarch", - "cosmos": { - "bech32Config": { - "bech32PrefixAccAddr": "archway", - "bech32PrefixAccPub": "archwaypub", - "bech32PrefixConsAddr": "archwayvalcons", - "bech32PrefixConsPub": "archwayvalconspub", - "bech32PrefixValAddr": "archwayvaloper", - "bech32PrefixValPub": "archwayvaloperpub" - }, - "bip44": { - "coinType": 118 - } - }, - "enabled": true, - "explorer": [ - { - "type": "mintscan", - "url": "https://www.mintscan.io/archway" - } - ], - "network_to": [ - "centauri-1" - ] - }, "centauri-1": { "name": "Picasso", "image": "https://raw.githubusercontent.com/ComposableFi/FE-assets/main/assets%20/tokens/PICA.svg", @@ -865,73 +932,6 @@ import { NetworkInfo } from './types'; "centauri-1" ] }, - "neutron-1": { - "name": "Neutron", - "image": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/neutron/chain.png", - "rpc": "https://neutron-cmp-rpc.polkachu.com", - "rest": "https://neutron-cmp-api.polkachu.com", - "chainType": "cosmos", - "chainId": "neutron-1", - "feeAssetId": "untrn", - "cosmos": { - "bip44": { - "coinType": 118 - }, - "bech32Config": { - "bech32PrefixAccAddr": "neutron", - "bech32PrefixAccPub": "neutronpub", - "bech32PrefixValAddr": "neutronvaloper", - "bech32PrefixValPub": "neutronvaloperpub", - "bech32PrefixConsAddr": "neutronvalcons", - "bech32PrefixConsPub": "neutronvalconspub" - } - }, - "enabled": true, - "explorer": [ - { - "type": "mintscan", - "url": "https://www.mintscan.io/neutron" - } - ], - "network_to": [ - "centauri-1" - ] - }, - "osmosis-1": { - "name": "Osmosis", - "image": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/chain.png", - "rpc": "https://osmosis-cmp-rpc.polkachu.com", - "rest": "https://osmosis-cmp-api.polkachu.com", - "chainType": "cosmos", - "chainId": "osmosis-1", - "feeAssetId": "uosmo", - "cosmos": { - "walletUrl": "https://app.osmosis.zone", - "walletUrlForStaking": "https://wallet.keplr.app/chains/osmosis", - "bip44": { - "coinType": 118 - }, - "bech32Config": { - "bech32PrefixAccAddr": "osmo", - "bech32PrefixAccPub": "osmopub", - "bech32PrefixValAddr": "osmovaloper", - "bech32PrefixValPub": "osmovaloperpub", - "bech32PrefixConsAddr": "osmovalcons", - "bech32PrefixConsPub": "osmovalconspub" - } - }, - "enabled": true, - "explorer": [ - { - "type": "mintscan", - "url": "https://www.mintscan.io/osmosis" - } - ], - "network_to": [ - "pacific-1", - "centauri-1" - ] - }, "secret-4": { "name": "Secret Network", "image": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/secret/chain.png", diff --git a/src/config/solanaAssets.ts b/src/config/solanaAssets.ts index 7e61bd0..ee8c39b 100644 --- a/src/config/solanaAssets.ts +++ b/src/config/solanaAssets.ts @@ -13,6 +13,21 @@ export const solanaAssets:Record = { "minimumTransfer": 0.7, "fromCosmosFee": 0.3 }, + "ARCH": { + "mintAddress": "BxZEQoVDwPT1dGTSnLw4Qvm17up2vvvP88PCSYTncgnk", + "minimumTransfer": 300, + "fromCosmosFee": 160 + }, + "ASTRO": { + "mintAddress": "8knH1Z4kY6WaHRMZHMxe76d2Ar3kHhjz33t1eZRJSyET", + "minimumTransfer": 40000, + "fromCosmosFee": 26000 + }, + "OSMO": { + "mintAddress": "EpZeFE5ngedGVug3s1VQK9987FEsCY512VtKUKmfzidM", + "minimumTransfer": 20, + "fromCosmosFee": 11 + }, "SEI": { "mintAddress": "BajH8K75CHJrmT1hf6QGHSyY5r5tbJYSHrCb7uDNCF5S", "minimumTransfer": 30, @@ -33,11 +48,6 @@ export const solanaAssets:Record = { "minimumTransfer": 200, "fromCosmosFee": 105 }, - "OSMO": { - "mintAddress": "EpZeFE5ngedGVug3s1VQK9987FEsCY512VtKUKmfzidM", - "minimumTransfer": 20, - "fromCosmosFee": 11 - }, "stATOM": { "mintAddress": "8aHZdc7qrKAPMey7B6VHx3U3xWFBs7BZhdLAYqZBQwea", "minimumTransfer": 2, @@ -48,11 +58,6 @@ export const solanaAssets:Record = { "minimumTransfer": 20, "fromCosmosFee": 5 }, - "ARCH": { - "mintAddress": "BxZEQoVDwPT1dGTSnLw4Qvm17up2vvvP88PCSYTncgnk", - "minimumTransfer": 300, - "fromCosmosFee": 160 - }, "PICA": { "mintAddress": "966vsqwoS3ZBrHesTyAvE7esFV2kaHaDFLLXs4asPdLJ", "minimumTransfer": 25000, @@ -168,11 +173,6 @@ export const solanaAssets:Record = { "minimumTransfer": 80, "fromCosmosFee": 20 }, - "ASTRO": { - "mintAddress": "8knH1Z4kY6WaHRMZHMxe76d2Ar3kHhjz33t1eZRJSyET", - "minimumTransfer": 40000, - "fromCosmosFee": 26000 - }, "SCRT": { "mintAddress": "6bQZs6ZSaRoaYPsfLibM9ZhZa4Haj4xF5uFJ33Kduc3V", "minimumTransfer": 50, diff --git a/src/config/tokensPerChannel.ts b/src/config/tokensPerChannel.ts index e2af644..2113b99 100644 --- a/src/config/tokensPerChannel.ts +++ b/src/config/tokensPerChannel.ts @@ -116,22 +116,49 @@ export const tokensPerChannel : Record< ] } }, - "agoric-3": { - "55": { + "archway-1": { + "108": { "chainId": "centauri-1", - "destinationId": 13, + "destinationId": 50, "tokens": [ - "BLD", - "IST" + "ARCH" ] } }, - "archway-1": { - "108": { + "neutron-1": { + "17": { "chainId": "centauri-1", - "destinationId": 50, + "destinationId": 18, "tokens": [ - "ARCH" + "NTRN" + ] + } + }, + "osmosis-1": { + "782": { + "chainId": "pacific-1", + "destinationId": 0, + "tokens": [ + "OSMO", + "SEI" + ] + }, + "1279": { + "chainId": "centauri-1", + "destinationId": 3, + "tokens": [ + "OSMO", + "SEI" + ] + } + }, + "agoric-3": { + "55": { + "chainId": "centauri-1", + "destinationId": 13, + "tokens": [ + "BLD", + "IST" ] } }, @@ -410,33 +437,6 @@ export const tokensPerChannel : Record< ] } }, - "neutron-1": { - "17": { - "chainId": "centauri-1", - "destinationId": 18, - "tokens": [ - "NTRN" - ] - } - }, - "osmosis-1": { - "782": { - "chainId": "pacific-1", - "destinationId": 0, - "tokens": [ - "OSMO", - "SEI" - ] - }, - "1279": { - "chainId": "centauri-1", - "destinationId": 3, - "tokens": [ - "OSMO", - "SEI" - ] - } - }, "secret-4": { "80": { "chainId": "centauri-1",