From 0ac80f7e4dec04107dfc72ee4e54bb0e1d4cab2e Mon Sep 17 00:00:00 2001 From: ledanghuy1811 Date: Thu, 25 Jul 2024 17:12:29 +0700 Subject: [PATCH] add testnet chain --- chains/testnet/oraichain-fork.json | 32 ++++++++++++++++++++++++++++++ src/pages/index.vue | 1 + 2 files changed, 33 insertions(+) create mode 100644 chains/testnet/oraichain-fork.json diff --git a/chains/testnet/oraichain-fork.json b/chains/testnet/oraichain-fork.json new file mode 100644 index 00000000..7055d99d --- /dev/null +++ b/chains/testnet/oraichain-fork.json @@ -0,0 +1,32 @@ +{ + "chain_name": "Oraichain-Fork", + "registry_name": "oraichain-fork", + "api": [ + { + "provider": "Oraichain" , + "address": "https://testnet-v2.lcd.orai.io/" + } + ], + "rpc": [ + { + "provider": "Oraichain", + "address": "https://testnet-v2.rpc.orai.io/" + } + ], + "cosmwasm_enabled": true, + "sdk_version": "0.45.16", + "coin_type": "118", + "min_tx_fee": "800", + "addr_prefix": "orai", + "logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png", + "assets": [ + { + "base": "orai", + "symbol": "ORAI", + "exponent": "6", + "coingecko_id": "oraichain-token", + "logo": "https://s2.coinmarketcap.com/static/img/coins/64x64/7533.png" + } + ] + } + \ No newline at end of file diff --git a/src/pages/index.vue b/src/pages/index.vue index 9427adb9..ebf35e07 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -37,6 +37,7 @@ const featured = computed(() => { // 'dydx', // 'noble', 'Oraichain', + 'Oraichain-Fork', 'OraiBtcMainnet', 'OraiBridge', 'cosmos',