@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.
Files changed (74) hide show
  1. package/esm/mainnet/acrechain.js +2 -2
  2. package/esm/mainnet/agoric.js +2 -2
  3. package/esm/mainnet/archway.js +8 -0
  4. package/esm/mainnet/axelar.js +42 -2
  5. package/esm/mainnet/bandchain.js +8 -0
  6. package/esm/mainnet/bitsong.js +8 -0
  7. package/esm/mainnet/carbon.js +10 -2
  8. package/esm/mainnet/celestia.js +2 -2
  9. package/esm/mainnet/composable.js +26 -2
  10. package/esm/mainnet/coreum.js +2 -2
  11. package/esm/mainnet/cosmoshub.js +50 -2
  12. package/esm/mainnet/crescent.js +2 -2
  13. package/esm/mainnet/cryptoorgchain.js +2 -2
  14. package/esm/mainnet/doravota.js +8 -0
  15. package/esm/mainnet/dydx.js +10 -2
  16. package/esm/mainnet/dymension.js +2 -2
  17. package/esm/mainnet/evmos.js +24 -0
  18. package/esm/mainnet/gateway.js +2 -2
  19. package/esm/mainnet/gravitybridge.js +42 -2
  20. package/esm/mainnet/injective.js +2 -2
  21. package/esm/mainnet/juno.js +24 -0
  22. package/esm/mainnet/kava.js +10 -2
  23. package/esm/mainnet/kujira.js +42 -2
  24. package/esm/mainnet/migaloo.js +16 -0
  25. package/esm/mainnet/neutron.js +18 -2
  26. package/esm/mainnet/noble.js +10 -2
  27. package/esm/mainnet/oraichain.js +32 -0
  28. package/esm/mainnet/osmosis.js +116 -4
  29. package/esm/mainnet/persistence.js +16 -0
  30. package/esm/mainnet/saga.js +78 -0
  31. package/esm/mainnet/secretnetwork.js +112 -2
  32. package/esm/mainnet/stargaze.js +18 -2
  33. package/esm/mainnet/stride.js +20 -4
  34. package/esm/mainnet/terra.js +16 -0
  35. package/esm/mainnet/terra2.js +32 -0
  36. package/esm/mainnet/tgrade.js +2 -2
  37. package/index.d.ts +1 -1
  38. package/mainnet/acrechain.js +2 -2
  39. package/mainnet/agoric.js +2 -2
  40. package/mainnet/archway.js +8 -0
  41. package/mainnet/axelar.js +42 -2
  42. package/mainnet/bandchain.js +8 -0
  43. package/mainnet/bitsong.js +8 -0
  44. package/mainnet/carbon.js +10 -2
  45. package/mainnet/celestia.js +2 -2
  46. package/mainnet/composable.js +26 -2
  47. package/mainnet/coreum.js +2 -2
  48. package/mainnet/cosmoshub.js +50 -2
  49. package/mainnet/crescent.js +2 -2
  50. package/mainnet/cryptoorgchain.js +2 -2
  51. package/mainnet/doravota.js +8 -0
  52. package/mainnet/dydx.js +10 -2
  53. package/mainnet/dymension.js +2 -2
  54. package/mainnet/evmos.js +24 -0
  55. package/mainnet/gateway.js +2 -2
  56. package/mainnet/gravitybridge.js +42 -2
  57. package/mainnet/injective.js +2 -2
  58. package/mainnet/juno.js +24 -0
  59. package/mainnet/kava.js +10 -2
  60. package/mainnet/kujira.js +42 -2
  61. package/mainnet/migaloo.js +16 -0
  62. package/mainnet/neutron.js +18 -2
  63. package/mainnet/noble.js +10 -2
  64. package/mainnet/oraichain.js +32 -0
  65. package/mainnet/osmosis.js +116 -4
  66. package/mainnet/persistence.js +16 -0
  67. package/mainnet/saga.js +78 -0
  68. package/mainnet/secretnetwork.js +112 -2
  69. package/mainnet/stargaze.js +18 -2
  70. package/mainnet/stride.js +20 -4
  71. package/mainnet/terra.js +16 -0
  72. package/mainnet/terra2.js +32 -0
  73. package/mainnet/tgrade.js +2 -2
  74. package/package.json +5 -5
