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
|
@@ -135,17 +135,26 @@ const info = {
|
|
|
135
135
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
136
136
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
137
137
|
},
|
|
138
|
-
explorers: [
|
|
138
|
+
explorers: [
|
|
139
|
+
{
|
|
140
|
+
kind: 'Chainroot',
|
|
141
|
+
url: 'https://explorer.chainroot.io/mantra',
|
|
142
|
+
txPage: 'https://explorer.chainroot.io/mantra/transactions/${txHash}',
|
|
143
|
+
accountPage: 'https://explorer.chainroot.io/mantra/accounts/${accountAddress}'
|
|
144
|
+
},
|
|
145
|
+
{
|
|
139
146
|
kind: 'ITRocket',
|
|
140
147
|
url: 'https://mainnet.itrocket.net/mantra',
|
|
141
148
|
txPage: 'https://mainnet.itrocket.net/mantra/transaction/${txHash}',
|
|
142
149
|
accountPage: 'https://mainnet.itrocket.net/mantra/account/${accountAddress}'
|
|
143
|
-
},
|
|
150
|
+
},
|
|
151
|
+
{
|
|
144
152
|
kind: '🔥STAVR🔥',
|
|
145
153
|
url: 'https://explorer.stavr.tech/Mantra-Mainnet',
|
|
146
154
|
txPage: 'https://explorer.stavr.tech/Mantra-Mainnet/transaction/${txHash}',
|
|
147
155
|
accountPage: 'https://explorer.stavr.tech/Mantra-Mainnet/account/${accountAddress}'
|
|
148
|
-
}
|
|
156
|
+
}
|
|
157
|
+
],
|
|
149
158
|
keywords: [
|
|
150
159
|
'rwa',
|
|
151
160
|
'wasm',
|
|
@@ -115,6 +115,12 @@ const info = {
|
|
|
115
115
|
}]
|
|
116
116
|
},
|
|
117
117
|
explorers: [
|
|
118
|
+
{
|
|
119
|
+
kind: 'Chainroot',
|
|
120
|
+
url: 'https://explorer.chainroot.io/migaloo',
|
|
121
|
+
txPage: 'https://explorer.chainroot.io/migaloo/transactions/${txHash}',
|
|
122
|
+
accountPage: 'https://explorer.chainroot.io/migaloo/accounts/${accountAddress}'
|
|
123
|
+
},
|
|
118
124
|
{
|
|
119
125
|
kind: 'Migaloo Explorers Guru',
|
|
120
126
|
url: 'https://migaloo.explorers.guru',
|
|
@@ -253,6 +253,12 @@ const info = {
|
|
|
253
253
|
]
|
|
254
254
|
},
|
|
255
255
|
explorers: [
|
|
256
|
+
{
|
|
257
|
+
kind: 'Chainroot',
|
|
258
|
+
url: 'https://explorer.chainroot.io/nibiru',
|
|
259
|
+
txPage: 'https://explorer.chainroot.io/nibiru/transactions/${txHash}',
|
|
260
|
+
accountPage: 'https://explorer.chainroot.io/nibiru/accounts/${accountAddress}'
|
|
261
|
+
},
|
|
256
262
|
{
|
|
257
263
|
kind: 'Nodes Guru',
|
|
258
264
|
url: 'https://nibiru.explorers.guru/',
|
|
@@ -92,6 +92,12 @@ const info = {
|
|
|
92
92
|
]
|
|
93
93
|
},
|
|
94
94
|
explorers: [
|
|
95
|
+
{
|
|
96
|
+
kind: 'Chainroot',
|
|
97
|
+
url: 'https://explorer.chainroot.io/nillion',
|
|
98
|
+
txPage: 'https://explorer.chainroot.io/nillion/transactions/${txHash}',
|
|
99
|
+
accountPage: 'https://explorer.chainroot.io/nillion/accounts/${accountAddress}'
|
|
100
|
+
},
|
|
95
101
|
{
|
|
96
102
|
kind: 'Nillionhub [Noders]',
|
|
97
103
|
url: 'https://nillionhub.org/explorer/dashboard',
|
|
@@ -104,6 +104,12 @@ const info = {
|
|
|
104
104
|
]
|
|
105
105
|
},
|
|
106
106
|
explorers: [
|
|
107
|
+
{
|
|
108
|
+
kind: 'Chainroot',
|
|
109
|
+
url: 'https://explorer.chainroot.io/noble',
|
|
110
|
+
txPage: 'https://explorer.chainroot.io/noble/transactions/${txHash}',
|
|
111
|
+
accountPage: 'https://explorer.chainroot.io/noble/accounts/${accountAddress}'
|
|
112
|
+
},
|
|
107
113
|
{
|
|
108
114
|
kind: 'mintscan',
|
|
109
115
|
url: 'https://www.mintscan.io/noble',
|
|
@@ -232,6 +232,12 @@ const info = {
|
|
|
232
232
|
]
|
|
233
233
|
},
|
|
234
234
|
explorers: [
|
|
235
|
+
{
|
|
236
|
+
kind: 'Chainroot',
|
|
237
|
+
url: 'https://explorer.chainroot.io/nolus',
|
|
238
|
+
txPage: 'https://explorer.chainroot.io/nolus/transactions/${txHash}',
|
|
239
|
+
accountPage: 'https://explorer.chainroot.io/nolus/accounts/${accountAddress}'
|
|
240
|
+
},
|
|
235
241
|
{
|
|
236
242
|
kind: 'Nolus Explorer',
|
|
237
243
|
url: 'https://explorer.nolus.io/pirin-1',
|
package/esm/mainnet/nyx/chain.js
CHANGED
|
@@ -98,6 +98,12 @@ const info = {
|
|
|
98
98
|
}]
|
|
99
99
|
},
|
|
100
100
|
explorers: [
|
|
101
|
+
{
|
|
102
|
+
kind: 'Chainroot',
|
|
103
|
+
url: 'https://explorer.chainroot.io/nym',
|
|
104
|
+
txPage: 'https://explorer.chainroot.io/nym/transactions/${txHash}',
|
|
105
|
+
accountPage: 'https://explorer.chainroot.io/nym/accounts/${accountAddress}'
|
|
106
|
+
},
|
|
101
107
|
{
|
|
102
108
|
kind: 'Nodes Guru explorer',
|
|
103
109
|
url: 'https://nym.explorers.guru/',
|
|
@@ -108,6 +108,12 @@ const info = {
|
|
|
108
108
|
]
|
|
109
109
|
},
|
|
110
110
|
explorers: [
|
|
111
|
+
{
|
|
112
|
+
kind: 'Chainroot',
|
|
113
|
+
url: 'https://explorer.chainroot.io/odin',
|
|
114
|
+
txPage: 'https://explorer.chainroot.io/odin/transactions/${txHash}',
|
|
115
|
+
accountPage: 'https://explorer.chainroot.io/odin/accounts/${accountAddress}'
|
|
116
|
+
},
|
|
111
117
|
{
|
|
112
118
|
kind: 'Runa',
|
|
113
119
|
url: 'https://runa.odinprotocol.io/',
|
|
@@ -299,6 +299,7 @@ const info = {
|
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
301
|
description: 'GATA Yield DAO Governance Token powered by OmniFlixHub',
|
|
302
|
+
extendedDescription: 'GATA Yield DAO is a decentralized, community-governed organization focused on sustainable yield generation and resource allocation. Governed by YGATA stakers, GATA Yield DAO is committed to long-term value growth and to support aligned projects in Cosmos/IBC, with decisions made through open and verifiable governance. Designed for equitable participation, GATA Yield DAO prioritizes community benefits and financial sustainability.',
|
|
302
303
|
denomUnits: [{
|
|
303
304
|
denom: 'factory/omniflix1fwphj5p6qd8gtkehkzfgac38eur4uqzgz97uwvf6hsc0vjl004gqfj0xnv/ygata',
|
|
304
305
|
exponent: 0
|
|
@@ -321,6 +322,11 @@ const info = {
|
|
|
321
322
|
primaryColorHex: '#7b5aff'
|
|
322
323
|
}
|
|
323
324
|
}],
|
|
325
|
+
coingeckoId: 'yield-gata',
|
|
326
|
+
socials: {
|
|
327
|
+
website: 'https://gatahub.zone',
|
|
328
|
+
twitter: 'https://x.com/GataHubZone'
|
|
329
|
+
},
|
|
324
330
|
typeAsset: 'sdk.coin'
|
|
325
331
|
},
|
|
326
332
|
{
|
|
@@ -13,25 +13,25 @@ const info = {
|
|
|
13
13
|
slip44: 118,
|
|
14
14
|
codebase: {
|
|
15
15
|
gitRepo: 'https://github.com/OmniFlix/omniflixhub',
|
|
16
|
-
recommendedVersion: '
|
|
17
|
-
compatibleVersions: ['
|
|
16
|
+
recommendedVersion: 'v6.0.0',
|
|
17
|
+
compatibleVersions: ['v6.0.0'],
|
|
18
18
|
consensus: {
|
|
19
19
|
type: 'cometbft',
|
|
20
|
-
version: 'v0.
|
|
20
|
+
version: 'v0.38.17'
|
|
21
21
|
},
|
|
22
22
|
genesis: {
|
|
23
23
|
genesisUrl: 'https://raw.githubusercontent.com/OmniFlix/mainnet/main/omniflixhub-1/genesis.json'
|
|
24
24
|
},
|
|
25
25
|
sdk: {
|
|
26
26
|
type: 'cosmos',
|
|
27
|
-
version: 'v0.
|
|
27
|
+
version: 'v0.50.13'
|
|
28
28
|
},
|
|
29
29
|
ibc: {
|
|
30
30
|
type: 'go',
|
|
31
|
-
version: '
|
|
31
|
+
version: 'v8.7.0'
|
|
32
32
|
},
|
|
33
33
|
cosmwasm: {
|
|
34
|
-
version: 'v0.
|
|
34
|
+
version: 'v0.53.2'
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
logoURIs: {
|
|
@@ -42,8 +42,8 @@ const info = {
|
|
|
42
42
|
feeTokens: [{
|
|
43
43
|
denom: 'uflix',
|
|
44
44
|
fixedMinGasPrice: 0,
|
|
45
|
-
lowGasPrice: 0.
|
|
46
|
-
averageGasPrice: 0.
|
|
45
|
+
lowGasPrice: 0.005,
|
|
46
|
+
averageGasPrice: 0.015,
|
|
47
47
|
highGasPrice: 0.025
|
|
48
48
|
}]
|
|
49
49
|
},
|
|
@@ -238,6 +238,12 @@ const info = {
|
|
|
238
238
|
]
|
|
239
239
|
},
|
|
240
240
|
explorers: [
|
|
241
|
+
{
|
|
242
|
+
kind: 'Chainroot',
|
|
243
|
+
url: 'https://explorer.chainroot.io/omniflix',
|
|
244
|
+
txPage: 'https://explorer.chainroot.io/omniflix/transactions/${txHash}',
|
|
245
|
+
accountPage: 'https://explorer.chainroot.io/omniflix/accounts/${accountAddress}'
|
|
246
|
+
},
|
|
241
247
|
{
|
|
242
248
|
kind: 'mintscan',
|
|
243
249
|
url: 'https://www.mintscan.io/omniflix',
|
|
@@ -185,6 +185,12 @@ const info = {
|
|
|
185
185
|
]
|
|
186
186
|
},
|
|
187
187
|
explorers: [
|
|
188
|
+
{
|
|
189
|
+
kind: 'Chainroot',
|
|
190
|
+
url: 'https://explorer.chainroot.io/oraichain',
|
|
191
|
+
txPage: 'https://explorer.chainroot.io/oraichain/transactions/${txHash}',
|
|
192
|
+
accountPage: 'https://explorer.chainroot.io/oraichain/accounts/${accountAddress}'
|
|
193
|
+
},
|
|
188
194
|
{
|
|
189
195
|
kind: 'oraiscan',
|
|
190
196
|
url: 'https://scan.orai.io',
|
|
@@ -21478,7 +21478,12 @@ const info = {
|
|
|
21478
21478
|
theme: {
|
|
21479
21479
|
primaryColorHex: '#7b5aff'
|
|
21480
21480
|
}
|
|
21481
|
-
}]
|
|
21481
|
+
}],
|
|
21482
|
+
coingeckoId: 'yield-gata',
|
|
21483
|
+
socials: {
|
|
21484
|
+
website: 'https://gatahub.zone',
|
|
21485
|
+
twitter: 'https://x.com/GataHubZone'
|
|
21486
|
+
}
|
|
21482
21487
|
},
|
|
21483
21488
|
{
|
|
21484
21489
|
description: 'Deprecated after hard fork: Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
@@ -57,6 +57,11 @@ const info = {
|
|
|
57
57
|
}]
|
|
58
58
|
},
|
|
59
59
|
explorers: [{
|
|
60
|
+
kind: 'Chainroot',
|
|
61
|
+
url: 'https://explorer.chainroot.io/paloma',
|
|
62
|
+
txPage: 'https://explorer.chainroot.io/paloma/transactions/${txHash}',
|
|
63
|
+
accountPage: 'https://explorer.chainroot.io/paloma/accounts/${accountAddress}'
|
|
64
|
+
}, {
|
|
60
65
|
kind: 'explorers.guru',
|
|
61
66
|
url: 'https://paloma.explorers.guru/',
|
|
62
67
|
txPage: 'https://paloma.explorers.guru/transaction/${txHash}'
|
|
@@ -73,6 +73,12 @@ const info = {
|
|
|
73
73
|
}]
|
|
74
74
|
},
|
|
75
75
|
explorers: [
|
|
76
|
+
{
|
|
77
|
+
kind: 'Chainroot',
|
|
78
|
+
url: 'https://explorer.chainroot.io/medibloc',
|
|
79
|
+
txPage: 'https://explorer.chainroot.io/medibloc/transactions/${txHash}',
|
|
80
|
+
accountPage: 'https://explorer.chainroot.io/medibloc/accounts/${accountAddress}'
|
|
81
|
+
},
|
|
76
82
|
{
|
|
77
83
|
kind: 'mintscan',
|
|
78
84
|
url: 'https://www.mintscan.io/medibloc',
|
|
@@ -231,6 +231,12 @@ const info = {
|
|
|
231
231
|
]
|
|
232
232
|
},
|
|
233
233
|
explorers: [
|
|
234
|
+
{
|
|
235
|
+
kind: 'Chainroot',
|
|
236
|
+
url: 'https://explorer.chainroot.io/passage',
|
|
237
|
+
txPage: 'https://explorer.chainroot.io/passage/transactions/${txHash}',
|
|
238
|
+
accountPage: 'https://explorer.chainroot.io/passage/accounts/${accountAddress}'
|
|
239
|
+
},
|
|
234
240
|
{
|
|
235
241
|
kind: 'aneka',
|
|
236
242
|
url: 'https://passage.aneka.io',
|
|
@@ -307,6 +307,12 @@ const info = {
|
|
|
307
307
|
]
|
|
308
308
|
},
|
|
309
309
|
explorers: [
|
|
310
|
+
{
|
|
311
|
+
kind: 'Chainroot',
|
|
312
|
+
url: 'https://explorer.chainroot.io/persistence',
|
|
313
|
+
txPage: 'https://explorer.chainroot.io/persistence/transactions/${txHash}',
|
|
314
|
+
accountPage: 'https://explorer.chainroot.io/persistence/accounts/${accountAddress}'
|
|
315
|
+
},
|
|
310
316
|
{
|
|
311
317
|
kind: 'mintscan',
|
|
312
318
|
url: 'https://www.mintscan.io/persistence',
|
|
@@ -260,6 +260,12 @@ const info = {
|
|
|
260
260
|
]
|
|
261
261
|
},
|
|
262
262
|
explorers: [
|
|
263
|
+
{
|
|
264
|
+
kind: 'Chainroot',
|
|
265
|
+
url: 'https://explorer.chainroot.io/planq',
|
|
266
|
+
txPage: 'https://explorer.chainroot.io/planq/transactions/${txHash}',
|
|
267
|
+
accountPage: 'https://explorer.chainroot.io/planq/accounts/${accountAddress}'
|
|
268
|
+
},
|
|
263
269
|
{
|
|
264
270
|
kind: 'bigdipper',
|
|
265
271
|
url: 'https://explorer.planq.network',
|
|
@@ -188,6 +188,12 @@ const info = {
|
|
|
188
188
|
]
|
|
189
189
|
},
|
|
190
190
|
explorers: [
|
|
191
|
+
{
|
|
192
|
+
kind: 'Chainroot',
|
|
193
|
+
url: 'https://explorer.chainroot.io/provenance',
|
|
194
|
+
txPage: 'https://explorer.chainroot.io/provenance/transactions/${txHash}',
|
|
195
|
+
accountPage: 'https://explorer.chainroot.io/provenance/accounts/${accountAddress}'
|
|
196
|
+
},
|
|
191
197
|
{
|
|
192
198
|
kind: 'Provenance',
|
|
193
199
|
url: 'https://explorer.provenance.io',
|
|
@@ -5309,6 +5309,30 @@ const info = {
|
|
|
5309
5309
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/photondrop.svg'
|
|
5310
5310
|
}],
|
|
5311
5311
|
typeAsset: 'sdk.coin'
|
|
5312
|
+
},
|
|
5313
|
+
{
|
|
5314
|
+
description: 'The non-transferable receipt of $SOUL airdrop for Scar Campaign participants',
|
|
5315
|
+
denomUnits: [{
|
|
5316
|
+
denom: 'factory/pryzm1fp7uhm334tssvzlg4mk0hsp0kezvcla0vzk22q/uscar',
|
|
5317
|
+
exponent: 0,
|
|
5318
|
+
aliases: ['uscar']
|
|
5319
|
+
}, {
|
|
5320
|
+
denom: 'scar',
|
|
5321
|
+
exponent: 6
|
|
5322
|
+
}],
|
|
5323
|
+
base: 'factory/pryzm1fp7uhm334tssvzlg4mk0hsp0kezvcla0vzk22q/uscar',
|
|
5324
|
+
name: 'SCAR',
|
|
5325
|
+
display: 'scar',
|
|
5326
|
+
symbol: 'SCAR',
|
|
5327
|
+
logoURIs: {
|
|
5328
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.png',
|
|
5329
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.svg'
|
|
5330
|
+
},
|
|
5331
|
+
images: [{
|
|
5332
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.png',
|
|
5333
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.svg'
|
|
5334
|
+
}],
|
|
5335
|
+
typeAsset: 'sdk.coin'
|
|
5312
5336
|
}
|
|
5313
5337
|
]
|
|
5314
5338
|
};
|
|
@@ -201,6 +201,12 @@ const info = {
|
|
|
201
201
|
]
|
|
202
202
|
},
|
|
203
203
|
explorers: [
|
|
204
|
+
{
|
|
205
|
+
kind: 'Chainroot',
|
|
206
|
+
url: 'https://explorer.chainroot.io/quicksilver',
|
|
207
|
+
txPage: 'https://explorer.chainroot.io/quicksilver/transactions/${txHash}',
|
|
208
|
+
accountPage: 'https://explorer.chainroot.io/quicksilver/accounts/${accountAddress}'
|
|
209
|
+
},
|
|
204
210
|
{
|
|
205
211
|
kind: 'stakeme',
|
|
206
212
|
url: 'https://explorer.quicksilver.zone',
|
|
@@ -225,6 +225,12 @@ const info = {
|
|
|
225
225
|
]
|
|
226
226
|
},
|
|
227
227
|
explorers: [
|
|
228
|
+
{
|
|
229
|
+
kind: 'Chainroot',
|
|
230
|
+
url: 'https://explorer.chainroot.io/realio',
|
|
231
|
+
txPage: 'https://explorer.chainroot.io/realio/transactions/${txHash}',
|
|
232
|
+
accountPage: 'https://explorer.chainroot.io/realio/accounts/${accountAddress}'
|
|
233
|
+
},
|
|
228
234
|
{
|
|
229
235
|
kind: '🔥STAVR🔥 Explorer',
|
|
230
236
|
url: 'https://explorer.stavr.tech/realio-mainnet',
|
|
@@ -166,6 +166,12 @@ const info = {
|
|
|
166
166
|
]
|
|
167
167
|
},
|
|
168
168
|
explorers: [
|
|
169
|
+
{
|
|
170
|
+
kind: 'Chainroot',
|
|
171
|
+
url: 'https://explorer.chainroot.io/regen',
|
|
172
|
+
txPage: 'https://explorer.chainroot.io/regen/transactions/${txHash}',
|
|
173
|
+
accountPage: 'https://explorer.chainroot.io/regen/accounts/${accountAddress}'
|
|
174
|
+
},
|
|
169
175
|
{
|
|
170
176
|
kind: 'ezstaking',
|
|
171
177
|
url: 'https://ezstaking.app/regen',
|
|
@@ -117,6 +117,12 @@ const info = {
|
|
|
117
117
|
}]
|
|
118
118
|
},
|
|
119
119
|
explorers: [
|
|
120
|
+
{
|
|
121
|
+
kind: 'Chainroot',
|
|
122
|
+
url: 'https://explorer.chainroot.io/secret',
|
|
123
|
+
txPage: 'https://explorer.chainroot.io/secret/transactions/${txHash}',
|
|
124
|
+
accountPage: 'https://explorer.chainroot.io/secret/accounts/${accountAddress}'
|
|
125
|
+
},
|
|
120
126
|
{
|
|
121
127
|
kind: 'ezstaking',
|
|
122
128
|
url: 'https://ezstaking.app/secretnetwork',
|
|
@@ -249,6 +249,12 @@ const info = {
|
|
|
249
249
|
]
|
|
250
250
|
},
|
|
251
251
|
explorers: [
|
|
252
|
+
{
|
|
253
|
+
kind: 'Chainroot',
|
|
254
|
+
url: 'https://explorer.chainroot.io/seda',
|
|
255
|
+
txPage: 'https://explorer.chainroot.io/seda/transactions/${txHash}',
|
|
256
|
+
accountPage: 'https://explorer.chainroot.io/seda/accounts/${accountAddress}'
|
|
257
|
+
},
|
|
252
258
|
{
|
|
253
259
|
kind: 'sedaexplorer',
|
|
254
260
|
url: 'https://explorer.seda.xyz/',
|
package/esm/mainnet/sei/chain.js
CHANGED
|
@@ -178,6 +178,12 @@ const info = {
|
|
|
178
178
|
]
|
|
179
179
|
},
|
|
180
180
|
explorers: [
|
|
181
|
+
{
|
|
182
|
+
kind: 'Chainroot',
|
|
183
|
+
url: 'https://explorer.chainroot.io/sei',
|
|
184
|
+
txPage: 'https://explorer.chainroot.io/sei/transactions/${txHash}',
|
|
185
|
+
accountPage: 'https://explorer.chainroot.io/sei/accounts/${accountAddress}'
|
|
186
|
+
},
|
|
181
187
|
{
|
|
182
188
|
kind: 'blockscout',
|
|
183
189
|
url: 'https://seitrace.com',
|
|
@@ -255,6 +255,12 @@ const info = {
|
|
|
255
255
|
]
|
|
256
256
|
},
|
|
257
257
|
explorers: [
|
|
258
|
+
{
|
|
259
|
+
kind: 'Chainroot',
|
|
260
|
+
url: 'https://explorer.chainroot.io/sentinel',
|
|
261
|
+
txPage: 'https://explorer.chainroot.io/sentinel/transactions/${txHash}',
|
|
262
|
+
accountPage: 'https://explorer.chainroot.io/sentinel/accounts/${accountAddress}'
|
|
263
|
+
},
|
|
258
264
|
{
|
|
259
265
|
kind: 'mintscan',
|
|
260
266
|
url: 'https://www.mintscan.io/sentinel',
|
package/esm/mainnet/sge/chain.js
CHANGED
|
@@ -204,6 +204,12 @@ const info = {
|
|
|
204
204
|
]
|
|
205
205
|
},
|
|
206
206
|
explorers: [
|
|
207
|
+
{
|
|
208
|
+
kind: 'Chainroot',
|
|
209
|
+
url: 'https://explorer.chainroot.io/sge',
|
|
210
|
+
txPage: 'https://explorer.chainroot.io/sge/transactions/${txHash}',
|
|
211
|
+
accountPage: 'https://explorer.chainroot.io/sge/accounts/${accountAddress}'
|
|
212
|
+
},
|
|
207
213
|
{
|
|
208
214
|
kind: 'ping.pub',
|
|
209
215
|
url: 'https://blockexplorer.sgenetwork.io/sge',
|
|
@@ -100,6 +100,12 @@ const info = {
|
|
|
100
100
|
]
|
|
101
101
|
},
|
|
102
102
|
explorers: [
|
|
103
|
+
{
|
|
104
|
+
kind: 'Chainroot',
|
|
105
|
+
url: 'https://explorer.chainroot.io/sifchain',
|
|
106
|
+
txPage: 'https://explorer.chainroot.io/sifchain/transactions/${txHash}',
|
|
107
|
+
accountPage: 'https://explorer.chainroot.io/sifchain/accounts/${accountAddress}'
|
|
108
|
+
},
|
|
103
109
|
{
|
|
104
110
|
kind: 'ping.pub',
|
|
105
111
|
url: 'https://ping.pub/sifchain',
|
|
@@ -699,6 +699,29 @@ const info = {
|
|
|
699
699
|
images: [{
|
|
700
700
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
|
|
701
701
|
}]
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
description: 'The monKEYS token',
|
|
705
|
+
typeAsset: 'erc20',
|
|
706
|
+
address: '7TSCoke2mSZzAtyuRmzANf9virrnyv4xSUeaxUrKkLqw',
|
|
707
|
+
denomUnits: [{
|
|
708
|
+
denom: '7TSCoke2mSZzAtyuRmzANf9virrnyv4xSUeaxUrKkLqw',
|
|
709
|
+
exponent: 0
|
|
710
|
+
}, {
|
|
711
|
+
denom: 'monKEYS',
|
|
712
|
+
exponent: 6
|
|
713
|
+
}],
|
|
714
|
+
base: '7TSCoke2mSZzAtyuRmzANf9virrnyv4xSUeaxUrKkLqw',
|
|
715
|
+
name: 'monKEYS',
|
|
716
|
+
display: 'monKEYS',
|
|
717
|
+
symbol: 'MONKEYS',
|
|
718
|
+
logoURIs: {
|
|
719
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/monkeys.png'
|
|
720
|
+
},
|
|
721
|
+
coingeckoId: 'monkeys-2',
|
|
722
|
+
images: [{
|
|
723
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/monkeys.png'
|
|
724
|
+
}]
|
|
702
725
|
}
|
|
703
726
|
]
|
|
704
727
|
};
|
|
@@ -146,6 +146,12 @@ const info = {
|
|
|
146
146
|
]
|
|
147
147
|
},
|
|
148
148
|
explorers: [
|
|
149
|
+
{
|
|
150
|
+
kind: 'Chainroot',
|
|
151
|
+
url: 'https://explorer.chainroot.io/sommelier',
|
|
152
|
+
txPage: 'https://explorer.chainroot.io/sommelier/transactions/${txHash}',
|
|
153
|
+
accountPage: 'https://explorer.chainroot.io/sommelier/accounts/${accountAddress}'
|
|
154
|
+
},
|
|
149
155
|
{
|
|
150
156
|
kind: 'sommscan',
|
|
151
157
|
url: 'https://sommscan.io',
|
|
@@ -263,6 +263,12 @@ const info = {
|
|
|
263
263
|
]
|
|
264
264
|
},
|
|
265
265
|
explorers: [
|
|
266
|
+
{
|
|
267
|
+
kind: 'Chainroot',
|
|
268
|
+
url: 'https://explorer.chainroot.io/source',
|
|
269
|
+
txPage: 'https://explorer.chainroot.io/source/transactions/${txHash}',
|
|
270
|
+
accountPage: 'https://explorer.chainroot.io/source/accounts/${accountAddress}'
|
|
271
|
+
},
|
|
266
272
|
{
|
|
267
273
|
kind: '🔥STAVR🔥',
|
|
268
274
|
url: 'https://explorer.stavr.tech/Source-Mainnet/',
|
|
@@ -101,6 +101,12 @@ const info = {
|
|
|
101
101
|
]
|
|
102
102
|
},
|
|
103
103
|
explorers: [
|
|
104
|
+
{
|
|
105
|
+
kind: 'Chainroot',
|
|
106
|
+
url: 'https://explorer.chainroot.io/stratos',
|
|
107
|
+
txPage: 'https://explorer.chainroot.io/stratos/transactions/${txHash}',
|
|
108
|
+
accountPage: 'https://explorer.chainroot.io/stratos/accounts/${accountAddress}'
|
|
109
|
+
},
|
|
104
110
|
{
|
|
105
111
|
kind: 'bigdipper',
|
|
106
112
|
url: 'https://explorer.thestratos.org',
|
|
@@ -318,6 +318,36 @@ const info = {
|
|
|
318
318
|
images: [{
|
|
319
319
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
|
|
320
320
|
}]
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
description: 'monKEYS on Titan. Bridge into titan chain from Solana to Titan through Titan Power flow bridge',
|
|
324
|
+
denomUnits: [{
|
|
325
|
+
denom: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/monkeys',
|
|
326
|
+
exponent: 0
|
|
327
|
+
}, {
|
|
328
|
+
denom: 'monKEYS',
|
|
329
|
+
exponent: 6
|
|
330
|
+
}],
|
|
331
|
+
typeAsset: 'sdk.coin',
|
|
332
|
+
base: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/monkeys',
|
|
333
|
+
name: 'monKEYS',
|
|
334
|
+
display: 'monKEYS',
|
|
335
|
+
symbol: 'MONKEYS',
|
|
336
|
+
traces: [{
|
|
337
|
+
type: 'bridge',
|
|
338
|
+
counterparty: {
|
|
339
|
+
chainName: 'solana',
|
|
340
|
+
baseDenom: '7TSCoke2mSZzAtyuRmzANf9virrnyv4xSUeaxUrKkLqw',
|
|
341
|
+
contract: '3FCYJzQBTfZg8rbCpbVEvRPtJsGbhGzfQmJMAkcQ7bi6'
|
|
342
|
+
},
|
|
343
|
+
provider: 'powerflow.asia, titanlab.io'
|
|
344
|
+
}],
|
|
345
|
+
logoURIs: {
|
|
346
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/monkeys.png'
|
|
347
|
+
},
|
|
348
|
+
images: [{
|
|
349
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/monkeys.png'
|
|
350
|
+
}]
|
|
321
351
|
}
|
|
322
352
|
]
|
|
323
353
|
};
|
|
@@ -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
|