chain-registry 2.0.6 → 2.0.8
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/devnet/manifestdevnet/chain.js +2 -1
- package/esm/devnet/manifestdevnet/chain.js +2 -1
- package/esm/mainnet/akash/ibc-data.js +30 -0
- package/esm/mainnet/asset-lists.js +4 -0
- package/esm/mainnet/celestia/ibc-data.js +25 -0
- package/esm/mainnet/chains.js +4 -0
- package/esm/mainnet/cosmoshub/ibc-data.js +54 -0
- package/esm/mainnet/elys/ibc-data.js +29 -0
- package/esm/mainnet/ethereum/asset-list.js +13 -2
- package/esm/mainnet/ibc-data.js +4 -0
- package/esm/mainnet/injective/ibc-data.js +29 -0
- package/esm/mainnet/lumera/chain.js +21 -4
- package/esm/mainnet/manifest/chain.js +3 -2
- package/esm/mainnet/namada/asset-list.js +485 -0
- package/esm/mainnet/namada/chain.js +141 -0
- package/esm/mainnet/namada/ibc-data.js +203 -0
- package/esm/mainnet/namada/index.js +6 -0
- package/esm/mainnet/neutron/ibc-data.js +25 -0
- package/esm/mainnet/noble/ibc-data.js +54 -0
- package/esm/mainnet/nyx/ibc-data.js +25 -0
- package/esm/mainnet/osmosis/asset-list.js +42 -0
- package/esm/mainnet/osmosis/ibc-data.js +54 -0
- package/esm/mainnet/stargaze/ibc-data.js +30 -0
- package/esm/mainnet/stride/ibc-data.js +25 -0
- package/esm/mainnet/xrplevm/asset-list.js +54 -0
- package/esm/mainnet/xrplevm/chain.js +106 -0
- package/esm/mainnet/xrplevm/ibc-data.js +148 -0
- package/esm/mainnet/xrplevm/index.js +6 -0
- package/esm/noncosmos/asset-lists.js +0 -2
- package/esm/noncosmos/penumbra/ibc-data.js +31 -3
- package/esm/testnet/manifesttestnet/chain.js +2 -1
- package/esm/testnet/xrplevmtestnet/chain.js +5 -14
- package/mainnet/akash/ibc-data.js +30 -0
- package/mainnet/asset-lists.js +4 -0
- package/mainnet/celestia/ibc-data.js +25 -0
- package/mainnet/chains.js +4 -0
- package/mainnet/cosmoshub/ibc-data.js +54 -0
- package/mainnet/elys/ibc-data.js +29 -0
- package/mainnet/ethereum/asset-list.js +13 -2
- package/mainnet/ibc-data.js +4 -0
- package/mainnet/injective/ibc-data.js +29 -0
- package/mainnet/lumera/chain.js +21 -4
- package/mainnet/manifest/chain.js +3 -2
- package/mainnet/namada/asset-list.js +487 -0
- package/mainnet/namada/chain.d.ts +3 -0
- package/mainnet/namada/chain.js +143 -0
- package/mainnet/namada/ibc-data.d.ts +3 -0
- package/mainnet/namada/ibc-data.js +205 -0
- package/mainnet/namada/index.d.ts +3 -0
- package/{noncosmos → mainnet}/namada/index.js +5 -1
- package/mainnet/neutron/ibc-data.js +25 -0
- package/mainnet/noble/ibc-data.js +54 -0
- package/mainnet/nyx/ibc-data.js +25 -0
- package/mainnet/osmosis/asset-list.js +42 -0
- package/mainnet/osmosis/ibc-data.js +54 -0
- package/mainnet/stargaze/ibc-data.js +30 -0
- package/mainnet/stride/ibc-data.js +25 -0
- package/mainnet/xrplevm/asset-list.d.ts +3 -0
- package/mainnet/xrplevm/asset-list.js +56 -0
- package/mainnet/xrplevm/chain.d.ts +3 -0
- package/mainnet/xrplevm/chain.js +108 -0
- package/mainnet/xrplevm/ibc-data.d.ts +3 -0
- package/mainnet/xrplevm/ibc-data.js +150 -0
- package/mainnet/xrplevm/index.d.ts +3 -0
- package/mainnet/xrplevm/index.js +12 -0
- package/noncosmos/asset-lists.js +0 -2
- package/noncosmos/penumbra/ibc-data.js +31 -3
- package/package.json +3 -3
- package/testnet/manifesttestnet/chain.js +2 -1
- package/testnet/xrplevmtestnet/chain.js +5 -14
- package/esm/noncosmos/namada/asset-list.js +0 -31
- package/esm/noncosmos/namada/index.js +0 -2
- package/noncosmos/namada/asset-list.js +0 -33
- package/noncosmos/namada/index.d.ts +0 -1
- /package/{noncosmos → mainnet}/namada/asset-list.d.ts +0 -0
|
@@ -55,7 +55,8 @@ const info = {
|
|
|
55
55
|
explorers: [{
|
|
56
56
|
kind: 'Default Explorer',
|
|
57
57
|
url: 'https://testnet.manifest.explorers.guru/',
|
|
58
|
-
txPage: 'https://testnet.manifest.explorers.guru/
|
|
58
|
+
txPage: 'https://testnet.manifest.explorers.guru/transaction/${txHash}',
|
|
59
|
+
accountPage: 'https://testnet.manifest.explorers.guru/account/${accountAddress}'
|
|
59
60
|
}],
|
|
60
61
|
logoURIs: {
|
|
61
62
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
@@ -53,7 +53,8 @@ const info = {
|
|
|
53
53
|
explorers: [{
|
|
54
54
|
kind: 'Default Explorer',
|
|
55
55
|
url: 'https://testnet.manifest.explorers.guru/',
|
|
56
|
-
txPage: 'https://testnet.manifest.explorers.guru/
|
|
56
|
+
txPage: 'https://testnet.manifest.explorers.guru/transaction/${txHash}',
|
|
57
|
+
accountPage: 'https://testnet.manifest.explorers.guru/account/${accountAddress}'
|
|
57
58
|
}],
|
|
58
59
|
logoURIs: {
|
|
59
60
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
@@ -442,6 +442,36 @@ const info = [
|
|
|
442
442
|
tags: {}
|
|
443
443
|
}]
|
|
444
444
|
},
|
|
445
|
+
{
|
|
446
|
+
$schema: '../ibc_data.schema.json',
|
|
447
|
+
chain1: {
|
|
448
|
+
chainName: 'akash',
|
|
449
|
+
clientId: '07-tendermint-192',
|
|
450
|
+
connectionId: 'connection-178'
|
|
451
|
+
},
|
|
452
|
+
chain2: {
|
|
453
|
+
chainName: 'stargaze',
|
|
454
|
+
clientId: '07-tendermint-379',
|
|
455
|
+
connectionId: 'connection-336'
|
|
456
|
+
},
|
|
457
|
+
channels: [{
|
|
458
|
+
chain1: {
|
|
459
|
+
channelId: 'channel-130',
|
|
460
|
+
portId: 'transfer'
|
|
461
|
+
},
|
|
462
|
+
chain2: {
|
|
463
|
+
channelId: 'channel-447',
|
|
464
|
+
portId: 'transfer'
|
|
465
|
+
},
|
|
466
|
+
ordering: 'unordered',
|
|
467
|
+
version: 'ics20-1',
|
|
468
|
+
tags: {
|
|
469
|
+
status: 'live',
|
|
470
|
+
preferred: true,
|
|
471
|
+
dex: 'osmosis'
|
|
472
|
+
}
|
|
473
|
+
}]
|
|
474
|
+
},
|
|
445
475
|
{
|
|
446
476
|
$schema: '../ibc_data.schema.json',
|
|
447
477
|
chain1: {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as _ethereum from './ethereum';
|
|
2
|
+
import * as _namada from './namada';
|
|
2
3
|
import * as _rootstock from './rootstock';
|
|
3
4
|
import * as _solana from './solana';
|
|
4
5
|
import * as _ton from './ton';
|
|
@@ -199,10 +200,12 @@ import * as _uptick from './uptick';
|
|
|
199
200
|
import * as _vector from './vector';
|
|
200
201
|
import * as _xion from './xion';
|
|
201
202
|
import * as _xpla from './xpla';
|
|
203
|
+
import * as _xrplevm from './xrplevm';
|
|
202
204
|
import * as _zenrock from './zenrock';
|
|
203
205
|
import * as _zetachain from './zetachain';
|
|
204
206
|
const assetList = [
|
|
205
207
|
_ethereum.assetList,
|
|
208
|
+
_namada.assetList,
|
|
206
209
|
_rootstock.assetList,
|
|
207
210
|
_solana.assetList,
|
|
208
211
|
_ton.assetList,
|
|
@@ -403,6 +406,7 @@ const assetList = [
|
|
|
403
406
|
_vector.assetList,
|
|
404
407
|
_xion.assetList,
|
|
405
408
|
_xpla.assetList,
|
|
409
|
+
_xrplevm.assetList,
|
|
406
410
|
_zenrock.assetList,
|
|
407
411
|
_zetachain.assetList
|
|
408
412
|
];
|
|
@@ -231,6 +231,31 @@ const info = [
|
|
|
231
231
|
}
|
|
232
232
|
}]
|
|
233
233
|
},
|
|
234
|
+
{
|
|
235
|
+
$schema: '../ibc_data.schema.json',
|
|
236
|
+
chain1: {
|
|
237
|
+
chainName: 'celestia',
|
|
238
|
+
clientId: '07-tendermint-105',
|
|
239
|
+
connectionId: 'connection-72'
|
|
240
|
+
},
|
|
241
|
+
chain2: {
|
|
242
|
+
chainName: 'namada',
|
|
243
|
+
clientId: '07-tendermint-4',
|
|
244
|
+
connectionId: 'connection-3'
|
|
245
|
+
},
|
|
246
|
+
channels: [{
|
|
247
|
+
chain1: {
|
|
248
|
+
channelId: 'channel-73',
|
|
249
|
+
portId: 'transfer'
|
|
250
|
+
},
|
|
251
|
+
chain2: {
|
|
252
|
+
channelId: 'channel-3',
|
|
253
|
+
portId: 'transfer'
|
|
254
|
+
},
|
|
255
|
+
ordering: 'unordered',
|
|
256
|
+
version: 'ics20-1'
|
|
257
|
+
}]
|
|
258
|
+
},
|
|
234
259
|
{
|
|
235
260
|
$schema: '../ibc_data.schema.json',
|
|
236
261
|
chain1: {
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as _ethereum from './ethereum';
|
|
2
|
+
import * as _namada from './namada';
|
|
2
3
|
import * as _rootstock from './rootstock';
|
|
3
4
|
import * as _solana from './solana';
|
|
4
5
|
import * as _ton from './ton';
|
|
@@ -199,10 +200,12 @@ import * as _uptick from './uptick';
|
|
|
199
200
|
import * as _vector from './vector';
|
|
200
201
|
import * as _xion from './xion';
|
|
201
202
|
import * as _xpla from './xpla';
|
|
203
|
+
import * as _xrplevm from './xrplevm';
|
|
202
204
|
import * as _zenrock from './zenrock';
|
|
203
205
|
import * as _zetachain from './zetachain';
|
|
204
206
|
const chains = [
|
|
205
207
|
_ethereum.chain,
|
|
208
|
+
_namada.chain,
|
|
206
209
|
_rootstock.chain,
|
|
207
210
|
_solana.chain,
|
|
208
211
|
_ton.chain,
|
|
@@ -403,6 +406,7 @@ const chains = [
|
|
|
403
406
|
_vector.chain,
|
|
404
407
|
_xion.chain,
|
|
405
408
|
_xpla.chain,
|
|
409
|
+
_xrplevm.chain,
|
|
406
410
|
_zenrock.chain,
|
|
407
411
|
_zetachain.chain
|
|
408
412
|
];
|
|
@@ -1211,6 +1211,31 @@ const info = [
|
|
|
1211
1211
|
}
|
|
1212
1212
|
}]
|
|
1213
1213
|
},
|
|
1214
|
+
{
|
|
1215
|
+
$schema: '../ibc_data.schema.json',
|
|
1216
|
+
chain1: {
|
|
1217
|
+
chainName: 'cosmoshub',
|
|
1218
|
+
clientId: '07-tendermint-1351',
|
|
1219
|
+
connectionId: 'connection-1089'
|
|
1220
|
+
},
|
|
1221
|
+
chain2: {
|
|
1222
|
+
chainName: 'namada',
|
|
1223
|
+
clientId: '07-tendermint-3',
|
|
1224
|
+
connectionId: 'connection-2'
|
|
1225
|
+
},
|
|
1226
|
+
channels: [{
|
|
1227
|
+
chain1: {
|
|
1228
|
+
channelId: 'channel-1317',
|
|
1229
|
+
portId: 'transfer'
|
|
1230
|
+
},
|
|
1231
|
+
chain2: {
|
|
1232
|
+
channelId: 'channel-2',
|
|
1233
|
+
portId: 'transfer'
|
|
1234
|
+
},
|
|
1235
|
+
ordering: 'unordered',
|
|
1236
|
+
version: 'ics20-1'
|
|
1237
|
+
}]
|
|
1238
|
+
},
|
|
1214
1239
|
{
|
|
1215
1240
|
$schema: '../ibc_data.schema.json',
|
|
1216
1241
|
chain1: {
|
|
@@ -2037,6 +2062,35 @@ const info = [
|
|
|
2037
2062
|
ordering: 'unordered',
|
|
2038
2063
|
version: 'ics20-1'
|
|
2039
2064
|
}]
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
$schema: '../ibc_data.schema.json',
|
|
2068
|
+
chain1: {
|
|
2069
|
+
chainName: 'cosmoshub',
|
|
2070
|
+
clientId: '07-tendermint-1411',
|
|
2071
|
+
connectionId: 'connection-1134'
|
|
2072
|
+
},
|
|
2073
|
+
chain2: {
|
|
2074
|
+
chainName: 'xrplevm',
|
|
2075
|
+
clientId: '07-tendermint-2',
|
|
2076
|
+
connectionId: 'connection-2'
|
|
2077
|
+
},
|
|
2078
|
+
channels: [{
|
|
2079
|
+
chain1: {
|
|
2080
|
+
channelId: 'channel-1377',
|
|
2081
|
+
portId: 'transfer'
|
|
2082
|
+
},
|
|
2083
|
+
chain2: {
|
|
2084
|
+
channelId: 'channel-2',
|
|
2085
|
+
portId: 'transfer'
|
|
2086
|
+
},
|
|
2087
|
+
ordering: 'unordered',
|
|
2088
|
+
version: 'ics20-1',
|
|
2089
|
+
tags: {
|
|
2090
|
+
status: 'live',
|
|
2091
|
+
preferred: true
|
|
2092
|
+
}
|
|
2093
|
+
}]
|
|
2040
2094
|
}
|
|
2041
2095
|
];
|
|
2042
2096
|
export default info;
|
|
@@ -332,6 +332,35 @@ const info = [
|
|
|
332
332
|
preferred: true
|
|
333
333
|
}
|
|
334
334
|
}]
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
$schema: '../ibc_data.schema.json',
|
|
338
|
+
chain1: {
|
|
339
|
+
chainName: 'elys',
|
|
340
|
+
clientId: '07-tendermint-57',
|
|
341
|
+
connectionId: 'connection-38'
|
|
342
|
+
},
|
|
343
|
+
chain2: {
|
|
344
|
+
chainName: 'xrplevm',
|
|
345
|
+
clientId: '07-tendermint-1',
|
|
346
|
+
connectionId: 'connection-1'
|
|
347
|
+
},
|
|
348
|
+
channels: [{
|
|
349
|
+
chain1: {
|
|
350
|
+
channelId: 'channel-27',
|
|
351
|
+
portId: 'transfer'
|
|
352
|
+
},
|
|
353
|
+
chain2: {
|
|
354
|
+
channelId: 'channel-1',
|
|
355
|
+
portId: 'transfer'
|
|
356
|
+
},
|
|
357
|
+
ordering: 'unordered',
|
|
358
|
+
version: 'ics20-1',
|
|
359
|
+
tags: {
|
|
360
|
+
status: 'live',
|
|
361
|
+
preferred: true
|
|
362
|
+
}
|
|
363
|
+
}]
|
|
335
364
|
}
|
|
336
365
|
];
|
|
337
366
|
export default info;
|
|
@@ -1737,7 +1737,7 @@ const info = {
|
|
|
1737
1737
|
display: 'mbtc',
|
|
1738
1738
|
symbol: 'mBTC',
|
|
1739
1739
|
logoURIs: {
|
|
1740
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1740
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
1741
1741
|
},
|
|
1742
1742
|
coingeckoId: 'babypie-wrapped-btc'
|
|
1743
1743
|
},
|
|
@@ -1826,9 +1826,20 @@ const info = {
|
|
|
1826
1826
|
exponent: 8
|
|
1827
1827
|
}],
|
|
1828
1828
|
base: '0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a',
|
|
1829
|
-
name: '
|
|
1829
|
+
name: 'lorenzo Wrapped Bitcoin',
|
|
1830
1830
|
display: 'enzobtc',
|
|
1831
1831
|
symbol: 'enzoBTC',
|
|
1832
|
+
traces: [{
|
|
1833
|
+
type: 'bridge',
|
|
1834
|
+
counterparty: {
|
|
1835
|
+
chainName: 'bitcoin',
|
|
1836
|
+
baseDenom: 'sat'
|
|
1837
|
+
},
|
|
1838
|
+
provider: 'Lorenzo Protocol'
|
|
1839
|
+
}],
|
|
1840
|
+
images: [{
|
|
1841
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lorenzo-wrapped-bitcoin.png'
|
|
1842
|
+
}],
|
|
1832
1843
|
coingeckoId: 'lorenzo-wrapped-bitcoin'
|
|
1833
1844
|
},
|
|
1834
1845
|
{
|
package/esm/mainnet/ibc-data.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as _ethereum from './ethereum';
|
|
2
|
+
import * as _namada from './namada';
|
|
2
3
|
import * as _solana from './solana';
|
|
3
4
|
import * as _aaronetwork from './aaronetwork';
|
|
4
5
|
import * as _acrechain from './acrechain';
|
|
@@ -154,9 +155,11 @@ import * as _unification from './unification';
|
|
|
154
155
|
import * as _uptick from './uptick';
|
|
155
156
|
import * as _xion from './xion';
|
|
156
157
|
import * as _xpla from './xpla';
|
|
158
|
+
import * as _xrplevm from './xrplevm';
|
|
157
159
|
import * as _zenrock from './zenrock';
|
|
158
160
|
const ibcData = [
|
|
159
161
|
..._ethereum.ibcData,
|
|
162
|
+
..._namada.ibcData,
|
|
160
163
|
..._solana.ibcData,
|
|
161
164
|
..._aaronetwork.ibcData,
|
|
162
165
|
..._acrechain.ibcData,
|
|
@@ -312,6 +315,7 @@ const ibcData = [
|
|
|
312
315
|
..._uptick.ibcData,
|
|
313
316
|
..._xion.ibcData,
|
|
314
317
|
..._xpla.ibcData,
|
|
318
|
+
..._xrplevm.ibcData,
|
|
315
319
|
..._zenrock.ibcData
|
|
316
320
|
];
|
|
317
321
|
export default ibcData;
|
|
@@ -970,6 +970,35 @@ const info = [
|
|
|
970
970
|
preferred: true
|
|
971
971
|
}
|
|
972
972
|
}]
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
$schema: '../ibc_data.schema.json',
|
|
976
|
+
chain1: {
|
|
977
|
+
chainName: 'injective',
|
|
978
|
+
clientId: '07-tendermint-314',
|
|
979
|
+
connectionId: 'connection-314'
|
|
980
|
+
},
|
|
981
|
+
chain2: {
|
|
982
|
+
chainName: 'xrplevm',
|
|
983
|
+
clientId: '07-tendermint-0',
|
|
984
|
+
connectionId: 'connection-0'
|
|
985
|
+
},
|
|
986
|
+
channels: [{
|
|
987
|
+
chain1: {
|
|
988
|
+
channelId: 'channel-436',
|
|
989
|
+
portId: 'transfer'
|
|
990
|
+
},
|
|
991
|
+
chain2: {
|
|
992
|
+
channelId: 'channel-0',
|
|
993
|
+
portId: 'transfer'
|
|
994
|
+
},
|
|
995
|
+
ordering: 'unordered',
|
|
996
|
+
version: 'ics20-1',
|
|
997
|
+
tags: {
|
|
998
|
+
status: 'live',
|
|
999
|
+
preferred: true
|
|
1000
|
+
}
|
|
1001
|
+
}]
|
|
973
1002
|
}
|
|
974
1003
|
];
|
|
975
1004
|
export default info;
|
|
@@ -6,7 +6,7 @@ const info = {
|
|
|
6
6
|
prettyName: 'Lumera',
|
|
7
7
|
website: 'https://lumera.protocol',
|
|
8
8
|
networkType: 'mainnet',
|
|
9
|
-
status: '
|
|
9
|
+
status: 'live',
|
|
10
10
|
bech32Prefix: 'lumera',
|
|
11
11
|
bech32Config: {
|
|
12
12
|
bech32PrefixAccAddr: 'lumera',
|
|
@@ -36,12 +36,15 @@ const info = {
|
|
|
36
36
|
},
|
|
37
37
|
codebase: {
|
|
38
38
|
gitRepo: 'https://github.com/LumeraProtocol/lumera',
|
|
39
|
-
tag: 'v1.
|
|
40
|
-
recommendedVersion: 'v1.
|
|
39
|
+
tag: 'v1.5.0',
|
|
40
|
+
recommendedVersion: 'v1.5.0',
|
|
41
41
|
language: {
|
|
42
42
|
type: 'go',
|
|
43
43
|
version: 'v1.24'
|
|
44
44
|
},
|
|
45
|
+
binaries: {
|
|
46
|
+
"linux/amd64": 'https://github.com/LumeraProtocol/lumera/releases/download/v1.5.0/lumera_v1.5.0_linux_amd64.tar.gz?checksum=sha256:3d33c600ad35b94c72acf4ce81247f6171b79169f5b84a6e415df1ec30d690dc'
|
|
47
|
+
},
|
|
45
48
|
sdk: {
|
|
46
49
|
type: 'cosmos',
|
|
47
50
|
version: 'v0.50.13'
|
|
@@ -59,9 +62,23 @@ const info = {
|
|
|
59
62
|
version: 'v8.5.1'
|
|
60
63
|
},
|
|
61
64
|
genesis: {
|
|
62
|
-
genesisUrl: 'https://
|
|
65
|
+
genesisUrl: 'https://raw.githubusercontent.com/LumeraProtocol/lumera-networks/refs/heads/master/mainnet/genesis.json'
|
|
63
66
|
}
|
|
64
67
|
},
|
|
68
|
+
apis: {
|
|
69
|
+
rpc: [{
|
|
70
|
+
address: 'https://rpc.lumera.io:443',
|
|
71
|
+
provider: 'LumeraProtocol'
|
|
72
|
+
}],
|
|
73
|
+
rest: [{
|
|
74
|
+
address: 'https://lcd.lumera.io:443',
|
|
75
|
+
provider: 'LumeraProtocol'
|
|
76
|
+
}],
|
|
77
|
+
grpc: [{
|
|
78
|
+
address: 'https://grpc.lumera.io:443',
|
|
79
|
+
provider: 'LumeraProtocol'
|
|
80
|
+
}]
|
|
81
|
+
},
|
|
65
82
|
explorers: [{
|
|
66
83
|
kind: 'ping.pub',
|
|
67
84
|
url: 'https://portal.lumera.io/lumera-mainnet-1/',
|
|
@@ -58,8 +58,9 @@ const info = {
|
|
|
58
58
|
},
|
|
59
59
|
explorers: [{
|
|
60
60
|
kind: 'Default Explorer',
|
|
61
|
-
url: 'https://manifest.
|
|
62
|
-
txPage: 'https://manifest.
|
|
61
|
+
url: 'https://explorer.manifest.network/',
|
|
62
|
+
txPage: 'https://explorer.manifest.network/transaction/${txHash}',
|
|
63
|
+
accountPage: 'https://explorer.manifest.network/account/${accountAddress}'
|
|
63
64
|
}],
|
|
64
65
|
logoURIs: {
|
|
65
66
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|