diff --git a/chains/mainnet/atomone.json b/chains/mainnet/atomone.json new file mode 100644 index 0000000000..d7bb5509d9 --- /dev/null +++ b/chains/mainnet/atomone.json @@ -0,0 +1,19 @@ +{ + "chain_name": "atomone", + "coingecko": "", + "api": ["https://atomone-mainnet-api.itrocket.net"], + "rpc": ["https://atomone-mainnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "v0.47.13", + "coin_type": "118", + "min_tx_fee": "800", + "addr_prefix": "atone", + "logo": "/logos/atomone.png", + "assets": [{ + "base": "uatone", + "symbol": "ATONE", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/atomone.png" + }] +} diff --git a/chains/mainnet/axelar.json b/chains/mainnet/axelar.json deleted file mode 100644 index 255f99187d..0000000000 --- a/chains/mainnet/axelar.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "chain_name": "axelar", - "api": ["https://rest.axelar.lava.build/lava-referer-97409c72-1a82-4861-8651-119c15151cbe"], - "rpc": ["https://tm.axelar.lava.build/lava-referer-97409c72-1a82-4861-8651-119c15151cbe"], - "snapshot_provider": "", - "sdk_version": "0.45.6", - "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": "axelar", - "logo": "/logos/axelar.svg" - }, - { - "base": "uusdc", - "symbol": "axlUSDC", - "exponent": "6", - "coingecko_id": "usd-coin", - "logo": "/logos/usdc.svg" - }, - { - "base": "uusdt", - "symbol": "axlUSDT", - "exponent": "6", - "coingecko_id": "tether", - "logo": "/logos/usdt.svg" - }, - { - "base": "dai-wei", - "symbol": "axlDAI", - "exponent": "18", - "coingecko_id": "dai", - "logo": "/logos/dai.svg" - }, - { - "base": "weth-wei", - "symbol": "axlWETH", - "exponent": "18", - "coingecko_id": "ethereum", - "logo": "/logos/weth.svg" - }, - { - "base": "wmatic-wei", - "symbol": "axlWMATIC", - "exponent": "18", - "coingecko_id": "matic-network", - "logo": "/logos/wmatic.svg" - }, - { - "base": "wavax-wei", - "symbol": "axlWAVAX", - "exponent": "18", - "coingecko_id": "avalanche-2", - "logo": "/logos/wavax.svg" - }, - { - "base": "dot-planck", - "symbol": "axlDOT", - "exponent": "10", - "coingecko_id": "polkadot", - "logo": "/logos/dot.svg" - } - ] -} diff --git a/chains/mainnet/babylon.json b/chains/mainnet/babylon.json new file mode 100644 index 0000000000..02146958f9 --- /dev/null +++ b/chains/mainnet/babylon.json @@ -0,0 +1,19 @@ +{ + "chain_name": "babylon", + "coingecko": "", + "api": ["https://babylon-mainnet-api.itrocket.net"], + "rpc": ["https://babylon-mainnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "v0.50.12", + "coin_type": "118", + "min_tx_fee": "800", + "addr_prefix": "bbn", + "logo": "/logos/babylon.jpg", + "assets": [{ + "base": "ubbn", + "symbol": "BBN", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/babylon.jpg" + }] +} diff --git a/chains/mainnet/bitway.json b/chains/mainnet/bitway.json new file mode 100644 index 0000000000..3818dd8f41 --- /dev/null +++ b/chains/mainnet/bitway.json @@ -0,0 +1,17 @@ +{ + "chain_name": "bitway", + "api": ["https://bitway-mainnet-api.itrocket.net"], + "rpc": ["https://bitway-mainnet-rpc.itrocket.net"], + "sdk_version": "0.47.3", + "addr_prefix": "bitway", + "min_tx_fee": "5000", + "logo": "/logos/bitway.jpg", + "assets": [ + { + "symbol": "BTW", + "base": "ubtw", + "exponent": 6, + "logo": "/logos/bitway.jpg" + } + ] +} diff --git a/chains/mainnet/celestia.json b/chains/mainnet/celestia.json new file mode 100644 index 0000000000..5422b82297 --- /dev/null +++ b/chains/mainnet/celestia.json @@ -0,0 +1,19 @@ +{ + "chain_name": "celestia", + "coingecko": "", + "api": ["https://celestia-mainnet-api.itrocket.net"], + "rpc": ["https://celestia-mainnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "0.46.14", + "coin_type": "118", + "min_tx_fee": "800", + "addr_prefix": "celestia", + "logo": "/logos/celestia.png", + "assets": [{ + "base": "utia", + "symbol": "TIA", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/celestia.png" + }] +} diff --git a/chains/mainnet/cosmos.json b/chains/mainnet/cosmos.json deleted file mode 100644 index 91e03b71a2..0000000000 --- a/chains/mainnet/cosmos.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "chain_name": "cosmos", - "registry_name": "cosmoshub", - "api": [ - { "provider": "cosmos.directory", "address": "https://rest.cosmos.directory/cosmoshub" }, - { "provider": "publicnode", "address": "https://cosmos-rest.publicnode.com" }, - { "provider": "silknode", "address": "https://cosmos.api.silknodes.io" } - ], - "rpc": [ - { "provider": "icycro", "address": "https://cosmos-rpc.icycro.org" }, - { "provider": "dragonstake", "address": "https://rpc.cosmos.dragonstake.io" }, - { "provider": "Golden Ratio Staking", "address": "https://rpc-cosmoshub.goldenratiostaking.net" } - ], - "sdk_version": "0.45.1", - "coin_type": "118", - "min_tx_fee": "800", - "addr_prefix": "cosmos", - "logo": "/logos/cosmos.svg", - "assets": [ - { - "base": "uatom", - "symbol": "ATOM", - "exponent": "6", - "coingecko_id": "cosmos", - "logo": "/logos/cosmos.svg" - } - ] -} diff --git a/chains/mainnet/cosmoshub.json b/chains/mainnet/cosmoshub.json new file mode 100644 index 0000000000..3ad61faf31 --- /dev/null +++ b/chains/mainnet/cosmoshub.json @@ -0,0 +1,19 @@ +{ + "chain_name": "cosmoshub", + "coingecko": "", + "api": ["https://cosmoshub-mainnet-api.itrocket.net"], + "rpc": ["https://cosmoshub-mainnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "v0.50.9-lsm", + "coin_type": "118", + "min_tx_fee": "800", + "addr_prefix": "cosmos", + "logo": "/logos/cosmoshub.jpg", + "assets": [{ + "base": "uatom", + "symbol": "ATOM", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/cosmoshub.jpg" + }] +} diff --git a/chains/mainnet/crossfi.json b/chains/mainnet/crossfi.json new file mode 100644 index 0000000000..29bbf11a19 --- /dev/null +++ b/chains/mainnet/crossfi.json @@ -0,0 +1,20 @@ +{ + "chain_name": "crossfi", + "coingecko": "", + "api": ["https://crossfi-mainnet-api.itrocket.net"], + "rpc": ["https://crossfi-mainnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "0.46.12", + "coin_type": "60", + "min_tx_fee": "4000", + "addr_prefix": "mx", + "logo": "/logos/crossfi.jpg", + "keplr_features": ["eth-address-gen", "eth-key-sign"], + "assets": [{ + "base": "mpx", + "symbol": "PX", + "exponent": "18", + "coingecko_id": "", + "logo": "/logos/crossfi.jpg" + }] +} diff --git a/chains/mainnet/doravota.json b/chains/mainnet/doravota.json new file mode 100644 index 0000000000..476e672eb9 --- /dev/null +++ b/chains/mainnet/doravota.json @@ -0,0 +1,21 @@ +{ + "chain_name": "doravota", + "coingecko": "", + "api": ["https://doravota-mainnet-api.itrocket.net"], + "rpc": ["https://doravota-mainnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "0.47.5", + "coin_type": "118", + "min_tx_fee": "500", + "addr_prefix": "dora", + "logo": "/logos/dorafactory.jpg", + "assets": [ + { + "base": "peaka", + "symbol": "DORA", + "exponent": "18", + "coingecko_id": "", + "logo": "/logos/dorafactory.jpg" + } + ] +} diff --git a/chains/mainnet/elys.json b/chains/mainnet/elys.json new file mode 100644 index 0000000000..f6e5c91f51 --- /dev/null +++ b/chains/mainnet/elys.json @@ -0,0 +1,17 @@ +{ + "chain_name": "elys", + "api": ["https://elys-mainnet-api.itrocket.net"], + "rpc": ["https://elys-mainnet-rpc.itrocket.net"], + "sdk_version": "0.50.9", + "addr_prefix": "elys", + "min_tx_fee": "5000", + "logo": "/logos/elys.jpg", + "assets": [ + { + "symbol": "ELYS", + "base": "uelys", + "exponent": 6, + "logo": "/logos/elys.jpg" + } + ] +} diff --git a/chains/mainnet/empower.json b/chains/mainnet/empower.json new file mode 100644 index 0000000000..7e722ae8bb --- /dev/null +++ b/chains/mainnet/empower.json @@ -0,0 +1,19 @@ +{ + "chain_name": "empower", + "coingecko": "", + "api": ["https://empower-mainnet-api.itrocket.net"], + "rpc": ["https://empower-mainnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "0.47.5", + "coin_type": "118", + "min_tx_fee": "5000", + "addr_prefix": "empower", + "logo": "/logos/empower.png", + "assets": [{ + "base": "umpwr", + "symbol": "MPWR", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/empower.png" + }] +} diff --git a/chains/mainnet/fuel.json b/chains/mainnet/fuel.json new file mode 100644 index 0000000000..5fdc633fa6 --- /dev/null +++ b/chains/mainnet/fuel.json @@ -0,0 +1,20 @@ + +{ + "chain_name": "fuel", + "coingecko": "", + "api": ["https://fuel-mainnet-api.itrocket.net"], + "rpc": ["https://fuel-mainnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "v0.50.10", + "coin_type": "118", + "min_tx_fee": "800", + "addr_prefix": "fuelsequencer", + "logo": "/logos/fuel.jpg", + "assets": [{ + "base": "fuel", + "symbol": "FUEL", + "exponent": "9", + "coingecko_id": "", + "logo": "/logos/fuel.jpg" + }] +} diff --git a/chains/mainnet/humans.json b/chains/mainnet/humans.json new file mode 100644 index 0000000000..d2392f013e --- /dev/null +++ b/chains/mainnet/humans.json @@ -0,0 +1,19 @@ +{ + "chain_name": "humans", + "api":["https://humans-mainnet-api.itrocket.net"], + "rpc":["https://humans-mainnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "0.46.3", + "coin_type": 60, + "min_tx_fee": "5000", + "addr_prefix": "human", + "logo": "/logos/humans.jpg", + "keplr_features": ["ibc-transfer", "ibc-go", "eth-address-gen", "eth-key-sign"], + "assets": [{ + "base": "aheart", + "symbol": "HEART", + "exponent": 18, + "coingecko_id": "humans-ai", + "logo": "/logos/humans.jpg" + }] +} diff --git a/chains/mainnet/lava.json b/chains/mainnet/lava.json new file mode 100644 index 0000000000..ba5afed235 --- /dev/null +++ b/chains/mainnet/lava.json @@ -0,0 +1,18 @@ +{ + "chain_name": "lava", + "api": ["https://lava-mainnet-api.itrocket.net"], + "rpc": ["https://lava-mainnet-rpc.itrocket.net"], + "coin_type": 118, + "min_tx_fee": 200, + "sdk_version": "0.47.10", + "addr_prefix": "lava@", + "logo": "/logos/lava.png", + "assets": [ + { + "base": "ulava", + "symbol": "LAVA", + "exponent": 6, + "logo": "/logos/lava.png" + } + ] +} diff --git a/chains/mainnet/layeredge.json b/chains/mainnet/layeredge.json new file mode 100644 index 0000000000..9b43edf90c --- /dev/null +++ b/chains/mainnet/layeredge.json @@ -0,0 +1,19 @@ +{ + "chain_name": "layeredge", + "coingecko": "", + "api": ["https://layeredge-mainnet-api.itrocket.net"], + "rpc": ["https://layeredge-mainnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "v0.50.12", + "coin_type": "118", + "min_tx_fee": "800", + "addr_prefix": "cosmos", + "logo": "/logos/layeredge.png", + "assets": [{ + "base": "aedgen", + "symbol": "EDGEN", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/layeredge.png" + }] +} diff --git a/chains/mainnet/mantra.json b/chains/mainnet/mantra.json new file mode 100644 index 0000000000..24c8f62c19 --- /dev/null +++ b/chains/mainnet/mantra.json @@ -0,0 +1,18 @@ +{ + "chain_name": "mantra", + "api": ["https://mantra-mainnet-api.itrocket.net"], + "rpc": ["https://mantra-mainnet-rpc.itrocket.net"], + "coin_type": 118, + "min_tx_fee": 200, + "sdk_version": "0.50.8-0.20241001101155-992121f93c3d", + "addr_prefix": "mantra", + "logo": "/logos/mantra.jpg", + "assets": [ + { + "base": "amantra", + "symbol": "MANTRA", + "exponent": 18, + "logo": "/logos/mantra.jpg" + } + ] +} diff --git a/chains/mainnet/neutron.json b/chains/mainnet/neutron.json deleted file mode 100644 index 6d9594a908..0000000000 --- a/chains/mainnet/neutron.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "chain_name": "neutron", - "api": [ - { "provider": "Polkachu", "address": "https://neutron-api.polkachu.com" }, - { "provider": "NodeStake", "address": "https://api.neutron.nodestake.top" }, - { "provider": "Allnodes", "address": "https://neutron-rest.publicnode.com" } - ], - "rpc": [ - { "provider": "Polkachu", "address": "https://neutron-rpc.polkachu.com" }, - { "provider": "NodeStake", "address": "https://rpc.neutron.nodestake.top" }, - { "provider": "Allnodes", "address": "https://neutron-rpc.publicnode.com:443" } - ], - "provider_chain": { - "api": ["https://rest.cosmos.directory/cosmoshub"] - }, - "features": [ - "dashboard", - "blocks", - "ibc", - "cosmwasm", - "uptime", - "parameters", - "state-sync", - "consensus", - "supply", - "widget" - ], - "sdk_version": "0.45.1", - "coin_type": "118", - "min_tx_fee": "8000", - "assets": [ - { - "base": "untrn", - "symbol": "NTRN", - "exponent": "6", - "coingecko_id": "neutron", - "logo": "/logos/neutron.svg" - } - ], - "addr_prefix": "neutron", - "theme_color": "#161723", - "logo": "/logos/neutron.svg" -} diff --git a/chains/mainnet/nolus.json b/chains/mainnet/nolus.json deleted file mode 100644 index 2c832db946..0000000000 --- a/chains/mainnet/nolus.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "chain_name": "nolus", - "coingecko": "nolus", - "api": [ - { "provider": "Nolus", "address": "https://pirin-cl.nolus.network:1317" }, - { "provider": "LavenderFive", "address": "https://nolus-api.lavenderfive.com:443" }, - { "provider": "Allnodes", "address": "https://nolus-rest.publicnode.com" } - ], - "rpc": [ - { "provider": "Nolus", "address": "https://pirin-cl.nolus.network:26657" }, - { "provider": "LavenderFive", "address": "https://nolus-rpc.lavenderfive.com:443" }, - { "provider": "Allnodes", "address": "https://nolus-rpc.publicnode.com:443" } - ], - "snapshot_provider": "", - "sdk_version": "v0.47.6", - "coin_type": "118", - "min_tx_fee": "0", - "addr_prefix": "nolus", - "logo": "/logos/nolus.svg", - "assets": [ - { - "base": "unls", - "symbol": "NLS", - "exponent": "6", - "coingecko_id": "nolus", - "logo": "/logos/nolus.svg" - } - ] -} diff --git a/chains/mainnet/oraichain.json b/chains/mainnet/oraichain.json new file mode 100644 index 0000000000..527af78718 --- /dev/null +++ b/chains/mainnet/oraichain.json @@ -0,0 +1,18 @@ +{ + "chain_name": "oraichain", + "api": ["https://oraichain-mainnet-api.itrocket.net"], + "rpc": ["https://oraichain-mainnet-rpc.itrocket.net"], + "coin_type": 118, + "min_tx_fee": 200, + "sdk_version": "0.50.7", + "addr_prefix": "orai", + "logo": "/logos/oraichain.jpg", + "assets": [ + { + "base": "orai", + "symbol": "ORAI", + "exponent": 6, + "logo": "/logos/oraichain.jpg" + } + ] +} diff --git a/chains/mainnet/osmosis.json b/chains/mainnet/osmosis.json index 449480d65d..6df93cf42d 100644 --- a/chains/mainnet/osmosis.json +++ b/chains/mainnet/osmosis.json @@ -1,47 +1,19 @@ { - "chain_name": "osmosis", - "coingecko": "osmosis", - "api": [ - "https://lcd.osmosis.zone", - "https://api-osmosis-ia.cosmosia.notional.ventures", - "https://osmosis-api.polkachu.com", - "https://lcd-osmosis.blockapsis.com" - ], - "rpc": [ - "https://rpc.osmosis.zone", - "https://rpc-osmosis-ia.cosmosia.notional.ventures:443", - "https://osmosis-rpc.polkachu.com:443", - "https://osmosis.validator.network:443", - "https://rpc-osmosis.blockapsis.com:443" - ], - "snapshot_provider": "", - "sdk_version": "0.46.1", - "coin_type": "118", - "min_tx_fee": "800", - "addr_prefix": "osmo", - "logo": "/logos/osmosis.jpg", - "theme_color": "#812cd6", - "assets": [ - { - "base": "uosmo", - "symbol": "OSMO", - "exponent": "6", - "coingecko_id": "osmosis", - "logo": "/logos/osmosis.jpg" - }, - { - "base": "uion", - "symbol": "ION", - "exponent": "6", - "coingecko_id": "ion", - "logo": "/logos/osmosis.jpg" - }, - { - "base": "usomm", - "symbol": "SOMM", - "exponent": "6", - "coingecko_id": "somm", - "logo": "" - } - ] + "chain_name": "osmosis", + "coingecko": "osmosis", + "api": ["https://osmosis-mainnet-api.itrocket.net"], + "rpc": ["https://osmosis-mainnet-api.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "v0.50.14-v30-osmo", + "coin_type": "118", + "min_tx_fee": "800", + "addr_prefix": "cosmos", + "logo": "/logos/osmosis.jpg", + "assets": [{ + "base": "uosmo", + "symbol": "OSMO", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/osmosis.jpg" + }] } diff --git a/chains/mainnet/provenance.json b/chains/mainnet/provenance.json new file mode 100644 index 0000000000..82c0710f83 --- /dev/null +++ b/chains/mainnet/provenance.json @@ -0,0 +1,19 @@ +{ + "chain_name": "provenance", + "coingecko": "", + "api": ["https://provenance-mainnet-api.itrocket.net"], + "rpc": ["https://provenance-mainnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "v0.50.7-pio-1", + "coin_type": "118", + "min_tx_fee": "800", + "addr_prefix": "provenance", + "logo": "/logos/provenance.jpg", + "assets": [{ + "base": "nhash", + "symbol": "HASH", + "exponent": "9", + "coingecko_id": "", + "logo": "/logos/provenance.jpg" + }] +} diff --git a/chains/mainnet/quicksilver.json b/chains/mainnet/quicksilver.json new file mode 100644 index 0000000000..cadb29fcae --- /dev/null +++ b/chains/mainnet/quicksilver.json @@ -0,0 +1,20 @@ +{ + "chain_name": "quicksilver", + "coingecko": "", + "api": ["https://quicksilver-mainnet-api.itrocket.net"], + "rpc": ["https://quicksilver-mainnet-rpc.itrocket.net"], + "sdk_version": "0.46.7", + "coin_type": "118", + "min_tx_fee": "8000", + "addr_prefix": "quick", + "logo": "/logos/quicksilver.jpg", + "assets": [ + { + "base": "uqck", + "symbol": "QCK", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/quicksilver.jpg" + } + ] +} diff --git a/chains/mainnet/realio.json b/chains/mainnet/realio.json new file mode 100644 index 0000000000..cc4345be26 --- /dev/null +++ b/chains/mainnet/realio.json @@ -0,0 +1,22 @@ +{ + "chain_name": "realio", + "api": [ + "https://realio-mainnet-api.itrocket.net" + ], + "rpc": [ + "https://realio-mainnet-rpc.itrocket.net" + ], + "sdk_version": "0.46.11", + "coin_type": "505", + "addr_prefix": "realio", + "min_tx_fee": "800", + "logo": "/logos/realio.png", + "assets": [ + { + "symbol": "STAKE", + "base": "stake", + "exponent": 18, + "logo": "/logos/realio.png" + } + ] +} diff --git a/chains/mainnet/stable.json b/chains/mainnet/stable.json new file mode 100644 index 0000000000..f92271bc7f --- /dev/null +++ b/chains/mainnet/stable.json @@ -0,0 +1,22 @@ +{ + "chain_name": "stable", + "api": [ + "https://stable-mainnet-api.itrocket.net" + ], + "rpc": [ + "https://stable-mainnet-rpc.itrocket.net" + ], + "sdk_version": "v0.53.4-stable-2", + "coin_type": "505", + "addr_prefix": "stable", + "min_tx_fee": "800", + "logo": "/logos/stable.jpg", + "assets": [ + { + "symbol": "STABLE", + "base": "astable", + "exponent": 18, + "logo": "/logos/stable.jpg" + } + ] +} diff --git a/chains/mainnet/uptick.json b/chains/mainnet/uptick.json new file mode 100644 index 0000000000..48cf1f77e9 --- /dev/null +++ b/chains/mainnet/uptick.json @@ -0,0 +1,21 @@ +{ + "chain_name": "uptick", + "coingecko": "", + "api": ["https://uptick-mainnet-api.itrocket.net"], + "rpc": ["https://uptick-mainnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "0.46.0", + "coin_type": "118", + "min_tx_fee": "800", + "addr_prefix": "uptick", + "logo": "https://www.itrocket.net/_next/static/media/uptick.c7f38cf8.jpg", + "assets": [ + { + "base": "auptick", + "symbol": "UPTICK", + "exponent": "18", + "coingecko_id": "", + "logo": "https://www.itrocket.net/_next/static/media/uptick.c7f38cf8.jpg" + } + ] +} diff --git a/chains/mainnet/warden.json b/chains/mainnet/warden.json new file mode 100644 index 0000000000..47129accef --- /dev/null +++ b/chains/mainnet/warden.json @@ -0,0 +1,18 @@ +{ + "chain_name": "warden", + "api": ["https://warden-mainnet-api.itrocket.net"], + "rpc": ["https://warden-mainnet-rpc.itrocket.net"], + "coin_type": 118, + "min_tx_fee": 200, + "sdk_version": "v0.53.4", + "addr_prefix": "warden", + "logo": "/logos/warden.jpg", + "assets": [ + { + "base": "award", + "symbol": "WARD", + "exponent": 18, + "logo": "/logos/warden.jpg" + } + ] +} diff --git a/chains/mainnet/xion.json b/chains/mainnet/xion.json index 49dafec078..75dcbfac0d 100644 --- a/chains/mainnet/xion.json +++ b/chains/mainnet/xion.json @@ -1,150 +1,19 @@ { - "chain_name": "xion", - "chain_id": "xion-mainnet-1", - "registry_name": "xion", - "coingecko": "xion", - "network_type": "mainnet", - "rpc": [ - { - "address": "https://rpc.xion-mainnet-1.burnt.com", - "provider": "🔥BurntLabs🔥" - }, - { - "address": "https://rpc-burnt.imperator.co/", - "provider": "Imperator.co" - }, - { - "address": "https://xion-rpc.polkachu.com", - "provider": "Polkachu" - } - ], - "api": [ - { - "address": "https://api.xion-mainnet-1.burnt.com", - "provider": "🔥BurntLabs🔥" - }, - { - "address": "https://lcd-burnt.imperator.co/", - "provider": "Imperator.co" - }, - { - "address": "https://xion-api.polkachu.com", - "provider": "Polkachu" - } - ], - "snapshot_provider": "", - "sdk_version": "0.53.3", - "coin_type": "118", - "min_tx_fee": "100", - "addr_prefix": "xion", - "theme_color": "#96b325", - "logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png", - "assets": [ - { - "base": "uxion", - "symbol": "XION", - "exponent": "6", - "coingecko_id": "xion-2", - "logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png" - }, - { - "base": "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B", - "symbol": "OSMO", - "exponent": "6", - "coingecko_id": "osmosis", - "logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png" - }, - { - "base": "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349", - "symbol": "USDC", - "exponent": "6", - "coingecko_id": "usd-coin", - "logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png" - }, - { - "base": "ibc/CC7B293B3F08EA7DB96AFD4765BD0C7F95ABD7ECEAF21C74F3ACCBF7CEFB6591", - "symbol": "OSMO", - "exponent": "6", - "coingecko_id": "osmosis", - "logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png" - }, - { - "base": "ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3", - "symbol": "AXL", - "exponent": "6", - "coingecko_id": "axelar", - "logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png" - }, - { - "base": "ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4", - "symbol": "axlUSDC", - "exponent": "6", - "coingecko_id": "usd-coin", - "logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axlusdc.png" - }, - { - "base": "ibc/0000000000000000000000000000000000000000000000000000000000000000", - "symbol": "axlUSDT", - "exponent": "6", - "coingecko_id": "tether", - "logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axlusdc.png" - }, - { - "base": "ibc/0000000000000000000000000000000000000000000000000000000000000000", - "symbol": "axlDAI", - "exponent": "18", - "coingecko_id": "dai", - "logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axldai.png" - }, - { - "base": "ibc/0000000000000000000000000000000000000000000000000000000000000000", - "symbol": "axlFRAX", - "exponent": "6", - "coingecko_id": "frax", - "logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axlfrax.png" - }, - { - "base": "ibc/AAD7136DD626569C3DDE7C5F764968BB2E939875EFC568AE5712B62081850814", - "symbol": "axlWETH", - "exponent": "18", - "coingecko_id": "axlweth", - "logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png" - }, - { - "base": "ibc/056EA54C3D9B49B3C0418955A27980A91DD4F210914BFE240A1DB19E27895ECA", - "symbol": "KYVE", - "exponent": "6", - "coingecko_id": "kyve-network", - "logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png" - }, - { - "base": "ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645", - "symbol": "ELYS", - "exponent": "6", - "coingecko_id": "elys", - "logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png" - }, - { - "base": "ibc/E706A0C6CACB374ADC2BCF6A74FE1B260840FC822E45DCB776DEA962A57FED30", - "symbol": "axlARB", - "exponent": "18", - "coingecko_id": "arb", - "logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png" - } - ], - "features": [ - "dashboard", - "governance", - "staking", - "blocks", - "tx", - "uptime", - "ibc", - "supply", - "parameters", - "consensus", - "cosmwasm", - "account" - ], - "keplr_features": ["ibc-go", "ibc-transfer", "no-legacy-stdTx"] + "chain_name": "xion", + "coingecko": "", + "api": ["https://xion-mainnet-api.itrocket.net"], + "rpc": ["https://xion-mainnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "v0.53.0", + "coin_type": "118", + "min_tx_fee": "800", + "addr_prefix": "xion", + "logo": "/logos/xion.jpg", + "assets": [{ + "base": "uxion", + "symbol": "XION", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/xion.jpg" + }] } diff --git a/chains/mainnet/xrplevm.json b/chains/mainnet/xrplevm.json new file mode 100644 index 0000000000..6dc935a541 --- /dev/null +++ b/chains/mainnet/xrplevm.json @@ -0,0 +1,20 @@ +{ + "chain_name": "xrplevm", + "coingecko": "", + "api": ["https://xrplevm-mainnet-api.itrocket.net"], + "rpc": ["https://xrplevm-mainnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "v0.50.11-evmos", + "coin_type": "60", + "min_tx_fee": "4000", + "addr_prefix": "ethm", + "logo": "/logos/xrplevm.webp", + "keplr_features": ["eth-address-gen", "eth-key-sign"], + "assets": [{ + "base": "axrp", + "symbol": "XRP", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/xrplevm.webp" + }] +} diff --git a/chains/mainnet/zenrock.json b/chains/mainnet/zenrock.json new file mode 100644 index 0000000000..79f257206f --- /dev/null +++ b/chains/mainnet/zenrock.json @@ -0,0 +1,19 @@ +{ + "chain_name": "zenrock", + "coingecko": "", + "api": ["https://zenrock-mainnet-api.itrocket.net"], + "rpc": ["https://zenrock-mainnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "v0.50.10-zenrock", + "coin_type": "0", + "min_tx_fee": "800", + "addr_prefix": "zen", + "logo": "/logos/zenrock.png", + "assets": [{ + "base": "urock", + "symbol": "ROCK", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/zenrock.png" + }] +} diff --git a/chains/mainnet/zetachain.json b/chains/mainnet/zetachain.json new file mode 100644 index 0000000000..ac7441258d --- /dev/null +++ b/chains/mainnet/zetachain.json @@ -0,0 +1,18 @@ +{ + "chain_name": "zetachain", + "api": ["https://zetachain-mainnet-api.itrocket.net"], + "rpc": ["https://zetachain-mainnet-rpc.itrocket.net"], + "coin_type": 118, + "min_tx_fee": 200, + "sdk_version": "0.46.13", + "addr_prefix": "zeta", + "logo": "/logos/zetachain.jpg", + "assets": [ + { + "base": "azeta", + "symbol": "ZETA", + "exponent": 18, + "logo": "/logos/zetachain.jpg" + } + ] +} diff --git a/chains/testnet/airchains.json b/chains/testnet/airchains.json new file mode 100644 index 0000000000..324ff506ac --- /dev/null +++ b/chains/testnet/airchains.json @@ -0,0 +1,18 @@ +{ + "chain_name": "airchains", + "api": ["https://airchains-testnet-api.itrocket.net"], + "rpc": ["https://airchains-testnet-rpc.itrocket.net"], + "sdk_version": "0.50.3", + "addr_prefix": "air", + "min_tx_fee": "200", + "logo": "/logos/airchains.jpg", + "assets": [ + { + "symbol": "AMF", + "base": "uamf", + "exponent": 6, + "logo": "/logos/airchains.jpg" + } + ] +} + diff --git a/chains/testnet/atomnone.json b/chains/testnet/atomnone.json new file mode 100644 index 0000000000..6621d9eefe --- /dev/null +++ b/chains/testnet/atomnone.json @@ -0,0 +1,19 @@ +{ + "chain_name": "atomone", + "coingecko": "", + "api": ["https://atomone-testnet-api.itrocket.net"], + "rpc": ["https://atomone-testnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "v0.47.13", + "coin_type": "118", + "min_tx_fee": "800", + "addr_prefix": "atone", + "logo": "/logos/atomone.png", + "assets": [{ + "base": "uatone", + "symbol": "ATONE", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/atomone.png" + }] +} diff --git a/chains/testnet/ault.json b/chains/testnet/ault.json new file mode 100644 index 0000000000..512e1fd7af --- /dev/null +++ b/chains/testnet/ault.json @@ -0,0 +1,20 @@ +{ + "chain_name": "ault", + "coingecko": "", + "api": ["https://ault-testnet-api.itrocket.net"], + "rpc": ["https://ault-testnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "v0.53.5", + "coin_type": 60, + "min_tx_fee": "300000", + "addr_prefix": "ault", + "logo": "/logos/ault.jpg", + "keplr_features": ["ibc-transfer", "ibc-go", "eth-address-gen", "eth-key-sign"], + "assets": [{ + "base": "aault", + "symbol": "AULT", + "exponent": 18, + "coingecko_id": "", + "logo": "/logos/ault.jpg" + }] +} diff --git a/chains/testnet/bfhevm.json b/chains/testnet/bfhevm.json deleted file mode 100644 index c136f030db..0000000000 --- a/chains/testnet/bfhevm.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "chain_name": "bfhevm_777-1", - "api": ["https://rest-testnet-bfhevm.xyz:443"], - "rpc": ["https://rpc-bfhevm.xyz:8443"], - "coingecko": "", - "snapshot_provider": "", - "sdk_version": "0.45.7", - "coin_type": "60", - "min_tx_fee": "700", - "addr_prefix": "bfh", - "logo": "", - "assets": [ - { - "base": "abfh", - "symbol": "BFH", - "exponent": "18", - "coingecko_id": "", - "logo": "" - } - ] -} diff --git a/chains/testnet/burnt.json b/chains/testnet/burnt.json new file mode 100644 index 0000000000..323737635b --- /dev/null +++ b/chains/testnet/burnt.json @@ -0,0 +1,19 @@ +{ + "chain_name": "burnt", + "coingecko": "", + "api": ["https://burnt-testnet-api.itrocket.net"], + "rpc": ["https://burnt-testnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "v0.50.10", + "coin_type": "118", + "min_tx_fee": "800", + "addr_prefix": "burnt", + "logo": "/logos/burnt.jpg", + "assets": [{ + "base": "uxion", + "symbol": "XION", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/burnt.jpg" + }] +} diff --git a/chains/testnet/cardchain.json b/chains/testnet/cardchain.json new file mode 100644 index 0000000000..3522418fd8 --- /dev/null +++ b/chains/testnet/cardchain.json @@ -0,0 +1,18 @@ +{ + "chain_name": "cardchain", + "api": ["https://cardchain-testnet-api.itrocket.net"], + "rpc": ["https://cardchain-testnet-rpc.itrocket.net"], + "coin_type": 118, + "min_tx_fee": 200, + "sdk_version": "0.44.5", + "addr_prefix": "cc", + "logo": "/logos/cardchain.png", + "assets": [ + { + "base": "ubpf", + "symbol": "BPF", + "exponent": 6, + "logo": "/logos/cardchain.png" + } + ] +} diff --git a/chains/testnet/celestia.json b/chains/testnet/celestia.json new file mode 100644 index 0000000000..7962d7dd4c --- /dev/null +++ b/chains/testnet/celestia.json @@ -0,0 +1,25 @@ +{ + "chain_name": "celestia", + "faucet": { + "amount": "1000000utia", + "ip_limit": "1", + "address_limit": "10", + "fees": "30000utia" + }, + "coingecko": "", + "api": ["https://celestia-testnet-api.itrocket.net"], + "rpc": ["https://celestia-testnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "0.46.0", + "coin_type": "118", + "min_tx_fee": "800", + "addr_prefix": "celestia", + "logo": "/logos/celestia.png", + "assets": [{ + "base": "utia", + "symbol": "TIA", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/celestia.png" + }] +} diff --git a/chains/testnet/cosmos.json b/chains/testnet/cosmos.json new file mode 100644 index 0000000000..6157d67f0c --- /dev/null +++ b/chains/testnet/cosmos.json @@ -0,0 +1,25 @@ +{ + "chain_name": "cosmos", + "faucet": { + "amount": "1000000uatom", + "ip_limit": "1", + "address_limit": "10", + "fees": "50000uatom" + }, + "coingecko": "", + "api": ["https://cosmos-testnet-api.itrocket.net"], + "rpc": ["https://cosmos-testnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "v0.50.9-lsm", + "coin_type": "118", + "min_tx_fee": "800", + "addr_prefix": "cosmos", + "logo": "/logos/cosmoshub.jpg", + "assets": [{ + "base": "uatom", + "symbol": "ATOM", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/cosmoshub.jpg" + }] +} diff --git a/chains/testnet/crossfi.json b/chains/testnet/crossfi.json deleted file mode 100644 index d602617509..0000000000 --- a/chains/testnet/crossfi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "chain_name": "crossfi-testnet-1", - "api": ["https://crossfi-testnet-api.forpeaky.xyz"], - "rpc": ["https://crossfi-testnet-rpc.forpeaky.xyz"], - "coingecko": "", - "snapshot_provider": "", - "sdk_version": "0.47.1", - "coin_type": "118", - "min_tx_fee": "500", - "addr_prefix": "crossfi" -} diff --git a/chains/testnet/dora.json b/chains/testnet/dora.json new file mode 100644 index 0000000000..ff6a8572fb --- /dev/null +++ b/chains/testnet/dora.json @@ -0,0 +1,19 @@ +{ + "chain_name": "dora", + "coingecko": "", + "api": ["https://dora-testnet-api.itrocket.net"], + "rpc": ["https://dora-testnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "0.47.3", + "coin_type": "60", + "min_tx_fee": "40000", + "addr_prefix": "dora", + "logo": "/logos/dora.jpg", + "assets": [{ + "base": "peaka", + "symbol": "DORA", + "exponent": "18", + "coingecko_id": "", + "logo": "/logos/dora.jpg" + }] +} diff --git a/chains/testnet/elys.json b/chains/testnet/elys.json new file mode 100644 index 0000000000..af45bfbb68 --- /dev/null +++ b/chains/testnet/elys.json @@ -0,0 +1,17 @@ +{ + "chain_name": "elys", + "api": ["https://elys-testnet-api.itrocket.net"], + "rpc": ["https://elys-testnet-rpc.itrocket.net"], + "sdk_version": "0.46.7", + "addr_prefix": "elys", + "min_tx_fee": "5000", + "logo": "/logos/elys.jpg", + "assets": [ + { + "symbol": "ELYS", + "base": "uelys", + "exponent": 6, + "logo": "/logos/elys.jpg" + } + ] +} \ No newline at end of file diff --git a/chains/testnet/empeiria.json b/chains/testnet/empeiria.json new file mode 100644 index 0000000000..16905bdaa5 --- /dev/null +++ b/chains/testnet/empeiria.json @@ -0,0 +1,16 @@ +{ + "chain_name": "empeiria", + "api": ["https://empeiria-testnet-api.itrocket.net"], + "rpc": ["https://empeiria-testnet-rpc.itrocket.net"], + "sdk_version": "v0.47.9", + "coin_type": 118, + "min_tx_fee": 200, + "addr_prefix": "source", + "logo": "/logos/empeiria.jpg", + "assets": [{ + "base": "uempe", + "symbol": "EMPE", + "exponent": 6, + "logo": "/logos/empeiria.jpg" + }] +} diff --git a/chains/testnet/fiamma.json b/chains/testnet/fiamma.json new file mode 100644 index 0000000000..819ec953b8 --- /dev/null +++ b/chains/testnet/fiamma.json @@ -0,0 +1,19 @@ +{ + "chain_name": "fiamma", + "coingecko": "", + "api": ["https://fiamma-testnet-api.itrocket.net"], + "rpc": ["https://fiamma-testnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "0.50.6", + "coin_type": "118", + "min_tx_fee": "800", + "addr_prefix": "fiamma", + "logo": "/logos/fiamma.jpg", + "assets": [{ + "base": "ufia", + "symbol": "FIA", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/fiamma.jpg" + }] +} diff --git a/chains/testnet/humans.json b/chains/testnet/humans.json new file mode 100644 index 0000000000..f5e7a29150 --- /dev/null +++ b/chains/testnet/humans.json @@ -0,0 +1,20 @@ +{ + "chain_name": "humans", + "coingecko": "", + "api": ["https://humans-testnet-api.itrocket.net"], + "rpc": ["https://humans-testnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "0.46.3", + "coin_type": 60, + "min_tx_fee": "5000", + "addr_prefix": "human", + "logo": "/logos/humans.jpg", + "keplr_features": ["ibc-transfer", "ibc-go", "eth-address-gen", "eth-key-sign"], + "assets": [{ + "base": "aheart", + "symbol": "HEART", + "exponent": 18, + "coingecko_id": "humans-ai", + "logo": "/logos/humans.jpg" + }] +} diff --git a/chains/testnet/lava.json b/chains/testnet/lava.json new file mode 100644 index 0000000000..a3acf47a81 --- /dev/null +++ b/chains/testnet/lava.json @@ -0,0 +1,18 @@ +{ + "chain_name": "lava", + "api": ["https://lava-testnet-api.itrocket.net"], + "rpc": ["https://lava-testnet-rpc.itrocket.net"], + "coin_type": 118, + "min_tx_fee": 200, + "sdk_version": "0.45.11", + "addr_prefix": "lava@", + "logo": "/logos/lava.png", + "assets": [ + { + "base": "ulava", + "symbol": "LAVA", + "exponent": 6, + "logo": "/logos/lava.png" + } + ] +} diff --git a/chains/testnet/mantra.json b/chains/testnet/mantra.json new file mode 100644 index 0000000000..314dceeb13 --- /dev/null +++ b/chains/testnet/mantra.json @@ -0,0 +1,18 @@ +{ + "chain_name": "mantra", + "api": ["https://mantra-testnet-api.itrocket.net"], + "rpc": ["https://mantra-testnet-rpc.itrocket.net"], + "coin_type": 118, + "min_tx_fee": 200, + "sdk_version": "0.47.4", + "addr_prefix": "mantra", + "logo": "/logos/mantra.jpg", + "assets": [ + { + "base": "amantra", + "symbol": "MANTRA", + "exponent": 18, + "logo": "/logos/mantra.jpg" + } + ] +} diff --git a/chains/testnet/og.json b/chains/testnet/og.json new file mode 100644 index 0000000000..b4dc955549 --- /dev/null +++ b/chains/testnet/og.json @@ -0,0 +1,20 @@ +{ + "chain_name": "og", + "coingecko": "", + "api": ["https://og-testnet-api.itrocket.net"], + "rpc": ["https://og-testnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "0.46.11", + "coin_type": "60", + "min_tx_fee": "4000", + "addr_prefix": "0g", + "logo": "/logos/og.jpg", + "keplr_features": ["eth-address-gen", "eth-key-sign"], + "assets": [{ + "base": "ua0gi", + "symbol": "A0GI", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/og.jpg" + }] +} diff --git a/chains/testnet/pell.json b/chains/testnet/pell.json new file mode 100644 index 0000000000..15a4dd63ba --- /dev/null +++ b/chains/testnet/pell.json @@ -0,0 +1,20 @@ +{ + "chain_name": "pell", + "coingecko": "", + "api": ["https://pell-testnet-api.itrocket.net"], + "rpc": ["https://pell-testnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "0.50.8", + "coin_type": "60", + "min_tx_fee": "4000", + "addr_prefix": "pell", + "logo": "/logos/pell.png", + "keplr_features": ["eth-address-gen", "eth-key-sign"], + "assets": [{ + "base": "apell", + "symbol": "PELL", + "exponent": "18", + "coingecko_id": "", + "logo": "/logos/pell.png" + }] +} diff --git a/chains/testnet/prysm.json b/chains/testnet/prysm.json new file mode 100644 index 0000000000..706ebbaa43 --- /dev/null +++ b/chains/testnet/prysm.json @@ -0,0 +1,19 @@ +{ + "chain_name": "prysm", + "coingecko": "", + "api": ["https://prysm-testnet-api.itrocket.net"], + "rpc": ["https://prysm-testnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "0.46.0", + "coin_type": "60", + "min_tx_fee": "800", + "addr_prefix": "prysm", + "logo": "/logos/prysm.jpg", + "assets": [{ + "base": "uprysm", + "symbol": "PRYSM", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/prysm.jpg" + }] +} diff --git a/chains/testnet/push.json b/chains/testnet/push.json new file mode 100644 index 0000000000..4201fa6d30 --- /dev/null +++ b/chains/testnet/push.json @@ -0,0 +1,18 @@ +{ + "chain_name": "push", + "api": ["https://push-testnet-api.itrocket.net"], + "rpc": ["https://push-testnet-rpc.itrocket.net"], + "coin_type": 118, + "min_tx_fee": 200, + "sdk_version": "0.46.8", + "addr_prefix": "push", + "logo": "/logos/push.jpg", + "assets": [ + { + "base": "upc", + "symbol": "PC", + "exponent": 18, + "logo": "/logos/push.jpg" + } + ] +} diff --git a/chains/testnet/uptick.json b/chains/testnet/uptick.json new file mode 100644 index 0000000000..70f0934fff --- /dev/null +++ b/chains/testnet/uptick.json @@ -0,0 +1,19 @@ +{ + "chain_name": "uptick", + "coingecko": "", + "api": ["https://uptick-testnet-api.itrocket.net"], + "rpc": ["https://uptick-testnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "0.46.9", + "coin_type": "60", + "min_tx_fee": "40000", + "addr_prefix": "uptick", + "logo": "https://www.itrocket.net/_next/static/media/uptick.c7f38cf8.jpg", + "assets": [{ + "base": "auoc", + "symbol": "UOC", + "exponent": "18", + "coingecko_id": "", + "logo": "https://www.itrocket.net/_next/static/media/uptick.c7f38cf8.jpg" + }] +} diff --git a/chains/testnet/warden.json b/chains/testnet/warden.json new file mode 100644 index 0000000000..940d19582a --- /dev/null +++ b/chains/testnet/warden.json @@ -0,0 +1,18 @@ +{ + "chain_name": "warden", + "api": ["https://warden-testnet-api.itrocket.net"], + "rpc": ["https://warden-testnet-rpc.itrocket.net"], + "coin_type": 118, + "min_tx_fee": 200, + "sdk_version": "v0.50.9-evmos-warden", + "addr_prefix": "warden", + "logo": "/logos/warden.jpg", + "assets": [ + { + "base": "award", + "symbol": "WARD", + "exponent": 18, + "logo": "/logos/warden.jpg" + } + ] +} diff --git a/chains/testnet/xrplevm.json b/chains/testnet/xrplevm.json new file mode 100644 index 0000000000..bb2d6ba0b2 --- /dev/null +++ b/chains/testnet/xrplevm.json @@ -0,0 +1,20 @@ +{ + "chain_name": "xrplevm", + "coingecko": "", + "api": ["https://xrplevm-testnet-api.itrocket.net"], + "rpc": ["https://xrplevm-testnet-rpc.itrocket.net"], + "snapshot_provider": "", + "sdk_version": "v0.50.11-evmos", + "coin_type": "60", + "min_tx_fee": "4000", + "addr_prefix": "ethm", + "logo": "/logos/xrplevm.webp", + "keplr_features": ["eth-address-gen", "eth-key-sign"], + "assets": [{ + "base": "apoa", + "symbol": "POA", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/xrplevm.webp" + }] +} diff --git a/chains/testnet/zetachain.json b/chains/testnet/zetachain.json new file mode 100644 index 0000000000..f05708fb26 --- /dev/null +++ b/chains/testnet/zetachain.json @@ -0,0 +1,18 @@ +{ + "chain_name": "zetachain", + "api": ["https://zetachain-testnet-api.itrocket.net"], + "rpc": ["https://zetachain-testnet-rpc.itrocket.net"], + "coin_type": 118, + "min_tx_fee": 200, + "sdk_version": "0.46.8", + "addr_prefix": "zeta", + "logo": "/logos/zetachain.jpg", + "assets": [ + { + "base": "azeta", + "symbol": "ZETA", + "exponent": 18, + "logo": "/logos/zetachain.jpg" + } + ] +} diff --git a/index.html b/index.html index d183515a61..7898e8a44b 100644 --- a/index.html +++ b/index.html @@ -4,48 +4,19 @@ - Ping Dashboard - Cosmos Blockchain Explorer And Web Wallet - - + ITRocket Explorer - Cosmos Blockchain Explorer And Web Wallet + + + + + -
-
- -
-
-
-
-
-
-
+
- - - diff --git a/public/explorer_preview.png b/public/explorer_preview.png new file mode 100644 index 0000000000..2cf4d70732 Binary files /dev/null and b/public/explorer_preview.png differ diff --git a/public/itrocket_logo.svg b/public/itrocket_logo.svg new file mode 100644 index 0000000000..c9701bb9ce --- /dev/null +++ b/public/itrocket_logo.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/logos/airchains.jpg b/public/logos/airchains.jpg new file mode 100644 index 0000000000..6b2a0b1893 Binary files /dev/null and b/public/logos/airchains.jpg differ diff --git a/public/logos/allora.jpg b/public/logos/allora.jpg new file mode 100644 index 0000000000..948f3edd55 Binary files /dev/null and b/public/logos/allora.jpg differ diff --git a/public/logos/althea.jpg b/public/logos/althea.jpg new file mode 100644 index 0000000000..4ca00dde15 Binary files /dev/null and b/public/logos/althea.jpg differ diff --git a/public/logos/artela.jpg b/public/logos/artela.jpg new file mode 100644 index 0000000000..0cb62e65fe Binary files /dev/null and b/public/logos/artela.jpg differ diff --git a/public/logos/atomone.png b/public/logos/atomone.png new file mode 100644 index 0000000000..53a840cdaa Binary files /dev/null and b/public/logos/atomone.png differ diff --git a/public/logos/ault.jpg b/public/logos/ault.jpg new file mode 100644 index 0000000000..be539cc15f Binary files /dev/null and b/public/logos/ault.jpg differ diff --git a/public/logos/babylon.jpg b/public/logos/babylon.jpg new file mode 100644 index 0000000000..ed036f64db Binary files /dev/null and b/public/logos/babylon.jpg differ diff --git a/public/logos/bifrost.png b/public/logos/bifrost.png new file mode 100644 index 0000000000..e8490720a7 Binary files /dev/null and b/public/logos/bifrost.png differ diff --git a/public/logos/bitway.jpg b/public/logos/bitway.jpg new file mode 100644 index 0000000000..60ac23c9c3 Binary files /dev/null and b/public/logos/bitway.jpg differ diff --git a/public/logos/blastapi.jpg b/public/logos/blastapi.jpg new file mode 100644 index 0000000000..ca2dcd9da9 Binary files /dev/null and b/public/logos/blastapi.jpg differ diff --git a/public/logos/blockx.jpg b/public/logos/blockx.jpg new file mode 100644 index 0000000000..0b1e2fb05f Binary files /dev/null and b/public/logos/blockx.jpg differ diff --git a/public/logos/burnt.jpg b/public/logos/burnt.jpg new file mode 100644 index 0000000000..164615aa66 Binary files /dev/null and b/public/logos/burnt.jpg differ diff --git a/public/logos/cardchain.png b/public/logos/cardchain.png new file mode 100644 index 0000000000..8dcb5ea476 Binary files /dev/null and b/public/logos/cardchain.png differ diff --git a/public/logos/celestia.png b/public/logos/celestia.png new file mode 100644 index 0000000000..6dea162e32 Binary files /dev/null and b/public/logos/celestia.png differ diff --git a/public/logos/chainflip.png b/public/logos/chainflip.png new file mode 100644 index 0000000000..8150ad32f8 Binary files /dev/null and b/public/logos/chainflip.png differ diff --git a/public/logos/cosmoshub.jpg b/public/logos/cosmoshub.jpg new file mode 100644 index 0000000000..416c2c5c02 Binary files /dev/null and b/public/logos/cosmoshub.jpg differ diff --git a/public/logos/crossfi.jpg b/public/logos/crossfi.jpg new file mode 100644 index 0000000000..ac443b63e6 Binary files /dev/null and b/public/logos/crossfi.jpg differ diff --git a/public/logos/defund.png b/public/logos/defund.png new file mode 100644 index 0000000000..2740417eb1 Binary files /dev/null and b/public/logos/defund.png differ diff --git a/public/logos/deweb.png b/public/logos/deweb.png new file mode 100644 index 0000000000..61be5f72c2 Binary files /dev/null and b/public/logos/deweb.png differ diff --git a/public/logos/dora.jpg b/public/logos/dora.jpg new file mode 100644 index 0000000000..b2fffc1a97 Binary files /dev/null and b/public/logos/dora.jpg differ diff --git a/public/logos/dorafactory.jpg b/public/logos/dorafactory.jpg new file mode 100644 index 0000000000..b2fffc1a97 Binary files /dev/null and b/public/logos/dorafactory.jpg differ diff --git a/public/logos/dymension.png b/public/logos/dymension.png new file mode 100644 index 0000000000..766c15ec22 Binary files /dev/null and b/public/logos/dymension.png differ diff --git a/public/logos/elys.jpg b/public/logos/elys.jpg new file mode 100644 index 0000000000..69d346f02e Binary files /dev/null and b/public/logos/elys.jpg differ diff --git a/public/logos/empeiria.jpg b/public/logos/empeiria.jpg new file mode 100644 index 0000000000..a1d8d9449d Binary files /dev/null and b/public/logos/empeiria.jpg differ diff --git a/public/logos/empower.png b/public/logos/empower.png new file mode 100644 index 0000000000..ec7d90e75e Binary files /dev/null and b/public/logos/empower.png differ diff --git a/public/logos/entangle.jpg b/public/logos/entangle.jpg new file mode 100644 index 0000000000..79f2b8537f Binary files /dev/null and b/public/logos/entangle.jpg differ diff --git a/public/logos/fiamma.jpg b/public/logos/fiamma.jpg new file mode 100644 index 0000000000..0679d96649 Binary files /dev/null and b/public/logos/fiamma.jpg differ diff --git a/public/logos/fuel.jpg b/public/logos/fuel.jpg new file mode 100644 index 0000000000..c52ffa9552 Binary files /dev/null and b/public/logos/fuel.jpg differ diff --git a/public/logos/galactica.jpg b/public/logos/galactica.jpg new file mode 100644 index 0000000000..a3523a865d Binary files /dev/null and b/public/logos/galactica.jpg differ diff --git a/public/logos/gear.jpg b/public/logos/gear.jpg new file mode 100644 index 0000000000..279be10a67 Binary files /dev/null and b/public/logos/gear.jpg differ diff --git a/public/logos/humans.jpg b/public/logos/humans.jpg new file mode 100644 index 0000000000..13842eb444 Binary files /dev/null and b/public/logos/humans.jpg differ diff --git a/public/logos/initia.jpg b/public/logos/initia.jpg new file mode 100644 index 0000000000..795dc5436d Binary files /dev/null and b/public/logos/initia.jpg differ diff --git a/public/logos/ironfish.png b/public/logos/ironfish.png new file mode 100644 index 0000000000..6865564ea9 Binary files /dev/null and b/public/logos/ironfish.png differ diff --git a/public/logos/kira.svg b/public/logos/kira.svg new file mode 100644 index 0000000000..4d1159a72c --- /dev/null +++ b/public/logos/kira.svg @@ -0,0 +1,193 @@ + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/logos/kyve.png b/public/logos/kyve.png new file mode 100644 index 0000000000..f4c2a3f1b6 Binary files /dev/null and b/public/logos/kyve.png differ diff --git a/public/logos/kyve.svg b/public/logos/kyve.svg new file mode 100644 index 0000000000..e899e9e2ad --- /dev/null +++ b/public/logos/kyve.svg @@ -0,0 +1,8 @@ + + + + + diff --git a/public/logos/lava.png b/public/logos/lava.png new file mode 100644 index 0000000000..88cce711c0 Binary files /dev/null and b/public/logos/lava.png differ diff --git a/public/logos/lava.svg b/public/logos/lava.svg new file mode 100644 index 0000000000..a341b78aa2 --- /dev/null +++ b/public/logos/lava.svg @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/public/logos/layeredge.png b/public/logos/layeredge.png new file mode 100644 index 0000000000..c81024cbcd Binary files /dev/null and b/public/logos/layeredge.png differ diff --git a/public/logos/mantra.jpg b/public/logos/mantra.jpg new file mode 100644 index 0000000000..41269e9b4f Binary files /dev/null and b/public/logos/mantra.jpg differ diff --git a/public/logos/masa.svg b/public/logos/masa.svg new file mode 100644 index 0000000000..c80663c104 --- /dev/null +++ b/public/logos/masa.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/public/logos/massa.jpg b/public/logos/massa.jpg new file mode 100644 index 0000000000..ce06fa34a6 Binary files /dev/null and b/public/logos/massa.jpg differ diff --git a/public/logos/namada.jpg b/public/logos/namada.jpg new file mode 100644 index 0000000000..612032520e Binary files /dev/null and b/public/logos/namada.jpg differ diff --git a/public/logos/nois.png b/public/logos/nois.png new file mode 100644 index 0000000000..64d5d667b3 Binary files /dev/null and b/public/logos/nois.png differ diff --git a/public/logos/og.jpg b/public/logos/og.jpg new file mode 100644 index 0000000000..21fe0f8977 Binary files /dev/null and b/public/logos/og.jpg differ diff --git a/public/logos/ojo.png b/public/logos/ojo.png new file mode 100644 index 0000000000..df9b433bd6 Binary files /dev/null and b/public/logos/ojo.png differ diff --git a/public/logos/okp4.jpg b/public/logos/okp4.jpg new file mode 100644 index 0000000000..3bd420bca6 Binary files /dev/null and b/public/logos/okp4.jpg differ diff --git a/public/logos/opside.jpg b/public/logos/opside.jpg new file mode 100644 index 0000000000..7d9e980409 Binary files /dev/null and b/public/logos/opside.jpg differ diff --git a/public/logos/oraichain.jpg b/public/logos/oraichain.jpg new file mode 100644 index 0000000000..c129a05ba2 Binary files /dev/null and b/public/logos/oraichain.jpg differ diff --git a/public/logos/osmosis.jpg b/public/logos/osmosis.jpg new file mode 100644 index 0000000000..7a5cd85976 Binary files /dev/null and b/public/logos/osmosis.jpg differ diff --git a/public/logos/pell.png b/public/logos/pell.png new file mode 100644 index 0000000000..7011286135 Binary files /dev/null and b/public/logos/pell.png differ diff --git a/public/logos/penumbra.webp b/public/logos/penumbra.webp new file mode 100644 index 0000000000..42b5757b52 Binary files /dev/null and b/public/logos/penumbra.webp differ diff --git a/public/logos/provenance.jpg b/public/logos/provenance.jpg new file mode 100644 index 0000000000..b235488a91 Binary files /dev/null and b/public/logos/provenance.jpg differ diff --git a/public/logos/prysm.jpg b/public/logos/prysm.jpg new file mode 100644 index 0000000000..09e7d37f80 Binary files /dev/null and b/public/logos/prysm.jpg differ diff --git a/public/logos/pryzm.jpg b/public/logos/pryzm.jpg new file mode 100644 index 0000000000..158d1abc21 Binary files /dev/null and b/public/logos/pryzm.jpg differ diff --git a/public/logos/push.jpg b/public/logos/push.jpg new file mode 100644 index 0000000000..66aad46100 Binary files /dev/null and b/public/logos/push.jpg differ diff --git a/public/logos/quasar.webp b/public/logos/quasar.webp new file mode 100644 index 0000000000..9a453bfb87 Binary files /dev/null and b/public/logos/quasar.webp differ diff --git a/public/logos/quicksilver.jpg b/public/logos/quicksilver.jpg new file mode 100644 index 0000000000..2e3db8da3e Binary files /dev/null and b/public/logos/quicksilver.jpg differ diff --git a/public/logos/realio.png b/public/logos/realio.png new file mode 100644 index 0000000000..1ae293009d Binary files /dev/null and b/public/logos/realio.png differ diff --git a/public/logos/sei.svg b/public/logos/sei.svg new file mode 100644 index 0000000000..376fde3f82 --- /dev/null +++ b/public/logos/sei.svg @@ -0,0 +1,40 @@ + + + + +Created by potrace 1.16, written by Peter Selinger 2001-2019 + + + + + + diff --git a/public/logos/side.jpg b/public/logos/side.jpg new file mode 100644 index 0000000000..f283a608f1 Binary files /dev/null and b/public/logos/side.jpg differ diff --git a/public/logos/source.jpg b/public/logos/source.jpg new file mode 100644 index 0000000000..a2c71fa121 Binary files /dev/null and b/public/logos/source.jpg differ diff --git a/public/logos/stable.jpg b/public/logos/stable.jpg new file mode 100644 index 0000000000..0b2445bb1a Binary files /dev/null and b/public/logos/stable.jpg differ diff --git a/public/logos/starknet.png b/public/logos/starknet.png new file mode 100644 index 0000000000..ca6a2099ff Binary files /dev/null and b/public/logos/starknet.png differ diff --git a/public/logos/story.jpg b/public/logos/story.jpg new file mode 100644 index 0000000000..5b21e1f551 Binary files /dev/null and b/public/logos/story.jpg differ diff --git a/public/logos/structs.jpg b/public/logos/structs.jpg new file mode 100644 index 0000000000..642aa1765a Binary files /dev/null and b/public/logos/structs.jpg differ diff --git a/public/logos/subspace.jpg b/public/logos/subspace.jpg new file mode 100644 index 0000000000..90f2e30d20 Binary files /dev/null and b/public/logos/subspace.jpg differ diff --git a/public/logos/subspace.svg b/public/logos/subspace.svg new file mode 100644 index 0000000000..425d7068eb --- /dev/null +++ b/public/logos/subspace.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/public/logos/sui.svg b/public/logos/sui.svg new file mode 100644 index 0000000000..c4e7447e0e --- /dev/null +++ b/public/logos/sui.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/logos/swisstronic.jpg b/public/logos/swisstronic.jpg new file mode 100644 index 0000000000..1b6bc90e38 Binary files /dev/null and b/public/logos/swisstronic.jpg differ diff --git a/public/logos/taiko.png b/public/logos/taiko.png new file mode 100644 index 0000000000..234f7f767d Binary files /dev/null and b/public/logos/taiko.png differ diff --git a/public/logos/tellor.png b/public/logos/tellor.png new file mode 100644 index 0000000000..536a58d21c Binary files /dev/null and b/public/logos/tellor.png differ diff --git a/public/logos/terp.jpg b/public/logos/terp.jpg new file mode 100644 index 0000000000..b2fc151648 Binary files /dev/null and b/public/logos/terp.jpg differ diff --git a/public/logos/terp.svg b/public/logos/terp.svg new file mode 100644 index 0000000000..26c664a64c --- /dev/null +++ b/public/logos/terp.svg @@ -0,0 +1,16 @@ + + + Terp-DAO-Back-Text + + + + + + + + ratio = 0.2961373391 + = 4.9378698225 + = 6.1336 + + \ No newline at end of file diff --git a/public/logos/union.jpg b/public/logos/union.jpg new file mode 100644 index 0000000000..76b387eb6a Binary files /dev/null and b/public/logos/union.jpg differ diff --git a/public/logos/uptick.jpg b/public/logos/uptick.jpg new file mode 100644 index 0000000000..29099a2c91 Binary files /dev/null and b/public/logos/uptick.jpg differ diff --git a/public/logos/warden.jpg b/public/logos/warden.jpg new file mode 100644 index 0000000000..1ae7e7309c Binary files /dev/null and b/public/logos/warden.jpg differ diff --git a/public/logos/warden.png b/public/logos/warden.png new file mode 100644 index 0000000000..3a60b2e232 Binary files /dev/null and b/public/logos/warden.png differ diff --git a/public/logos/xion.jpg b/public/logos/xion.jpg new file mode 100644 index 0000000000..164615aa66 Binary files /dev/null and b/public/logos/xion.jpg differ diff --git a/public/logos/xrplevm.webp b/public/logos/xrplevm.webp new file mode 100644 index 0000000000..2a8c1fc693 Binary files /dev/null and b/public/logos/xrplevm.webp differ diff --git a/public/logos/zenrock.png b/public/logos/zenrock.png new file mode 100644 index 0000000000..deb7ff5ca4 Binary files /dev/null and b/public/logos/zenrock.png differ diff --git a/public/logos/zetachain.jpg b/public/logos/zetachain.jpg new file mode 100644 index 0000000000..b049ff9567 Binary files /dev/null and b/public/logos/zetachain.jpg differ diff --git a/src/layouts/components/DefaultLayout.vue b/src/layouts/components/DefaultLayout.vue index daef7258bf..ba95b591d0 100644 --- a/src/layouts/components/DefaultLayout.vue +++ b/src/layouts/components/DefaultLayout.vue @@ -92,8 +92,8 @@ const show_ad = computed(() => { >
- -

Ping.pub

+ +

ITRocket

{ }); const faucetUrl = computed(() => { - return `https://faucet.ping.pub/${chainStore.current?.chainName}`; + return `https://faucet-${chainStore.current?.chainName}.itrocket.net`; // return `http://localhost:3000/${chainStore.current?.chainName}`; }); diff --git a/src/pages/index.vue b/src/pages/index.vue index a0b5d1ed1d..121df771f6 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -39,51 +39,10 @@ const chainStore = useBlockchain();
-
- - - - - - - - -
-

+

{{ $t('pages.title') }}

-
-

- {{ $t('pages.slogan') }} -

-
diff --git a/src/plugins/i18n/locales/de.json b/src/plugins/i18n/locales/de.json index 32fa894ed1..5130dc919c 100644 --- a/src/plugins/i18n/locales/de.json +++ b/src/plugins/i18n/locales/de.json @@ -23,11 +23,11 @@ "links": "Links" }, "pages": { - "title": "Ping Dashboard", + "title": "ITRocket Explorer", "title_all": "404", "tag": "Beta", "tag_all": "Seite nicht gefunden", - "slogan": "Ping Dashboard ist nicht nur ein Explorer, sondern auch eine Wallet und mehr ... 🛠", + "slogan": "ITRocket Explorer ist nicht nur ein Explorer, sondern auch eine Wallet und mehr ... 🛠", "description": "Cosmos-Ökosystem-Blockchains 🚀", "search_placeholder": "Suche Chain", "description_all": "Wir konnten die gesuchte Seite nicht finden.", diff --git a/src/plugins/i18n/locales/en.json b/src/plugins/i18n/locales/en.json index ce9fc680ed..3a7e04ef52 100644 --- a/src/plugins/i18n/locales/en.json +++ b/src/plugins/i18n/locales/en.json @@ -23,11 +23,11 @@ "links": "Links" }, "pages": { - "title": "Ping Dashboard", + "title": "ITRocket Explorer", "title_all": "404", "tag": "Beta", "tag_all": "Page Not Found", - "slogan": "Ping Dashboard is not just an explorer but also a wallet and more ... 🛠", + "slogan": "ITRocket Explorer is not just an explorer but also a wallet and more ... 🛠", "description": "Cosmos Ecosystem Blockchains 🚀", "search_placeholder": "Search Chain", "description_all": "We couldn't find the page you are looking for.", diff --git a/src/plugins/i18n/locales/es.json b/src/plugins/i18n/locales/es.json index 196379cd90..0f977d29fb 100644 --- a/src/plugins/i18n/locales/es.json +++ b/src/plugins/i18n/locales/es.json @@ -23,11 +23,11 @@ "links": "Enlaces" }, "pages": { - "title": "Panel de control Ping", + "title": "Panel de control", "title_all": "404", "tag": "Beta", "tag_all": "Página no encontrada", - "slogan": "Ping Dashboard no es solo un explorador, también es una billetera y mucho más... 🛠", + "slogan": "ITRocket Explorer no es solo un explorador, también es una billetera y mucho más... 🛠", "description": "Blockchain del ecosistema Cosmos 🚀", "search_placeholder": "Buscar cadena", "description_all": "No pudimos encontrar la página que buscas.", diff --git a/src/plugins/i18n/locales/id.json b/src/plugins/i18n/locales/id.json index f849c17e83..593186c3ab 100644 --- a/src/plugins/i18n/locales/id.json +++ b/src/plugins/i18n/locales/id.json @@ -21,11 +21,11 @@ "links": "Tautan" }, "pages": { - "title": "Ping Dashboard", + "title": "ITRocket Explorer", "title_all": "404", "tag": "Beta", "tag_all": "Halaman Tidak Ditemukan", - "slogan": "Ping Dashboard bukan hanya sebuah penjelajah tetapi juga sebuah dompet dan masih banyak lagi ... 🛠", + "slogan": "ITRocket Explorer bukan hanya sebuah penjelajah tetapi juga sebuah dompet dan masih banyak lagi ... 🛠", "description": "Cosmos Ecosystem Blockchains 🚀", "search_placeholder": "Telusuri Rantai", "description_all": "Kami tidak dapat menemukan halaman yang anda cari.", diff --git a/src/plugins/i18n/locales/ja.json b/src/plugins/i18n/locales/ja.json index c0ac1c8ac1..5065a52047 100644 --- a/src/plugins/i18n/locales/ja.json +++ b/src/plugins/i18n/locales/ja.json @@ -23,11 +23,11 @@ "links": "リンク" }, "pages": { - "title": "Ping ダッシュボード", + "title": "ITRocket ダッシュボード", "title_all": "404", "tag": "ベータ", "tag_all": "ページが見つかりません", - "slogan": "Ping ダッシュボードは単なるエクスプローラーではなく、ウォレットなどもあります... 🛠", + "slogan": "ITRocket ダッシュボードは単なるエクスプローラーではなく、ウォレットなどもあります... 🛠", "description": "Cosmos エコシステムブロックチェーン 🚀", "search_placeholder": "チェーンを検索", "description_all": "お探しのページは見つかりませんでした。", diff --git a/src/plugins/i18n/locales/zh.json b/src/plugins/i18n/locales/zh.json index 91071eeede..d0263ce636 100644 --- a/src/plugins/i18n/locales/zh.json +++ b/src/plugins/i18n/locales/zh.json @@ -22,8 +22,8 @@ "links": "链接" }, "pages": { - "title": "Ping Dashboard", - "slogan": "Ping Dashboard 是一个区块链浏览器,也是一个网页钱包,还有更多 ... 🛠", + "title": "ITRocket Explorer", + "slogan": "ITRocket Explorer 是一个区块链浏览器,也是一个网页钱包,还有更多 ... 🛠", "description": "Cosmos Ecosystem Blockchains 🚀", "search_placeholder": "搜索区块链", "add_to_favorite": "加入收藏夹", diff --git a/src/stores/useDashboard.ts b/src/stores/useDashboard.ts index c4194ad311..27622cfcc8 100644 --- a/src/stores/useDashboard.ts +++ b/src/stores/useDashboard.ts @@ -59,7 +59,7 @@ export function convertFromLocal(lc: LocalChainConfig): ChainConfig { }; } conf.features = lc.features; - conf.logo = lc.logo.startsWith('http') ? lc.logo : `https://ping.pub${lc.logo}`; + conf.logo = lc.logo; conf.keplrFeatures = lc.keplr_features; conf.keplrPriceStep = lc.keplr_price_step; conf.themeColor = lc.theme_color;