@chain-registry/assets 1.42.7 → 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/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/mainnet/stargaze.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: {
|
|
@@ -463,7 +471,7 @@ const assets = {
|
|
|
463
471
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
464
472
|
}],
|
|
465
473
|
socials: {
|
|
466
|
-
|
|
474
|
+
website: 'https://www.neokingdom.org/',
|
|
467
475
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
468
476
|
},
|
|
469
477
|
traces: [{
|
|
@@ -1182,6 +1190,10 @@ const assets = {
|
|
|
1182
1190
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
1183
1191
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
1184
1192
|
}],
|
|
1193
|
+
socials: {
|
|
1194
|
+
website: 'https://arable.finance/',
|
|
1195
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
1196
|
+
},
|
|
1185
1197
|
traces: [{
|
|
1186
1198
|
type: 'ibc',
|
|
1187
1199
|
counterparty: {
|
|
@@ -1217,6 +1229,10 @@ const assets = {
|
|
|
1217
1229
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
1218
1230
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
1219
1231
|
}],
|
|
1232
|
+
socials: {
|
|
1233
|
+
website: 'https://arable.finance/',
|
|
1234
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
1235
|
+
},
|
|
1220
1236
|
traces: [{
|
|
1221
1237
|
type: 'ibc',
|
|
1222
1238
|
counterparty: {
|
|
@@ -1619,7 +1635,7 @@ const assets = {
|
|
|
1619
1635
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
1620
1636
|
}],
|
|
1621
1637
|
socials: {
|
|
1622
|
-
|
|
1638
|
+
website: 'https://www.neokingdom.org/',
|
|
1623
1639
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
1624
1640
|
},
|
|
1625
1641
|
traces: [{
|
package/mainnet/stride.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: {
|
|
@@ -729,7 +737,7 @@ const assets = {
|
|
|
729
737
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
730
738
|
}],
|
|
731
739
|
socials: {
|
|
732
|
-
|
|
740
|
+
website: 'https://www.neokingdom.org/',
|
|
733
741
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
734
742
|
},
|
|
735
743
|
traces: [{
|
|
@@ -1288,7 +1296,7 @@ const assets = {
|
|
|
1288
1296
|
}
|
|
1289
1297
|
}],
|
|
1290
1298
|
socials: {
|
|
1291
|
-
|
|
1299
|
+
website: 'https://www.saga.xyz/',
|
|
1292
1300
|
twitter: 'https://twitter.com/Sagaxyz__'
|
|
1293
1301
|
},
|
|
1294
1302
|
traces: [{
|
|
@@ -1522,6 +1530,10 @@ const assets = {
|
|
|
1522
1530
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
1523
1531
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
1524
1532
|
}],
|
|
1533
|
+
socials: {
|
|
1534
|
+
website: 'https://arable.finance/',
|
|
1535
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
1536
|
+
},
|
|
1525
1537
|
traces: [{
|
|
1526
1538
|
type: 'ibc',
|
|
1527
1539
|
counterparty: {
|
|
@@ -1557,6 +1569,10 @@ const assets = {
|
|
|
1557
1569
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
1558
1570
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
1559
1571
|
}],
|
|
1572
|
+
socials: {
|
|
1573
|
+
website: 'https://arable.finance/',
|
|
1574
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
1575
|
+
},
|
|
1560
1576
|
traces: [{
|
|
1561
1577
|
type: 'ibc',
|
|
1562
1578
|
counterparty: {
|
|
@@ -2225,7 +2241,7 @@ const assets = {
|
|
|
2225
2241
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
2226
2242
|
}],
|
|
2227
2243
|
socials: {
|
|
2228
|
-
|
|
2244
|
+
website: 'https://www.neokingdom.org/',
|
|
2229
2245
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
2230
2246
|
},
|
|
2231
2247
|
traces: [{
|
|
@@ -2784,7 +2800,7 @@ const assets = {
|
|
|
2784
2800
|
}
|
|
2785
2801
|
}],
|
|
2786
2802
|
socials: {
|
|
2787
|
-
|
|
2803
|
+
website: 'https://www.saga.xyz/',
|
|
2788
2804
|
twitter: 'https://twitter.com/Sagaxyz__'
|
|
2789
2805
|
},
|
|
2790
2806
|
traces: [{
|
package/mainnet/terra.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: {
|
|
@@ -359,6 +367,10 @@ const assets = {
|
|
|
359
367
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
360
368
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
361
369
|
}],
|
|
370
|
+
socials: {
|
|
371
|
+
website: 'https://arable.finance/',
|
|
372
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
373
|
+
},
|
|
362
374
|
traces: [{
|
|
363
375
|
type: 'ibc',
|
|
364
376
|
counterparty: {
|
|
@@ -394,6 +406,10 @@ const assets = {
|
|
|
394
406
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
395
407
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
396
408
|
}],
|
|
409
|
+
socials: {
|
|
410
|
+
website: 'https://arable.finance/',
|
|
411
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
412
|
+
},
|
|
397
413
|
traces: [{
|
|
398
414
|
type: 'ibc',
|
|
399
415
|
counterparty: {
|
package/mainnet/terra2.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: {
|
|
@@ -2667,6 +2675,10 @@ const assets = {
|
|
|
2667
2675
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
2668
2676
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
2669
2677
|
}],
|
|
2678
|
+
socials: {
|
|
2679
|
+
website: 'https://arable.finance/',
|
|
2680
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
2681
|
+
},
|
|
2670
2682
|
traces: [{
|
|
2671
2683
|
type: 'ibc',
|
|
2672
2684
|
counterparty: {
|
|
@@ -2702,6 +2714,10 @@ const assets = {
|
|
|
2702
2714
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
2703
2715
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
2704
2716
|
}],
|
|
2717
|
+
socials: {
|
|
2718
|
+
website: 'https://arable.finance/',
|
|
2719
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
2720
|
+
},
|
|
2705
2721
|
traces: [{
|
|
2706
2722
|
type: 'ibc',
|
|
2707
2723
|
counterparty: {
|
|
@@ -5576,6 +5592,10 @@ const assets = {
|
|
|
5576
5592
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
5577
5593
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
5578
5594
|
}],
|
|
5595
|
+
socials: {
|
|
5596
|
+
website: 'http://alter.network/',
|
|
5597
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
5598
|
+
},
|
|
5579
5599
|
traces: [{
|
|
5580
5600
|
type: 'ibc-cw20',
|
|
5581
5601
|
counterparty: {
|
|
@@ -5614,6 +5634,10 @@ const assets = {
|
|
|
5614
5634
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
5615
5635
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
5616
5636
|
}],
|
|
5637
|
+
socials: {
|
|
5638
|
+
website: 'http://amber.money/',
|
|
5639
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
5640
|
+
},
|
|
5617
5641
|
traces: [{
|
|
5618
5642
|
type: 'ibc-cw20',
|
|
5619
5643
|
counterparty: {
|
|
@@ -5957,6 +5981,10 @@ const assets = {
|
|
|
5957
5981
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
5958
5982
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
5959
5983
|
}],
|
|
5984
|
+
socials: {
|
|
5985
|
+
website: 'http://alter.network/',
|
|
5986
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
5987
|
+
},
|
|
5960
5988
|
traces: [{
|
|
5961
5989
|
type: 'ibc-cw20',
|
|
5962
5990
|
counterparty: {
|
|
@@ -5995,6 +6023,10 @@ const assets = {
|
|
|
5995
6023
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
5996
6024
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
5997
6025
|
}],
|
|
6026
|
+
socials: {
|
|
6027
|
+
website: 'http://amber.money/',
|
|
6028
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
6029
|
+
},
|
|
5998
6030
|
traces: [{
|
|
5999
6031
|
type: 'ibc-cw20',
|
|
6000
6032
|
counterparty: {
|
package/mainnet/tgrade.js
CHANGED
|
@@ -66,7 +66,7 @@ const assets = {
|
|
|
66
66
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
67
67
|
}],
|
|
68
68
|
socials: {
|
|
69
|
-
|
|
69
|
+
website: 'https://www.neokingdom.org/',
|
|
70
70
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
71
71
|
},
|
|
72
72
|
traces: [{
|
|
@@ -297,7 +297,7 @@ const assets = {
|
|
|
297
297
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
298
298
|
}],
|
|
299
299
|
socials: {
|
|
300
|
-
|
|
300
|
+
website: 'https://www.neokingdom.org/',
|
|
301
301
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
302
302
|
},
|
|
303
303
|
traces: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.42.
|
|
3
|
+
"version": "1.42.9",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.26.
|
|
33
|
-
"chain-registry": "^1.41.
|
|
32
|
+
"@chain-registry/utils": "^1.26.7",
|
|
33
|
+
"chain-registry": "^1.41.9"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.25.
|
|
36
|
+
"@chain-registry/types": "^0.25.7"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "7295e569ef2bee1dc4bd5f597bc836c7a3f05c7b"
|
|
47
47
|
}
|