chain-registry 2.0.2 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/aaronetwork/chain.js +6 -0
- package/esm/mainnet/agoric/chain.js +6 -0
- package/esm/mainnet/akash/chain.js +6 -0
- package/esm/mainnet/althea/chain.js +6 -0
- package/esm/mainnet/andromeda/chain.js +6 -0
- package/esm/mainnet/assetmantle/chain.js +6 -0
- package/esm/mainnet/axelar/chain.js +6 -0
- package/esm/mainnet/babylon/chain.js +6 -0
- package/esm/mainnet/bandchain/chain.js +6 -0
- package/esm/mainnet/beezee/chain.js +6 -0
- package/esm/mainnet/bitcanna/chain.js +6 -0
- package/esm/mainnet/bitsong/chain.js +6 -0
- package/esm/mainnet/bostrom/chain.js +6 -0
- package/esm/mainnet/carbon/chain.js +6 -0
- package/esm/mainnet/celestia/chain.js +6 -0
- package/esm/mainnet/chain4energy/chain.js +6 -0
- package/esm/mainnet/cheqd/chain.js +6 -0
- package/esm/mainnet/chihuahua/chain.js +6 -0
- package/esm/mainnet/coreum/chain.js +6 -0
- package/esm/mainnet/cosmoshub/chain.js +6 -0
- package/esm/mainnet/decentr/chain.js +6 -0
- package/esm/mainnet/dhealth/chain.js +12 -3
- package/esm/mainnet/doravota/chain.js +6 -0
- package/esm/mainnet/dydx/chain.js +6 -0
- package/esm/mainnet/dymension/chain.js +6 -0
- package/esm/mainnet/elys/chain.js +6 -0
- package/esm/mainnet/fetchhub/chain.js +6 -0
- package/esm/mainnet/firmachain/chain.js +6 -0
- package/esm/mainnet/gitopia/chain.js +6 -0
- package/esm/mainnet/gravitybridge/chain.js +6 -0
- package/esm/mainnet/haqq/chain.js +6 -0
- package/esm/mainnet/impacthub/chain.js +6 -0
- package/esm/mainnet/injective/chain.js +6 -0
- package/esm/mainnet/irisnet/chain.js +6 -0
- package/esm/mainnet/jackal/chain.js +6 -0
- package/esm/mainnet/juno/asset-list.js +1 -1
- package/esm/mainnet/kava/chain.js +6 -0
- package/esm/mainnet/kichain/chain.js +6 -0
- package/esm/mainnet/kujira/chain.js +6 -0
- package/esm/mainnet/kyve/chain.js +6 -0
- package/esm/mainnet/lava/chain.js +6 -0
- package/esm/mainnet/likecoin/chain.js +6 -0
- package/esm/mainnet/lumnetwork/chain.js +6 -0
- package/esm/mainnet/mantrachain/chain.js +12 -3
- package/esm/mainnet/migaloo/chain.js +6 -0
- package/esm/mainnet/nibiru/chain.js +6 -0
- package/esm/mainnet/nillion/chain.js +6 -0
- package/esm/mainnet/noble/chain.js +6 -0
- package/esm/mainnet/nolus/chain.js +6 -0
- package/esm/mainnet/nyx/chain.js +6 -0
- package/esm/mainnet/odin/chain.js +6 -0
- package/esm/mainnet/omniflixhub/asset-list.js +6 -0
- package/esm/mainnet/omniflixhub/chain.js +14 -8
- package/esm/mainnet/oraichain/chain.js +6 -0
- package/esm/mainnet/osmosis/asset-list.js +6 -1
- package/esm/mainnet/paloma/chain.js +5 -0
- package/esm/mainnet/panacea/chain.js +6 -0
- package/esm/mainnet/passage/chain.js +6 -0
- package/esm/mainnet/persistence/chain.js +6 -0
- package/esm/mainnet/planq/chain.js +6 -0
- package/esm/mainnet/provenance/chain.js +6 -0
- package/esm/mainnet/pryzm/asset-list.js +24 -0
- package/esm/mainnet/quicksilver/chain.js +6 -0
- package/esm/mainnet/realio/chain.js +6 -0
- package/esm/mainnet/regen/chain.js +6 -0
- package/esm/mainnet/secretnetwork/chain.js +6 -0
- package/esm/mainnet/seda/chain.js +6 -0
- package/esm/mainnet/sei/chain.js +6 -0
- package/esm/mainnet/sentinel/chain.js +6 -0
- package/esm/mainnet/sge/chain.js +6 -0
- package/esm/mainnet/sifchain/chain.js +6 -0
- package/esm/mainnet/solana/asset-list.js +23 -0
- package/esm/mainnet/sommelier/chain.js +6 -0
- package/esm/mainnet/source/chain.js +6 -0
- package/esm/mainnet/stargaze/asset-list.js +1 -0
- package/esm/mainnet/stratos/chain.js +6 -0
- package/esm/mainnet/titan/asset-list.js +30 -0
- package/esm/mainnet/unification/chain.js +8 -8
- package/esm/mainnet/xion/chain.js +6 -0
- package/esm/mainnet/xpla/chain.js +6 -0
- package/esm/mainnet/zetachain/chain.js +6 -0
- package/esm/testnet/asset-lists.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/hippoprotocoltestnet/asset-list.js +28 -0
- package/esm/testnet/hippoprotocoltestnet/chain.js +86 -0
- package/esm/testnet/hippoprotocoltestnet/index.js +4 -0
- package/esm/testnet/unificationtestnet/chain.js +8 -8
- package/esm/testnet/zenrocktestnet/chain.js +1 -1
- package/mainnet/aaronetwork/chain.js +6 -0
- package/mainnet/agoric/chain.js +6 -0
- package/mainnet/akash/chain.js +6 -0
- package/mainnet/althea/chain.js +6 -0
- package/mainnet/andromeda/chain.js +6 -0
- package/mainnet/assetmantle/chain.js +6 -0
- package/mainnet/axelar/chain.js +6 -0
- package/mainnet/babylon/chain.js +6 -0
- package/mainnet/bandchain/chain.js +6 -0
- package/mainnet/beezee/chain.js +6 -0
- package/mainnet/bitcanna/chain.js +6 -0
- package/mainnet/bitsong/chain.js +6 -0
- package/mainnet/bostrom/chain.js +6 -0
- package/mainnet/carbon/chain.js +6 -0
- package/mainnet/celestia/chain.js +6 -0
- package/mainnet/chain4energy/chain.js +6 -0
- package/mainnet/cheqd/chain.js +6 -0
- package/mainnet/chihuahua/chain.js +6 -0
- package/mainnet/coreum/chain.js +6 -0
- package/mainnet/cosmoshub/chain.js +6 -0
- package/mainnet/decentr/chain.js +6 -0
- package/mainnet/dhealth/chain.js +12 -3
- package/mainnet/doravota/chain.js +6 -0
- package/mainnet/dydx/chain.js +6 -0
- package/mainnet/dymension/chain.js +6 -0
- package/mainnet/elys/chain.js +6 -0
- package/mainnet/fetchhub/chain.js +6 -0
- package/mainnet/firmachain/chain.js +6 -0
- package/mainnet/gitopia/chain.js +6 -0
- package/mainnet/gravitybridge/chain.js +6 -0
- package/mainnet/haqq/chain.js +6 -0
- package/mainnet/impacthub/chain.js +6 -0
- package/mainnet/injective/chain.js +6 -0
- package/mainnet/irisnet/chain.js +6 -0
- package/mainnet/jackal/chain.js +6 -0
- package/mainnet/juno/asset-list.js +1 -1
- package/mainnet/kava/chain.js +6 -0
- package/mainnet/kichain/chain.js +6 -0
- package/mainnet/kujira/chain.js +6 -0
- package/mainnet/kyve/chain.js +6 -0
- package/mainnet/lava/chain.js +6 -0
- package/mainnet/likecoin/chain.js +6 -0
- package/mainnet/lumnetwork/chain.js +6 -0
- package/mainnet/mantrachain/chain.js +12 -3
- package/mainnet/migaloo/chain.js +6 -0
- package/mainnet/nibiru/chain.js +6 -0
- package/mainnet/nillion/chain.js +6 -0
- package/mainnet/noble/chain.js +6 -0
- package/mainnet/nolus/chain.js +6 -0
- package/mainnet/nyx/chain.js +6 -0
- package/mainnet/odin/chain.js +6 -0
- package/mainnet/omniflixhub/asset-list.js +6 -0
- package/mainnet/omniflixhub/chain.js +14 -8
- package/mainnet/oraichain/chain.js +6 -0
- package/mainnet/osmosis/asset-list.js +6 -1
- package/mainnet/paloma/chain.js +5 -0
- package/mainnet/panacea/chain.js +6 -0
- package/mainnet/passage/chain.js +6 -0
- package/mainnet/persistence/chain.js +6 -0
- package/mainnet/planq/chain.js +6 -0
- package/mainnet/provenance/chain.js +6 -0
- package/mainnet/pryzm/asset-list.js +24 -0
- package/mainnet/quicksilver/chain.js +6 -0
- package/mainnet/realio/chain.js +6 -0
- package/mainnet/regen/chain.js +6 -0
- package/mainnet/secretnetwork/chain.js +6 -0
- package/mainnet/seda/chain.js +6 -0
- package/mainnet/sei/chain.js +6 -0
- package/mainnet/sentinel/chain.js +6 -0
- package/mainnet/sge/chain.js +6 -0
- package/mainnet/sifchain/chain.js +6 -0
- package/mainnet/solana/asset-list.js +23 -0
- package/mainnet/sommelier/chain.js +6 -0
- package/mainnet/source/chain.js +6 -0
- package/mainnet/stargaze/asset-list.js +1 -0
- package/mainnet/stratos/chain.js +6 -0
- package/mainnet/titan/asset-list.js +30 -0
- package/mainnet/unification/chain.js +8 -8
- package/mainnet/xion/chain.js +6 -0
- package/mainnet/xpla/chain.js +6 -0
- package/mainnet/zetachain/chain.js +6 -0
- package/package.json +3 -3
- package/testnet/asset-lists.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/hippoprotocoltestnet/asset-list.d.ts +3 -0
- package/testnet/hippoprotocoltestnet/asset-list.js +30 -0
- package/testnet/hippoprotocoltestnet/chain.d.ts +3 -0
- package/testnet/hippoprotocoltestnet/chain.js +88 -0
- package/testnet/hippoprotocoltestnet/index.d.ts +2 -0
- package/testnet/hippoprotocoltestnet/index.js +10 -0
- package/testnet/unificationtestnet/chain.js +8 -8
- package/testnet/zenrocktestnet/chain.js +1 -1
|
@@ -157,6 +157,12 @@ const info = {
|
|
|
157
157
|
]
|
|
158
158
|
},
|
|
159
159
|
explorers: [
|
|
160
|
+
{
|
|
161
|
+
kind: 'Chainroot',
|
|
162
|
+
url: 'https://explorer.chainroot.io/xion',
|
|
163
|
+
txPage: 'https://explorer.chainroot.io/xion/transactions/${txHash}',
|
|
164
|
+
accountPage: 'https://explorer.chainroot.io/xion/accounts/${accountAddress}'
|
|
165
|
+
},
|
|
160
166
|
{
|
|
161
167
|
kind: 'mintscan',
|
|
162
168
|
url: 'https://www.mintscan.io/xion',
|
|
@@ -120,6 +120,12 @@ const info = {
|
|
|
120
120
|
}]
|
|
121
121
|
},
|
|
122
122
|
explorers: [
|
|
123
|
+
{
|
|
124
|
+
kind: 'Chainroot',
|
|
125
|
+
url: 'https://explorer.chainroot.io/xpla',
|
|
126
|
+
txPage: 'https://explorer.chainroot.io/xpla/transactions/${txHash}',
|
|
127
|
+
accountPage: 'https://explorer.chainroot.io/xpla/accounts/${accountAddress}'
|
|
128
|
+
},
|
|
123
129
|
{
|
|
124
130
|
kind: 'explorer.xpla',
|
|
125
131
|
url: 'https://explorer.xpla.io/mainnet',
|
|
@@ -154,6 +154,12 @@ const info = {
|
|
|
154
154
|
]
|
|
155
155
|
},
|
|
156
156
|
explorers: [
|
|
157
|
+
{
|
|
158
|
+
kind: 'Chainroot',
|
|
159
|
+
url: 'https://explorer.chainroot.io/zetachain',
|
|
160
|
+
txPage: 'https://explorer.chainroot.io/zetachain/transactions/${txHash}',
|
|
161
|
+
accountPage: 'https://explorer.chainroot.io/zetachain/accounts/${accountAddress}'
|
|
162
|
+
},
|
|
157
163
|
{
|
|
158
164
|
kind: 'ZetaScan',
|
|
159
165
|
url: 'https://explorer.zetachain.com/',
|
|
@@ -44,6 +44,7 @@ import * as _finschiatestnet from './finschiatestnet';
|
|
|
44
44
|
import * as _galacticatestnet from './galacticatestnet';
|
|
45
45
|
import * as _gitopiatestnet from './gitopiatestnet';
|
|
46
46
|
import * as _hedgetestnet from './hedgetestnet';
|
|
47
|
+
import * as _hippoprotocoltestnet from './hippoprotocoltestnet';
|
|
47
48
|
import * as _humanstestnet from './humanstestnet';
|
|
48
49
|
import * as _hypersigntestnet from './hypersigntestnet';
|
|
49
50
|
import * as _impacthubtestnet from './impacthubtestnet';
|
|
@@ -180,6 +181,7 @@ const assetList = [
|
|
|
180
181
|
_galacticatestnet.assetList,
|
|
181
182
|
_gitopiatestnet.assetList,
|
|
182
183
|
_hedgetestnet.assetList,
|
|
184
|
+
_hippoprotocoltestnet.assetList,
|
|
183
185
|
_humanstestnet.assetList,
|
|
184
186
|
_hypersigntestnet.assetList,
|
|
185
187
|
_impacthubtestnet.assetList,
|
package/esm/testnet/chains.js
CHANGED
|
@@ -44,6 +44,7 @@ import * as _finschiatestnet from './finschiatestnet';
|
|
|
44
44
|
import * as _galacticatestnet from './galacticatestnet';
|
|
45
45
|
import * as _gitopiatestnet from './gitopiatestnet';
|
|
46
46
|
import * as _hedgetestnet from './hedgetestnet';
|
|
47
|
+
import * as _hippoprotocoltestnet from './hippoprotocoltestnet';
|
|
47
48
|
import * as _humanstestnet from './humanstestnet';
|
|
48
49
|
import * as _hypersigntestnet from './hypersigntestnet';
|
|
49
50
|
import * as _impacthubtestnet from './impacthubtestnet';
|
|
@@ -180,6 +181,7 @@ const chains = [
|
|
|
180
181
|
_galacticatestnet.chain,
|
|
181
182
|
_gitopiatestnet.chain,
|
|
182
183
|
_hedgetestnet.chain,
|
|
184
|
+
_hippoprotocoltestnet.chain,
|
|
183
185
|
_humanstestnet.chain,
|
|
184
186
|
_hypersigntestnet.chain,
|
|
185
187
|
_impacthubtestnet.chain,
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
|
+
chainName: 'hippoprotocoltestnet',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The native token of Hippo Protocol.',
|
|
6
|
+
denomUnits: [{
|
|
7
|
+
denom: 'ahp',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}],
|
|
10
|
+
typeAsset: 'sdk.coin',
|
|
11
|
+
base: 'ahp',
|
|
12
|
+
name: 'Hippo',
|
|
13
|
+
display: 'ahp',
|
|
14
|
+
symbol: 'HP',
|
|
15
|
+
logoURIs: {
|
|
16
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
17
|
+
},
|
|
18
|
+
images: [{
|
|
19
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
20
|
+
}],
|
|
21
|
+
coingeckoId: 'hippo-protocol',
|
|
22
|
+
socials: {
|
|
23
|
+
website: 'https://hippoprotocol.ai/',
|
|
24
|
+
twitter: 'https://x.com/Hippo_Protocol'
|
|
25
|
+
}
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
export default info;
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../chain.schema.json',
|
|
3
|
+
chainName: 'hippoprotocoltestnet',
|
|
4
|
+
status: 'live',
|
|
5
|
+
website: 'https://hippoprotocol.ai/',
|
|
6
|
+
networkType: 'testnet',
|
|
7
|
+
prettyName: 'Hippo Protocol Testnet',
|
|
8
|
+
chainType: 'cosmos',
|
|
9
|
+
chainId: 'hippo-protocol-testnet-1',
|
|
10
|
+
bech32Prefix: 'hippo',
|
|
11
|
+
slip44: 118,
|
|
12
|
+
daemonName: 'hippod',
|
|
13
|
+
nodeHome: '$HOME/.hippod',
|
|
14
|
+
keyAlgos: ['secp256k1'],
|
|
15
|
+
fees: {
|
|
16
|
+
feeTokens: [{
|
|
17
|
+
denom: 'ahp',
|
|
18
|
+
lowGasPrice: 4000000000000,
|
|
19
|
+
averageGasPrice: 5000000000000,
|
|
20
|
+
highGasPrice: 10000000000000
|
|
21
|
+
}]
|
|
22
|
+
},
|
|
23
|
+
staking: {
|
|
24
|
+
stakingTokens: [{
|
|
25
|
+
denom: 'ahp'
|
|
26
|
+
}],
|
|
27
|
+
lockDuration: {
|
|
28
|
+
time: '1814400s'
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
codebase: {
|
|
32
|
+
gitRepo: 'https://github.com/hippo-protocol/hippo-protocol',
|
|
33
|
+
recommendedVersion: 'v1.0.0',
|
|
34
|
+
compatibleVersions: ['v1.0.0'],
|
|
35
|
+
genesis: {
|
|
36
|
+
genesisUrl: 'https://github.com/hippo-protocol/hippo-protocol-hub/blob/main/hippo-protocol-testnet-1/genesis.json'
|
|
37
|
+
},
|
|
38
|
+
consensus: {
|
|
39
|
+
type: 'cometbft',
|
|
40
|
+
repo: 'https://github.com/cometbft/cometbft',
|
|
41
|
+
version: 'v0.38.17',
|
|
42
|
+
tag: 'v0.38.17'
|
|
43
|
+
},
|
|
44
|
+
sdk: {
|
|
45
|
+
type: 'cosmos',
|
|
46
|
+
repo: 'https://github.com/cosmos/cosmos-sdk',
|
|
47
|
+
version: 'v0.50.13',
|
|
48
|
+
tag: 'v0.50.13'
|
|
49
|
+
},
|
|
50
|
+
ibc: {
|
|
51
|
+
type: 'go',
|
|
52
|
+
repo: 'https://github.com/cosmos/ibc-go',
|
|
53
|
+
version: 'v8.7.0',
|
|
54
|
+
tag: 'v8.7.0'
|
|
55
|
+
},
|
|
56
|
+
language: {
|
|
57
|
+
type: 'go',
|
|
58
|
+
version: '1.23.0'
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
logoURIs: {
|
|
62
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
63
|
+
},
|
|
64
|
+
apis: {
|
|
65
|
+
rpc: [{
|
|
66
|
+
address: 'https://rpc.testnet.hippo-protocol.com/',
|
|
67
|
+
provider: 'Hippo Protocol'
|
|
68
|
+
}],
|
|
69
|
+
rest: [{
|
|
70
|
+
address: 'https://api.testnet.hippo-protocol.com/',
|
|
71
|
+
provider: 'Hippo Protocol'
|
|
72
|
+
}],
|
|
73
|
+
grpc: []
|
|
74
|
+
},
|
|
75
|
+
explorers: [{
|
|
76
|
+
kind: 'Hippo River Testnet',
|
|
77
|
+
url: 'https://river-testnet.hippoprotocol.ai/',
|
|
78
|
+
txPage: 'https://river-testnet.hippoprotocol.ai/hippo-protocol/tx/${txHash}',
|
|
79
|
+
accountPage: 'https://river-testnet.hippoprotocol.ai/hippo-protocol/account/${accountAddress}'
|
|
80
|
+
}],
|
|
81
|
+
images: [{
|
|
82
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
83
|
+
}],
|
|
84
|
+
description: 'One Protocol. Every Patient. Infinite Possibility.'
|
|
85
|
+
};
|
|
86
|
+
export default info;
|
|
@@ -31,27 +31,27 @@ const info = {
|
|
|
31
31
|
},
|
|
32
32
|
codebase: {
|
|
33
33
|
gitRepo: 'https://github.com/unification-com/mainchain',
|
|
34
|
-
recommendedVersion: 'v1.
|
|
35
|
-
compatibleVersions: ['v1.
|
|
34
|
+
recommendedVersion: 'v1.11.0',
|
|
35
|
+
compatibleVersions: ['v1.11.0'],
|
|
36
36
|
binaries: {
|
|
37
|
-
"linux/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.
|
|
38
|
-
"darwin/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.
|
|
39
|
-
"windows/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.
|
|
37
|
+
"linux/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.11.0/und_v1.11.0_linux_x86_64.tar.gz',
|
|
38
|
+
"darwin/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.11.0/und_v1.11.0_darwin_x86_64.tar.gz',
|
|
39
|
+
"windows/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.11.0/und_v1.11.0_windows_x86_64.tar.gz'
|
|
40
40
|
},
|
|
41
41
|
consensus: {
|
|
42
42
|
type: 'cometbft',
|
|
43
|
-
version: '0.
|
|
43
|
+
version: '0.38.12'
|
|
44
44
|
},
|
|
45
45
|
genesis: {
|
|
46
46
|
genesisUrl: 'https://raw.githubusercontent.com/unification-com/mainnet/master/latest/genesis.json'
|
|
47
47
|
},
|
|
48
48
|
sdk: {
|
|
49
49
|
type: 'cosmos',
|
|
50
|
-
version: '0.
|
|
50
|
+
version: '0.50.13'
|
|
51
51
|
},
|
|
52
52
|
ibc: {
|
|
53
53
|
type: 'go',
|
|
54
|
-
version: '
|
|
54
|
+
version: '8.7.0'
|
|
55
55
|
},
|
|
56
56
|
cosmwasm: {
|
|
57
57
|
enabled: false
|
|
@@ -90,6 +90,12 @@ const info = {
|
|
|
90
90
|
}]
|
|
91
91
|
},
|
|
92
92
|
explorers: [
|
|
93
|
+
{
|
|
94
|
+
kind: 'Chainroot',
|
|
95
|
+
url: 'https://explorer.chainroot.io/aaronetwork',
|
|
96
|
+
txPage: 'https://explorer.chainroot.io/aaronetwork/transactions/${txHash}',
|
|
97
|
+
accountPage: 'https://explorer.chainroot.io/aaronetwork/accounts/${accountAddress}'
|
|
98
|
+
},
|
|
93
99
|
{
|
|
94
100
|
kind: 'Ping.pub',
|
|
95
101
|
url: 'https://ping.pub/Aaron%20Network',
|
package/mainnet/agoric/chain.js
CHANGED
|
@@ -209,6 +209,12 @@ const info = {
|
|
|
209
209
|
]
|
|
210
210
|
},
|
|
211
211
|
explorers: [
|
|
212
|
+
{
|
|
213
|
+
kind: 'Chainroot',
|
|
214
|
+
url: 'https://explorer.chainroot.io/agoric',
|
|
215
|
+
txPage: 'https://explorer.chainroot.io/agoric/transactions/${txHash}',
|
|
216
|
+
accountPage: 'https://explorer.chainroot.io/agoric/accounts/${accountAddress}'
|
|
217
|
+
},
|
|
212
218
|
{
|
|
213
219
|
kind: 'explorers.guru',
|
|
214
220
|
url: 'https://agoric.explorers.guru',
|
package/mainnet/akash/chain.js
CHANGED
|
@@ -140,6 +140,12 @@ const info = {
|
|
|
140
140
|
}]
|
|
141
141
|
},
|
|
142
142
|
explorers: [
|
|
143
|
+
{
|
|
144
|
+
kind: 'Chainroot',
|
|
145
|
+
url: 'https://explorer.chainroot.io/akash',
|
|
146
|
+
txPage: 'https://explorer.chainroot.io/akash/transactions/${txHash}',
|
|
147
|
+
accountPage: 'https://explorer.chainroot.io/akash/accounts/${accountAddress}'
|
|
148
|
+
},
|
|
143
149
|
{
|
|
144
150
|
kind: 'ezstaking',
|
|
145
151
|
url: 'https://ezstaking.app/akash',
|
package/mainnet/althea/chain.js
CHANGED
|
@@ -92,6 +92,12 @@ const info = {
|
|
|
92
92
|
}]
|
|
93
93
|
},
|
|
94
94
|
explorers: [
|
|
95
|
+
{
|
|
96
|
+
kind: 'Chainroot',
|
|
97
|
+
url: 'https://explorer.chainroot.io/althea',
|
|
98
|
+
txPage: 'https://explorer.chainroot.io/althea/transactions/${txHash}',
|
|
99
|
+
accountPage: 'https://explorer.chainroot.io/althea/accounts/${accountAddress}'
|
|
100
|
+
},
|
|
95
101
|
{
|
|
96
102
|
kind: 'staking-explorer.com',
|
|
97
103
|
url: 'https://staking-explorer.com/explorer/althea',
|
|
@@ -215,6 +215,12 @@ const info = {
|
|
|
215
215
|
]
|
|
216
216
|
},
|
|
217
217
|
explorers: [
|
|
218
|
+
{
|
|
219
|
+
kind: 'Chainroot',
|
|
220
|
+
url: 'https://explorer.chainroot.io/andromeda',
|
|
221
|
+
txPage: 'https://explorer.chainroot.io/andromeda/transactions/${txHash}',
|
|
222
|
+
accountPage: 'https://explorer.chainroot.io/andromeda/accounts/${accountAddress}'
|
|
223
|
+
},
|
|
218
224
|
{
|
|
219
225
|
kind: '🔥STAVR🔥 Explorer',
|
|
220
226
|
url: 'https://explorer.stavr.tech/Andromeda-Mainnet',
|
|
@@ -112,6 +112,12 @@ const info = {
|
|
|
112
112
|
]
|
|
113
113
|
},
|
|
114
114
|
explorers: [
|
|
115
|
+
{
|
|
116
|
+
kind: 'Chainroot',
|
|
117
|
+
url: 'https://explorer.chainroot.io/assetmantle',
|
|
118
|
+
txPage: 'https://explorer.chainroot.io/assetmantle/transactions/${txHash}',
|
|
119
|
+
accountPage: 'https://explorer.chainroot.io/assetmantle/accounts/${accountAddress}'
|
|
120
|
+
},
|
|
115
121
|
{
|
|
116
122
|
kind: 'ezstaking',
|
|
117
123
|
url: 'https://ezstaking.app/assetmantle',
|
package/mainnet/axelar/chain.js
CHANGED
|
@@ -288,6 +288,12 @@ const info = {
|
|
|
288
288
|
]
|
|
289
289
|
},
|
|
290
290
|
explorers: [
|
|
291
|
+
{
|
|
292
|
+
kind: 'Chainroot',
|
|
293
|
+
url: 'https://explorer.chainroot.io/axelar',
|
|
294
|
+
txPage: 'https://explorer.chainroot.io/axelar/transactions/${txHash}',
|
|
295
|
+
accountPage: 'https://explorer.chainroot.io/axelar/accounts/${accountAddress}'
|
|
296
|
+
},
|
|
291
297
|
{
|
|
292
298
|
kind: 'axelarscan',
|
|
293
299
|
url: 'https://axelarscan.io',
|
package/mainnet/babylon/chain.js
CHANGED
|
@@ -192,6 +192,12 @@ const info = {
|
|
|
192
192
|
]
|
|
193
193
|
},
|
|
194
194
|
explorers: [
|
|
195
|
+
{
|
|
196
|
+
kind: 'Chainroot',
|
|
197
|
+
url: 'https://explorer.chainroot.io/babylon',
|
|
198
|
+
txPage: 'https://explorer.chainroot.io/babylon/transactions/${txHash}',
|
|
199
|
+
accountPage: 'https://explorer.chainroot.io/babylon/accounts/${accountAddress}'
|
|
200
|
+
},
|
|
195
201
|
{
|
|
196
202
|
kind: 'mintscan',
|
|
197
203
|
url: 'https://www.mintscan.io/babylon',
|
|
@@ -217,6 +217,12 @@ const info = {
|
|
|
217
217
|
]
|
|
218
218
|
},
|
|
219
219
|
explorers: [
|
|
220
|
+
{
|
|
221
|
+
kind: 'Chainroot',
|
|
222
|
+
url: 'https://explorer.chainroot.io/band',
|
|
223
|
+
txPage: 'https://explorer.chainroot.io/band/transactions/${txHash}',
|
|
224
|
+
accountPage: 'https://explorer.chainroot.io/band/accounts/${accountAddress}'
|
|
225
|
+
},
|
|
220
226
|
{
|
|
221
227
|
kind: 'cosmoscan',
|
|
222
228
|
url: 'https://cosmoscan.io',
|
package/mainnet/beezee/chain.js
CHANGED
|
@@ -100,6 +100,12 @@ const info = {
|
|
|
100
100
|
]
|
|
101
101
|
},
|
|
102
102
|
explorers: [
|
|
103
|
+
{
|
|
104
|
+
kind: 'Chainroot',
|
|
105
|
+
url: 'https://explorer.chainroot.io/beezee',
|
|
106
|
+
txPage: 'https://explorer.chainroot.io/beezee/transactions/${txHash}',
|
|
107
|
+
accountPage: 'https://explorer.chainroot.io/beezee/accounts/${accountAddress}'
|
|
108
|
+
},
|
|
103
109
|
{
|
|
104
110
|
kind: 'ping.pub',
|
|
105
111
|
url: 'https://ping.pub/beezee',
|
|
@@ -330,6 +330,12 @@ const info = {
|
|
|
330
330
|
]
|
|
331
331
|
},
|
|
332
332
|
explorers: [
|
|
333
|
+
{
|
|
334
|
+
kind: 'Chainroot',
|
|
335
|
+
url: 'https://explorer.chainroot.io/bitcanna',
|
|
336
|
+
txPage: 'https://explorer.chainroot.io/bitcanna/transactions/${txHash}',
|
|
337
|
+
accountPage: 'https://explorer.chainroot.io/bitcanna/accounts/${accountAddress}'
|
|
338
|
+
},
|
|
333
339
|
{
|
|
334
340
|
kind: 'EZStaking Tools',
|
|
335
341
|
url: 'https://app.ezstaking.io/bitcanna',
|
package/mainnet/bitsong/chain.js
CHANGED
|
@@ -181,6 +181,12 @@ const info = {
|
|
|
181
181
|
]
|
|
182
182
|
},
|
|
183
183
|
explorers: [
|
|
184
|
+
{
|
|
185
|
+
kind: 'Chainroot',
|
|
186
|
+
url: 'https://explorer.chainroot.io/bitsong',
|
|
187
|
+
txPage: 'https://explorer.chainroot.io/bitsong/transactions/${txHash}',
|
|
188
|
+
accountPage: 'https://explorer.chainroot.io/bitsong/accounts/${accountAddress}'
|
|
189
|
+
},
|
|
184
190
|
{
|
|
185
191
|
kind: 'ezstaking',
|
|
186
192
|
url: 'https://ezstaking.app/bitsong',
|
package/mainnet/bostrom/chain.js
CHANGED
|
@@ -82,6 +82,12 @@ const info = {
|
|
|
82
82
|
}]
|
|
83
83
|
},
|
|
84
84
|
explorers: [
|
|
85
|
+
{
|
|
86
|
+
kind: 'Chainroot',
|
|
87
|
+
url: 'https://explorer.chainroot.io/bostrom',
|
|
88
|
+
txPage: 'https://explorer.chainroot.io/bostrom/transactions/${txHash}',
|
|
89
|
+
accountPage: 'https://explorer.chainroot.io/bostrom/accounts/${accountAddress}'
|
|
90
|
+
},
|
|
85
91
|
{
|
|
86
92
|
kind: 'cyb',
|
|
87
93
|
url: 'https://cyb.ai/',
|
package/mainnet/carbon/chain.js
CHANGED
|
@@ -360,6 +360,12 @@ const info = {
|
|
|
360
360
|
}]
|
|
361
361
|
},
|
|
362
362
|
explorers: [
|
|
363
|
+
{
|
|
364
|
+
kind: 'Chainroot',
|
|
365
|
+
url: 'https://explorer.chainroot.io/carbon',
|
|
366
|
+
txPage: 'https://explorer.chainroot.io/carbon/transactions/${txHash}',
|
|
367
|
+
accountPage: 'https://explorer.chainroot.io/carbon/accounts/${accountAddress}'
|
|
368
|
+
},
|
|
363
369
|
{
|
|
364
370
|
kind: 'carbonscan',
|
|
365
371
|
url: 'https://scan.carbon.network',
|
|
@@ -393,6 +393,12 @@ const info = {
|
|
|
393
393
|
]
|
|
394
394
|
},
|
|
395
395
|
explorers: [
|
|
396
|
+
{
|
|
397
|
+
kind: 'Chainroot',
|
|
398
|
+
url: 'https://explorer.chainroot.io/celestia',
|
|
399
|
+
txPage: 'https://explorer.chainroot.io/celestia/transactions/${txHash}',
|
|
400
|
+
accountPage: 'https://explorer.chainroot.io/celestia/accounts/${accountAddress}'
|
|
401
|
+
},
|
|
396
402
|
{
|
|
397
403
|
kind: 'Nodes.Guru',
|
|
398
404
|
url: 'https://celestia.explorers.guru/',
|
|
@@ -372,6 +372,12 @@ const info = {
|
|
|
372
372
|
]
|
|
373
373
|
},
|
|
374
374
|
explorers: [
|
|
375
|
+
{
|
|
376
|
+
kind: 'Chainroot',
|
|
377
|
+
url: 'https://explorer.chainroot.io/chain4energy',
|
|
378
|
+
txPage: 'https://explorer.chainroot.io/chain4energy/transactions/${txHash}',
|
|
379
|
+
accountPage: 'https://explorer.chainroot.io/chain4energy/accounts/${accountAddress}'
|
|
380
|
+
},
|
|
375
381
|
{
|
|
376
382
|
kind: 'explorer',
|
|
377
383
|
url: 'https://explorer.apeironnodes.com/chain4energy',
|
package/mainnet/cheqd/chain.js
CHANGED
|
@@ -184,6 +184,12 @@ const info = {
|
|
|
184
184
|
]
|
|
185
185
|
},
|
|
186
186
|
explorers: [
|
|
187
|
+
{
|
|
188
|
+
kind: 'Chainroot',
|
|
189
|
+
url: 'https://explorer.chainroot.io/cheqd',
|
|
190
|
+
txPage: 'https://explorer.chainroot.io/cheqd/transactions/${txHash}',
|
|
191
|
+
accountPage: 'https://explorer.chainroot.io/cheqd/accounts/${accountAddress}'
|
|
192
|
+
},
|
|
187
193
|
{
|
|
188
194
|
kind: 'bigdipper',
|
|
189
195
|
url: 'https://explorer.cheqd.io',
|
|
@@ -222,6 +222,12 @@ const info = {
|
|
|
222
222
|
]
|
|
223
223
|
},
|
|
224
224
|
explorers: [
|
|
225
|
+
{
|
|
226
|
+
kind: 'Chainroot',
|
|
227
|
+
url: 'https://explorer.chainroot.io/chihuahua',
|
|
228
|
+
txPage: 'https://explorer.chainroot.io/chihuahua/transactions/${txHash}',
|
|
229
|
+
accountPage: 'https://explorer.chainroot.io/chihuahua/accounts/${accountAddress}'
|
|
230
|
+
},
|
|
225
231
|
{
|
|
226
232
|
kind: 'ping.pub',
|
|
227
233
|
url: 'https://ping.pub/chihuahua',
|
package/mainnet/coreum/chain.js
CHANGED
|
@@ -196,6 +196,12 @@ const info = {
|
|
|
196
196
|
]
|
|
197
197
|
},
|
|
198
198
|
explorers: [
|
|
199
|
+
{
|
|
200
|
+
kind: 'Chainroot',
|
|
201
|
+
url: 'https://explorer.chainroot.io/coreum',
|
|
202
|
+
txPage: 'https://explorer.chainroot.io/coreum/transactions/${txHash}',
|
|
203
|
+
accountPage: 'https://explorer.chainroot.io/coreum/accounts/${accountAddress}'
|
|
204
|
+
},
|
|
199
205
|
{
|
|
200
206
|
kind: 'Coreum',
|
|
201
207
|
url: 'https://explorer.coreum.com/coreum',
|
|
@@ -461,6 +461,12 @@ const info = {
|
|
|
461
461
|
]
|
|
462
462
|
},
|
|
463
463
|
explorers: [
|
|
464
|
+
{
|
|
465
|
+
kind: 'Chainroot',
|
|
466
|
+
url: 'https://explorer.chainroot.io/cosmos',
|
|
467
|
+
txPage: 'https://explorer.chainroot.io/cosmos/transactions/${txHash}',
|
|
468
|
+
accountPage: 'https://explorer.chainroot.io/cosmos/accounts/${accountAddress}'
|
|
469
|
+
},
|
|
464
470
|
{
|
|
465
471
|
kind: 'mintscan',
|
|
466
472
|
url: 'https://www.mintscan.io/cosmos',
|
package/mainnet/decentr/chain.js
CHANGED
|
@@ -100,6 +100,12 @@ const info = {
|
|
|
100
100
|
]
|
|
101
101
|
},
|
|
102
102
|
explorers: [
|
|
103
|
+
{
|
|
104
|
+
kind: 'Chainroot',
|
|
105
|
+
url: 'https://explorer.chainroot.io/decentr',
|
|
106
|
+
txPage: 'https://explorer.chainroot.io/decentr/transactions/${txHash}',
|
|
107
|
+
accountPage: 'https://explorer.chainroot.io/decentr/accounts/${accountAddress}'
|
|
108
|
+
},
|
|
103
109
|
{
|
|
104
110
|
kind: 'decentr.net',
|
|
105
111
|
url: 'https://explorer.decentr.net',
|
package/mainnet/dhealth/chain.js
CHANGED
|
@@ -84,17 +84,26 @@ const info = {
|
|
|
84
84
|
provider: 'NodeStake'
|
|
85
85
|
}]
|
|
86
86
|
},
|
|
87
|
-
explorers: [
|
|
87
|
+
explorers: [
|
|
88
|
+
{
|
|
89
|
+
kind: 'Chainroot',
|
|
90
|
+
url: 'https://explorer.chainroot.io/dhealth',
|
|
91
|
+
txPage: 'https://explorer.chainroot.io/dhealth/transactions/${txHash}',
|
|
92
|
+
accountPage: 'https://explorer.chainroot.io/dhealth/accounts/${accountAddress}'
|
|
93
|
+
},
|
|
94
|
+
{
|
|
88
95
|
kind: 'staking-explorer.com',
|
|
89
96
|
url: 'https://staking-explorer.com/explorer/dhealth',
|
|
90
97
|
txPage: 'https://staking-explorer.com/transaction.php?chain=dhealth&tx=${txHash}',
|
|
91
98
|
accountPage: 'https://staking-explorer.com/account.php?chain=dhealth&addr=${accountAddress}'
|
|
92
|
-
},
|
|
99
|
+
},
|
|
100
|
+
{
|
|
93
101
|
kind: 'nodestake',
|
|
94
102
|
url: 'https://explorer.nodestake.org/dhealth',
|
|
95
103
|
txPage: 'https://explorer.nodestake.org/dhealth/tx/${txHash}',
|
|
96
104
|
accountPage: 'https://explorer.nodestake.org/dhealth/account/${accountAddress}'
|
|
97
|
-
}
|
|
105
|
+
}
|
|
106
|
+
],
|
|
98
107
|
images: [{
|
|
99
108
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
|
|
100
109
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg',
|
|
@@ -88,6 +88,12 @@ const info = {
|
|
|
88
88
|
]
|
|
89
89
|
},
|
|
90
90
|
explorers: [
|
|
91
|
+
{
|
|
92
|
+
kind: 'Chainroot',
|
|
93
|
+
url: 'https://explorer.chainroot.io/doravota',
|
|
94
|
+
txPage: 'https://explorer.chainroot.io/doravota/transactions/${txHash}',
|
|
95
|
+
accountPage: 'https://explorer.chainroot.io/doravota/accounts/${accountAddress}'
|
|
96
|
+
},
|
|
91
97
|
{
|
|
92
98
|
kind: 'Dora Vota Ping Pub',
|
|
93
99
|
url: 'https://vota-explorer.dorafactory.org',
|
package/mainnet/dydx/chain.js
CHANGED
|
@@ -239,6 +239,12 @@ const info = {
|
|
|
239
239
|
]
|
|
240
240
|
},
|
|
241
241
|
explorers: [
|
|
242
|
+
{
|
|
243
|
+
kind: 'Chainroot',
|
|
244
|
+
url: 'https://explorer.chainroot.io/dydx',
|
|
245
|
+
txPage: 'https://explorer.chainroot.io/dydx/transactions/${txHash}',
|
|
246
|
+
accountPage: 'https://explorer.chainroot.io/dydx/accounts/${accountAddress}'
|
|
247
|
+
},
|
|
242
248
|
{
|
|
243
249
|
kind: 'mintscan',
|
|
244
250
|
url: 'https://www.mintscan.io/dydx',
|
|
@@ -431,6 +431,12 @@ const info = {
|
|
|
431
431
|
]
|
|
432
432
|
},
|
|
433
433
|
explorers: [
|
|
434
|
+
{
|
|
435
|
+
kind: 'Chainroot',
|
|
436
|
+
url: 'https://explorer.chainroot.io/dymension',
|
|
437
|
+
txPage: 'https://explorer.chainroot.io/dymension/transactions/${txHash}',
|
|
438
|
+
accountPage: 'https://explorer.chainroot.io/dymension/accounts/${accountAddress}'
|
|
439
|
+
},
|
|
434
440
|
{
|
|
435
441
|
kind: 'mintscan',
|
|
436
442
|
url: 'https://www.mintscan.io/dymension',
|
package/mainnet/elys/chain.js
CHANGED
|
@@ -318,6 +318,12 @@ const info = {
|
|
|
318
318
|
]
|
|
319
319
|
},
|
|
320
320
|
explorers: [
|
|
321
|
+
{
|
|
322
|
+
kind: 'Chainroot',
|
|
323
|
+
url: 'https://explorer.chainroot.io/elys',
|
|
324
|
+
txPage: 'https://explorer.chainroot.io/elys/transactions/${txHash}',
|
|
325
|
+
accountPage: 'https://explorer.chainroot.io/elys/accounts/${accountAddress}'
|
|
326
|
+
},
|
|
321
327
|
{
|
|
322
328
|
kind: 'NodeStake',
|
|
323
329
|
url: 'https://explorer.nodestake.org/elys',
|
|
@@ -230,6 +230,12 @@ const info = {
|
|
|
230
230
|
]
|
|
231
231
|
},
|
|
232
232
|
explorers: [
|
|
233
|
+
{
|
|
234
|
+
kind: 'Chainroot',
|
|
235
|
+
url: 'https://explorer.chainroot.io/fetchai',
|
|
236
|
+
txPage: 'https://explorer.chainroot.io/fetchai/transactions/${txHash}',
|
|
237
|
+
accountPage: 'https://explorer.chainroot.io/fetchai/accounts/${accountAddress}'
|
|
238
|
+
},
|
|
233
239
|
{
|
|
234
240
|
kind: 'mintscan',
|
|
235
241
|
url: 'https://www.mintscan.io/fetchai',
|