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
package/mainnet/sei/chain.js
CHANGED
|
@@ -180,6 +180,12 @@ const info = {
|
|
|
180
180
|
]
|
|
181
181
|
},
|
|
182
182
|
explorers: [
|
|
183
|
+
{
|
|
184
|
+
kind: 'Chainroot',
|
|
185
|
+
url: 'https://explorer.chainroot.io/sei',
|
|
186
|
+
txPage: 'https://explorer.chainroot.io/sei/transactions/${txHash}',
|
|
187
|
+
accountPage: 'https://explorer.chainroot.io/sei/accounts/${accountAddress}'
|
|
188
|
+
},
|
|
183
189
|
{
|
|
184
190
|
kind: 'blockscout',
|
|
185
191
|
url: 'https://seitrace.com',
|
|
@@ -257,6 +257,12 @@ const info = {
|
|
|
257
257
|
]
|
|
258
258
|
},
|
|
259
259
|
explorers: [
|
|
260
|
+
{
|
|
261
|
+
kind: 'Chainroot',
|
|
262
|
+
url: 'https://explorer.chainroot.io/sentinel',
|
|
263
|
+
txPage: 'https://explorer.chainroot.io/sentinel/transactions/${txHash}',
|
|
264
|
+
accountPage: 'https://explorer.chainroot.io/sentinel/accounts/${accountAddress}'
|
|
265
|
+
},
|
|
260
266
|
{
|
|
261
267
|
kind: 'mintscan',
|
|
262
268
|
url: 'https://www.mintscan.io/sentinel',
|
package/mainnet/sge/chain.js
CHANGED
|
@@ -206,6 +206,12 @@ const info = {
|
|
|
206
206
|
]
|
|
207
207
|
},
|
|
208
208
|
explorers: [
|
|
209
|
+
{
|
|
210
|
+
kind: 'Chainroot',
|
|
211
|
+
url: 'https://explorer.chainroot.io/sge',
|
|
212
|
+
txPage: 'https://explorer.chainroot.io/sge/transactions/${txHash}',
|
|
213
|
+
accountPage: 'https://explorer.chainroot.io/sge/accounts/${accountAddress}'
|
|
214
|
+
},
|
|
209
215
|
{
|
|
210
216
|
kind: 'ping.pub',
|
|
211
217
|
url: 'https://blockexplorer.sgenetwork.io/sge',
|
|
@@ -102,6 +102,12 @@ const info = {
|
|
|
102
102
|
]
|
|
103
103
|
},
|
|
104
104
|
explorers: [
|
|
105
|
+
{
|
|
106
|
+
kind: 'Chainroot',
|
|
107
|
+
url: 'https://explorer.chainroot.io/sifchain',
|
|
108
|
+
txPage: 'https://explorer.chainroot.io/sifchain/transactions/${txHash}',
|
|
109
|
+
accountPage: 'https://explorer.chainroot.io/sifchain/accounts/${accountAddress}'
|
|
110
|
+
},
|
|
105
111
|
{
|
|
106
112
|
kind: 'ping.pub',
|
|
107
113
|
url: 'https://ping.pub/sifchain',
|
|
@@ -701,6 +701,29 @@ const info = {
|
|
|
701
701
|
images: [{
|
|
702
702
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
|
|
703
703
|
}]
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
description: 'The monKEYS token',
|
|
707
|
+
typeAsset: 'erc20',
|
|
708
|
+
address: '7TSCoke2mSZzAtyuRmzANf9virrnyv4xSUeaxUrKkLqw',
|
|
709
|
+
denomUnits: [{
|
|
710
|
+
denom: '7TSCoke2mSZzAtyuRmzANf9virrnyv4xSUeaxUrKkLqw',
|
|
711
|
+
exponent: 0
|
|
712
|
+
}, {
|
|
713
|
+
denom: 'monKEYS',
|
|
714
|
+
exponent: 6
|
|
715
|
+
}],
|
|
716
|
+
base: '7TSCoke2mSZzAtyuRmzANf9virrnyv4xSUeaxUrKkLqw',
|
|
717
|
+
name: 'monKEYS',
|
|
718
|
+
display: 'monKEYS',
|
|
719
|
+
symbol: 'MONKEYS',
|
|
720
|
+
logoURIs: {
|
|
721
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/monkeys.png'
|
|
722
|
+
},
|
|
723
|
+
coingeckoId: 'monkeys-2',
|
|
724
|
+
images: [{
|
|
725
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/monkeys.png'
|
|
726
|
+
}]
|
|
704
727
|
}
|
|
705
728
|
]
|
|
706
729
|
};
|
|
@@ -148,6 +148,12 @@ const info = {
|
|
|
148
148
|
]
|
|
149
149
|
},
|
|
150
150
|
explorers: [
|
|
151
|
+
{
|
|
152
|
+
kind: 'Chainroot',
|
|
153
|
+
url: 'https://explorer.chainroot.io/sommelier',
|
|
154
|
+
txPage: 'https://explorer.chainroot.io/sommelier/transactions/${txHash}',
|
|
155
|
+
accountPage: 'https://explorer.chainroot.io/sommelier/accounts/${accountAddress}'
|
|
156
|
+
},
|
|
151
157
|
{
|
|
152
158
|
kind: 'sommscan',
|
|
153
159
|
url: 'https://sommscan.io',
|
package/mainnet/source/chain.js
CHANGED
|
@@ -265,6 +265,12 @@ const info = {
|
|
|
265
265
|
]
|
|
266
266
|
},
|
|
267
267
|
explorers: [
|
|
268
|
+
{
|
|
269
|
+
kind: 'Chainroot',
|
|
270
|
+
url: 'https://explorer.chainroot.io/source',
|
|
271
|
+
txPage: 'https://explorer.chainroot.io/source/transactions/${txHash}',
|
|
272
|
+
accountPage: 'https://explorer.chainroot.io/source/accounts/${accountAddress}'
|
|
273
|
+
},
|
|
268
274
|
{
|
|
269
275
|
kind: '🔥STAVR🔥',
|
|
270
276
|
url: 'https://explorer.stavr.tech/Source-Mainnet/',
|
package/mainnet/stratos/chain.js
CHANGED
|
@@ -103,6 +103,12 @@ const info = {
|
|
|
103
103
|
]
|
|
104
104
|
},
|
|
105
105
|
explorers: [
|
|
106
|
+
{
|
|
107
|
+
kind: 'Chainroot',
|
|
108
|
+
url: 'https://explorer.chainroot.io/stratos',
|
|
109
|
+
txPage: 'https://explorer.chainroot.io/stratos/transactions/${txHash}',
|
|
110
|
+
accountPage: 'https://explorer.chainroot.io/stratos/accounts/${accountAddress}'
|
|
111
|
+
},
|
|
106
112
|
{
|
|
107
113
|
kind: 'bigdipper',
|
|
108
114
|
url: 'https://explorer.thestratos.org',
|
|
@@ -320,6 +320,36 @@ const info = {
|
|
|
320
320
|
images: [{
|
|
321
321
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
|
|
322
322
|
}]
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
description: 'monKEYS on Titan. Bridge into titan chain from Solana to Titan through Titan Power flow bridge',
|
|
326
|
+
denomUnits: [{
|
|
327
|
+
denom: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/monkeys',
|
|
328
|
+
exponent: 0
|
|
329
|
+
}, {
|
|
330
|
+
denom: 'monKEYS',
|
|
331
|
+
exponent: 6
|
|
332
|
+
}],
|
|
333
|
+
typeAsset: 'sdk.coin',
|
|
334
|
+
base: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/monkeys',
|
|
335
|
+
name: 'monKEYS',
|
|
336
|
+
display: 'monKEYS',
|
|
337
|
+
symbol: 'MONKEYS',
|
|
338
|
+
traces: [{
|
|
339
|
+
type: 'bridge',
|
|
340
|
+
counterparty: {
|
|
341
|
+
chainName: 'solana',
|
|
342
|
+
baseDenom: '7TSCoke2mSZzAtyuRmzANf9virrnyv4xSUeaxUrKkLqw',
|
|
343
|
+
contract: '3FCYJzQBTfZg8rbCpbVEvRPtJsGbhGzfQmJMAkcQ7bi6'
|
|
344
|
+
},
|
|
345
|
+
provider: 'powerflow.asia, titanlab.io'
|
|
346
|
+
}],
|
|
347
|
+
logoURIs: {
|
|
348
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/monkeys.png'
|
|
349
|
+
},
|
|
350
|
+
images: [{
|
|
351
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/monkeys.png'
|
|
352
|
+
}]
|
|
323
353
|
}
|
|
324
354
|
]
|
|
325
355
|
};
|
|
@@ -33,27 +33,27 @@ const info = {
|
|
|
33
33
|
},
|
|
34
34
|
codebase: {
|
|
35
35
|
gitRepo: 'https://github.com/unification-com/mainchain',
|
|
36
|
-
recommendedVersion: 'v1.
|
|
37
|
-
compatibleVersions: ['v1.
|
|
36
|
+
recommendedVersion: 'v1.11.0',
|
|
37
|
+
compatibleVersions: ['v1.11.0'],
|
|
38
38
|
binaries: {
|
|
39
|
-
"linux/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.
|
|
40
|
-
"darwin/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.
|
|
41
|
-
"windows/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.
|
|
39
|
+
"linux/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.11.0/und_v1.11.0_linux_x86_64.tar.gz',
|
|
40
|
+
"darwin/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.11.0/und_v1.11.0_darwin_x86_64.tar.gz',
|
|
41
|
+
"windows/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.11.0/und_v1.11.0_windows_x86_64.tar.gz'
|
|
42
42
|
},
|
|
43
43
|
consensus: {
|
|
44
44
|
type: 'cometbft',
|
|
45
|
-
version: '0.
|
|
45
|
+
version: '0.38.12'
|
|
46
46
|
},
|
|
47
47
|
genesis: {
|
|
48
48
|
genesisUrl: 'https://raw.githubusercontent.com/unification-com/mainnet/master/latest/genesis.json'
|
|
49
49
|
},
|
|
50
50
|
sdk: {
|
|
51
51
|
type: 'cosmos',
|
|
52
|
-
version: '0.
|
|
52
|
+
version: '0.50.13'
|
|
53
53
|
},
|
|
54
54
|
ibc: {
|
|
55
55
|
type: 'go',
|
|
56
|
-
version: '
|
|
56
|
+
version: '8.7.0'
|
|
57
57
|
},
|
|
58
58
|
cosmwasm: {
|
|
59
59
|
enabled: false
|
package/mainnet/xion/chain.js
CHANGED
|
@@ -159,6 +159,12 @@ const info = {
|
|
|
159
159
|
]
|
|
160
160
|
},
|
|
161
161
|
explorers: [
|
|
162
|
+
{
|
|
163
|
+
kind: 'Chainroot',
|
|
164
|
+
url: 'https://explorer.chainroot.io/xion',
|
|
165
|
+
txPage: 'https://explorer.chainroot.io/xion/transactions/${txHash}',
|
|
166
|
+
accountPage: 'https://explorer.chainroot.io/xion/accounts/${accountAddress}'
|
|
167
|
+
},
|
|
162
168
|
{
|
|
163
169
|
kind: 'mintscan',
|
|
164
170
|
url: 'https://www.mintscan.io/xion',
|
package/mainnet/xpla/chain.js
CHANGED
|
@@ -122,6 +122,12 @@ const info = {
|
|
|
122
122
|
}]
|
|
123
123
|
},
|
|
124
124
|
explorers: [
|
|
125
|
+
{
|
|
126
|
+
kind: 'Chainroot',
|
|
127
|
+
url: 'https://explorer.chainroot.io/xpla',
|
|
128
|
+
txPage: 'https://explorer.chainroot.io/xpla/transactions/${txHash}',
|
|
129
|
+
accountPage: 'https://explorer.chainroot.io/xpla/accounts/${accountAddress}'
|
|
130
|
+
},
|
|
125
131
|
{
|
|
126
132
|
kind: 'explorer.xpla',
|
|
127
133
|
url: 'https://explorer.xpla.io/mainnet',
|
|
@@ -156,6 +156,12 @@ const info = {
|
|
|
156
156
|
]
|
|
157
157
|
},
|
|
158
158
|
explorers: [
|
|
159
|
+
{
|
|
160
|
+
kind: 'Chainroot',
|
|
161
|
+
url: 'https://explorer.chainroot.io/zetachain',
|
|
162
|
+
txPage: 'https://explorer.chainroot.io/zetachain/transactions/${txHash}',
|
|
163
|
+
accountPage: 'https://explorer.chainroot.io/zetachain/accounts/${accountAddress}'
|
|
164
|
+
},
|
|
159
165
|
{
|
|
160
166
|
kind: 'ZetaScan',
|
|
161
167
|
url: 'https://explorer.zetachain.com/',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.4"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "3cc799dd9f52ec8341adffc6acedb6eab08dd622"
|
|
43
43
|
}
|
package/testnet/asset-lists.js
CHANGED
|
@@ -69,6 +69,7 @@ const _finschiatestnet = __importStar(require("./finschiatestnet"));
|
|
|
69
69
|
const _galacticatestnet = __importStar(require("./galacticatestnet"));
|
|
70
70
|
const _gitopiatestnet = __importStar(require("./gitopiatestnet"));
|
|
71
71
|
const _hedgetestnet = __importStar(require("./hedgetestnet"));
|
|
72
|
+
const _hippoprotocoltestnet = __importStar(require("./hippoprotocoltestnet"));
|
|
72
73
|
const _humanstestnet = __importStar(require("./humanstestnet"));
|
|
73
74
|
const _hypersigntestnet = __importStar(require("./hypersigntestnet"));
|
|
74
75
|
const _impacthubtestnet = __importStar(require("./impacthubtestnet"));
|
|
@@ -205,6 +206,7 @@ const assetList = [
|
|
|
205
206
|
_galacticatestnet.assetList,
|
|
206
207
|
_gitopiatestnet.assetList,
|
|
207
208
|
_hedgetestnet.assetList,
|
|
209
|
+
_hippoprotocoltestnet.assetList,
|
|
208
210
|
_humanstestnet.assetList,
|
|
209
211
|
_hypersigntestnet.assetList,
|
|
210
212
|
_impacthubtestnet.assetList,
|
package/testnet/chains.js
CHANGED
|
@@ -69,6 +69,7 @@ const _finschiatestnet = __importStar(require("./finschiatestnet"));
|
|
|
69
69
|
const _galacticatestnet = __importStar(require("./galacticatestnet"));
|
|
70
70
|
const _gitopiatestnet = __importStar(require("./gitopiatestnet"));
|
|
71
71
|
const _hedgetestnet = __importStar(require("./hedgetestnet"));
|
|
72
|
+
const _hippoprotocoltestnet = __importStar(require("./hippoprotocoltestnet"));
|
|
72
73
|
const _humanstestnet = __importStar(require("./humanstestnet"));
|
|
73
74
|
const _hypersigntestnet = __importStar(require("./hypersigntestnet"));
|
|
74
75
|
const _impacthubtestnet = __importStar(require("./impacthubtestnet"));
|
|
@@ -205,6 +206,7 @@ const chains = [
|
|
|
205
206
|
_galacticatestnet.chain,
|
|
206
207
|
_gitopiatestnet.chain,
|
|
207
208
|
_hedgetestnet.chain,
|
|
209
|
+
_hippoprotocoltestnet.chain,
|
|
208
210
|
_humanstestnet.chain,
|
|
209
211
|
_hypersigntestnet.chain,
|
|
210
212
|
_impacthubtestnet.chain,
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../assetlist.schema.json',
|
|
5
|
+
chainName: 'hippoprotocoltestnet',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'The native token of Hippo Protocol.',
|
|
8
|
+
denomUnits: [{
|
|
9
|
+
denom: 'ahp',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}],
|
|
12
|
+
typeAsset: 'sdk.coin',
|
|
13
|
+
base: 'ahp',
|
|
14
|
+
name: 'Hippo',
|
|
15
|
+
display: 'ahp',
|
|
16
|
+
symbol: 'HP',
|
|
17
|
+
logoURIs: {
|
|
18
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
19
|
+
},
|
|
20
|
+
images: [{
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
22
|
+
}],
|
|
23
|
+
coingeckoId: 'hippo-protocol',
|
|
24
|
+
socials: {
|
|
25
|
+
website: 'https://hippoprotocol.ai/',
|
|
26
|
+
twitter: 'https://x.com/Hippo_Protocol'
|
|
27
|
+
}
|
|
28
|
+
}]
|
|
29
|
+
};
|
|
30
|
+
exports.default = info;
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../chain.schema.json',
|
|
5
|
+
chainName: 'hippoprotocoltestnet',
|
|
6
|
+
status: 'live',
|
|
7
|
+
website: 'https://hippoprotocol.ai/',
|
|
8
|
+
networkType: 'testnet',
|
|
9
|
+
prettyName: 'Hippo Protocol Testnet',
|
|
10
|
+
chainType: 'cosmos',
|
|
11
|
+
chainId: 'hippo-protocol-testnet-1',
|
|
12
|
+
bech32Prefix: 'hippo',
|
|
13
|
+
slip44: 118,
|
|
14
|
+
daemonName: 'hippod',
|
|
15
|
+
nodeHome: '$HOME/.hippod',
|
|
16
|
+
keyAlgos: ['secp256k1'],
|
|
17
|
+
fees: {
|
|
18
|
+
feeTokens: [{
|
|
19
|
+
denom: 'ahp',
|
|
20
|
+
lowGasPrice: 4000000000000,
|
|
21
|
+
averageGasPrice: 5000000000000,
|
|
22
|
+
highGasPrice: 10000000000000
|
|
23
|
+
}]
|
|
24
|
+
},
|
|
25
|
+
staking: {
|
|
26
|
+
stakingTokens: [{
|
|
27
|
+
denom: 'ahp'
|
|
28
|
+
}],
|
|
29
|
+
lockDuration: {
|
|
30
|
+
time: '1814400s'
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
codebase: {
|
|
34
|
+
gitRepo: 'https://github.com/hippo-protocol/hippo-protocol',
|
|
35
|
+
recommendedVersion: 'v1.0.0',
|
|
36
|
+
compatibleVersions: ['v1.0.0'],
|
|
37
|
+
genesis: {
|
|
38
|
+
genesisUrl: 'https://github.com/hippo-protocol/hippo-protocol-hub/blob/main/hippo-protocol-testnet-1/genesis.json'
|
|
39
|
+
},
|
|
40
|
+
consensus: {
|
|
41
|
+
type: 'cometbft',
|
|
42
|
+
repo: 'https://github.com/cometbft/cometbft',
|
|
43
|
+
version: 'v0.38.17',
|
|
44
|
+
tag: 'v0.38.17'
|
|
45
|
+
},
|
|
46
|
+
sdk: {
|
|
47
|
+
type: 'cosmos',
|
|
48
|
+
repo: 'https://github.com/cosmos/cosmos-sdk',
|
|
49
|
+
version: 'v0.50.13',
|
|
50
|
+
tag: 'v0.50.13'
|
|
51
|
+
},
|
|
52
|
+
ibc: {
|
|
53
|
+
type: 'go',
|
|
54
|
+
repo: 'https://github.com/cosmos/ibc-go',
|
|
55
|
+
version: 'v8.7.0',
|
|
56
|
+
tag: 'v8.7.0'
|
|
57
|
+
},
|
|
58
|
+
language: {
|
|
59
|
+
type: 'go',
|
|
60
|
+
version: '1.23.0'
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
logoURIs: {
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
65
|
+
},
|
|
66
|
+
apis: {
|
|
67
|
+
rpc: [{
|
|
68
|
+
address: 'https://rpc.testnet.hippo-protocol.com/',
|
|
69
|
+
provider: 'Hippo Protocol'
|
|
70
|
+
}],
|
|
71
|
+
rest: [{
|
|
72
|
+
address: 'https://api.testnet.hippo-protocol.com/',
|
|
73
|
+
provider: 'Hippo Protocol'
|
|
74
|
+
}],
|
|
75
|
+
grpc: []
|
|
76
|
+
},
|
|
77
|
+
explorers: [{
|
|
78
|
+
kind: 'Hippo River Testnet',
|
|
79
|
+
url: 'https://river-testnet.hippoprotocol.ai/',
|
|
80
|
+
txPage: 'https://river-testnet.hippoprotocol.ai/hippo-protocol/tx/${txHash}',
|
|
81
|
+
accountPage: 'https://river-testnet.hippoprotocol.ai/hippo-protocol/account/${accountAddress}'
|
|
82
|
+
}],
|
|
83
|
+
images: [{
|
|
84
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
85
|
+
}],
|
|
86
|
+
description: 'One Protocol. Every Patient. Infinite Possibility.'
|
|
87
|
+
};
|
|
88
|
+
exports.default = info;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.chain = exports.assetList = void 0;
|
|
7
|
+
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
exports.assetList = asset_list_1.default;
|
|
10
|
+
exports.chain = chain_1.default;
|
|
@@ -33,27 +33,27 @@ const info = {
|
|
|
33
33
|
},
|
|
34
34
|
codebase: {
|
|
35
35
|
gitRepo: 'https://github.com/unification-com/mainchain',
|
|
36
|
-
recommendedVersion: 'v1.
|
|
37
|
-
compatibleVersions: ['v1.
|
|
36
|
+
recommendedVersion: 'v1.11.0',
|
|
37
|
+
compatibleVersions: ['v1.11.0'],
|
|
38
38
|
binaries: {
|
|
39
|
-
"linux/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.
|
|
40
|
-
"darwin/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.
|
|
41
|
-
"windows/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.
|
|
39
|
+
"linux/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.11.0/und_v1.11.0_linux_x86_64.tar.gz',
|
|
40
|
+
"darwin/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.11.0/und_v1.11.0_darwin_x86_64.tar.gz',
|
|
41
|
+
"windows/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.11.0/und_v1.11.0_windows_x86_64.tar.gz'
|
|
42
42
|
},
|
|
43
43
|
consensus: {
|
|
44
44
|
type: 'cometbft',
|
|
45
|
-
version: '0.
|
|
45
|
+
version: '0.38.12'
|
|
46
46
|
},
|
|
47
47
|
genesis: {
|
|
48
48
|
genesisUrl: 'https://raw.githubusercontent.com/unification-com/mainnet/master/latest/genesis.json'
|
|
49
49
|
},
|
|
50
50
|
sdk: {
|
|
51
51
|
type: 'cosmos',
|
|
52
|
-
version: '0.
|
|
52
|
+
version: '0.50.13'
|
|
53
53
|
},
|
|
54
54
|
ibc: {
|
|
55
55
|
type: 'go',
|
|
56
|
-
version: '
|
|
56
|
+
version: '8.7.0'
|
|
57
57
|
},
|
|
58
58
|
cosmwasm: {
|
|
59
59
|
enabled: false
|