@@ -392,7 +392,7 @@ const assets = {
392
392
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
393
393
  }],
394
394
  socials: {
395
- webiste: 'https://www.neokingdom.org/',
395
+ website: 'https://www.neokingdom.org/',
396
396
  twitter: 'https://twitter.com/NEOKingdomDAO'
397
397
  },
398
398
  traces: [{
@@ -1124,7 +1124,7 @@ const assets = {
1124
1124
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1125
1125
  }],
1126
1126
  socials: {
1127
- webiste: 'https://www.neokingdom.org/',
1127
+ website: 'https://www.neokingdom.org/',
1128
1128
  twitter: 'https://twitter.com/NEOKingdomDAO'
1129
1129
  },
1130
1130
  traces: [{
@@ -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: {
@@ -397,6 +405,10 @@ const assets = {
397
405
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
398
406
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
399
407
  }],
408
+ socials: {
409
+ website: 'https://www.coreum.com/',
410
+ twitter: 'https://twitter.com/CoreumOfficial'
411
+ },
400
412
  traces: [{
401
413
  type: 'ibc',
402
414
  counterparty: {
@@ -663,6 +675,10 @@ const assets = {
663
675
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
664
676
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
665
677
  }],
678
+ socials: {
679
+ website: 'https://arable.finance/',
680
+ twitter: 'https://twitter.com/ArableProtocol'
681
+ },
666
682
  traces: [{
667
683
  type: 'ibc',
668
684
  counterparty: {
@@ -698,6 +714,10 @@ const assets = {
698
714
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
699
715
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
700
716
  }],
717
+ socials: {
718
+ website: 'https://arable.finance/',
719
+ twitter: 'https://twitter.com/ArableProtocol'
720
+ },
701
721
  traces: [{
702
722
  type: 'ibc',
703
723
  counterparty: {
@@ -1036,6 +1056,10 @@ const assets = {
1036
1056
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
1037
1057
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
1038
1058
  }],
1059
+ socials: {
1060
+ website: 'https://www.coreum.com/',
1061
+ twitter: 'https://twitter.com/CoreumOfficial'
1062
+ },
1039
1063
  traces: [{
1040
1064
  type: 'ibc',
1041
1065
  counterparty: {
@@ -64,7 +64,7 @@ const assets = {
64
64
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
65
65
  }],
66
66
  socials: {
67
- webiste: 'https://www.neokingdom.org/',
67
+ website: 'https://www.neokingdom.org/',
68
68
  twitter: 'https://twitter.com/NEOKingdomDAO'
69
69
  },
70
70
  traces: [{
@@ -214,7 +214,7 @@ const assets = {
214
214
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
215
215
  }],
216
216
  socials: {
217
- webiste: 'https://www.neokingdom.org/',
217
+ website: 'https://www.neokingdom.org/',
218
218
  twitter: 'https://twitter.com/NEOKingdomDAO'
219
219
  },
220
220
  traces: [{
@@ -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: {
@@ -290,6 +298,10 @@ const assets = {
290
298
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
291
299
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
292
300
  }],
301
+ socials: {
302
+ website: 'https://www.coreum.com/',
303
+ twitter: 'https://twitter.com/CoreumOfficial'
304
+ },
293
305
  traces: [{
294
306
  type: 'ibc',
295
307
  counterparty: {
@@ -435,7 +447,7 @@ const assets = {
435
447
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
436
448
  }],
437
449
  socials: {
438
- webiste: 'https://www.neokingdom.org/',
450
+ website: 'https://www.neokingdom.org/',
439
451
  twitter: 'https://twitter.com/NEOKingdomDAO'
440
452
  },
441
453
  traces: [{
@@ -545,6 +557,10 @@ const assets = {
545
557
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
546
558
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
547
559
  }],
560
+ socials: {
561
+ website: 'https://arable.finance/',
562
+ twitter: 'https://twitter.com/ArableProtocol'
563
+ },
548
564
  traces: [{
549
565
  type: 'ibc',
550
566
  counterparty: {
@@ -580,6 +596,10 @@ const assets = {
580
596
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
581
597
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
582
598
  }],
599
+ socials: {
600
+ website: 'https://arable.finance/',
601
+ twitter: 'https://twitter.com/ArableProtocol'
602
+ },
583
603
  traces: [{
584
604
  type: 'ibc',
585
605
  counterparty: {
@@ -811,6 +831,10 @@ const assets = {
811
831
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
812
832
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
813
833
  }],
834
+ socials: {
835
+ website: 'https://www.coreum.com/',
836
+ twitter: 'https://twitter.com/CoreumOfficial'
837
+ },
814
838
  traces: [{
815
839
  type: 'ibc',
816
840
  counterparty: {
@@ -956,7 +980,7 @@ const assets = {
956
980
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
957
981
  }],
958
982
  socials: {
959
- webiste: 'https://www.neokingdom.org/',
983
+ website: 'https://www.neokingdom.org/',
960
984
  twitter: 'https://twitter.com/NEOKingdomDAO'
961
985
  },
962
986
  traces: [{
@@ -2153,6 +2177,10 @@ const assets = {
2153
2177
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
2154
2178
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
2155
2179
  }],
2180
+ socials: {
2181
+ website: 'http://alter.network/',
2182
+ twitter: 'https://twitter.com/AlterDapp'
2183
+ },
2156
2184
  traces: [{
2157
2185
  type: 'ibc-cw20',
2158
2186
  counterparty: {
@@ -2191,6 +2219,10 @@ const assets = {
2191
2219
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
2192
2220
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
2193
2221
  }],
2222
+ socials: {
2223
+ website: 'http://amber.money/',
2224
+ twitter: 'https://twitter.com/AmberDAO_'
2225
+ },
2194
2226
  traces: [{
2195
2227
  type: 'ibc-cw20',
2196
2228
  counterparty: {
@@ -2497,6 +2529,10 @@ const assets = {
2497
2529
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
2498
2530
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
2499
2531
  }],
2532
+ socials: {
2533
+ website: 'http://alter.network/',
2534
+ twitter: 'https://twitter.com/AlterDapp'
2535
+ },
2500
2536
  traces: [{
2501
2537
  type: 'ibc-cw20',
2502
2538
  counterparty: {
@@ -2535,6 +2571,10 @@ const assets = {
2535
2571
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
2536
2572
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
2537
2573
  }],
2574
+ socials: {
2575
+ website: 'http://amber.money/',
2576
+ twitter: 'https://twitter.com/AmberDAO_'
2577
+ },
2538
2578
  traces: [{
2539
2579
  type: 'ibc-cw20',
2540
2580
  counterparty: {
@@ -319,7 +319,7 @@ const assets = {
319
319
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
320
320
  }],
321
321
  socials: {
322
- webiste: 'https://www.neokingdom.org/',
322
+ website: 'https://www.neokingdom.org/',
323
323
  twitter: 'https://twitter.com/NEOKingdomDAO'
324
324
  },
325
325
  traces: [{
@@ -780,7 +780,7 @@ const assets = {
780
780
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
781
781
  }],
782
782
  socials: {
783
- webiste: 'https://www.neokingdom.org/',
783
+ website: 'https://www.neokingdom.org/',
784
784
  twitter: 'https://twitter.com/NEOKingdomDAO'
785
785
  },
786
786
  traces: [{
@@ -141,6 +141,10 @@ const assets = {
141
141
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
142
142
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
143
143
  }],
144
+ socials: {
145
+ website: 'http://www.bitcanna.io/',
146
+ twitter: 'https://twitter.com/BitCannaGlobal'
147
+ },
144
148
  traces: [{
145
149
  type: 'ibc',
146
150
  counterparty: {
@@ -867,6 +871,10 @@ const assets = {
867
871
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
868
872
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
869
873
  }],
874
+ socials: {
875
+ website: 'http://www.bitcanna.io/',
876
+ twitter: 'https://twitter.com/BitCannaGlobal'
877
+ },
870
878
  traces: [{
871
879
  type: 'ibc',
872
880
  counterparty: {
@@ -4895,6 +4903,10 @@ const assets = {
4895
4903
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
4896
4904
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
4897
4905
  }],
4906
+ socials: {
4907
+ website: 'http://alter.network/',
4908
+ twitter: 'https://twitter.com/AlterDapp'
4909
+ },
4898
4910
  traces: [{
4899
4911
  type: 'ibc-cw20',
4900
4912
  counterparty: {
@@ -4933,6 +4945,10 @@ const assets = {
4933
4945
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
4934
4946
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
4935
4947
  }],
4948
+ socials: {
4949
+ website: 'http://amber.money/',
4950
+ twitter: 'https://twitter.com/AmberDAO_'
4951
+ },
4936
4952
  traces: [{
4937
4953
  type: 'ibc-cw20',
4938
4954
  counterparty: {
@@ -5239,6 +5255,10 @@ const assets = {
5239
5255
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
5240
5256
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
5241
5257
  }],
5258
+ socials: {
5259
+ website: 'http://alter.network/',
5260
+ twitter: 'https://twitter.com/AlterDapp'
5261
+ },
5242
5262
  traces: [{
5243
5263
  type: 'ibc-cw20',
5244
5264
  counterparty: {
@@ -5277,6 +5297,10 @@ const assets = {
5277
5297
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
5278
5298
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
5279
5299
  }],
5300
+ socials: {
5301
+ website: 'http://amber.money/',
5302
+ twitter: 'https://twitter.com/AmberDAO_'
5303
+ },
5280
5304
  traces: [{
5281
5305
  type: 'ibc-cw20',
5282
5306
  counterparty: {
@@ -106,6 +106,10 @@ const assets = {
106
106
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
107
107
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
108
108
  }],
109
+ socials: {
110
+ website: 'https://www.coreum.com/',
111
+ twitter: 'https://twitter.com/CoreumOfficial'
112
+ },
109
113
  traces: [{
110
114
  type: 'ibc',
111
115
  counterparty: {
@@ -303,7 +307,7 @@ const assets = {
303
307
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
304
308
  }],
305
309
  socials: {
306
- webiste: 'https://www.neokingdom.org/',
310
+ website: 'https://www.neokingdom.org/',
307
311
  twitter: 'https://twitter.com/NEOKingdomDAO'
308
312
  },
309
313
  traces: [{
@@ -633,6 +637,10 @@ const assets = {
633
637
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
634
638
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
635
639
  }],
640
+ socials: {
641
+ website: 'https://www.coreum.com/',
642
+ twitter: 'https://twitter.com/CoreumOfficial'
643
+ },
636
644
  traces: [{
637
645
  type: 'ibc',
638
646
  counterparty: {
@@ -830,7 +838,7 @@ const assets = {
830
838
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
831
839
  }],
832
840
  socials: {
833
- webiste: 'https://www.neokingdom.org/',
841
+ website: 'https://www.neokingdom.org/',
834
842
  twitter: 'https://twitter.com/NEOKingdomDAO'
835
843
  },
836
844
  traces: [{
@@ -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: {
@@ -619,6 +627,10 @@ const assets = {
619
627
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
620
628
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
621
629
  }],
630
+ socials: {
631
+ website: 'https://www.coreum.com/',
632
+ twitter: 'https://twitter.com/CoreumOfficial'
633
+ },
622
634
  traces: [{
623
635
  type: 'ibc',
624
636
  counterparty: {
@@ -886,7 +898,7 @@ const assets = {
886
898
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
887
899
  }],
888
900
  socials: {
889
- webiste: 'https://www.neokingdom.org/',
901
+ website: 'https://www.neokingdom.org/',
890
902
  twitter: 'https://twitter.com/NEOKingdomDAO'
891
903
  },
892
904
  traces: [{
@@ -1491,6 +1503,10 @@ const assets = {
1491
1503
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
1492
1504
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
1493
1505
  }],
1506
+ socials: {
1507
+ website: 'https://arable.finance/',
1508
+ twitter: 'https://twitter.com/ArableProtocol'
1509
+ },
1494
1510
  traces: [{
1495
1511
  type: 'ibc',
1496
1512
  counterparty: {
@@ -1526,6 +1542,10 @@ const assets = {
1526
1542
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
1527
1543
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
1528
1544
  }],
1545
+ socials: {
1546
+ website: 'https://arable.finance/',
1547
+ twitter: 'https://twitter.com/ArableProtocol'
1548
+ },
1529
1549
  traces: [{
1530
1550
  type: 'ibc',
1531
1551
  counterparty: {
@@ -2086,6 +2106,10 @@ const assets = {
2086
2106
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
2087
2107
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
2088
2108
  }],
2109
+ socials: {
2110
+ website: 'https://www.coreum.com/',
2111
+ twitter: 'https://twitter.com/CoreumOfficial'
2112
+ },
2089
2113
  traces: [{
2090
2114
  type: 'ibc',
2091
2115
  counterparty: {
@@ -2353,7 +2377,7 @@ const assets = {
2353
2377
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
2354
2378
  }],
2355
2379
  socials: {
2356
- webiste: 'https://www.neokingdom.org/',
2380
+ website: 'https://www.neokingdom.org/',
2357
2381
  twitter: 'https://twitter.com/NEOKingdomDAO'
2358
2382
  },
2359
2383
  traces: [{
@@ -5337,6 +5361,10 @@ const assets = {
5337
5361
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
5338
5362
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
5339
5363
  }],
5364
+ socials: {
5365
+ website: 'http://alter.network/',
5366
+ twitter: 'https://twitter.com/AlterDapp'
5367
+ },
5340
5368
  traces: [{
5341
5369
  type: 'ibc-cw20',
5342
5370
  counterparty: {
@@ -5375,6 +5403,10 @@ const assets = {
5375
5403
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
5376
5404
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
5377
5405
  }],
5406
+ socials: {
5407
+ website: 'http://amber.money/',
5408
+ twitter: 'https://twitter.com/AmberDAO_'
5409
+ },
5378
5410
  traces: [{
5379
5411
  type: 'ibc-cw20',
5380
5412
  counterparty: {
@@ -6659,6 +6691,10 @@ const assets = {
6659
6691
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
6660
6692
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
6661
6693
  }],
6694
+ socials: {
6695
+ website: 'http://alter.network/',
6696
+ twitter: 'https://twitter.com/AlterDapp'
6697
+ },
6662
6698
  traces: [{
6663
6699
  type: 'ibc-cw20',
6664
6700
  counterparty: {
@@ -6697,6 +6733,10 @@ const assets = {
6697
6733
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
6698
6734
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
6699
6735
  }],
6736
+ socials: {
6737
+ website: 'http://amber.money/',
6738
+ twitter: 'https://twitter.com/AmberDAO_'
6739
+ },
6700
6740
  traces: [{
6701
6741
  type: 'ibc-cw20',
6702
6742
  counterparty: {
@@ -2081,6 +2081,10 @@ const assets = {
2081
2081
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
2082
2082
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
2083
2083
  }],
2084
+ socials: {
2085
+ website: 'http://alter.network/',
2086
+ twitter: 'https://twitter.com/AlterDapp'
2087
+ },
2084
2088
  traces: [{
2085
2089
  type: 'ibc-cw20',
2086
2090
  counterparty: {
@@ -2119,6 +2123,10 @@ const assets = {
2119
2123
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
2120
2124
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
2121
2125
  }],
2126
+ socials: {
2127
+ website: 'http://amber.money/',
2128
+ twitter: 'https://twitter.com/AmberDAO_'
2129
+ },
2122
2130
  traces: [{
2123
2131
  type: 'ibc-cw20',
2124
2132
  counterparty: {
@@ -9938,6 +9946,10 @@ const assets = {
9938
9946
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
9939
9947
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
9940
9948
  }],
9949
+ socials: {
9950
+ website: 'http://alter.network/',
9951
+ twitter: 'https://twitter.com/AlterDapp'
9952
+ },
9941
9953
  traces: [{
9942
9954
  type: 'ibc-cw20',
9943
9955
  counterparty: {
@@ -9976,6 +9988,10 @@ const assets = {
9976
9988
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
9977
9989
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
9978
9990
  }],
9991
+ socials: {
9992
+ website: 'http://amber.money/',
9993
+ twitter: 'https://twitter.com/AmberDAO_'
9994
+ },
9979
9995
  traces: [{
9980
9996
  type: 'ibc-cw20',
9981
9997
  counterparty: {
@@ -1626,7 +1626,7 @@ const assets = {
1626
1626
  }
1627
1627
  }],
1628
1628
  socials: {
1629
- webiste: 'https://www.saga.xyz/',
1629
+ website: 'https://www.saga.xyz/',
1630
1630
  twitter: 'https://twitter.com/Sagaxyz__'
1631
1631
  },
1632
1632
  traces: [{
@@ -2205,7 +2205,7 @@ const assets = {
2205
2205
  }
2206
2206
  }],
2207
2207
  socials: {
2208
- webiste: 'https://www.saga.xyz/',
2208
+ website: 'https://www.saga.xyz/',
2209
2209
  twitter: 'https://twitter.com/Sagaxyz__'
2210
2210
  },
2211
2211
  traces: [{
@@ -2847,6 +2847,10 @@ const assets = {
2847
2847
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
2848
2848
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
2849
2849
  }],
2850
+ socials: {
2851
+ website: 'http://alter.network/',
2852
+ twitter: 'https://twitter.com/AlterDapp'
2853
+ },
2850
2854
  traces: [{
2851
2855
  type: 'ibc-cw20',
2852
2856
  counterparty: {
@@ -2885,6 +2889,10 @@ const assets = {
2885
2889
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
2886
2890
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
2887
2891
  }],
2892
+ socials: {
2893
+ website: 'http://amber.money/',
2894
+ twitter: 'https://twitter.com/AmberDAO_'
2895
+ },
2888
2896
  traces: [{
2889
2897
  type: 'ibc-cw20',
2890
2898
  counterparty: {
@@ -4169,6 +4177,10 @@ const assets = {
4169
4177
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
4170
4178
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
4171
4179
  }],
4180
+ socials: {
4181
+ website: 'http://alter.network/',
4182
+ twitter: 'https://twitter.com/AlterDapp'
4183
+ },
4172
4184
  traces: [{
4173
4185
  type: 'ibc-cw20',
4174
4186
  counterparty: {
@@ -4207,6 +4219,10 @@ const assets = {
4207
4219
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
4208
4220
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
4209
4221
  }],
4222
+ socials: {
4223
+ website: 'http://amber.money/',
4224
+ twitter: 'https://twitter.com/AmberDAO_'
4225
+ },
4210
4226
  traces: [{
4211
4227
  type: 'ibc-cw20',
4212
4228
  counterparty: {
@@ -186,6 +186,10 @@ const assets = {
186
186
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
187
187
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
188
188
  }],
189
+ socials: {
190
+ website: 'https://www.coreum.com/',
191
+ twitter: 'https://twitter.com/CoreumOfficial'
192
+ },
189
193
  traces: [{
190
194
  type: 'ibc',
191
195
  counterparty: {
@@ -453,7 +457,7 @@ const assets = {
453
457
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
454
458
  }],
455
459
  socials: {
456
- webiste: 'https://www.neokingdom.org/',
460
+ website: 'https://www.neokingdom.org/',
457
461
  twitter: 'https://twitter.com/NEOKingdomDAO'
458
462
  },
459
463
  traces: [{
@@ -1223,6 +1227,10 @@ const assets = {
1223
1227
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
1224
1228
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
1225
1229
  }],
1230
+ socials: {
1231
+ website: 'https://www.coreum.com/',
1232
+ twitter: 'https://twitter.com/CoreumOfficial'
1233
+ },
1226
1234
  traces: [{
1227
1235
  type: 'ibc',
1228
1236
  counterparty: {
@@ -1490,7 +1498,7 @@ const assets = {
1490
1498
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1491
1499
  }],
1492
1500
  socials: {
1493
- webiste: 'https://www.neokingdom.org/',
1501
+ website: 'https://www.neokingdom.org/',
1494
1502
  twitter: 'https://twitter.com/NEOKingdomDAO'
1495
1503
  },
1496
1504
  traces: [{