@chain-registry/assets 1.42.8 → 1.42.9
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 +8 -0
- package/esm/mainnet/axelar.js +42 -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 +26 -2
- 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 +24 -0
- package/esm/mainnet/kava.js +10 -2
- package/esm/mainnet/kujira.js +42 -2
- package/esm/mainnet/migaloo.js +16 -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 +116 -4
- package/esm/mainnet/persistence.js +16 -0
- package/esm/mainnet/saga.js +78 -0
- package/esm/mainnet/secretnetwork.js +112 -2
- 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/index.d.ts +1 -1
- package/mainnet/acrechain.js +2 -2
- package/mainnet/agoric.js +2 -2
- package/mainnet/archway.js +8 -0
- package/mainnet/axelar.js +42 -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 +26 -2
- 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 +24 -0
- package/mainnet/kava.js +10 -2
- package/mainnet/kujira.js +42 -2
- package/mainnet/migaloo.js +16 -0
- package/mainnet/neutron.js +18 -2
- package/mainnet/noble.js +10 -2
- package/mainnet/oraichain.js +32 -0
- package/mainnet/osmosis.js +116 -4
- package/mainnet/persistence.js +16 -0
- package/mainnet/saga.js +78 -0
- package/mainnet/secretnetwork.js +112 -2
- 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/package.json +5 -5
package/esm/mainnet/oraichain.js
CHANGED
|
@@ -24,6 +24,10 @@ const assets = {
|
|
|
24
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
25
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
26
26
|
}],
|
|
27
|
+
socials: {
|
|
28
|
+
website: 'https://arable.finance/',
|
|
29
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
30
|
+
},
|
|
27
31
|
traces: [{
|
|
28
32
|
type: 'ibc',
|
|
29
33
|
counterparty: {
|
|
@@ -59,6 +63,10 @@ const assets = {
|
|
|
59
63
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
60
64
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
61
65
|
}],
|
|
66
|
+
socials: {
|
|
67
|
+
website: 'https://arable.finance/',
|
|
68
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
69
|
+
},
|
|
62
70
|
traces: [{
|
|
63
71
|
type: 'ibc',
|
|
64
72
|
counterparty: {
|
|
@@ -270,6 +278,10 @@ const assets = {
|
|
|
270
278
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
271
279
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
272
280
|
}],
|
|
281
|
+
socials: {
|
|
282
|
+
website: 'https://arable.finance/',
|
|
283
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
284
|
+
},
|
|
273
285
|
traces: [{
|
|
274
286
|
type: 'ibc',
|
|
275
287
|
counterparty: {
|
|
@@ -305,6 +317,10 @@ const assets = {
|
|
|
305
317
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
306
318
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
307
319
|
}],
|
|
320
|
+
socials: {
|
|
321
|
+
website: 'https://arable.finance/',
|
|
322
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
323
|
+
},
|
|
308
324
|
traces: [{
|
|
309
325
|
type: 'ibc',
|
|
310
326
|
counterparty: {
|
|
@@ -987,6 +1003,10 @@ const assets = {
|
|
|
987
1003
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
988
1004
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
989
1005
|
}],
|
|
1006
|
+
socials: {
|
|
1007
|
+
website: 'http://alter.network/',
|
|
1008
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
1009
|
+
},
|
|
990
1010
|
traces: [{
|
|
991
1011
|
type: 'ibc-cw20',
|
|
992
1012
|
counterparty: {
|
|
@@ -1025,6 +1045,10 @@ const assets = {
|
|
|
1025
1045
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
1026
1046
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
1027
1047
|
}],
|
|
1048
|
+
socials: {
|
|
1049
|
+
website: 'http://amber.money/',
|
|
1050
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
1051
|
+
},
|
|
1028
1052
|
traces: [{
|
|
1029
1053
|
type: 'ibc-cw20',
|
|
1030
1054
|
counterparty: {
|
|
@@ -1331,6 +1355,10 @@ const assets = {
|
|
|
1331
1355
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
1332
1356
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
1333
1357
|
}],
|
|
1358
|
+
socials: {
|
|
1359
|
+
website: 'http://alter.network/',
|
|
1360
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
1361
|
+
},
|
|
1334
1362
|
traces: [{
|
|
1335
1363
|
type: 'ibc-cw20',
|
|
1336
1364
|
counterparty: {
|
|
@@ -1369,6 +1397,10 @@ const assets = {
|
|
|
1369
1397
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
1370
1398
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
1371
1399
|
}],
|
|
1400
|
+
socials: {
|
|
1401
|
+
website: 'http://amber.money/',
|
|
1402
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
1403
|
+
},
|
|
1372
1404
|
traces: [{
|
|
1373
1405
|
type: 'ibc-cw20',
|
|
1374
1406
|
counterparty: {
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -59,6 +59,10 @@ const assets = {
|
|
|
59
59
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
60
60
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
61
61
|
}],
|
|
62
|
+
socials: {
|
|
63
|
+
website: 'https://arable.finance/',
|
|
64
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
65
|
+
},
|
|
62
66
|
traces: [{
|
|
63
67
|
type: 'ibc',
|
|
64
68
|
counterparty: {
|
|
@@ -94,6 +98,10 @@ const assets = {
|
|
|
94
98
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
95
99
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
96
100
|
}],
|
|
101
|
+
socials: {
|
|
102
|
+
website: 'https://arable.finance/',
|
|
103
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
104
|
+
},
|
|
97
105
|
traces: [{
|
|
98
106
|
type: 'ibc',
|
|
99
107
|
counterparty: {
|
|
@@ -244,6 +252,10 @@ const assets = {
|
|
|
244
252
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png',
|
|
245
253
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg'
|
|
246
254
|
}],
|
|
255
|
+
socials: {
|
|
256
|
+
website: 'https://aioz.network/',
|
|
257
|
+
twitter: 'https://twitter.com/AIOZNetwork'
|
|
258
|
+
},
|
|
247
259
|
traces: [{
|
|
248
260
|
type: 'ibc',
|
|
249
261
|
counterparty: {
|
|
@@ -363,6 +375,10 @@ const assets = {
|
|
|
363
375
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png',
|
|
364
376
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
|
|
365
377
|
}],
|
|
378
|
+
socials: {
|
|
379
|
+
website: 'https://arkhadian.io/',
|
|
380
|
+
twitter: 'https://twitter.com/ArkhadianSas'
|
|
381
|
+
},
|
|
366
382
|
traces: [{
|
|
367
383
|
type: 'ibc',
|
|
368
384
|
counterparty: {
|
|
@@ -585,6 +601,10 @@ const assets = {
|
|
|
585
601
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
|
|
586
602
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
587
603
|
}],
|
|
604
|
+
socials: {
|
|
605
|
+
website: 'http://www.bitcanna.io/',
|
|
606
|
+
twitter: 'https://twitter.com/BitCannaGlobal'
|
|
607
|
+
},
|
|
588
608
|
traces: [{
|
|
589
609
|
type: 'ibc',
|
|
590
610
|
counterparty: {
|
|
@@ -662,6 +682,10 @@ const assets = {
|
|
|
662
682
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png',
|
|
663
683
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg'
|
|
664
684
|
}],
|
|
685
|
+
socials: {
|
|
686
|
+
website: 'http://bluzelle.com/',
|
|
687
|
+
twitter: 'https://twitter.com/BluzelleHQ'
|
|
688
|
+
},
|
|
665
689
|
traces: [{
|
|
666
690
|
type: 'ibc',
|
|
667
691
|
counterparty: {
|
|
@@ -929,6 +953,10 @@ const assets = {
|
|
|
929
953
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
930
954
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg'
|
|
931
955
|
}],
|
|
956
|
+
socials: {
|
|
957
|
+
website: 'https://canto.io/',
|
|
958
|
+
twitter: 'https://twitter.com/CantoPublic'
|
|
959
|
+
},
|
|
932
960
|
traces: [{
|
|
933
961
|
type: 'ibc',
|
|
934
962
|
counterparty: {
|
|
@@ -1255,6 +1283,10 @@ const assets = {
|
|
|
1255
1283
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
1256
1284
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg'
|
|
1257
1285
|
}],
|
|
1286
|
+
socials: {
|
|
1287
|
+
website: 'http://cifer.ai/',
|
|
1288
|
+
twitter: 'https://twitter.com/cifer_ai'
|
|
1289
|
+
},
|
|
1258
1290
|
traces: [{
|
|
1259
1291
|
type: 'ibc',
|
|
1260
1292
|
counterparty: {
|
|
@@ -1395,6 +1427,10 @@ const assets = {
|
|
|
1395
1427
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png',
|
|
1396
1428
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
|
|
1397
1429
|
}],
|
|
1430
|
+
socials: {
|
|
1431
|
+
website: 'https://cvn.io',
|
|
1432
|
+
twitter: 'https://twitter.com/conscious_chain'
|
|
1433
|
+
},
|
|
1398
1434
|
traces: [{
|
|
1399
1435
|
type: 'ibc',
|
|
1400
1436
|
counterparty: {
|
|
@@ -1437,6 +1473,10 @@ const assets = {
|
|
|
1437
1473
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
1438
1474
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
|
|
1439
1475
|
}],
|
|
1476
|
+
socials: {
|
|
1477
|
+
website: 'https://www.coreum.com/',
|
|
1478
|
+
twitter: 'https://twitter.com/CoreumOfficial'
|
|
1479
|
+
},
|
|
1440
1480
|
traces: [{
|
|
1441
1481
|
type: 'ibc',
|
|
1442
1482
|
counterparty: {
|
|
@@ -1620,6 +1660,10 @@ const assets = {
|
|
|
1620
1660
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png',
|
|
1621
1661
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg'
|
|
1622
1662
|
}],
|
|
1663
|
+
socials: {
|
|
1664
|
+
website: 'http://www.cudos.org',
|
|
1665
|
+
twitter: 'https://twitter.com/CUDOS_'
|
|
1666
|
+
},
|
|
1623
1667
|
traces: [{
|
|
1624
1668
|
type: 'ibc',
|
|
1625
1669
|
counterparty: {
|
|
@@ -2257,7 +2301,7 @@ const assets = {
|
|
|
2257
2301
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
2258
2302
|
}],
|
|
2259
2303
|
socials: {
|
|
2260
|
-
|
|
2304
|
+
website: 'https://www.neokingdom.org/',
|
|
2261
2305
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
2262
2306
|
},
|
|
2263
2307
|
traces: [{
|
|
@@ -4454,6 +4498,10 @@ const assets = {
|
|
|
4454
4498
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
4455
4499
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
4456
4500
|
}],
|
|
4501
|
+
socials: {
|
|
4502
|
+
website: 'https://arable.finance/',
|
|
4503
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
4504
|
+
},
|
|
4457
4505
|
traces: [{
|
|
4458
4506
|
type: 'ibc',
|
|
4459
4507
|
counterparty: {
|
|
@@ -4489,6 +4537,10 @@ const assets = {
|
|
|
4489
4537
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
4490
4538
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
4491
4539
|
}],
|
|
4540
|
+
socials: {
|
|
4541
|
+
website: 'https://arable.finance/',
|
|
4542
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
4543
|
+
},
|
|
4492
4544
|
traces: [{
|
|
4493
4545
|
type: 'ibc',
|
|
4494
4546
|
counterparty: {
|
|
@@ -4639,6 +4691,10 @@ const assets = {
|
|
|
4639
4691
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png',
|
|
4640
4692
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg'
|
|
4641
4693
|
}],
|
|
4694
|
+
socials: {
|
|
4695
|
+
website: 'https://aioz.network/',
|
|
4696
|
+
twitter: 'https://twitter.com/AIOZNetwork'
|
|
4697
|
+
},
|
|
4642
4698
|
traces: [{
|
|
4643
4699
|
type: 'ibc',
|
|
4644
4700
|
counterparty: {
|
|
@@ -4758,6 +4814,10 @@ const assets = {
|
|
|
4758
4814
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png',
|
|
4759
4815
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
|
|
4760
4816
|
}],
|
|
4817
|
+
socials: {
|
|
4818
|
+
website: 'https://arkhadian.io/',
|
|
4819
|
+
twitter: 'https://twitter.com/ArkhadianSas'
|
|
4820
|
+
},
|
|
4761
4821
|
traces: [{
|
|
4762
4822
|
type: 'ibc',
|
|
4763
4823
|
counterparty: {
|
|
@@ -4980,6 +5040,10 @@ const assets = {
|
|
|
4980
5040
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
|
|
4981
5041
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
4982
5042
|
}],
|
|
5043
|
+
socials: {
|
|
5044
|
+
website: 'http://www.bitcanna.io/',
|
|
5045
|
+
twitter: 'https://twitter.com/BitCannaGlobal'
|
|
5046
|
+
},
|
|
4983
5047
|
traces: [{
|
|
4984
5048
|
type: 'ibc',
|
|
4985
5049
|
counterparty: {
|
|
@@ -5057,6 +5121,10 @@ const assets = {
|
|
|
5057
5121
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png',
|
|
5058
5122
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg'
|
|
5059
5123
|
}],
|
|
5124
|
+
socials: {
|
|
5125
|
+
website: 'http://bluzelle.com/',
|
|
5126
|
+
twitter: 'https://twitter.com/BluzelleHQ'
|
|
5127
|
+
},
|
|
5060
5128
|
traces: [{
|
|
5061
5129
|
type: 'ibc',
|
|
5062
5130
|
counterparty: {
|
|
@@ -5324,6 +5392,10 @@ const assets = {
|
|
|
5324
5392
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
5325
5393
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg'
|
|
5326
5394
|
}],
|
|
5395
|
+
socials: {
|
|
5396
|
+
website: 'https://canto.io/',
|
|
5397
|
+
twitter: 'https://twitter.com/CantoPublic'
|
|
5398
|
+
},
|
|
5327
5399
|
traces: [{
|
|
5328
5400
|
type: 'ibc',
|
|
5329
5401
|
counterparty: {
|
|
@@ -5650,6 +5722,10 @@ const assets = {
|
|
|
5650
5722
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
5651
5723
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg'
|
|
5652
5724
|
}],
|
|
5725
|
+
socials: {
|
|
5726
|
+
website: 'http://cifer.ai/',
|
|
5727
|
+
twitter: 'https://twitter.com/cifer_ai'
|
|
5728
|
+
},
|
|
5653
5729
|
traces: [{
|
|
5654
5730
|
type: 'ibc',
|
|
5655
5731
|
counterparty: {
|
|
@@ -5790,6 +5866,10 @@ const assets = {
|
|
|
5790
5866
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png',
|
|
5791
5867
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
|
|
5792
5868
|
}],
|
|
5869
|
+
socials: {
|
|
5870
|
+
website: 'https://cvn.io',
|
|
5871
|
+
twitter: 'https://twitter.com/conscious_chain'
|
|
5872
|
+
},
|
|
5793
5873
|
traces: [{
|
|
5794
5874
|
type: 'ibc',
|
|
5795
5875
|
counterparty: {
|
|
@@ -5832,6 +5912,10 @@ const assets = {
|
|
|
5832
5912
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
5833
5913
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
|
|
5834
5914
|
}],
|
|
5915
|
+
socials: {
|
|
5916
|
+
website: 'https://www.coreum.com/',
|
|
5917
|
+
twitter: 'https://twitter.com/CoreumOfficial'
|
|
5918
|
+
},
|
|
5835
5919
|
traces: [{
|
|
5836
5920
|
type: 'ibc',
|
|
5837
5921
|
counterparty: {
|
|
@@ -6015,6 +6099,10 @@ const assets = {
|
|
|
6015
6099
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png',
|
|
6016
6100
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg'
|
|
6017
6101
|
}],
|
|
6102
|
+
socials: {
|
|
6103
|
+
website: 'http://www.cudos.org',
|
|
6104
|
+
twitter: 'https://twitter.com/CUDOS_'
|
|
6105
|
+
},
|
|
6018
6106
|
traces: [{
|
|
6019
6107
|
type: 'ibc',
|
|
6020
6108
|
counterparty: {
|
|
@@ -6652,7 +6740,7 @@ const assets = {
|
|
|
6652
6740
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
6653
6741
|
}],
|
|
6654
6742
|
socials: {
|
|
6655
|
-
|
|
6743
|
+
website: 'https://www.neokingdom.org/',
|
|
6656
6744
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
6657
6745
|
},
|
|
6658
6746
|
traces: [{
|
|
@@ -9361,6 +9449,10 @@ const assets = {
|
|
|
9361
9449
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png',
|
|
9362
9450
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg'
|
|
9363
9451
|
}],
|
|
9452
|
+
socials: {
|
|
9453
|
+
website: 'https://rizon.world/',
|
|
9454
|
+
twitter: 'https://twitter.com/hdac_rizon'
|
|
9455
|
+
},
|
|
9364
9456
|
traces: [{
|
|
9365
9457
|
type: 'ibc',
|
|
9366
9458
|
counterparty: {
|
|
@@ -9409,7 +9501,7 @@ const assets = {
|
|
|
9409
9501
|
}
|
|
9410
9502
|
}],
|
|
9411
9503
|
socials: {
|
|
9412
|
-
|
|
9504
|
+
website: 'https://www.saga.xyz/',
|
|
9413
9505
|
twitter: 'https://twitter.com/Sagaxyz__'
|
|
9414
9506
|
},
|
|
9415
9507
|
traces: [{
|
|
@@ -11908,6 +12000,10 @@ const assets = {
|
|
|
11908
12000
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png',
|
|
11909
12001
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg'
|
|
11910
12002
|
}],
|
|
12003
|
+
socials: {
|
|
12004
|
+
website: 'https://rizon.world/',
|
|
12005
|
+
twitter: 'https://twitter.com/hdac_rizon'
|
|
12006
|
+
},
|
|
11911
12007
|
traces: [{
|
|
11912
12008
|
type: 'ibc',
|
|
11913
12009
|
counterparty: {
|
|
@@ -11956,7 +12052,7 @@ const assets = {
|
|
|
11956
12052
|
}
|
|
11957
12053
|
}],
|
|
11958
12054
|
socials: {
|
|
11959
|
-
|
|
12055
|
+
website: 'https://www.saga.xyz/',
|
|
11960
12056
|
twitter: 'https://twitter.com/Sagaxyz__'
|
|
11961
12057
|
},
|
|
11962
12058
|
traces: [{
|
|
@@ -19437,6 +19533,10 @@ const assets = {
|
|
|
19437
19533
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
19438
19534
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
19439
19535
|
}],
|
|
19536
|
+
socials: {
|
|
19537
|
+
website: 'http://alter.network/',
|
|
19538
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
19539
|
+
},
|
|
19440
19540
|
traces: [{
|
|
19441
19541
|
type: 'ibc-cw20',
|
|
19442
19542
|
counterparty: {
|
|
@@ -19475,6 +19575,10 @@ const assets = {
|
|
|
19475
19575
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
19476
19576
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
19477
19577
|
}],
|
|
19578
|
+
socials: {
|
|
19579
|
+
website: 'http://amber.money/',
|
|
19580
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
19581
|
+
},
|
|
19478
19582
|
traces: [{
|
|
19479
19583
|
type: 'ibc-cw20',
|
|
19480
19584
|
counterparty: {
|
|
@@ -20759,6 +20863,10 @@ const assets = {
|
|
|
20759
20863
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
20760
20864
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
20761
20865
|
}],
|
|
20866
|
+
socials: {
|
|
20867
|
+
website: 'http://alter.network/',
|
|
20868
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
20869
|
+
},
|
|
20762
20870
|
traces: [{
|
|
20763
20871
|
type: 'ibc-cw20',
|
|
20764
20872
|
counterparty: {
|
|
@@ -20797,6 +20905,10 @@ const assets = {
|
|
|
20797
20905
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
20798
20906
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
20799
20907
|
}],
|
|
20908
|
+
socials: {
|
|
20909
|
+
website: 'http://amber.money/',
|
|
20910
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
20911
|
+
},
|
|
20800
20912
|
traces: [{
|
|
20801
20913
|
type: 'ibc-cw20',
|
|
20802
20914
|
counterparty: {
|
|
@@ -3339,6 +3339,10 @@ const assets = {
|
|
|
3339
3339
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
3340
3340
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
3341
3341
|
}],
|
|
3342
|
+
socials: {
|
|
3343
|
+
website: 'http://alter.network/',
|
|
3344
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
3345
|
+
},
|
|
3342
3346
|
traces: [{
|
|
3343
3347
|
type: 'ibc-cw20',
|
|
3344
3348
|
counterparty: {
|
|
@@ -3377,6 +3381,10 @@ const assets = {
|
|
|
3377
3381
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
3378
3382
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
3379
3383
|
}],
|
|
3384
|
+
socials: {
|
|
3385
|
+
website: 'http://amber.money/',
|
|
3386
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
3387
|
+
},
|
|
3380
3388
|
traces: [{
|
|
3381
3389
|
type: 'ibc-cw20',
|
|
3382
3390
|
counterparty: {
|
|
@@ -3683,6 +3691,10 @@ const assets = {
|
|
|
3683
3691
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
3684
3692
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
3685
3693
|
}],
|
|
3694
|
+
socials: {
|
|
3695
|
+
website: 'http://alter.network/',
|
|
3696
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
3697
|
+
},
|
|
3686
3698
|
traces: [{
|
|
3687
3699
|
type: 'ibc-cw20',
|
|
3688
3700
|
counterparty: {
|
|
@@ -3721,6 +3733,10 @@ const assets = {
|
|
|
3721
3733
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
3722
3734
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
3723
3735
|
}],
|
|
3736
|
+
socials: {
|
|
3737
|
+
website: 'http://amber.money/',
|
|
3738
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
3739
|
+
},
|
|
3724
3740
|
traces: [{
|
|
3725
3741
|
type: 'ibc-cw20',
|
|
3726
3742
|
counterparty: {
|
package/esm/mainnet/saga.js
CHANGED
|
@@ -433,6 +433,45 @@ const assets = {
|
|
|
433
433
|
}
|
|
434
434
|
}]
|
|
435
435
|
},
|
|
436
|
+
{
|
|
437
|
+
description: 'The native token of Secret Network',
|
|
438
|
+
denom_units: [{
|
|
439
|
+
denom: 'ibc/1B28CD5F3CDC17E585A7F2F05931FA694B3EFF0233D98CEF3505A35410D53CED',
|
|
440
|
+
exponent: 0,
|
|
441
|
+
aliases: ['uscrt']
|
|
442
|
+
}, {
|
|
443
|
+
denom: 'scrt',
|
|
444
|
+
exponent: 6
|
|
445
|
+
}],
|
|
446
|
+
base: 'ibc/1B28CD5F3CDC17E585A7F2F05931FA694B3EFF0233D98CEF3505A35410D53CED',
|
|
447
|
+
name: 'Secret Network',
|
|
448
|
+
display: 'scrt',
|
|
449
|
+
symbol: 'SCRT',
|
|
450
|
+
logo_URIs: {
|
|
451
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
452
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
453
|
+
},
|
|
454
|
+
coingecko_id: 'secret',
|
|
455
|
+
images: [{
|
|
456
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
457
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
458
|
+
}],
|
|
459
|
+
socials: {
|
|
460
|
+
website: 'https://scrt.network/',
|
|
461
|
+
twitter: 'https://twitter.com/SecretNetwork'
|
|
462
|
+
},
|
|
463
|
+
traces: [{
|
|
464
|
+
type: 'ibc',
|
|
465
|
+
counterparty: {
|
|
466
|
+
channel_id: 'channel-152',
|
|
467
|
+
base_denom: 'uscrt',
|
|
468
|
+
chain_name: 'secretnetwork'
|
|
469
|
+
},
|
|
470
|
+
chain: {
|
|
471
|
+
channel_id: 'channel-17'
|
|
472
|
+
}
|
|
473
|
+
}]
|
|
474
|
+
},
|
|
436
475
|
{
|
|
437
476
|
description: 'The native token of Stride',
|
|
438
477
|
denom_units: [{
|
|
@@ -472,6 +511,45 @@ const assets = {
|
|
|
472
511
|
}
|
|
473
512
|
}]
|
|
474
513
|
},
|
|
514
|
+
{
|
|
515
|
+
description: 'The native token of Secret Network',
|
|
516
|
+
denom_units: [{
|
|
517
|
+
denom: 'ibc/1B28CD5F3CDC17E585A7F2F05931FA694B3EFF0233D98CEF3505A35410D53CED',
|
|
518
|
+
exponent: 0,
|
|
519
|
+
aliases: ['uscrt']
|
|
520
|
+
}, {
|
|
521
|
+
denom: 'scrt',
|
|
522
|
+
exponent: 6
|
|
523
|
+
}],
|
|
524
|
+
base: 'ibc/1B28CD5F3CDC17E585A7F2F05931FA694B3EFF0233D98CEF3505A35410D53CED',
|
|
525
|
+
name: 'Secret Network',
|
|
526
|
+
display: 'scrt',
|
|
527
|
+
symbol: 'SCRT',
|
|
528
|
+
logo_URIs: {
|
|
529
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
530
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
531
|
+
},
|
|
532
|
+
coingecko_id: 'secret',
|
|
533
|
+
images: [{
|
|
534
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
535
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
536
|
+
}],
|
|
537
|
+
socials: {
|
|
538
|
+
website: 'https://scrt.network/',
|
|
539
|
+
twitter: 'https://twitter.com/SecretNetwork'
|
|
540
|
+
},
|
|
541
|
+
traces: [{
|
|
542
|
+
type: 'ibc',
|
|
543
|
+
counterparty: {
|
|
544
|
+
channel_id: 'channel-152',
|
|
545
|
+
base_denom: 'uscrt',
|
|
546
|
+
chain_name: 'secretnetwork'
|
|
547
|
+
},
|
|
548
|
+
chain: {
|
|
549
|
+
channel_id: 'channel-17'
|
|
550
|
+
}
|
|
551
|
+
}]
|
|
552
|
+
},
|
|
475
553
|
{
|
|
476
554
|
description: 'The native token of Stride',
|
|
477
555
|
denom_units: [{
|