diff --git a/chains/mainnet/echelon.json b/chains/mainnet/echelon.json index 297346fe..c9e4de72 100644 --- a/chains/mainnet/echelon.json +++ b/chains/mainnet/echelon.json @@ -1,8 +1,8 @@ { "chain_name": "echelon", "coingecko": "echelon", - "api": ["https://api.ech.network", "https://lcd-echelon.whispernode.com", "https://api.echelon.nodestake.top", "https://echelon-api.polkachu.com", "https://api.eu.ech.world", "https://api.us.ech.world"], - "rpc": ["https://tendermint.ech.network", "https://rpc-echelon.whispernode.com" , "https://rpc.echelon.nodestake.top", "https://echelon-rpc.polkachu.com", "https://rpc.eu.ech.world", "https://rpc.us.ech.world"], + "api": ["https://api.eu.ech.world", "https://api.us.ech.world", "https://ech01api.mindheartsoul.org"], + "rpc": ["https://rpc.eu.ech.world", "https://rpc.us.ech.world", "https://ech01trpc.mindheartsoul.org"], "snapshot_provider": "", "sdk_version": "0.45.1", "coin_type": "60", diff --git a/chains/mainnet/haqq.json b/chains/mainnet/haqq.json new file mode 100644 index 00000000..95f74724 --- /dev/null +++ b/chains/mainnet/haqq.json @@ -0,0 +1,27 @@ +{ + "chain_name": "haqq", + "coingecko": "", + "api": ["https://rest.cosmos.haqq.network/", "https://m-s1-sdk.haqq.sh"], + "rpc": ["https://rpc.tm.haqq.network/", "https://m-s1-tm.haqq.sh"], + "snapshot_provider": "", + "sdk_version": "0.46.10", + "coin_type": "60", + "min_tx_fee": "3000000000000000", + "addr_prefix": "haqq", + "logo": "/logos/haqq.svg", + "keplr_features": [ + "ibc-transfer", + "ibc-go", + "eth-address-gen", + "eth-key-sign" + ], + "assets": [ + { + "base": "aISLM", + "symbol": "ISLM", + "exponent": "18", + "coingecko_id": "", + "logo": "/logos/islm.svg" + } + ] +} diff --git a/chains/testnet/axelar.json b/chains/testnet/axelar.json new file mode 100644 index 00000000..249a910d --- /dev/null +++ b/chains/testnet/axelar.json @@ -0,0 +1,56 @@ +{ + "chain_name": "axelar", + "api": [ + "https://lcd-axelar-testnet.imperator.co", + "https://axelartest-lcd.quickapi.com", + "https://axelar-rest-1.staketab.org", + "https://axelar-testnet-lcd.qubelabs.io", + "https://axelar-lcd.quantnode.tech", + "https://axelar-testnet-api.polkachu.com" + ], + "rpc": [ + "https://rpc-axelar-testnet.imperator.co:443", + "https://axelartest-rpc.quickapi.com", + "https://axelar-rpc-1.staketab.org:443", + "https://axelar-testnet-rpc.qubelabs.io", + "https://axelartest-lcd.quantnode.tech", + "https://axelar-testnet-rpc.polkachu.com" + ], + "snapshot_provider": "", + "sdk_version": "0.45.11", + "coin_type": "118", + "min_tx_fee": "800", + "addr_prefix": "axelar", + "logo": "/logos/axelar.svg", + "theme_color": "#161723", + "assets": [ + { + "base": "uaxl", + "symbol": "AXL", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/axelar.svg" + }, + { + "base": "uausdc", + "symbol": "aUSDC", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/usdc.svg" + }, + { + "base": "eth-wei", + "symbol": "axlWETH", + "exponent": "18", + "coingecko_id": "", + "logo": "/logos/weth.svg" + }, + { + "base": "wavax-wei", + "symbol": "axlWAVAX", + "exponent": "18", + "coingecko_id": "", + "logo": "/logos/wavax.svg" + } + ] +} diff --git a/chains/testnet/banksy.json b/chains/testnet/banksy.json new file mode 100644 index 00000000..5fa99fa5 --- /dev/null +++ b/chains/testnet/banksy.json @@ -0,0 +1,19 @@ +{ + "chain_name": "banksy-testnet-2", + "api": ["https://composable-testnet-api.polkachu.com/"], + "rpc": ["https://composable-testnet-rpc.polkachu.com/"], + "coingecko": "", + "snapshot_provider": "", + "sdk_version": "0.37.0", + "coin_type": "118", + "min_tx_fee": "500", + "addr_prefix": "banksy", + "logo": "/logos/composable.jpg", + "assets": [{ + "base": "ppica", + "symbol": "PICA", + "exponent": "12", + "coingecko_id": "", + "logo": "/logos/composable.jpg" + }] +} \ No newline at end of file diff --git a/chains/testnet/haqq.json b/chains/testnet/haqq.json index e4f94856..3ade874f 100644 --- a/chains/testnet/haqq.json +++ b/chains/testnet/haqq.json @@ -1,19 +1,33 @@ { - "chain_name": "haqq", - "coingecko": "", - "api": ["https://rest.cosmos.testedge2.haqq.network/"], - "rpc": ["https://rpc.tm.testedge2.haqq.network/"], - "snapshot_provider": "", - "sdk_version": "0.45.3", - "coin_type": "60", - "min_tx_fee": "3000000000000000", - "addr_prefix": "haqq", - "logo": "/logos/haqq.svg", - "assets": [{ - "base": "aISLM", - "symbol": "ISLM", - "exponent": "18", - "coingecko_id": "", - "logo": "/logos/islm.svg" - }] + "chain_name": "haqq", + "coingecko": "", + "api": [ + "https://rest.cosmos.testedge2.haqq.network/", + "https://te2-s1-sdk.haqq.sh" + ], + "rpc": [ + "https://rpc.tm.testedge2.haqq.network/", + "https://te2-s1-tm.haqq.sh" + ], + "snapshot_provider": "", + "sdk_version": "0.46.10", + "coin_type": "60", + "min_tx_fee": "3000000000000000", + "addr_prefix": "haqq", + "logo": "/logos/haqq.svg", + "keplr_features": [ + "ibc-transfer", + "ibc-go", + "eth-address-gen", + "eth-key-sign" + ], + "assets": [ + { + "base": "aISLM", + "symbol": "ISLMT", + "exponent": "18", + "coingecko_id": "", + "logo": "/logos/islm.svg" + } + ] } diff --git a/public/logos/haqq.png b/public/logos/haqq.png index 0db2ab1b..12cc384c 100644 Binary files a/public/logos/haqq.png and b/public/logos/haqq.png differ diff --git a/public/logos/haqq.svg b/public/logos/haqq.svg index 672a7272..1452fe7e 100644 --- a/public/logos/haqq.svg +++ b/public/logos/haqq.svg @@ -1,14 +1,63 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +