From dd4e69c5fc64ec1723e85732741b53a86de35b6b Mon Sep 17 00:00:00 2001 From: yongjoo Date: Fri, 1 Nov 2024 18:14:32 +0900 Subject: [PATCH] update param key --- chain/agoric/param_2.json | 1 + chain/akash/param_2.json | 1 + chain/althea/param_2.json | 1 + chain/archway/param_2.json | 1 + chain/asset-mantle/param_2.json | 1 + chain/atomone/param_2.json | 1 + chain/axelar/param_2.json | 1 + chain/band/param_2.json | 1 + chain/bitsong/param_2.json | 1 + chain/celestia/param_2.json | 1 + chain/chihuahua/param_2.json | 1 + chain/comdex/param_2.json | 1 + chain/coreum/param_2.json | 1 + chain/cosmos/param_2.json | 1 + chain/crypto-org/param_2.json | 1 + chain/dydx/param_2.json | 1 + chain/dymension/param_2.json | 1 + chain/evmos/param_2.json | 1 + chain/fetchai/param_2.json | 1 + chain/finschia/param_2.json | 1 + chain/govgen/param_2.json | 1 + chain/gravity-bridge/param_2.json | 1 + chain/humans/param_2.json | 1 + chain/injective/param_2.json | 1 + chain/iris/param_2.json | 1 + chain/juno/param_2.json | 1 + chain/kava/param_2.json | 1 + chain/ki-chain/param_2.json | 1 + chain/kyve/param_2.json | 1 + chain/lum/param_2.json | 1 + chain/mantra/param_2.json | 1 + chain/medibloc/param_2.json | 1 + chain/neutron/param_2.json | 1 + chain/noble/param_2.json | 1 + chain/nyx/param_2.json | 1 + chain/omniflix/param_2.json | 1 + chain/onomy-protocol/param_2.json | 1 + chain/osmosis/param_2.json | 1 + chain/passage/param_2.json | 1 + chain/persistence/param_2.json | 1 + chain/provenance/param_2.json | 1 + chain/quasar/param_2.json | 1 + chain/regen/param_2.json | 1 + chain/saga/param_2.json | 1 + chain/secret/param_2.json | 1 + chain/sei/param_2.json | 1 + chain/selfchain/param_2.json | 1 + chain/sentinel/param_2.json | 1 + chain/shentu/param_2.json | 1 + chain/sommelier/param_2.json | 1 + chain/stafi/param_2.json | 1 + chain/stargaze/param_2.json | 1 + chain/stride/param_2.json | 1 + chain/teritori/param_2.json | 1 + chain/terra/param_2.json | 1 + chain/umee/param_2.json | 1 + chain/xpla/param_2.json | 1 + chain/zeta/param_2.json | 1 + 58 files changed, 58 insertions(+) diff --git a/chain/agoric/param_2.json b/chain/agoric/param_2.json index 0ce374bae..a534b0ead 100644 --- a/chain/agoric/param_2.json +++ b/chain/agoric/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "agoricvaloper", "origin_genesis_time" : "2022-07-01T00:00:00Z", "api_name" : "agoric", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/564'/0'/0/X", diff --git a/chain/akash/param_2.json b/chain/akash/param_2.json index 7b5aa3c2a..780e45a10 100644 --- a/chain/akash/param_2.json +++ b/chain/akash/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "akashvaloper", "origin_genesis_time" : "2020-09-25T14:00:00Z", "api_name" : "akash", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/althea/param_2.json b/chain/althea/param_2.json index d4406ca1d..e7a1aba75 100644 --- a/chain/althea/param_2.json +++ b/chain/althea/param_2.json @@ -11,6 +11,7 @@ "origin_genesis_time" : "2024-03-25T00:00:00Z", "api_name" : "althea", "is_send_enabled" : false, + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/60'/0'/0/X", diff --git a/chain/archway/param_2.json b/chain/archway/param_2.json index 9be4de742..de3757f26 100644 --- a/chain/archway/param_2.json +++ b/chain/archway/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "archwayvaloper", "origin_genesis_time" : "2023-07-03T12:00:00Z", "api_name" : "archway", + "is_support_mintscan": true, "is_support_moblie_dapp" : true, "is_support_cw20" : true, "is_support_cw721" : true, diff --git a/chain/asset-mantle/param_2.json b/chain/asset-mantle/param_2.json index 941959c7c..0396ebd46 100644 --- a/chain/asset-mantle/param_2.json +++ b/chain/asset-mantle/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "mantlevaloper", "origin_genesis_time" : "2022-04-18T12:00:00Z", "api_name" : "asset-mantle", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/atomone/param_2.json b/chain/atomone/param_2.json index b87a31524..afd61d4c6 100644 --- a/chain/atomone/param_2.json +++ b/chain/atomone/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "atonevaloper", "origin_genesis_time" : "2024-10-18T15:00:00Z", "api_name" : "atomone", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/axelar/param_2.json b/chain/axelar/param_2.json index 7b3dc957f..1cf14a2e7 100644 --- a/chain/axelar/param_2.json +++ b/chain/axelar/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "axelarvaloper", "origin_genesis_time" : "2021-12-22T16:25:37Z", "api_name" : "axelar", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/band/param_2.json b/chain/band/param_2.json index 68adc603b..cff9fe8eb 100644 --- a/chain/band/param_2.json +++ b/chain/band/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "bandvaloper", "origin_genesis_time" : "2020-05-28T14:00:00Z", "api_name" : "band", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/494'/0'/0/X", diff --git a/chain/bitsong/param_2.json b/chain/bitsong/param_2.json index e32abd53e..c1b20a805 100644 --- a/chain/bitsong/param_2.json +++ b/chain/bitsong/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "bitsongvaloper", "origin_genesis_time" : "2021-03-26T20:00:00Z", "api_name" : "bitsong", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/639'/0'/0/X", diff --git a/chain/celestia/param_2.json b/chain/celestia/param_2.json index 4bafc373f..655396270 100644 --- a/chain/celestia/param_2.json +++ b/chain/celestia/param_2.json @@ -9,6 +9,7 @@ "bechValidatorPrefix" : "celestiavaloper", "origin_genesis_time" : "2023-10-31T14:00:00Z", "api_name" : "celestia", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/chihuahua/param_2.json b/chain/chihuahua/param_2.json index df4c525d7..0d85a86aa 100644 --- a/chain/chihuahua/param_2.json +++ b/chain/chihuahua/param_2.json @@ -10,6 +10,7 @@ "origin_genesis_time" : "2021-12-14T12:14:12Z", "api_name" : "chihuahua", "is_support_cw20" : true, + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/comdex/param_2.json b/chain/comdex/param_2.json index d1085dea4..f502c55f0 100644 --- a/chain/comdex/param_2.json +++ b/chain/comdex/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "comdexvaloper", "origin_genesis_time" : "2021-11-20T14:00:00Z", "api_name" : "comdex", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/coreum/param_2.json b/chain/coreum/param_2.json index d37f4a426..7703f3df0 100644 --- a/chain/coreum/param_2.json +++ b/chain/coreum/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "corevaloper", "origin_genesis_time" : "2023-03-12T00:00:00Z", "api_name" : "coreum", + "is_support_mintscan": true, "is_support_moblie_dapp" : true, "account_type" : [ { diff --git a/chain/cosmos/param_2.json b/chain/cosmos/param_2.json index 2aa5fc7cc..b779d8e1f 100644 --- a/chain/cosmos/param_2.json +++ b/chain/cosmos/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix": "cosmosvaloper", "origin_genesis_time": "2019-03-13T23:00:00Z", "api_name": "cosmos", + "is_support_mintscan": true, "is_support_moblie_dapp": true, "voting_threshold": 1000000, "skip_affiliate": "50", diff --git a/chain/crypto-org/param_2.json b/chain/crypto-org/param_2.json index ee61e13eb..5db931baf 100644 --- a/chain/crypto-org/param_2.json +++ b/chain/crypto-org/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "crocncl", "origin_genesis_time" : "2021-03-25T01:00:00Z", "api_name" : "crypto-org", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/394'/0'/0/X", diff --git a/chain/dydx/param_2.json b/chain/dydx/param_2.json index 1abfc2e24..6f7dcca05 100644 --- a/chain/dydx/param_2.json +++ b/chain/dydx/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "dydxvaloper", "origin_genesis_time" : "2023-10-26T17:00:00Z", "api_name" : "dydx", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/dymension/param_2.json b/chain/dymension/param_2.json index f6e270ec7..4807b87fd 100644 --- a/chain/dymension/param_2.json +++ b/chain/dymension/param_2.json @@ -10,6 +10,7 @@ "bech_validator_prefix" : "dymvaloper", "origin_genesis_time" : "2024-02-06T12:00:00Z", "api_name" : "dymension", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/60'/0'/0/X", diff --git a/chain/evmos/param_2.json b/chain/evmos/param_2.json index 84c614ca0..27d2e8021 100644 --- a/chain/evmos/param_2.json +++ b/chain/evmos/param_2.json @@ -10,6 +10,7 @@ "bech_validator_prefix" : "evmosvaloper", "origin_genesis_time" : "2022-03-02T19:00:00Z", "api_name": "evmos", + "is_support_mintscan": true, "is_support_cw20" : true, "account_type" : [ { diff --git a/chain/fetchai/param_2.json b/chain/fetchai/param_2.json index 2428ba6c7..42562bea1 100644 --- a/chain/fetchai/param_2.json +++ b/chain/fetchai/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "fetchvaloper", "origin_genesis_time" : "2021-03-31T14:00:00Z", "api_name" : "fetchai", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/finschia/param_2.json b/chain/finschia/param_2.json index c50956dbc..c483e425c 100644 --- a/chain/finschia/param_2.json +++ b/chain/finschia/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "linkvaloper", "origin_genesis_time" : "2023-05-25T03:00:00Z", "api_name" : "finschia", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/438'/0'/0/X", diff --git a/chain/govgen/param_2.json b/chain/govgen/param_2.json index fd7bcb570..002fc27d5 100644 --- a/chain/govgen/param_2.json +++ b/chain/govgen/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "govgenvaloper", "origin_genesis_time" : "2024-02-27T14:00:00Z", "api_name" : "govgen", + "is_support_mintscan": true, "is_send_enabled" : false, "account_type" : [ { diff --git a/chain/gravity-bridge/param_2.json b/chain/gravity-bridge/param_2.json index ff21b663c..d29ec393b 100644 --- a/chain/gravity-bridge/param_2.json +++ b/chain/gravity-bridge/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "gravityvaloper", "origin_genesis_time" : "2021-12-10T14:45:49Z", "api_name" : "gravity-bridge", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/humans/param_2.json b/chain/humans/param_2.json index 0f216c8e8..cf948b1d1 100644 --- a/chain/humans/param_2.json +++ b/chain/humans/param_2.json @@ -10,6 +10,7 @@ "bech_validator_prefix" : "humanvaloper", "origin_genesis_time" : "2023-05-29T18:00:00Z", "api_name" : "humans", + "is_support_mintscan": true, "accountType" : [ { "hd_path": "m/44'/60'/0'/0/X", diff --git a/chain/injective/param_2.json b/chain/injective/param_2.json index 780a3ab31..439f350fb 100644 --- a/chain/injective/param_2.json +++ b/chain/injective/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "injvaloper", "origin_genesis_time" : "2021-06-30T13:00:00Z", "api_name" : "injective", + "is_support_mintscan": true, "is_support_moblie_dapp" : true, "tx_timeout_padding" : 100, "account_type" : [ diff --git a/chain/iris/param_2.json b/chain/iris/param_2.json index c8ff7f39a..73e40d54d 100644 --- a/chain/iris/param_2.json +++ b/chain/iris/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "iva", "origin_genesis_time" : "2019-03-01T06:54:00Z", "api_name" : "iris", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/juno/param_2.json b/chain/juno/param_2.json index 1b05a02c1..4cdad9fc1 100644 --- a/chain/juno/param_2.json +++ b/chain/juno/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "junovaloper", "origin_genesis_time" : "2021-10-01T15:00:00Z", "api_name" : "juno", + "is_support_mintscan": true, "is_support_cw20" : true, "account_type" : [ { diff --git a/chain/kava/param_2.json b/chain/kava/param_2.json index 6af95687f..158af22f2 100644 --- a/chain/kava/param_2.json +++ b/chain/kava/param_2.json @@ -10,6 +10,7 @@ "bech_validator_prefix" : "kavavaloper", "origin_genesis_time" : "2019-11-05T14:00:00Z", "api_name" : "kava", + "is_support_mintscan": true, "is_support_moblie_dapp" : true, "is_support_erc20" : true, "account_type" : [ diff --git a/chain/ki-chain/param_2.json b/chain/ki-chain/param_2.json index ba4a8a4a3..7435cc105 100644 --- a/chain/ki-chain/param_2.json +++ b/chain/ki-chain/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "kivaloper", "origin_genesis_time" : "2020-08-04T00:00:00Z", "api_name" : "ki-chain", + "is_support_mintscan": true, "is_support_cw20" : true, "account_type" : [ { diff --git a/chain/kyve/param_2.json b/chain/kyve/param_2.json index 27fa01145..b4c9c9b16 100644 --- a/chain/kyve/param_2.json +++ b/chain/kyve/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "kyvevaloper", "origin_genesis_time" : "2023-03-14T14:03:14Z", "api_name" : "kyve", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/lum/param_2.json b/chain/lum/param_2.json index d1eafaf1b..11d9a8aa6 100644 --- a/chain/lum/param_2.json +++ b/chain/lum/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "lumvaloper", "origin_genesis_time" : "2021-12-14T17:00:00Z", "api_name" : "lum", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/880'/0'/0/X", diff --git a/chain/mantra/param_2.json b/chain/mantra/param_2.json index db5c55a5e..c004dba73 100644 --- a/chain/mantra/param_2.json +++ b/chain/mantra/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "mantravaloper", "origin_genesis_time" : "2024-10-10T11:30:00Z", "api_name" : "mantra", + "is_support_mintscan": true, "is_support_moblie_dapp" : true, "account_type" : [ { diff --git a/chain/medibloc/param_2.json b/chain/medibloc/param_2.json index 3defaab46..3c45b0a63 100644 --- a/chain/medibloc/param_2.json +++ b/chain/medibloc/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "panaceavaloper", "origin_genesis_time" : "2019-07-31T05:00:00Z", "api_name" : "medibloc", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/371'/0'/0/X", diff --git a/chain/neutron/param_2.json b/chain/neutron/param_2.json index 364fa5dff..8f791354b 100644 --- a/chain/neutron/param_2.json +++ b/chain/neutron/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix": "neutronvaloper", "origin_genesis_time": "2023-05-10T15:00:00Z", "api_name" : "neutron", + "is_support_mintscan": true, "is_support_moblie_dapp" : true, "is_support_cw20" : true, "account_type" : [ diff --git a/chain/noble/param_2.json b/chain/noble/param_2.json index 5a4999706..7ad086309 100644 --- a/chain/noble/param_2.json +++ b/chain/noble/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "noblevaloper", "origin_genesis_time" : "2023-03-27T16:00:00Z", "api_name" : "noble", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/nyx/param_2.json b/chain/nyx/param_2.json index 24004f36d..f99265857 100644 --- a/chain/nyx/param_2.json +++ b/chain/nyx/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "nvaloper", "origin_genesis_time" : "2022-01-31T21:00:00Z", "api_name" : "nyx", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/omniflix/param_2.json b/chain/omniflix/param_2.json index 6956864d1..dcc91f6ec 100644 --- a/chain/omniflix/param_2.json +++ b/chain/omniflix/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "omniflixvaloper", "origin_genesis_time" : "2022-02-22T07:00:00Z", "api_name" : "omniflix", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/onomy-protocol/param_2.json b/chain/onomy-protocol/param_2.json index b16a038e3..2b8d3ece3 100644 --- a/chain/onomy-protocol/param_2.json +++ b/chain/onomy-protocol/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "onomyvaloper", "origin_genesis_time" : "2022-11-29T16:57:15Z", "api_name" : "onomy-protocol", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/osmosis/param_2.json b/chain/osmosis/param_2.json index ee38fd8ac..4790209a8 100644 --- a/chain/osmosis/param_2.json +++ b/chain/osmosis/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "osmovaloper", "origin_genesis_time" : "2021-06-18T17:00:00Z", "api_name" : "osmosis", + "is_support_mintscan": true, "is_support_moblie_dapp" : true, "account_type" : [ { diff --git a/chain/passage/param_2.json b/chain/passage/param_2.json index 816326162..d58fcf012 100644 --- a/chain/passage/param_2.json +++ b/chain/passage/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "pasgvaloper", "origin_genesis_time" : "2022-08-17T15:00:00Z", "api_name" : "passage", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/persistence/param_2.json b/chain/persistence/param_2.json index fd2ffc2e4..227897b04 100644 --- a/chain/persistence/param_2.json +++ b/chain/persistence/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "persistencevaloper", "origin_genesis_time" : "2021-03-30T12:08:46Z", "api_name" : "persistence", + "is_support_mintscan": true, "is_support_moblie_dapp" : true, "account_type" : [ { diff --git a/chain/provenance/param_2.json b/chain/provenance/param_2.json index b30629ec1..3f7ff7178 100644 --- a/chain/provenance/param_2.json +++ b/chain/provenance/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "pbvaloper", "origin_genesis_time" : "2021-04-20T16:20:00Z", "api_name" : "provenance", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/505'/0'/0/X", diff --git a/chain/quasar/param_2.json b/chain/quasar/param_2.json index e357cbaf2..7c871d356 100644 --- a/chain/quasar/param_2.json +++ b/chain/quasar/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "quasarvaloper", "origin_genesis_time" : "2023-03-22T20:00:00Z", "api_name" : "quasar", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/regen/param_2.json b/chain/regen/param_2.json index 41cf2be92..11f8a547f 100644 --- a/chain/regen/param_2.json +++ b/chain/regen/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "regenvaloper", "origin_genesis_time" : "2021-04-15T15:00:00Z", "api_name" : "regen", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/saga/param_2.json b/chain/saga/param_2.json index b1616fb56..bcce7d65f 100644 --- a/chain/saga/param_2.json +++ b/chain/saga/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "sagavaloper", "origin_genesis_time" : "2024-04-08T00:00:00Z", "api_name" : "saga", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/secret/param_2.json b/chain/secret/param_2.json index 5b8e7a0f8..26f4b5798 100644 --- a/chain/secret/param_2.json +++ b/chain/secret/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "secretvaloper", "origin_genesis_time" : "2020-02-13T15:00:00Z", "api_name" : "secret", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/529'/0'/0/X", diff --git a/chain/sei/param_2.json b/chain/sei/param_2.json index f84a81b9f..7c46cc5de 100644 --- a/chain/sei/param_2.json +++ b/chain/sei/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "seivaloper", "origin_genesis_time" : "2023-05-22T15:00:00Z", "api_name" : "sei", + "is_support_mintscan": true, "is_support_cw20" : true, "tx_timeout_padding" : 100, "account_type" : [ diff --git a/chain/selfchain/param_2.json b/chain/selfchain/param_2.json index 8c74dbbd0..ea40a7ba7 100644 --- a/chain/selfchain/param_2.json +++ b/chain/selfchain/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "selfvaloper", "origin_genesis_time" : "2024-06-06T06:06:06Z", "api_name" : "selfchain", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/sentinel/param_2.json b/chain/sentinel/param_2.json index 85138776d..5e8f9b076 100644 --- a/chain/sentinel/param_2.json +++ b/chain/sentinel/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "sentvaloper", "origin_genesis_time" : "2021-03-27T12:00:00Z", "api_name" : "sentinel", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/shentu/param_2.json b/chain/shentu/param_2.json index 495cfcd37..9984119f8 100644 --- a/chain/shentu/param_2.json +++ b/chain/shentu/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "shentuvaloper", "origin_genesis_time" : "2020-10-24T14:24:00Z", "api_name" : "shentu", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/sommelier/param_2.json b/chain/sommelier/param_2.json index ec48801db..a84fe232f 100644 --- a/chain/sommelier/param_2.json +++ b/chain/sommelier/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "sommvaloper", "origin_genesis_time" : "2021-09-13T15:00:00Z", "api_name" : "sommelier", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/stafi/param_2.json b/chain/stafi/param_2.json index 590908482..37d17064b 100644 --- a/chain/stafi/param_2.json +++ b/chain/stafi/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "stafivaloper", "origin_genesis_time" : "2022-08-17T13:00:00Z", "api_name" : "stafi", + "is_support_mintscan": true, "is_stake_enabled" : false, "account_type" : [ { diff --git a/chain/stargaze/param_2.json b/chain/stargaze/param_2.json index 609011b6b..3b667f95a 100644 --- a/chain/stargaze/param_2.json +++ b/chain/stargaze/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "starsvaloper", "origin_genesis_time" : "2021-10-29T17:00:00Z", "api_name" : "stargaze", + "is_support_mintscan": true, "is_support_moblie_dapp" : true, "is_support_cw721" : true, "account_type" : [ diff --git a/chain/stride/param_2.json b/chain/stride/param_2.json index a324dd41b..94a66fb04 100644 --- a/chain/stride/param_2.json +++ b/chain/stride/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "stridevaloper", "origin_genesis_time" : "2022-09-04T19:00:00Z", "api_name" : "stride", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/teritori/param_2.json b/chain/teritori/param_2.json index 0e0fb56d3..8abc69b24 100644 --- a/chain/teritori/param_2.json +++ b/chain/teritori/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "torivaloper", "origin_genesis_time" : "2022-10-03T13:00:00Z", "api_name" : "teritori", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/terra/param_2.json b/chain/terra/param_2.json index 24969701c..f8de2104e 100644 --- a/chain/terra/param_2.json +++ b/chain/terra/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "terravaloper", "origin_genesis_time" : "2022-05-28T06:00:00Z", "api_name" : "terra", + "is_support_mintscan": true, "is_support_cw20" : true, "account_type" : [ { diff --git a/chain/umee/param_2.json b/chain/umee/param_2.json index 391406100..b5635a9fd 100644 --- a/chain/umee/param_2.json +++ b/chain/umee/param_2.json @@ -9,6 +9,7 @@ "bech_validator_prefix" : "umeevaloper", "origin_genesis_time" : "2022-02-15T17:00:00Z", "api_name" : "umee", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/118'/0'/0/X", diff --git a/chain/xpla/param_2.json b/chain/xpla/param_2.json index da24d4bd7..cfb78c1b7 100644 --- a/chain/xpla/param_2.json +++ b/chain/xpla/param_2.json @@ -10,6 +10,7 @@ "bech_validator_prefix" : "xplavaloper", "origin_genesis_time" : "2022-08-19T09:30:00Z", "api_name" : "xpla", + "is_support_mintscan": true, "account_type" : [ { "hd_path": "m/44'/60'/0'/0/X", diff --git a/chain/zeta/param_2.json b/chain/zeta/param_2.json index 9e3888742..325f49fa5 100644 --- a/chain/zeta/param_2.json +++ b/chain/zeta/param_2.json @@ -10,6 +10,7 @@ "bech_validator_prefix" : "zetavaloper", "origin_genesis_time" : "2023-10-19T10:00:00Z", "api_name" : "zeta", + "is_support_mintscan": true, "is_support_erc20" : true, "account_type" : [ {