@chain-registry/assets 1.42.8 → 1.42.10
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/acrechain.js +2 -2
- package/esm/mainnet/agoric.js +2 -2
- package/esm/mainnet/archway.js +86 -0
- package/esm/mainnet/axelar.js +120 -2
- package/esm/mainnet/bandchain.js +8 -0
- package/esm/mainnet/bitsong.js +8 -0
- package/esm/mainnet/carbon.js +10 -2
- package/esm/mainnet/celestia.js +2 -2
- package/esm/mainnet/composable.js +2005 -825
- package/esm/mainnet/coreum.js +2 -2
- package/esm/mainnet/cosmoshub.js +50 -2
- package/esm/mainnet/crescent.js +2 -2
- package/esm/mainnet/cryptoorgchain.js +2 -2
- package/esm/mainnet/doravota.js +8 -0
- package/esm/mainnet/dydx.js +10 -2
- package/esm/mainnet/dymension.js +2 -2
- package/esm/mainnet/evmos.js +24 -0
- package/esm/mainnet/gateway.js +2 -2
- package/esm/mainnet/gravitybridge.js +42 -2
- package/esm/mainnet/injective.js +2 -2
- package/esm/mainnet/juno.js +116 -0
- package/esm/mainnet/kava.js +10 -2
- package/esm/mainnet/kujira.js +42 -2
- package/esm/mainnet/migaloo.js +160 -0
- package/esm/mainnet/neutron.js +18 -2
- package/esm/mainnet/noble.js +10 -2
- package/esm/mainnet/oraichain.js +32 -0
- package/esm/mainnet/osmosis.js +122 -10
- package/esm/mainnet/persistence.js +16 -0
- package/esm/mainnet/saga.js +78 -0
- package/esm/mainnet/secretnetwork.js +112 -2
- package/esm/mainnet/shido.js +82 -4
- package/esm/mainnet/stargaze.js +18 -2
- package/esm/mainnet/stride.js +20 -4
- package/esm/mainnet/terra.js +16 -0
- package/esm/mainnet/terra2.js +32 -0
- package/esm/mainnet/tgrade.js +2 -2
- package/esm/noncosmos/assets.js +2 -1
- package/esm/noncosmos/ethereum.js +5 -0
- package/esm/noncosmos/index.js +1 -0
- package/index.d.ts +1 -1
- package/mainnet/acrechain.js +2 -2
- package/mainnet/agoric.js +2 -2
- package/mainnet/archway.js +86 -0
- package/mainnet/axelar.js +120 -2
- package/mainnet/bandchain.js +8 -0
- package/mainnet/bitsong.js +8 -0
- package/mainnet/carbon.js +10 -2
- package/mainnet/celestia.js +2 -2
- package/mainnet/composable.js +2005 -825
- package/mainnet/coreum.js +2 -2
- package/mainnet/cosmoshub.js +50 -2
- package/mainnet/crescent.js +2 -2
- package/mainnet/cryptoorgchain.js +2 -2
- package/mainnet/doravota.js +8 -0
- package/mainnet/dydx.js +10 -2
- package/mainnet/dymension.js +2 -2
- package/mainnet/evmos.js +24 -0
- package/mainnet/gateway.js +2 -2
- package/mainnet/gravitybridge.js +42 -2
- package/mainnet/injective.js +2 -2
- package/mainnet/juno.js +116 -0
- package/mainnet/kava.js +10 -2
- package/mainnet/kujira.js +42 -2
- package/mainnet/migaloo.js +160 -0
- package/mainnet/neutron.js +18 -2
- package/mainnet/noble.js +10 -2
- package/mainnet/oraichain.js +32 -0
- package/mainnet/osmosis.js +122 -10
- package/mainnet/persistence.js +16 -0
- package/mainnet/saga.js +78 -0
- package/mainnet/secretnetwork.js +112 -2
- package/mainnet/shido.js +82 -4
- package/mainnet/stargaze.js +18 -2
- package/mainnet/stride.js +20 -4
- package/mainnet/terra.js +16 -0
- package/mainnet/terra2.js +32 -0
- package/mainnet/tgrade.js +2 -2
- package/noncosmos/assets.js +2 -1
- package/noncosmos/ethereum.d.ts +3 -0
- package/noncosmos/ethereum.js +7 -0
- package/noncosmos/index.d.ts +1 -0
- package/noncosmos/index.js +2 -1
- package/package.json +5 -5
package/mainnet/oraichain.js
CHANGED
|
@@ -26,6 +26,10 @@ const assets = {
|
|
|
26
26
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
27
27
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
28
28
|
}],
|
|
29
|
+
socials: {
|
|
30
|
+
website: 'https://arable.finance/',
|
|
31
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
32
|
+
},
|
|
29
33
|
traces: [{
|
|
30
34
|
type: 'ibc',
|
|
31
35
|
counterparty: {
|
|
@@ -61,6 +65,10 @@ const assets = {
|
|
|
61
65
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
62
66
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
63
67
|
}],
|
|
68
|
+
socials: {
|
|
69
|
+
website: 'https://arable.finance/',
|
|
70
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
71
|
+
},
|
|
64
72
|
traces: [{
|
|
65
73
|
type: 'ibc',
|
|
66
74
|
counterparty: {
|
|
@@ -272,6 +280,10 @@ const assets = {
|
|
|
272
280
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
273
281
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
274
282
|
}],
|
|
283
|
+
socials: {
|
|
284
|
+
website: 'https://arable.finance/',
|
|
285
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
286
|
+
},
|
|
275
287
|
traces: [{
|
|
276
288
|
type: 'ibc',
|
|
277
289
|
counterparty: {
|
|
@@ -307,6 +319,10 @@ const assets = {
|
|
|
307
319
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
308
320
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
309
321
|
}],
|
|
322
|
+
socials: {
|
|
323
|
+
website: 'https://arable.finance/',
|
|
324
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
325
|
+
},
|
|
310
326
|
traces: [{
|
|
311
327
|
type: 'ibc',
|
|
312
328
|
counterparty: {
|
|
@@ -989,6 +1005,10 @@ const assets = {
|
|
|
989
1005
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
990
1006
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
991
1007
|
}],
|
|
1008
|
+
socials: {
|
|
1009
|
+
website: 'http://alter.network/',
|
|
1010
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
1011
|
+
},
|
|
992
1012
|
traces: [{
|
|
993
1013
|
type: 'ibc-cw20',
|
|
994
1014
|
counterparty: {
|
|
@@ -1027,6 +1047,10 @@ const assets = {
|
|
|
1027
1047
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
1028
1048
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
1029
1049
|
}],
|
|
1050
|
+
socials: {
|
|
1051
|
+
website: 'http://amber.money/',
|
|
1052
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
1053
|
+
},
|
|
1030
1054
|
traces: [{
|
|
1031
1055
|
type: 'ibc-cw20',
|
|
1032
1056
|
counterparty: {
|
|
@@ -1333,6 +1357,10 @@ const assets = {
|
|
|
1333
1357
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
1334
1358
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
1335
1359
|
}],
|
|
1360
|
+
socials: {
|
|
1361
|
+
website: 'http://alter.network/',
|
|
1362
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
1363
|
+
},
|
|
1336
1364
|
traces: [{
|
|
1337
1365
|
type: 'ibc-cw20',
|
|
1338
1366
|
counterparty: {
|
|
@@ -1371,6 +1399,10 @@ const assets = {
|
|
|
1371
1399
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
1372
1400
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
1373
1401
|
}],
|
|
1402
|
+
socials: {
|
|
1403
|
+
website: 'http://amber.money/',
|
|
1404
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
1405
|
+
},
|
|
1374
1406
|
traces: [{
|
|
1375
1407
|
type: 'ibc-cw20',
|
|
1376
1408
|
counterparty: {
|
package/mainnet/osmosis.js
CHANGED
|
@@ -61,6 +61,10 @@ const assets = {
|
|
|
61
61
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
62
62
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
63
63
|
}],
|
|
64
|
+
socials: {
|
|
65
|
+
website: 'https://arable.finance/',
|
|
66
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
67
|
+
},
|
|
64
68
|
traces: [{
|
|
65
69
|
type: 'ibc',
|
|
66
70
|
counterparty: {
|
|
@@ -96,6 +100,10 @@ const assets = {
|
|
|
96
100
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
97
101
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
98
102
|
}],
|
|
103
|
+
socials: {
|
|
104
|
+
website: 'https://arable.finance/',
|
|
105
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
106
|
+
},
|
|
99
107
|
traces: [{
|
|
100
108
|
type: 'ibc',
|
|
101
109
|
counterparty: {
|
|
@@ -246,6 +254,10 @@ const assets = {
|
|
|
246
254
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png',
|
|
247
255
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg'
|
|
248
256
|
}],
|
|
257
|
+
socials: {
|
|
258
|
+
website: 'https://aioz.network/',
|
|
259
|
+
twitter: 'https://twitter.com/AIOZNetwork'
|
|
260
|
+
},
|
|
249
261
|
traces: [{
|
|
250
262
|
type: 'ibc',
|
|
251
263
|
counterparty: {
|
|
@@ -365,6 +377,10 @@ const assets = {
|
|
|
365
377
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png',
|
|
366
378
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
|
|
367
379
|
}],
|
|
380
|
+
socials: {
|
|
381
|
+
website: 'https://arkhadian.io/',
|
|
382
|
+
twitter: 'https://twitter.com/ArkhadianSas'
|
|
383
|
+
},
|
|
368
384
|
traces: [{
|
|
369
385
|
type: 'ibc',
|
|
370
386
|
counterparty: {
|
|
@@ -587,6 +603,10 @@ const assets = {
|
|
|
587
603
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
|
|
588
604
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
589
605
|
}],
|
|
606
|
+
socials: {
|
|
607
|
+
website: 'http://www.bitcanna.io/',
|
|
608
|
+
twitter: 'https://twitter.com/BitCannaGlobal'
|
|
609
|
+
},
|
|
590
610
|
traces: [{
|
|
591
611
|
type: 'ibc',
|
|
592
612
|
counterparty: {
|
|
@@ -664,6 +684,10 @@ const assets = {
|
|
|
664
684
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png',
|
|
665
685
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg'
|
|
666
686
|
}],
|
|
687
|
+
socials: {
|
|
688
|
+
website: 'http://bluzelle.com/',
|
|
689
|
+
twitter: 'https://twitter.com/BluzelleHQ'
|
|
690
|
+
},
|
|
667
691
|
traces: [{
|
|
668
692
|
type: 'ibc',
|
|
669
693
|
counterparty: {
|
|
@@ -931,6 +955,10 @@ const assets = {
|
|
|
931
955
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
932
956
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg'
|
|
933
957
|
}],
|
|
958
|
+
socials: {
|
|
959
|
+
website: 'https://canto.io/',
|
|
960
|
+
twitter: 'https://twitter.com/CantoPublic'
|
|
961
|
+
},
|
|
934
962
|
traces: [{
|
|
935
963
|
type: 'ibc',
|
|
936
964
|
counterparty: {
|
|
@@ -1257,6 +1285,10 @@ const assets = {
|
|
|
1257
1285
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
1258
1286
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg'
|
|
1259
1287
|
}],
|
|
1288
|
+
socials: {
|
|
1289
|
+
website: 'http://cifer.ai/',
|
|
1290
|
+
twitter: 'https://twitter.com/cifer_ai'
|
|
1291
|
+
},
|
|
1260
1292
|
traces: [{
|
|
1261
1293
|
type: 'ibc',
|
|
1262
1294
|
counterparty: {
|
|
@@ -1397,6 +1429,10 @@ const assets = {
|
|
|
1397
1429
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png',
|
|
1398
1430
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
|
|
1399
1431
|
}],
|
|
1432
|
+
socials: {
|
|
1433
|
+
website: 'https://cvn.io',
|
|
1434
|
+
twitter: 'https://twitter.com/conscious_chain'
|
|
1435
|
+
},
|
|
1400
1436
|
traces: [{
|
|
1401
1437
|
type: 'ibc',
|
|
1402
1438
|
counterparty: {
|
|
@@ -1439,6 +1475,10 @@ const assets = {
|
|
|
1439
1475
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
1440
1476
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
|
|
1441
1477
|
}],
|
|
1478
|
+
socials: {
|
|
1479
|
+
website: 'https://www.coreum.com/',
|
|
1480
|
+
twitter: 'https://twitter.com/CoreumOfficial'
|
|
1481
|
+
},
|
|
1442
1482
|
traces: [{
|
|
1443
1483
|
type: 'ibc',
|
|
1444
1484
|
counterparty: {
|
|
@@ -1622,6 +1662,10 @@ const assets = {
|
|
|
1622
1662
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png',
|
|
1623
1663
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg'
|
|
1624
1664
|
}],
|
|
1665
|
+
socials: {
|
|
1666
|
+
website: 'http://www.cudos.org',
|
|
1667
|
+
twitter: 'https://twitter.com/CUDOS_'
|
|
1668
|
+
},
|
|
1625
1669
|
traces: [{
|
|
1626
1670
|
type: 'ibc',
|
|
1627
1671
|
counterparty: {
|
|
@@ -2259,7 +2303,7 @@ const assets = {
|
|
|
2259
2303
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
2260
2304
|
}],
|
|
2261
2305
|
socials: {
|
|
2262
|
-
|
|
2306
|
+
website: 'https://www.neokingdom.org/',
|
|
2263
2307
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
2264
2308
|
},
|
|
2265
2309
|
traces: [{
|
|
@@ -4456,6 +4500,10 @@ const assets = {
|
|
|
4456
4500
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
4457
4501
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
4458
4502
|
}],
|
|
4503
|
+
socials: {
|
|
4504
|
+
website: 'https://arable.finance/',
|
|
4505
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
4506
|
+
},
|
|
4459
4507
|
traces: [{
|
|
4460
4508
|
type: 'ibc',
|
|
4461
4509
|
counterparty: {
|
|
@@ -4491,6 +4539,10 @@ const assets = {
|
|
|
4491
4539
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
4492
4540
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
4493
4541
|
}],
|
|
4542
|
+
socials: {
|
|
4543
|
+
website: 'https://arable.finance/',
|
|
4544
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
4545
|
+
},
|
|
4494
4546
|
traces: [{
|
|
4495
4547
|
type: 'ibc',
|
|
4496
4548
|
counterparty: {
|
|
@@ -4641,6 +4693,10 @@ const assets = {
|
|
|
4641
4693
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png',
|
|
4642
4694
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg'
|
|
4643
4695
|
}],
|
|
4696
|
+
socials: {
|
|
4697
|
+
website: 'https://aioz.network/',
|
|
4698
|
+
twitter: 'https://twitter.com/AIOZNetwork'
|
|
4699
|
+
},
|
|
4644
4700
|
traces: [{
|
|
4645
4701
|
type: 'ibc',
|
|
4646
4702
|
counterparty: {
|
|
@@ -4760,6 +4816,10 @@ const assets = {
|
|
|
4760
4816
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png',
|
|
4761
4817
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
|
|
4762
4818
|
}],
|
|
4819
|
+
socials: {
|
|
4820
|
+
website: 'https://arkhadian.io/',
|
|
4821
|
+
twitter: 'https://twitter.com/ArkhadianSas'
|
|
4822
|
+
},
|
|
4763
4823
|
traces: [{
|
|
4764
4824
|
type: 'ibc',
|
|
4765
4825
|
counterparty: {
|
|
@@ -4982,6 +5042,10 @@ const assets = {
|
|
|
4982
5042
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
|
|
4983
5043
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
4984
5044
|
}],
|
|
5045
|
+
socials: {
|
|
5046
|
+
website: 'http://www.bitcanna.io/',
|
|
5047
|
+
twitter: 'https://twitter.com/BitCannaGlobal'
|
|
5048
|
+
},
|
|
4985
5049
|
traces: [{
|
|
4986
5050
|
type: 'ibc',
|
|
4987
5051
|
counterparty: {
|
|
@@ -5059,6 +5123,10 @@ const assets = {
|
|
|
5059
5123
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png',
|
|
5060
5124
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg'
|
|
5061
5125
|
}],
|
|
5126
|
+
socials: {
|
|
5127
|
+
website: 'http://bluzelle.com/',
|
|
5128
|
+
twitter: 'https://twitter.com/BluzelleHQ'
|
|
5129
|
+
},
|
|
5062
5130
|
traces: [{
|
|
5063
5131
|
type: 'ibc',
|
|
5064
5132
|
counterparty: {
|
|
@@ -5326,6 +5394,10 @@ const assets = {
|
|
|
5326
5394
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
5327
5395
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg'
|
|
5328
5396
|
}],
|
|
5397
|
+
socials: {
|
|
5398
|
+
website: 'https://canto.io/',
|
|
5399
|
+
twitter: 'https://twitter.com/CantoPublic'
|
|
5400
|
+
},
|
|
5329
5401
|
traces: [{
|
|
5330
5402
|
type: 'ibc',
|
|
5331
5403
|
counterparty: {
|
|
@@ -5652,6 +5724,10 @@ const assets = {
|
|
|
5652
5724
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
5653
5725
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg'
|
|
5654
5726
|
}],
|
|
5727
|
+
socials: {
|
|
5728
|
+
website: 'http://cifer.ai/',
|
|
5729
|
+
twitter: 'https://twitter.com/cifer_ai'
|
|
5730
|
+
},
|
|
5655
5731
|
traces: [{
|
|
5656
5732
|
type: 'ibc',
|
|
5657
5733
|
counterparty: {
|
|
@@ -5792,6 +5868,10 @@ const assets = {
|
|
|
5792
5868
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png',
|
|
5793
5869
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
|
|
5794
5870
|
}],
|
|
5871
|
+
socials: {
|
|
5872
|
+
website: 'https://cvn.io',
|
|
5873
|
+
twitter: 'https://twitter.com/conscious_chain'
|
|
5874
|
+
},
|
|
5795
5875
|
traces: [{
|
|
5796
5876
|
type: 'ibc',
|
|
5797
5877
|
counterparty: {
|
|
@@ -5834,6 +5914,10 @@ const assets = {
|
|
|
5834
5914
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
5835
5915
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
|
|
5836
5916
|
}],
|
|
5917
|
+
socials: {
|
|
5918
|
+
website: 'https://www.coreum.com/',
|
|
5919
|
+
twitter: 'https://twitter.com/CoreumOfficial'
|
|
5920
|
+
},
|
|
5837
5921
|
traces: [{
|
|
5838
5922
|
type: 'ibc',
|
|
5839
5923
|
counterparty: {
|
|
@@ -6017,6 +6101,10 @@ const assets = {
|
|
|
6017
6101
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png',
|
|
6018
6102
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg'
|
|
6019
6103
|
}],
|
|
6104
|
+
socials: {
|
|
6105
|
+
website: 'http://www.cudos.org',
|
|
6106
|
+
twitter: 'https://twitter.com/CUDOS_'
|
|
6107
|
+
},
|
|
6020
6108
|
traces: [{
|
|
6021
6109
|
type: 'ibc',
|
|
6022
6110
|
counterparty: {
|
|
@@ -6654,7 +6742,7 @@ const assets = {
|
|
|
6654
6742
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
6655
6743
|
}],
|
|
6656
6744
|
socials: {
|
|
6657
|
-
|
|
6745
|
+
website: 'https://www.neokingdom.org/',
|
|
6658
6746
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
6659
6747
|
},
|
|
6660
6748
|
traces: [{
|
|
@@ -9363,6 +9451,10 @@ const assets = {
|
|
|
9363
9451
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png',
|
|
9364
9452
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg'
|
|
9365
9453
|
}],
|
|
9454
|
+
socials: {
|
|
9455
|
+
website: 'https://rizon.world/',
|
|
9456
|
+
twitter: 'https://twitter.com/hdac_rizon'
|
|
9457
|
+
},
|
|
9366
9458
|
traces: [{
|
|
9367
9459
|
type: 'ibc',
|
|
9368
9460
|
counterparty: {
|
|
@@ -9411,7 +9503,7 @@ const assets = {
|
|
|
9411
9503
|
}
|
|
9412
9504
|
}],
|
|
9413
9505
|
socials: {
|
|
9414
|
-
|
|
9506
|
+
website: 'https://www.saga.xyz/',
|
|
9415
9507
|
twitter: 'https://twitter.com/Sagaxyz__'
|
|
9416
9508
|
},
|
|
9417
9509
|
traces: [{
|
|
@@ -9787,14 +9879,14 @@ const assets = {
|
|
|
9787
9879
|
{
|
|
9788
9880
|
description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
|
|
9789
9881
|
denom_units: [{
|
|
9790
|
-
denom: 'ibc/
|
|
9882
|
+
denom: 'ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7',
|
|
9791
9883
|
exponent: 0,
|
|
9792
9884
|
aliases: ['shido']
|
|
9793
9885
|
}, {
|
|
9794
9886
|
denom: 'SHIDO',
|
|
9795
9887
|
exponent: 18
|
|
9796
9888
|
}],
|
|
9797
|
-
base: 'ibc/
|
|
9889
|
+
base: 'ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7',
|
|
9798
9890
|
name: 'Shido',
|
|
9799
9891
|
display: 'SHIDO',
|
|
9800
9892
|
symbol: 'SHIDO',
|
|
@@ -9819,7 +9911,7 @@ const assets = {
|
|
|
9819
9911
|
chain_name: 'shido'
|
|
9820
9912
|
},
|
|
9821
9913
|
chain: {
|
|
9822
|
-
channel_id: 'channel-
|
|
9914
|
+
channel_id: 'channel-73755'
|
|
9823
9915
|
}
|
|
9824
9916
|
}]
|
|
9825
9917
|
},
|
|
@@ -11910,6 +12002,10 @@ const assets = {
|
|
|
11910
12002
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png',
|
|
11911
12003
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg'
|
|
11912
12004
|
}],
|
|
12005
|
+
socials: {
|
|
12006
|
+
website: 'https://rizon.world/',
|
|
12007
|
+
twitter: 'https://twitter.com/hdac_rizon'
|
|
12008
|
+
},
|
|
11913
12009
|
traces: [{
|
|
11914
12010
|
type: 'ibc',
|
|
11915
12011
|
counterparty: {
|
|
@@ -11958,7 +12054,7 @@ const assets = {
|
|
|
11958
12054
|
}
|
|
11959
12055
|
}],
|
|
11960
12056
|
socials: {
|
|
11961
|
-
|
|
12057
|
+
website: 'https://www.saga.xyz/',
|
|
11962
12058
|
twitter: 'https://twitter.com/Sagaxyz__'
|
|
11963
12059
|
},
|
|
11964
12060
|
traces: [{
|
|
@@ -12334,14 +12430,14 @@ const assets = {
|
|
|
12334
12430
|
{
|
|
12335
12431
|
description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
|
|
12336
12432
|
denom_units: [{
|
|
12337
|
-
denom: 'ibc/
|
|
12433
|
+
denom: 'ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7',
|
|
12338
12434
|
exponent: 0,
|
|
12339
12435
|
aliases: ['shido']
|
|
12340
12436
|
}, {
|
|
12341
12437
|
denom: 'SHIDO',
|
|
12342
12438
|
exponent: 18
|
|
12343
12439
|
}],
|
|
12344
|
-
base: 'ibc/
|
|
12440
|
+
base: 'ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7',
|
|
12345
12441
|
name: 'Shido',
|
|
12346
12442
|
display: 'SHIDO',
|
|
12347
12443
|
symbol: 'SHIDO',
|
|
@@ -12366,7 +12462,7 @@ const assets = {
|
|
|
12366
12462
|
chain_name: 'shido'
|
|
12367
12463
|
},
|
|
12368
12464
|
chain: {
|
|
12369
|
-
channel_id: 'channel-
|
|
12465
|
+
channel_id: 'channel-73755'
|
|
12370
12466
|
}
|
|
12371
12467
|
}]
|
|
12372
12468
|
},
|
|
@@ -19439,6 +19535,10 @@ const assets = {
|
|
|
19439
19535
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
19440
19536
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
19441
19537
|
}],
|
|
19538
|
+
socials: {
|
|
19539
|
+
website: 'http://alter.network/',
|
|
19540
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
19541
|
+
},
|
|
19442
19542
|
traces: [{
|
|
19443
19543
|
type: 'ibc-cw20',
|
|
19444
19544
|
counterparty: {
|
|
@@ -19477,6 +19577,10 @@ const assets = {
|
|
|
19477
19577
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
19478
19578
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
19479
19579
|
}],
|
|
19580
|
+
socials: {
|
|
19581
|
+
website: 'http://amber.money/',
|
|
19582
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
19583
|
+
},
|
|
19480
19584
|
traces: [{
|
|
19481
19585
|
type: 'ibc-cw20',
|
|
19482
19586
|
counterparty: {
|
|
@@ -20761,6 +20865,10 @@ const assets = {
|
|
|
20761
20865
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
20762
20866
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
20763
20867
|
}],
|
|
20868
|
+
socials: {
|
|
20869
|
+
website: 'http://alter.network/',
|
|
20870
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
20871
|
+
},
|
|
20764
20872
|
traces: [{
|
|
20765
20873
|
type: 'ibc-cw20',
|
|
20766
20874
|
counterparty: {
|
|
@@ -20799,6 +20907,10 @@ const assets = {
|
|
|
20799
20907
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
20800
20908
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
20801
20909
|
}],
|
|
20910
|
+
socials: {
|
|
20911
|
+
website: 'http://amber.money/',
|
|
20912
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
20913
|
+
},
|
|
20802
20914
|
traces: [{
|
|
20803
20915
|
type: 'ibc-cw20',
|
|
20804
20916
|
counterparty: {
|
package/mainnet/persistence.js
CHANGED
|
@@ -3341,6 +3341,10 @@ const assets = {
|
|
|
3341
3341
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
3342
3342
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
3343
3343
|
}],
|
|
3344
|
+
socials: {
|
|
3345
|
+
website: 'http://alter.network/',
|
|
3346
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
3347
|
+
},
|
|
3344
3348
|
traces: [{
|
|
3345
3349
|
type: 'ibc-cw20',
|
|
3346
3350
|
counterparty: {
|
|
@@ -3379,6 +3383,10 @@ const assets = {
|
|
|
3379
3383
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
3380
3384
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
3381
3385
|
}],
|
|
3386
|
+
socials: {
|
|
3387
|
+
website: 'http://amber.money/',
|
|
3388
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
3389
|
+
},
|
|
3382
3390
|
traces: [{
|
|
3383
3391
|
type: 'ibc-cw20',
|
|
3384
3392
|
counterparty: {
|
|
@@ -3685,6 +3693,10 @@ const assets = {
|
|
|
3685
3693
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
3686
3694
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
3687
3695
|
}],
|
|
3696
|
+
socials: {
|
|
3697
|
+
website: 'http://alter.network/',
|
|
3698
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
3699
|
+
},
|
|
3688
3700
|
traces: [{
|
|
3689
3701
|
type: 'ibc-cw20',
|
|
3690
3702
|
counterparty: {
|
|
@@ -3723,6 +3735,10 @@ const assets = {
|
|
|
3723
3735
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
3724
3736
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
3725
3737
|
}],
|
|
3738
|
+
socials: {
|
|
3739
|
+
website: 'http://amber.money/',
|
|
3740
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
3741
|
+
},
|
|
3726
3742
|
traces: [{
|
|
3727
3743
|
type: 'ibc-cw20',
|
|
3728
3744
|
counterparty: {
|
package/mainnet/saga.js
CHANGED
|
@@ -435,6 +435,45 @@ const assets = {
|
|
|
435
435
|
}
|
|
436
436
|
}]
|
|
437
437
|
},
|
|
438
|
+
{
|
|
439
|
+
description: 'The native token of Secret Network',
|
|
440
|
+
denom_units: [{
|
|
441
|
+
denom: 'ibc/1B28CD5F3CDC17E585A7F2F05931FA694B3EFF0233D98CEF3505A35410D53CED',
|
|
442
|
+
exponent: 0,
|
|
443
|
+
aliases: ['uscrt']
|
|
444
|
+
}, {
|
|
445
|
+
denom: 'scrt',
|
|
446
|
+
exponent: 6
|
|
447
|
+
}],
|
|
448
|
+
base: 'ibc/1B28CD5F3CDC17E585A7F2F05931FA694B3EFF0233D98CEF3505A35410D53CED',
|
|
449
|
+
name: 'Secret Network',
|
|
450
|
+
display: 'scrt',
|
|
451
|
+
symbol: 'SCRT',
|
|
452
|
+
logo_URIs: {
|
|
453
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
454
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
455
|
+
},
|
|
456
|
+
coingecko_id: 'secret',
|
|
457
|
+
images: [{
|
|
458
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
459
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
460
|
+
}],
|
|
461
|
+
socials: {
|
|
462
|
+
website: 'https://scrt.network/',
|
|
463
|
+
twitter: 'https://twitter.com/SecretNetwork'
|
|
464
|
+
},
|
|
465
|
+
traces: [{
|
|
466
|
+
type: 'ibc',
|
|
467
|
+
counterparty: {
|
|
468
|
+
channel_id: 'channel-152',
|
|
469
|
+
base_denom: 'uscrt',
|
|
470
|
+
chain_name: 'secretnetwork'
|
|
471
|
+
},
|
|
472
|
+
chain: {
|
|
473
|
+
channel_id: 'channel-17'
|
|
474
|
+
}
|
|
475
|
+
}]
|
|
476
|
+
},
|
|
438
477
|
{
|
|
439
478
|
description: 'The native token of Stride',
|
|
440
479
|
denom_units: [{
|
|
@@ -474,6 +513,45 @@ const assets = {
|
|
|
474
513
|
}
|
|
475
514
|
}]
|
|
476
515
|
},
|
|
516
|
+
{
|
|
517
|
+
description: 'The native token of Secret Network',
|
|
518
|
+
denom_units: [{
|
|
519
|
+
denom: 'ibc/1B28CD5F3CDC17E585A7F2F05931FA694B3EFF0233D98CEF3505A35410D53CED',
|
|
520
|
+
exponent: 0,
|
|
521
|
+
aliases: ['uscrt']
|
|
522
|
+
}, {
|
|
523
|
+
denom: 'scrt',
|
|
524
|
+
exponent: 6
|
|
525
|
+
}],
|
|
526
|
+
base: 'ibc/1B28CD5F3CDC17E585A7F2F05931FA694B3EFF0233D98CEF3505A35410D53CED',
|
|
527
|
+
name: 'Secret Network',
|
|
528
|
+
display: 'scrt',
|
|
529
|
+
symbol: 'SCRT',
|
|
530
|
+
logo_URIs: {
|
|
531
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
532
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
533
|
+
},
|
|
534
|
+
coingecko_id: 'secret',
|
|
535
|
+
images: [{
|
|
536
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
537
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
538
|
+
}],
|
|
539
|
+
socials: {
|
|
540
|
+
website: 'https://scrt.network/',
|
|
541
|
+
twitter: 'https://twitter.com/SecretNetwork'
|
|
542
|
+
},
|
|
543
|
+
traces: [{
|
|
544
|
+
type: 'ibc',
|
|
545
|
+
counterparty: {
|
|
546
|
+
channel_id: 'channel-152',
|
|
547
|
+
base_denom: 'uscrt',
|
|
548
|
+
chain_name: 'secretnetwork'
|
|
549
|
+
},
|
|
550
|
+
chain: {
|
|
551
|
+
channel_id: 'channel-17'
|
|
552
|
+
}
|
|
553
|
+
}]
|
|
554
|
+
},
|
|
477
555
|
{
|
|
478
556
|
description: 'The native token of Stride',
|
|
479
557
|
denom_units: [{
|