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
|
@@ -121,6 +121,12 @@ const info = {
|
|
|
121
121
|
]
|
|
122
122
|
},
|
|
123
123
|
explorers: [
|
|
124
|
+
{
|
|
125
|
+
kind: 'Chainroot',
|
|
126
|
+
url: 'https://explorer.chainroot.io/firmachain',
|
|
127
|
+
txPage: 'https://explorer.chainroot.io/firmachain/transactions/${txHash}',
|
|
128
|
+
accountPage: 'https://explorer.chainroot.io/firmachain/accounts/${accountAddress}'
|
|
129
|
+
},
|
|
124
130
|
{
|
|
125
131
|
kind: 'staking-explorer.com',
|
|
126
132
|
url: 'https://staking-explorer.com/explorer/firmachain',
|
package/mainnet/gitopia/chain.js
CHANGED
|
@@ -404,6 +404,12 @@ const info = {
|
|
|
404
404
|
]
|
|
405
405
|
},
|
|
406
406
|
explorers: [
|
|
407
|
+
{
|
|
408
|
+
kind: 'Chainroot',
|
|
409
|
+
url: 'https://explorer.chainroot.io/gitopia',
|
|
410
|
+
txPage: 'https://explorer.chainroot.io/gitopia/transactions/${txHash}',
|
|
411
|
+
accountPage: 'https://explorer.chainroot.io/gitopia/accounts/${accountAddress}'
|
|
412
|
+
},
|
|
407
413
|
{
|
|
408
414
|
kind: 'ping.pub',
|
|
409
415
|
url: 'https://ping.pub/gitopia',
|
|
@@ -199,6 +199,12 @@ const info = {
|
|
|
199
199
|
]
|
|
200
200
|
},
|
|
201
201
|
explorers: [
|
|
202
|
+
{
|
|
203
|
+
kind: 'Chainroot',
|
|
204
|
+
url: 'https://explorer.chainroot.io/gravitybridge',
|
|
205
|
+
txPage: 'https://explorer.chainroot.io/gravitybridge/transactions/${txHash}',
|
|
206
|
+
accountPage: 'https://explorer.chainroot.io/gravitybridge/accounts/${accountAddress}'
|
|
207
|
+
},
|
|
202
208
|
{
|
|
203
209
|
kind: 'ezstaking',
|
|
204
210
|
url: 'https://ezstaking.app/gravitybridge',
|
package/mainnet/haqq/chain.js
CHANGED
|
@@ -225,6 +225,12 @@ const info = {
|
|
|
225
225
|
]
|
|
226
226
|
},
|
|
227
227
|
explorers: [
|
|
228
|
+
{
|
|
229
|
+
kind: 'Chainroot',
|
|
230
|
+
url: 'https://explorer.chainroot.io/haqq',
|
|
231
|
+
txPage: 'https://explorer.chainroot.io/haqq/transactions/${txHash}',
|
|
232
|
+
accountPage: 'https://explorer.chainroot.io/haqq/accounts/${accountAddress}'
|
|
233
|
+
},
|
|
228
234
|
{
|
|
229
235
|
kind: 'blockscout',
|
|
230
236
|
url: 'https://explorer.haqq.network',
|
|
@@ -137,6 +137,12 @@ const info = {
|
|
|
137
137
|
]
|
|
138
138
|
},
|
|
139
139
|
explorers: [
|
|
140
|
+
{
|
|
141
|
+
kind: 'Chainroot',
|
|
142
|
+
url: 'https://explorer.chainroot.io/ixo',
|
|
143
|
+
txPage: 'https://explorer.chainroot.io/ixo/transactions/${txHash}',
|
|
144
|
+
accountPage: 'https://explorer.chainroot.io/ixo/accounts/${accountAddress}'
|
|
145
|
+
},
|
|
140
146
|
{
|
|
141
147
|
kind: 'staking-explorer.com',
|
|
142
148
|
url: 'https://staking-explorer.com/explorer/impacthub',
|
|
@@ -229,6 +229,12 @@ const info = {
|
|
|
229
229
|
]
|
|
230
230
|
},
|
|
231
231
|
explorers: [
|
|
232
|
+
{
|
|
233
|
+
kind: 'Chainroot',
|
|
234
|
+
url: 'https://explorer.chainroot.io/injective',
|
|
235
|
+
txPage: 'https://explorer.chainroot.io/injective/transactions/${txHash}',
|
|
236
|
+
accountPage: 'https://explorer.chainroot.io/injective/accounts/${accountAddress}'
|
|
237
|
+
},
|
|
232
238
|
{
|
|
233
239
|
kind: 'ezstaking',
|
|
234
240
|
url: 'https://ezstaking.app/injective',
|
package/mainnet/irisnet/chain.js
CHANGED
|
@@ -134,6 +134,12 @@ const info = {
|
|
|
134
134
|
}]
|
|
135
135
|
},
|
|
136
136
|
explorers: [
|
|
137
|
+
{
|
|
138
|
+
kind: 'Chainroot',
|
|
139
|
+
url: 'https://explorer.chainroot.io/iris',
|
|
140
|
+
txPage: 'https://explorer.chainroot.io/iris/transactions/${txHash}',
|
|
141
|
+
accountPage: 'https://explorer.chainroot.io/iris/accounts/${accountAddress}'
|
|
142
|
+
},
|
|
137
143
|
{
|
|
138
144
|
kind: 'ezstaking',
|
|
139
145
|
url: 'https://ezstaking.app/irisnet',
|
package/mainnet/jackal/chain.js
CHANGED
|
@@ -257,6 +257,12 @@ const info = {
|
|
|
257
257
|
]
|
|
258
258
|
},
|
|
259
259
|
explorers: [
|
|
260
|
+
{
|
|
261
|
+
kind: 'Chainroot',
|
|
262
|
+
url: 'https://explorer.chainroot.io/jackal',
|
|
263
|
+
txPage: 'https://explorer.chainroot.io/jackal/transactions/${txHash}',
|
|
264
|
+
accountPage: 'https://explorer.chainroot.io/jackal/accounts/${accountAddress}'
|
|
265
|
+
},
|
|
260
266
|
{
|
|
261
267
|
kind: 'ping.pub',
|
|
262
268
|
url: 'https://ping.pub/jackal',
|
package/mainnet/kava/chain.js
CHANGED
|
@@ -163,6 +163,12 @@ const info = {
|
|
|
163
163
|
]
|
|
164
164
|
},
|
|
165
165
|
explorers: [
|
|
166
|
+
{
|
|
167
|
+
kind: 'Chainroot',
|
|
168
|
+
url: 'https://explorer.chainroot.io/kava',
|
|
169
|
+
txPage: 'https://explorer.chainroot.io/kava/transactions/${txHash}',
|
|
170
|
+
accountPage: 'https://explorer.chainroot.io/kava/accounts/${accountAddress}'
|
|
171
|
+
},
|
|
166
172
|
{
|
|
167
173
|
kind: 'mintscan',
|
|
168
174
|
url: 'https://www.mintscan.io/kava',
|
package/mainnet/kichain/chain.js
CHANGED
|
@@ -149,6 +149,12 @@ const info = {
|
|
|
149
149
|
]
|
|
150
150
|
},
|
|
151
151
|
explorers: [
|
|
152
|
+
{
|
|
153
|
+
kind: 'Chainroot',
|
|
154
|
+
url: 'https://explorer.chainroot.io/kichain',
|
|
155
|
+
txPage: 'https://explorer.chainroot.io/kichain/transactions/${txHash}',
|
|
156
|
+
accountPage: 'https://explorer.chainroot.io/kichain/accounts/${accountAddress}'
|
|
157
|
+
},
|
|
152
158
|
{
|
|
153
159
|
kind: 'ezstaking',
|
|
154
160
|
url: 'https://ezstaking.app/kichain',
|
package/mainnet/kujira/chain.js
CHANGED
|
@@ -329,6 +329,12 @@ const info = {
|
|
|
329
329
|
]
|
|
330
330
|
},
|
|
331
331
|
explorers: [
|
|
332
|
+
{
|
|
333
|
+
kind: 'Chainroot',
|
|
334
|
+
url: 'https://explorer.chainroot.io/kujira',
|
|
335
|
+
txPage: 'https://explorer.chainroot.io/kujira/transactions/${txHash}',
|
|
336
|
+
accountPage: 'https://explorer.chainroot.io/kujira/accounts/${accountAddress}'
|
|
337
|
+
},
|
|
332
338
|
{
|
|
333
339
|
kind: 'kujira',
|
|
334
340
|
url: 'https://finder.kujira.app',
|
package/mainnet/kyve/chain.js
CHANGED
|
@@ -210,6 +210,12 @@ const info = {
|
|
|
210
210
|
]
|
|
211
211
|
},
|
|
212
212
|
explorers: [
|
|
213
|
+
{
|
|
214
|
+
kind: 'Chainroot',
|
|
215
|
+
url: 'https://explorer.chainroot.io/kyve',
|
|
216
|
+
txPage: 'https://explorer.chainroot.io/kyve/transactions/${txHash}',
|
|
217
|
+
accountPage: 'https://explorer.chainroot.io/kyve/accounts/${accountAddress}'
|
|
218
|
+
},
|
|
213
219
|
{
|
|
214
220
|
kind: 'ezstaking',
|
|
215
221
|
url: 'https://ezstaking.app/kyve',
|
package/mainnet/lava/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/lava',
|
|
245
|
+
txPage: 'https://explorer.chainroot.io/lava/transactions/${txHash}',
|
|
246
|
+
accountPage: 'https://explorer.chainroot.io/lava/accounts/${accountAddress}'
|
|
247
|
+
},
|
|
242
248
|
{
|
|
243
249
|
kind: 'finteh',
|
|
244
250
|
url: 'https://explorer.finteh.org/lava',
|
|
@@ -130,6 +130,12 @@ const info = {
|
|
|
130
130
|
]
|
|
131
131
|
},
|
|
132
132
|
explorers: [
|
|
133
|
+
{
|
|
134
|
+
kind: 'Chainroot',
|
|
135
|
+
url: 'https://explorer.chainroot.io/likecoin',
|
|
136
|
+
txPage: 'https://explorer.chainroot.io/likecoin/transactions/${txHash}',
|
|
137
|
+
accountPage: 'https://explorer.chainroot.io/likecoin/accounts/${accountAddress}'
|
|
138
|
+
},
|
|
133
139
|
{
|
|
134
140
|
kind: 'staking-explorer.com',
|
|
135
141
|
url: 'https://staking-explorer.com/explorer/likecoin',
|
|
@@ -125,6 +125,12 @@ const info = {
|
|
|
125
125
|
]
|
|
126
126
|
},
|
|
127
127
|
explorers: [
|
|
128
|
+
{
|
|
129
|
+
kind: 'Chainroot',
|
|
130
|
+
url: 'https://explorer.chainroot.io/lum',
|
|
131
|
+
txPage: 'https://explorer.chainroot.io/lum/transactions/${txHash}',
|
|
132
|
+
accountPage: 'https://explorer.chainroot.io/lum/accounts/${accountAddress}'
|
|
133
|
+
},
|
|
128
134
|
{
|
|
129
135
|
kind: 'ezstaking',
|
|
130
136
|
url: 'https://ezstaking.app/lumnetwork',
|
|
@@ -137,17 +137,26 @@ const info = {
|
|
|
137
137
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
138
138
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
139
139
|
},
|
|
140
|
-
explorers: [
|
|
140
|
+
explorers: [
|
|
141
|
+
{
|
|
142
|
+
kind: 'Chainroot',
|
|
143
|
+
url: 'https://explorer.chainroot.io/mantra',
|
|
144
|
+
txPage: 'https://explorer.chainroot.io/mantra/transactions/${txHash}',
|
|
145
|
+
accountPage: 'https://explorer.chainroot.io/mantra/accounts/${accountAddress}'
|
|
146
|
+
},
|
|
147
|
+
{
|
|
141
148
|
kind: 'ITRocket',
|
|
142
149
|
url: 'https://mainnet.itrocket.net/mantra',
|
|
143
150
|
txPage: 'https://mainnet.itrocket.net/mantra/transaction/${txHash}',
|
|
144
151
|
accountPage: 'https://mainnet.itrocket.net/mantra/account/${accountAddress}'
|
|
145
|
-
},
|
|
152
|
+
},
|
|
153
|
+
{
|
|
146
154
|
kind: '🔥STAVR🔥',
|
|
147
155
|
url: 'https://explorer.stavr.tech/Mantra-Mainnet',
|
|
148
156
|
txPage: 'https://explorer.stavr.tech/Mantra-Mainnet/transaction/${txHash}',
|
|
149
157
|
accountPage: 'https://explorer.stavr.tech/Mantra-Mainnet/account/${accountAddress}'
|
|
150
|
-
}
|
|
158
|
+
}
|
|
159
|
+
],
|
|
151
160
|
keywords: [
|
|
152
161
|
'rwa',
|
|
153
162
|
'wasm',
|
package/mainnet/migaloo/chain.js
CHANGED
|
@@ -117,6 +117,12 @@ const info = {
|
|
|
117
117
|
}]
|
|
118
118
|
},
|
|
119
119
|
explorers: [
|
|
120
|
+
{
|
|
121
|
+
kind: 'Chainroot',
|
|
122
|
+
url: 'https://explorer.chainroot.io/migaloo',
|
|
123
|
+
txPage: 'https://explorer.chainroot.io/migaloo/transactions/${txHash}',
|
|
124
|
+
accountPage: 'https://explorer.chainroot.io/migaloo/accounts/${accountAddress}'
|
|
125
|
+
},
|
|
120
126
|
{
|
|
121
127
|
kind: 'Migaloo Explorers Guru',
|
|
122
128
|
url: 'https://migaloo.explorers.guru',
|
package/mainnet/nibiru/chain.js
CHANGED
|
@@ -255,6 +255,12 @@ const info = {
|
|
|
255
255
|
]
|
|
256
256
|
},
|
|
257
257
|
explorers: [
|
|
258
|
+
{
|
|
259
|
+
kind: 'Chainroot',
|
|
260
|
+
url: 'https://explorer.chainroot.io/nibiru',
|
|
261
|
+
txPage: 'https://explorer.chainroot.io/nibiru/transactions/${txHash}',
|
|
262
|
+
accountPage: 'https://explorer.chainroot.io/nibiru/accounts/${accountAddress}'
|
|
263
|
+
},
|
|
258
264
|
{
|
|
259
265
|
kind: 'Nodes Guru',
|
|
260
266
|
url: 'https://nibiru.explorers.guru/',
|
package/mainnet/nillion/chain.js
CHANGED
|
@@ -94,6 +94,12 @@ const info = {
|
|
|
94
94
|
]
|
|
95
95
|
},
|
|
96
96
|
explorers: [
|
|
97
|
+
{
|
|
98
|
+
kind: 'Chainroot',
|
|
99
|
+
url: 'https://explorer.chainroot.io/nillion',
|
|
100
|
+
txPage: 'https://explorer.chainroot.io/nillion/transactions/${txHash}',
|
|
101
|
+
accountPage: 'https://explorer.chainroot.io/nillion/accounts/${accountAddress}'
|
|
102
|
+
},
|
|
97
103
|
{
|
|
98
104
|
kind: 'Nillionhub [Noders]',
|
|
99
105
|
url: 'https://nillionhub.org/explorer/dashboard',
|
package/mainnet/noble/chain.js
CHANGED
|
@@ -106,6 +106,12 @@ const info = {
|
|
|
106
106
|
]
|
|
107
107
|
},
|
|
108
108
|
explorers: [
|
|
109
|
+
{
|
|
110
|
+
kind: 'Chainroot',
|
|
111
|
+
url: 'https://explorer.chainroot.io/noble',
|
|
112
|
+
txPage: 'https://explorer.chainroot.io/noble/transactions/${txHash}',
|
|
113
|
+
accountPage: 'https://explorer.chainroot.io/noble/accounts/${accountAddress}'
|
|
114
|
+
},
|
|
109
115
|
{
|
|
110
116
|
kind: 'mintscan',
|
|
111
117
|
url: 'https://www.mintscan.io/noble',
|
package/mainnet/nolus/chain.js
CHANGED
|
@@ -234,6 +234,12 @@ const info = {
|
|
|
234
234
|
]
|
|
235
235
|
},
|
|
236
236
|
explorers: [
|
|
237
|
+
{
|
|
238
|
+
kind: 'Chainroot',
|
|
239
|
+
url: 'https://explorer.chainroot.io/nolus',
|
|
240
|
+
txPage: 'https://explorer.chainroot.io/nolus/transactions/${txHash}',
|
|
241
|
+
accountPage: 'https://explorer.chainroot.io/nolus/accounts/${accountAddress}'
|
|
242
|
+
},
|
|
237
243
|
{
|
|
238
244
|
kind: 'Nolus Explorer',
|
|
239
245
|
url: 'https://explorer.nolus.io/pirin-1',
|
package/mainnet/nyx/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/nym',
|
|
106
|
+
txPage: 'https://explorer.chainroot.io/nym/transactions/${txHash}',
|
|
107
|
+
accountPage: 'https://explorer.chainroot.io/nym/accounts/${accountAddress}'
|
|
108
|
+
},
|
|
103
109
|
{
|
|
104
110
|
kind: 'Nodes Guru explorer',
|
|
105
111
|
url: 'https://nym.explorers.guru/',
|
package/mainnet/odin/chain.js
CHANGED
|
@@ -110,6 +110,12 @@ const info = {
|
|
|
110
110
|
]
|
|
111
111
|
},
|
|
112
112
|
explorers: [
|
|
113
|
+
{
|
|
114
|
+
kind: 'Chainroot',
|
|
115
|
+
url: 'https://explorer.chainroot.io/odin',
|
|
116
|
+
txPage: 'https://explorer.chainroot.io/odin/transactions/${txHash}',
|
|
117
|
+
accountPage: 'https://explorer.chainroot.io/odin/accounts/${accountAddress}'
|
|
118
|
+
},
|
|
113
119
|
{
|
|
114
120
|
kind: 'Runa',
|
|
115
121
|
url: 'https://runa.odinprotocol.io/',
|
|
@@ -301,6 +301,7 @@ const info = {
|
|
|
301
301
|
},
|
|
302
302
|
{
|
|
303
303
|
description: 'GATA Yield DAO Governance Token powered by OmniFlixHub',
|
|
304
|
+
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.',
|
|
304
305
|
denomUnits: [{
|
|
305
306
|
denom: 'factory/omniflix1fwphj5p6qd8gtkehkzfgac38eur4uqzgz97uwvf6hsc0vjl004gqfj0xnv/ygata',
|
|
306
307
|
exponent: 0
|
|
@@ -323,6 +324,11 @@ const info = {
|
|
|
323
324
|
primaryColorHex: '#7b5aff'
|
|
324
325
|
}
|
|
325
326
|
}],
|
|
327
|
+
coingeckoId: 'yield-gata',
|
|
328
|
+
socials: {
|
|
329
|
+
website: 'https://gatahub.zone',
|
|
330
|
+
twitter: 'https://x.com/GataHubZone'
|
|
331
|
+
},
|
|
326
332
|
typeAsset: 'sdk.coin'
|
|
327
333
|
},
|
|
328
334
|
{
|
|
@@ -15,25 +15,25 @@ const info = {
|
|
|
15
15
|
slip44: 118,
|
|
16
16
|
codebase: {
|
|
17
17
|
gitRepo: 'https://github.com/OmniFlix/omniflixhub',
|
|
18
|
-
recommendedVersion: '
|
|
19
|
-
compatibleVersions: ['
|
|
18
|
+
recommendedVersion: 'v6.0.0',
|
|
19
|
+
compatibleVersions: ['v6.0.0'],
|
|
20
20
|
consensus: {
|
|
21
21
|
type: 'cometbft',
|
|
22
|
-
version: 'v0.
|
|
22
|
+
version: 'v0.38.17'
|
|
23
23
|
},
|
|
24
24
|
genesis: {
|
|
25
25
|
genesisUrl: 'https://raw.githubusercontent.com/OmniFlix/mainnet/main/omniflixhub-1/genesis.json'
|
|
26
26
|
},
|
|
27
27
|
sdk: {
|
|
28
28
|
type: 'cosmos',
|
|
29
|
-
version: 'v0.
|
|
29
|
+
version: 'v0.50.13'
|
|
30
30
|
},
|
|
31
31
|
ibc: {
|
|
32
32
|
type: 'go',
|
|
33
|
-
version: '
|
|
33
|
+
version: 'v8.7.0'
|
|
34
34
|
},
|
|
35
35
|
cosmwasm: {
|
|
36
|
-
version: 'v0.
|
|
36
|
+
version: 'v0.53.2'
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
logoURIs: {
|
|
@@ -44,8 +44,8 @@ const info = {
|
|
|
44
44
|
feeTokens: [{
|
|
45
45
|
denom: 'uflix',
|
|
46
46
|
fixedMinGasPrice: 0,
|
|
47
|
-
lowGasPrice: 0.
|
|
48
|
-
averageGasPrice: 0.
|
|
47
|
+
lowGasPrice: 0.005,
|
|
48
|
+
averageGasPrice: 0.015,
|
|
49
49
|
highGasPrice: 0.025
|
|
50
50
|
}]
|
|
51
51
|
},
|
|
@@ -240,6 +240,12 @@ const info = {
|
|
|
240
240
|
]
|
|
241
241
|
},
|
|
242
242
|
explorers: [
|
|
243
|
+
{
|
|
244
|
+
kind: 'Chainroot',
|
|
245
|
+
url: 'https://explorer.chainroot.io/omniflix',
|
|
246
|
+
txPage: 'https://explorer.chainroot.io/omniflix/transactions/${txHash}',
|
|
247
|
+
accountPage: 'https://explorer.chainroot.io/omniflix/accounts/${accountAddress}'
|
|
248
|
+
},
|
|
243
249
|
{
|
|
244
250
|
kind: 'mintscan',
|
|
245
251
|
url: 'https://www.mintscan.io/omniflix',
|
|
@@ -187,6 +187,12 @@ const info = {
|
|
|
187
187
|
]
|
|
188
188
|
},
|
|
189
189
|
explorers: [
|
|
190
|
+
{
|
|
191
|
+
kind: 'Chainroot',
|
|
192
|
+
url: 'https://explorer.chainroot.io/oraichain',
|
|
193
|
+
txPage: 'https://explorer.chainroot.io/oraichain/transactions/${txHash}',
|
|
194
|
+
accountPage: 'https://explorer.chainroot.io/oraichain/accounts/${accountAddress}'
|
|
195
|
+
},
|
|
190
196
|
{
|
|
191
197
|
kind: 'oraiscan',
|
|
192
198
|
url: 'https://scan.orai.io',
|
|
@@ -21480,7 +21480,12 @@ const info = {
|
|
|
21480
21480
|
theme: {
|
|
21481
21481
|
primaryColorHex: '#7b5aff'
|
|
21482
21482
|
}
|
|
21483
|
-
}]
|
|
21483
|
+
}],
|
|
21484
|
+
coingeckoId: 'yield-gata',
|
|
21485
|
+
socials: {
|
|
21486
|
+
website: 'https://gatahub.zone',
|
|
21487
|
+
twitter: 'https://x.com/GataHubZone'
|
|
21488
|
+
}
|
|
21484
21489
|
},
|
|
21485
21490
|
{
|
|
21486
21491
|
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.',
|
package/mainnet/paloma/chain.js
CHANGED
|
@@ -59,6 +59,11 @@ const info = {
|
|
|
59
59
|
}]
|
|
60
60
|
},
|
|
61
61
|
explorers: [{
|
|
62
|
+
kind: 'Chainroot',
|
|
63
|
+
url: 'https://explorer.chainroot.io/paloma',
|
|
64
|
+
txPage: 'https://explorer.chainroot.io/paloma/transactions/${txHash}',
|
|
65
|
+
accountPage: 'https://explorer.chainroot.io/paloma/accounts/${accountAddress}'
|
|
66
|
+
}, {
|
|
62
67
|
kind: 'explorers.guru',
|
|
63
68
|
url: 'https://paloma.explorers.guru/',
|
|
64
69
|
txPage: 'https://paloma.explorers.guru/transaction/${txHash}'
|
package/mainnet/panacea/chain.js
CHANGED
|
@@ -75,6 +75,12 @@ const info = {
|
|
|
75
75
|
}]
|
|
76
76
|
},
|
|
77
77
|
explorers: [
|
|
78
|
+
{
|
|
79
|
+
kind: 'Chainroot',
|
|
80
|
+
url: 'https://explorer.chainroot.io/medibloc',
|
|
81
|
+
txPage: 'https://explorer.chainroot.io/medibloc/transactions/${txHash}',
|
|
82
|
+
accountPage: 'https://explorer.chainroot.io/medibloc/accounts/${accountAddress}'
|
|
83
|
+
},
|
|
78
84
|
{
|
|
79
85
|
kind: 'mintscan',
|
|
80
86
|
url: 'https://www.mintscan.io/medibloc',
|
package/mainnet/passage/chain.js
CHANGED
|
@@ -233,6 +233,12 @@ const info = {
|
|
|
233
233
|
]
|
|
234
234
|
},
|
|
235
235
|
explorers: [
|
|
236
|
+
{
|
|
237
|
+
kind: 'Chainroot',
|
|
238
|
+
url: 'https://explorer.chainroot.io/passage',
|
|
239
|
+
txPage: 'https://explorer.chainroot.io/passage/transactions/${txHash}',
|
|
240
|
+
accountPage: 'https://explorer.chainroot.io/passage/accounts/${accountAddress}'
|
|
241
|
+
},
|
|
236
242
|
{
|
|
237
243
|
kind: 'aneka',
|
|
238
244
|
url: 'https://passage.aneka.io',
|
|
@@ -309,6 +309,12 @@ const info = {
|
|
|
309
309
|
]
|
|
310
310
|
},
|
|
311
311
|
explorers: [
|
|
312
|
+
{
|
|
313
|
+
kind: 'Chainroot',
|
|
314
|
+
url: 'https://explorer.chainroot.io/persistence',
|
|
315
|
+
txPage: 'https://explorer.chainroot.io/persistence/transactions/${txHash}',
|
|
316
|
+
accountPage: 'https://explorer.chainroot.io/persistence/accounts/${accountAddress}'
|
|
317
|
+
},
|
|
312
318
|
{
|
|
313
319
|
kind: 'mintscan',
|
|
314
320
|
url: 'https://www.mintscan.io/persistence',
|
package/mainnet/planq/chain.js
CHANGED
|
@@ -262,6 +262,12 @@ const info = {
|
|
|
262
262
|
]
|
|
263
263
|
},
|
|
264
264
|
explorers: [
|
|
265
|
+
{
|
|
266
|
+
kind: 'Chainroot',
|
|
267
|
+
url: 'https://explorer.chainroot.io/planq',
|
|
268
|
+
txPage: 'https://explorer.chainroot.io/planq/transactions/${txHash}',
|
|
269
|
+
accountPage: 'https://explorer.chainroot.io/planq/accounts/${accountAddress}'
|
|
270
|
+
},
|
|
265
271
|
{
|
|
266
272
|
kind: 'bigdipper',
|
|
267
273
|
url: 'https://explorer.planq.network',
|
|
@@ -190,6 +190,12 @@ const info = {
|
|
|
190
190
|
]
|
|
191
191
|
},
|
|
192
192
|
explorers: [
|
|
193
|
+
{
|
|
194
|
+
kind: 'Chainroot',
|
|
195
|
+
url: 'https://explorer.chainroot.io/provenance',
|
|
196
|
+
txPage: 'https://explorer.chainroot.io/provenance/transactions/${txHash}',
|
|
197
|
+
accountPage: 'https://explorer.chainroot.io/provenance/accounts/${accountAddress}'
|
|
198
|
+
},
|
|
193
199
|
{
|
|
194
200
|
kind: 'Provenance',
|
|
195
201
|
url: 'https://explorer.provenance.io',
|
|
@@ -5311,6 +5311,30 @@ const info = {
|
|
|
5311
5311
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/photondrop.svg'
|
|
5312
5312
|
}],
|
|
5313
5313
|
typeAsset: 'sdk.coin'
|
|
5314
|
+
},
|
|
5315
|
+
{
|
|
5316
|
+
description: 'The non-transferable receipt of $SOUL airdrop for Scar Campaign participants',
|
|
5317
|
+
denomUnits: [{
|
|
5318
|
+
denom: 'factory/pryzm1fp7uhm334tssvzlg4mk0hsp0kezvcla0vzk22q/uscar',
|
|
5319
|
+
exponent: 0,
|
|
5320
|
+
aliases: ['uscar']
|
|
5321
|
+
}, {
|
|
5322
|
+
denom: 'scar',
|
|
5323
|
+
exponent: 6
|
|
5324
|
+
}],
|
|
5325
|
+
base: 'factory/pryzm1fp7uhm334tssvzlg4mk0hsp0kezvcla0vzk22q/uscar',
|
|
5326
|
+
name: 'SCAR',
|
|
5327
|
+
display: 'scar',
|
|
5328
|
+
symbol: 'SCAR',
|
|
5329
|
+
logoURIs: {
|
|
5330
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.png',
|
|
5331
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.svg'
|
|
5332
|
+
},
|
|
5333
|
+
images: [{
|
|
5334
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.png',
|
|
5335
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.svg'
|
|
5336
|
+
}],
|
|
5337
|
+
typeAsset: 'sdk.coin'
|
|
5314
5338
|
}
|
|
5315
5339
|
]
|
|
5316
5340
|
};
|
|
@@ -203,6 +203,12 @@ const info = {
|
|
|
203
203
|
]
|
|
204
204
|
},
|
|
205
205
|
explorers: [
|
|
206
|
+
{
|
|
207
|
+
kind: 'Chainroot',
|
|
208
|
+
url: 'https://explorer.chainroot.io/quicksilver',
|
|
209
|
+
txPage: 'https://explorer.chainroot.io/quicksilver/transactions/${txHash}',
|
|
210
|
+
accountPage: 'https://explorer.chainroot.io/quicksilver/accounts/${accountAddress}'
|
|
211
|
+
},
|
|
206
212
|
{
|
|
207
213
|
kind: 'stakeme',
|
|
208
214
|
url: 'https://explorer.quicksilver.zone',
|
package/mainnet/realio/chain.js
CHANGED
|
@@ -227,6 +227,12 @@ const info = {
|
|
|
227
227
|
]
|
|
228
228
|
},
|
|
229
229
|
explorers: [
|
|
230
|
+
{
|
|
231
|
+
kind: 'Chainroot',
|
|
232
|
+
url: 'https://explorer.chainroot.io/realio',
|
|
233
|
+
txPage: 'https://explorer.chainroot.io/realio/transactions/${txHash}',
|
|
234
|
+
accountPage: 'https://explorer.chainroot.io/realio/accounts/${accountAddress}'
|
|
235
|
+
},
|
|
230
236
|
{
|
|
231
237
|
kind: '🔥STAVR🔥 Explorer',
|
|
232
238
|
url: 'https://explorer.stavr.tech/realio-mainnet',
|
package/mainnet/regen/chain.js
CHANGED
|
@@ -168,6 +168,12 @@ const info = {
|
|
|
168
168
|
]
|
|
169
169
|
},
|
|
170
170
|
explorers: [
|
|
171
|
+
{
|
|
172
|
+
kind: 'Chainroot',
|
|
173
|
+
url: 'https://explorer.chainroot.io/regen',
|
|
174
|
+
txPage: 'https://explorer.chainroot.io/regen/transactions/${txHash}',
|
|
175
|
+
accountPage: 'https://explorer.chainroot.io/regen/accounts/${accountAddress}'
|
|
176
|
+
},
|
|
171
177
|
{
|
|
172
178
|
kind: 'ezstaking',
|
|
173
179
|
url: 'https://ezstaking.app/regen',
|
|
@@ -119,6 +119,12 @@ const info = {
|
|
|
119
119
|
}]
|
|
120
120
|
},
|
|
121
121
|
explorers: [
|
|
122
|
+
{
|
|
123
|
+
kind: 'Chainroot',
|
|
124
|
+
url: 'https://explorer.chainroot.io/secret',
|
|
125
|
+
txPage: 'https://explorer.chainroot.io/secret/transactions/${txHash}',
|
|
126
|
+
accountPage: 'https://explorer.chainroot.io/secret/accounts/${accountAddress}'
|
|
127
|
+
},
|
|
122
128
|
{
|
|
123
129
|
kind: 'ezstaking',
|
|
124
130
|
url: 'https://ezstaking.app/secretnetwork',
|
package/mainnet/seda/chain.js
CHANGED
|
@@ -251,6 +251,12 @@ const info = {
|
|
|
251
251
|
]
|
|
252
252
|
},
|
|
253
253
|
explorers: [
|
|
254
|
+
{
|
|
255
|
+
kind: 'Chainroot',
|
|
256
|
+
url: 'https://explorer.chainroot.io/seda',
|
|
257
|
+
txPage: 'https://explorer.chainroot.io/seda/transactions/${txHash}',
|
|
258
|
+
accountPage: 'https://explorer.chainroot.io/seda/accounts/${accountAddress}'
|
|
259
|
+
},
|
|
254
260
|
{
|
|
255
261
|
kind: 'sedaexplorer',
|
|
256
262
|
url: 'https://explorer.seda.xyz/',
|