@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/bitsong.js
CHANGED
|
@@ -111,6 +111,10 @@ const assets = {
|
|
|
111
111
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
|
|
112
112
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
113
113
|
}],
|
|
114
|
+
socials: {
|
|
115
|
+
website: 'http://www.bitcanna.io/',
|
|
116
|
+
twitter: 'https://twitter.com/BitCannaGlobal'
|
|
117
|
+
},
|
|
114
118
|
traces: [{
|
|
115
119
|
type: 'ibc',
|
|
116
120
|
counterparty: {
|
|
@@ -231,6 +235,10 @@ const assets = {
|
|
|
231
235
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
|
|
232
236
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
233
237
|
}],
|
|
238
|
+
socials: {
|
|
239
|
+
website: 'http://www.bitcanna.io/',
|
|
240
|
+
twitter: 'https://twitter.com/BitCannaGlobal'
|
|
241
|
+
},
|
|
234
242
|
traces: [{
|
|
235
243
|
type: 'ibc',
|
|
236
244
|
counterparty: {
|
package/mainnet/carbon.js
CHANGED
|
@@ -26,6 +26,10 @@ const assets = {
|
|
|
26
26
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
27
27
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg'
|
|
28
28
|
}],
|
|
29
|
+
socials: {
|
|
30
|
+
website: 'https://canto.io/',
|
|
31
|
+
twitter: 'https://twitter.com/CantoPublic'
|
|
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/canto/images/canto.png',
|
|
62
66
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg'
|
|
63
67
|
}],
|
|
68
|
+
socials: {
|
|
69
|
+
website: 'https://canto.io/',
|
|
70
|
+
twitter: 'https://twitter.com/CantoPublic'
|
|
71
|
+
},
|
|
64
72
|
traces: [{
|
|
65
73
|
type: 'ibc',
|
|
66
74
|
counterparty: {
|
|
@@ -175,7 +183,7 @@ const assets = {
|
|
|
175
183
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
176
184
|
}],
|
|
177
185
|
socials: {
|
|
178
|
-
|
|
186
|
+
website: 'https://www.neokingdom.org/',
|
|
179
187
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
180
188
|
},
|
|
181
189
|
traces: [{
|
|
@@ -636,7 +644,7 @@ const assets = {
|
|
|
636
644
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
637
645
|
}],
|
|
638
646
|
socials: {
|
|
639
|
-
|
|
647
|
+
website: 'https://www.neokingdom.org/',
|
|
640
648
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
641
649
|
},
|
|
642
650
|
traces: [{
|
package/mainnet/celestia.js
CHANGED
|
@@ -183,7 +183,7 @@ const assets = {
|
|
|
183
183
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
184
184
|
}],
|
|
185
185
|
socials: {
|
|
186
|
-
|
|
186
|
+
website: 'https://www.neokingdom.org/',
|
|
187
187
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
188
188
|
},
|
|
189
189
|
traces: [{
|
|
@@ -1063,7 +1063,7 @@ const assets = {
|
|
|
1063
1063
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
1064
1064
|
}],
|
|
1065
1065
|
socials: {
|
|
1066
|
-
|
|
1066
|
+
website: 'https://www.neokingdom.org/',
|
|
1067
1067
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
1068
1068
|
},
|
|
1069
1069
|
traces: [{
|
package/mainnet/composable.js
CHANGED
|
@@ -139,6 +139,10 @@ const assets = {
|
|
|
139
139
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
140
140
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg'
|
|
141
141
|
}],
|
|
142
|
+
socials: {
|
|
143
|
+
website: 'https://canto.io/',
|
|
144
|
+
twitter: 'https://twitter.com/CantoPublic'
|
|
145
|
+
},
|
|
142
146
|
traces: [{
|
|
143
147
|
type: 'ibc',
|
|
144
148
|
counterparty: {
|
|
@@ -327,6 +331,10 @@ const assets = {
|
|
|
327
331
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
328
332
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg'
|
|
329
333
|
}],
|
|
334
|
+
socials: {
|
|
335
|
+
website: 'https://canto.io/',
|
|
336
|
+
twitter: 'https://twitter.com/CantoPublic'
|
|
337
|
+
},
|
|
330
338
|
traces: [{
|
|
331
339
|
type: 'ibc',
|
|
332
340
|
counterparty: {
|
|
@@ -551,7 +559,7 @@ const assets = {
|
|
|
551
559
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
552
560
|
}],
|
|
553
561
|
socials: {
|
|
554
|
-
|
|
562
|
+
website: 'https://www.neokingdom.org/',
|
|
555
563
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
556
564
|
},
|
|
557
565
|
traces: [{
|
|
@@ -1395,7 +1403,7 @@ const assets = {
|
|
|
1395
1403
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
1396
1404
|
}],
|
|
1397
1405
|
socials: {
|
|
1398
|
-
|
|
1406
|
+
website: 'https://www.neokingdom.org/',
|
|
1399
1407
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
1400
1408
|
},
|
|
1401
1409
|
traces: [{
|
|
@@ -2321,6 +2329,10 @@ const assets = {
|
|
|
2321
2329
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
2322
2330
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
2323
2331
|
}],
|
|
2332
|
+
socials: {
|
|
2333
|
+
website: 'http://alter.network/',
|
|
2334
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
2335
|
+
},
|
|
2324
2336
|
traces: [{
|
|
2325
2337
|
type: 'ibc-cw20',
|
|
2326
2338
|
counterparty: {
|
|
@@ -2359,6 +2371,10 @@ const assets = {
|
|
|
2359
2371
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
2360
2372
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
2361
2373
|
}],
|
|
2374
|
+
socials: {
|
|
2375
|
+
website: 'http://amber.money/',
|
|
2376
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
2377
|
+
},
|
|
2362
2378
|
traces: [{
|
|
2363
2379
|
type: 'ibc-cw20',
|
|
2364
2380
|
counterparty: {
|
|
@@ -2665,6 +2681,10 @@ const assets = {
|
|
|
2665
2681
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
2666
2682
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
2667
2683
|
}],
|
|
2684
|
+
socials: {
|
|
2685
|
+
website: 'http://alter.network/',
|
|
2686
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
2687
|
+
},
|
|
2668
2688
|
traces: [{
|
|
2669
2689
|
type: 'ibc-cw20',
|
|
2670
2690
|
counterparty: {
|
|
@@ -2703,6 +2723,10 @@ const assets = {
|
|
|
2703
2723
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
2704
2724
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
2705
2725
|
}],
|
|
2726
|
+
socials: {
|
|
2727
|
+
website: 'http://amber.money/',
|
|
2728
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
2729
|
+
},
|
|
2706
2730
|
traces: [{
|
|
2707
2731
|
type: 'ibc-cw20',
|
|
2708
2732
|
counterparty: {
|
package/mainnet/coreum.js
CHANGED
|
@@ -339,7 +339,7 @@ const assets = {
|
|
|
339
339
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
340
340
|
}],
|
|
341
341
|
socials: {
|
|
342
|
-
|
|
342
|
+
website: 'https://www.neokingdom.org/',
|
|
343
343
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
344
344
|
},
|
|
345
345
|
traces: [{
|
|
@@ -1053,7 +1053,7 @@ const assets = {
|
|
|
1053
1053
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
1054
1054
|
}],
|
|
1055
1055
|
socials: {
|
|
1056
|
-
|
|
1056
|
+
website: 'https://www.neokingdom.org/',
|
|
1057
1057
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
1058
1058
|
},
|
|
1059
1059
|
traces: [{
|
package/mainnet/cosmoshub.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: {
|
|
@@ -211,6 +219,10 @@ const assets = {
|
|
|
211
219
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png',
|
|
212
220
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg'
|
|
213
221
|
}],
|
|
222
|
+
socials: {
|
|
223
|
+
website: 'https://aioz.network/',
|
|
224
|
+
twitter: 'https://twitter.com/AIOZNetwork'
|
|
225
|
+
},
|
|
214
226
|
traces: [{
|
|
215
227
|
type: 'ibc',
|
|
216
228
|
counterparty: {
|
|
@@ -405,6 +417,10 @@ const assets = {
|
|
|
405
417
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
|
|
406
418
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
407
419
|
}],
|
|
420
|
+
socials: {
|
|
421
|
+
website: 'http://www.bitcanna.io/',
|
|
422
|
+
twitter: 'https://twitter.com/BitCannaGlobal'
|
|
423
|
+
},
|
|
408
424
|
traces: [{
|
|
409
425
|
type: 'ibc',
|
|
410
426
|
counterparty: {
|
|
@@ -589,6 +605,10 @@ const assets = {
|
|
|
589
605
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
590
606
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg'
|
|
591
607
|
}],
|
|
608
|
+
socials: {
|
|
609
|
+
website: 'http://cifer.ai/',
|
|
610
|
+
twitter: 'https://twitter.com/cifer_ai'
|
|
611
|
+
},
|
|
592
612
|
traces: [{
|
|
593
613
|
type: 'ibc',
|
|
594
614
|
counterparty: {
|
|
@@ -631,6 +651,10 @@ const assets = {
|
|
|
631
651
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
632
652
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
|
|
633
653
|
}],
|
|
654
|
+
socials: {
|
|
655
|
+
website: 'https://www.coreum.com/',
|
|
656
|
+
twitter: 'https://twitter.com/CoreumOfficial'
|
|
657
|
+
},
|
|
634
658
|
traces: [{
|
|
635
659
|
type: 'ibc',
|
|
636
660
|
counterparty: {
|
|
@@ -666,6 +690,10 @@ const assets = {
|
|
|
666
690
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
667
691
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
668
692
|
}],
|
|
693
|
+
socials: {
|
|
694
|
+
website: 'https://arable.finance/',
|
|
695
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
696
|
+
},
|
|
669
697
|
traces: [{
|
|
670
698
|
type: 'ibc',
|
|
671
699
|
counterparty: {
|
|
@@ -701,6 +729,10 @@ const assets = {
|
|
|
701
729
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
702
730
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
703
731
|
}],
|
|
732
|
+
socials: {
|
|
733
|
+
website: 'https://arable.finance/',
|
|
734
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
735
|
+
},
|
|
704
736
|
traces: [{
|
|
705
737
|
type: 'ibc',
|
|
706
738
|
counterparty: {
|
|
@@ -851,6 +883,10 @@ const assets = {
|
|
|
851
883
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png',
|
|
852
884
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg'
|
|
853
885
|
}],
|
|
886
|
+
socials: {
|
|
887
|
+
website: 'https://aioz.network/',
|
|
888
|
+
twitter: 'https://twitter.com/AIOZNetwork'
|
|
889
|
+
},
|
|
854
890
|
traces: [{
|
|
855
891
|
type: 'ibc',
|
|
856
892
|
counterparty: {
|
|
@@ -1045,6 +1081,10 @@ const assets = {
|
|
|
1045
1081
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
|
|
1046
1082
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
1047
1083
|
}],
|
|
1084
|
+
socials: {
|
|
1085
|
+
website: 'http://www.bitcanna.io/',
|
|
1086
|
+
twitter: 'https://twitter.com/BitCannaGlobal'
|
|
1087
|
+
},
|
|
1048
1088
|
traces: [{
|
|
1049
1089
|
type: 'ibc',
|
|
1050
1090
|
counterparty: {
|
|
@@ -1229,6 +1269,10 @@ const assets = {
|
|
|
1229
1269
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
1230
1270
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg'
|
|
1231
1271
|
}],
|
|
1272
|
+
socials: {
|
|
1273
|
+
website: 'http://cifer.ai/',
|
|
1274
|
+
twitter: 'https://twitter.com/cifer_ai'
|
|
1275
|
+
},
|
|
1232
1276
|
traces: [{
|
|
1233
1277
|
type: 'ibc',
|
|
1234
1278
|
counterparty: {
|
|
@@ -1271,6 +1315,10 @@ const assets = {
|
|
|
1271
1315
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
1272
1316
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
|
|
1273
1317
|
}],
|
|
1318
|
+
socials: {
|
|
1319
|
+
website: 'https://www.coreum.com/',
|
|
1320
|
+
twitter: 'https://twitter.com/CoreumOfficial'
|
|
1321
|
+
},
|
|
1274
1322
|
traces: [{
|
|
1275
1323
|
type: 'ibc',
|
|
1276
1324
|
counterparty: {
|
|
@@ -1770,7 +1818,7 @@ const assets = {
|
|
|
1770
1818
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
1771
1819
|
}],
|
|
1772
1820
|
socials: {
|
|
1773
|
-
|
|
1821
|
+
website: 'https://www.neokingdom.org/',
|
|
1774
1822
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
1775
1823
|
},
|
|
1776
1824
|
traces: [{
|
|
@@ -4152,7 +4200,7 @@ const assets = {
|
|
|
4152
4200
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
4153
4201
|
}],
|
|
4154
4202
|
socials: {
|
|
4155
|
-
|
|
4203
|
+
website: 'https://www.neokingdom.org/',
|
|
4156
4204
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
4157
4205
|
},
|
|
4158
4206
|
traces: [{
|
package/mainnet/crescent.js
CHANGED
|
@@ -697,7 +697,7 @@ const assets = {
|
|
|
697
697
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
698
698
|
}],
|
|
699
699
|
socials: {
|
|
700
|
-
|
|
700
|
+
website: 'https://www.neokingdom.org/',
|
|
701
701
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
702
702
|
},
|
|
703
703
|
traces: [{
|
|
@@ -2618,7 +2618,7 @@ const assets = {
|
|
|
2618
2618
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
2619
2619
|
}],
|
|
2620
2620
|
socials: {
|
|
2621
|
-
|
|
2621
|
+
website: 'https://www.neokingdom.org/',
|
|
2622
2622
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
2623
2623
|
},
|
|
2624
2624
|
traces: [{
|
|
@@ -362,7 +362,7 @@ const assets = {
|
|
|
362
362
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
363
363
|
}],
|
|
364
364
|
socials: {
|
|
365
|
-
|
|
365
|
+
website: 'https://www.neokingdom.org/',
|
|
366
366
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
367
367
|
},
|
|
368
368
|
traces: [{
|
|
@@ -854,7 +854,7 @@ const assets = {
|
|
|
854
854
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
855
855
|
}],
|
|
856
856
|
socials: {
|
|
857
|
-
|
|
857
|
+
website: 'https://www.neokingdom.org/',
|
|
858
858
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
859
859
|
},
|
|
860
860
|
traces: [{
|
package/mainnet/doravota.js
CHANGED
|
@@ -118,6 +118,10 @@ const assets = {
|
|
|
118
118
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
119
119
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
|
|
120
120
|
}],
|
|
121
|
+
socials: {
|
|
122
|
+
website: 'https://www.coreum.com/',
|
|
123
|
+
twitter: 'https://twitter.com/CoreumOfficial'
|
|
124
|
+
},
|
|
121
125
|
traces: [{
|
|
122
126
|
type: 'ibc',
|
|
123
127
|
counterparty: {
|
|
@@ -284,6 +288,10 @@ const assets = {
|
|
|
284
288
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
285
289
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
|
|
286
290
|
}],
|
|
291
|
+
socials: {
|
|
292
|
+
website: 'https://www.coreum.com/',
|
|
293
|
+
twitter: 'https://twitter.com/CoreumOfficial'
|
|
294
|
+
},
|
|
287
295
|
traces: [{
|
|
288
296
|
type: 'ibc',
|
|
289
297
|
counterparty: {
|
package/mainnet/dydx.js
CHANGED
|
@@ -33,6 +33,10 @@ const assets = {
|
|
|
33
33
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
34
34
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
|
|
35
35
|
}],
|
|
36
|
+
socials: {
|
|
37
|
+
website: 'https://www.coreum.com/',
|
|
38
|
+
twitter: 'https://twitter.com/CoreumOfficial'
|
|
39
|
+
},
|
|
36
40
|
traces: [{
|
|
37
41
|
type: 'ibc',
|
|
38
42
|
counterparty: {
|
|
@@ -109,6 +113,10 @@ const assets = {
|
|
|
109
113
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
110
114
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
|
|
111
115
|
}],
|
|
116
|
+
socials: {
|
|
117
|
+
website: 'https://www.coreum.com/',
|
|
118
|
+
twitter: 'https://twitter.com/CoreumOfficial'
|
|
119
|
+
},
|
|
112
120
|
traces: [{
|
|
113
121
|
type: 'ibc',
|
|
114
122
|
counterparty: {
|
|
@@ -218,7 +226,7 @@ const assets = {
|
|
|
218
226
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
219
227
|
}],
|
|
220
228
|
socials: {
|
|
221
|
-
|
|
229
|
+
website: 'https://www.neokingdom.org/',
|
|
222
230
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
223
231
|
},
|
|
224
232
|
traces: [{
|
|
@@ -1024,7 +1032,7 @@ const assets = {
|
|
|
1024
1032
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
1025
1033
|
}],
|
|
1026
1034
|
socials: {
|
|
1027
|
-
|
|
1035
|
+
website: 'https://www.neokingdom.org/',
|
|
1028
1036
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
1029
1037
|
},
|
|
1030
1038
|
traces: [{
|
package/mainnet/dymension.js
CHANGED
|
@@ -394,7 +394,7 @@ const assets = {
|
|
|
394
394
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
395
395
|
}],
|
|
396
396
|
socials: {
|
|
397
|
-
|
|
397
|
+
website: 'https://www.neokingdom.org/',
|
|
398
398
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
399
399
|
},
|
|
400
400
|
traces: [{
|
|
@@ -1126,7 +1126,7 @@ const assets = {
|
|
|
1126
1126
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
1127
1127
|
}],
|
|
1128
1128
|
socials: {
|
|
1129
|
-
|
|
1129
|
+
website: 'https://www.neokingdom.org/',
|
|
1130
1130
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
1131
1131
|
},
|
|
1132
1132
|
traces: [{
|
package/mainnet/evmos.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: {
|
|
@@ -399,6 +407,10 @@ const assets = {
|
|
|
399
407
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
400
408
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
|
|
401
409
|
}],
|
|
410
|
+
socials: {
|
|
411
|
+
website: 'https://www.coreum.com/',
|
|
412
|
+
twitter: 'https://twitter.com/CoreumOfficial'
|
|
413
|
+
},
|
|
402
414
|
traces: [{
|
|
403
415
|
type: 'ibc',
|
|
404
416
|
counterparty: {
|
|
@@ -665,6 +677,10 @@ const assets = {
|
|
|
665
677
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
666
678
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
667
679
|
}],
|
|
680
|
+
socials: {
|
|
681
|
+
website: 'https://arable.finance/',
|
|
682
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
683
|
+
},
|
|
668
684
|
traces: [{
|
|
669
685
|
type: 'ibc',
|
|
670
686
|
counterparty: {
|
|
@@ -700,6 +716,10 @@ const assets = {
|
|
|
700
716
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
701
717
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
702
718
|
}],
|
|
719
|
+
socials: {
|
|
720
|
+
website: 'https://arable.finance/',
|
|
721
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
722
|
+
},
|
|
703
723
|
traces: [{
|
|
704
724
|
type: 'ibc',
|
|
705
725
|
counterparty: {
|
|
@@ -1038,6 +1058,10 @@ const assets = {
|
|
|
1038
1058
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
1039
1059
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
|
|
1040
1060
|
}],
|
|
1061
|
+
socials: {
|
|
1062
|
+
website: 'https://www.coreum.com/',
|
|
1063
|
+
twitter: 'https://twitter.com/CoreumOfficial'
|
|
1064
|
+
},
|
|
1041
1065
|
traces: [{
|
|
1042
1066
|
type: 'ibc',
|
|
1043
1067
|
counterparty: {
|
package/mainnet/gateway.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: [{
|
|
@@ -216,7 +216,7 @@ const assets = {
|
|
|
216
216
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
217
217
|
}],
|
|
218
218
|
socials: {
|
|
219
|
-
|
|
219
|
+
website: 'https://www.neokingdom.org/',
|
|
220
220
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
221
221
|
},
|
|
222
222
|
traces: [{
|