chain-registry 1.69.386 → 1.69.388

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 (61) hide show
  1. package/esm/mainnet/axelar/assets.js +2 -2
  2. package/esm/mainnet/bluzelle/chain.js +2 -1
  3. package/esm/mainnet/elys/assets.js +0 -1
  4. package/esm/mainnet/emoney/assets.js +10 -20
  5. package/esm/mainnet/ethereum/assets.js +2 -3
  6. package/esm/mainnet/humans/assets.js +0 -2
  7. package/esm/mainnet/humans/chain.js +0 -2
  8. package/esm/mainnet/int3face/assets.js +2 -4
  9. package/esm/mainnet/juno/assets.js +2 -6
  10. package/esm/mainnet/kujira/assets.js +2 -4
  11. package/esm/mainnet/neutron/assets.js +9 -17
  12. package/esm/mainnet/nolus/assets.js +2 -4
  13. package/esm/mainnet/oraichain/assets.js +8 -16
  14. package/esm/mainnet/osmosis/assets.js +59 -28
  15. package/esm/mainnet/pryzm/assets.js +24 -48
  16. package/esm/mainnet/secretnetwork/assets.js +2 -4
  17. package/esm/mainnet/secretnetwork/chain.js +2 -4
  18. package/esm/mainnet/teritori/assets.js +2 -4
  19. package/esm/mainnet/terra/assets.js +29 -2
  20. package/esm/mainnet/wardenprotocol/chain.js +2 -1
  21. package/esm/mainnet/xion/assets.js +0 -1
  22. package/esm/mainnet/zigchain/assets.js +2 -4
  23. package/esm/testnet/elystestnet/assets.js +0 -1
  24. package/esm/testnet/int3facetestnet/assets.js +4 -8
  25. package/esm/testnet/kiiorotestnet/chain.js +2 -1
  26. package/esm/testnet/neutrontestnet/assets.js +0 -2
  27. package/esm/testnet/osmosistestnet/assets.js +5 -11
  28. package/esm/testnet/secretnetworktestnet/assets.js +2 -4
  29. package/esm/testnet/terratestnet/chain.js +26 -1
  30. package/esm/testnet/zigchaintestnet/assets.js +2 -4
  31. package/mainnet/axelar/assets.js +2 -2
  32. package/mainnet/bluzelle/chain.js +2 -1
  33. package/mainnet/elys/assets.js +0 -1
  34. package/mainnet/emoney/assets.js +10 -20
  35. package/mainnet/ethereum/assets.js +2 -3
  36. package/mainnet/humans/assets.js +0 -2
  37. package/mainnet/humans/chain.js +0 -2
  38. package/mainnet/int3face/assets.js +2 -4
  39. package/mainnet/juno/assets.js +2 -6
  40. package/mainnet/kujira/assets.js +2 -4
  41. package/mainnet/neutron/assets.js +9 -17
  42. package/mainnet/nolus/assets.js +2 -4
  43. package/mainnet/oraichain/assets.js +8 -16
  44. package/mainnet/osmosis/assets.js +59 -28
  45. package/mainnet/pryzm/assets.js +24 -48
  46. package/mainnet/secretnetwork/assets.js +2 -4
  47. package/mainnet/secretnetwork/chain.js +2 -4
  48. package/mainnet/teritori/assets.js +2 -4
  49. package/mainnet/terra/assets.js +29 -2
  50. package/mainnet/wardenprotocol/chain.js +2 -1
  51. package/mainnet/xion/assets.js +0 -1
  52. package/mainnet/zigchain/assets.js +2 -4
  53. package/package.json +3 -3
  54. package/testnet/elystestnet/assets.js +0 -1
  55. package/testnet/int3facetestnet/assets.js +4 -8
  56. package/testnet/kiiorotestnet/chain.js +2 -1
  57. package/testnet/neutrontestnet/assets.js +0 -2
  58. package/testnet/osmosistestnet/assets.js +5 -11
  59. package/testnet/secretnetworktestnet/assets.js +2 -4
  60. package/testnet/terratestnet/chain.js +26 -1
  61. package/testnet/zigchaintestnet/assets.js +2 -4
@@ -794,7 +794,6 @@ const info = {
794
794
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png',
795
795
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg'
796
796
  },
797
- coingecko_id: 'yieldeth-sommelier',
798
797
  images: [{
799
798
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png',
800
799
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg'
@@ -959,10 +958,10 @@ const info = {
959
958
  display: 'ox',
960
959
  symbol: 'OX',
961
960
  logo_URIs: {
962
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg'
961
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.png'
963
962
  },
964
963
  images: [{
965
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg'
964
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.png'
966
965
  }]
967
966
  },
968
967
  {
@@ -17,12 +17,10 @@ const info = {
17
17
  display: 'heart',
18
18
  symbol: 'HEART',
19
19
  logo_URIs: {
20
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
21
20
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg'
22
21
  },
23
22
  coingecko_id: 'humans-ai',
24
23
  images: [{
25
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
26
24
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg',
27
25
  theme: {
28
26
  dark_mode: true
@@ -46,7 +46,6 @@ const info = {
46
46
  }
47
47
  },
48
48
  logo_URIs: {
49
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
50
49
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg'
51
50
  },
52
51
  apis: {
@@ -288,7 +287,6 @@ const info = {
288
287
  }
289
288
  ],
290
289
  images: [{
291
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
292
290
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg'
293
291
  }]
294
292
  };
@@ -113,12 +113,10 @@ const info = {
113
113
  provider: 'Int3face'
114
114
  }],
115
115
  logo_URIs: {
116
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
117
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
116
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
118
117
  },
119
118
  images: [{
120
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
121
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
119
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
122
120
  }],
123
121
  type_asset: 'sdk.coin'
124
122
  },
@@ -211,12 +211,10 @@ const info = {
211
211
  display: 'dhk',
212
212
  symbol: 'DHK',
213
213
  logo_URIs: {
214
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
215
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
214
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
216
215
  },
217
216
  images: [{
218
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
219
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
217
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
220
218
  }]
221
219
  },
222
220
  {
@@ -477,11 +475,9 @@ const info = {
477
475
  display: 'solar',
478
476
  symbol: 'SOLAR',
479
477
  logo_URIs: {
480
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
481
478
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
482
479
  },
483
480
  images: [{
484
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
485
481
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
486
482
  }]
487
483
  },
@@ -958,12 +958,10 @@ const info = {
958
958
  chain_name: 'secretnetwork',
959
959
  base_denom: 'uscrt'
960
960
  },
961
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
962
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
961
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
963
962
  }],
964
963
  logo_URIs: {
965
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
966
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
964
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
967
965
  },
968
966
  coingecko_id: 'secret'
969
967
  },
@@ -195,8 +195,7 @@ const info = {
195
195
  }],
196
196
  logo_URIs: {
197
197
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
198
- },
199
- coingecko_id: 'elys-network'
198
+ }
200
199
  },
201
200
  {
202
201
  description: 'Astropepe meme coin',
@@ -628,10 +627,10 @@ const info = {
628
627
  display: 'apollo',
629
628
  symbol: 'APOLLO',
630
629
  logo_URIs: {
631
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg'
630
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.png'
632
631
  },
633
632
  images: [{
634
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg'
633
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.png'
635
634
  }],
636
635
  socials: {
637
636
  website: 'https://apollo.farm/',
@@ -676,10 +675,10 @@ const info = {
676
675
  display: 'retro',
677
676
  symbol: 'RETRO',
678
677
  logo_URIs: {
679
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg'
678
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.png'
680
679
  },
681
680
  images: [{
682
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg'
681
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.png'
683
682
  }],
684
683
  type_asset: 'sdk.coin'
685
684
  },
@@ -698,10 +697,10 @@ const info = {
698
697
  display: 'goddard',
699
698
  symbol: 'GODDARD',
700
699
  logo_URIs: {
701
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg'
700
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.png'
702
701
  },
703
702
  images: [{
704
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg'
703
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.png'
705
704
  }],
706
705
  type_asset: 'sdk.coin'
707
706
  },
@@ -1317,11 +1316,9 @@ const info = {
1317
1316
  provider: 'Amulet'
1318
1317
  }],
1319
1318
  logo_URIs: {
1320
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
1321
1319
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
1322
1320
  },
1323
1321
  images: [{
1324
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
1325
1322
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
1326
1323
  }],
1327
1324
  type_asset: 'sdk.coin'
@@ -1507,19 +1504,14 @@ const info = {
1507
1504
  }
1508
1505
  }],
1509
1506
  logo_URIs: {
1510
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
1511
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
1507
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
1512
1508
  },
1513
1509
  images: [{
1514
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg',
1515
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
1516
- }, {
1517
1510
  image_sync: {
1518
1511
  chain_name: 'int3face',
1519
1512
  base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge'
1520
1513
  },
1521
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
1522
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
1514
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
1523
1515
  }]
1524
1516
  },
1525
1517
  {
@@ -642,12 +642,10 @@ const info = {
642
642
  chain_name: 'osmosis',
643
643
  base_denom: 'ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A'
644
644
  },
645
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
646
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
645
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
647
646
  }],
648
647
  logo_URIs: {
649
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
650
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
648
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
651
649
  },
652
650
  coingecko_id: 'secret'
653
651
  },
@@ -295,12 +295,10 @@ const info = {
295
295
  display: 'kwt',
296
296
  symbol: 'KWT',
297
297
  images: [{
298
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png',
299
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.svg'
298
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
300
299
  }],
301
300
  logo_URIs: {
302
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png',
303
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.svg'
301
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
304
302
  }
305
303
  },
306
304
  {
@@ -319,12 +317,10 @@ const info = {
319
317
  display: 'milky',
320
318
  symbol: 'MILKY',
321
319
  images: [{
322
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png',
323
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.svg'
320
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
324
321
  }],
325
322
  logo_URIs: {
326
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png',
327
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.svg'
323
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
328
324
  }
329
325
  },
330
326
  {
@@ -431,12 +427,10 @@ const info = {
431
427
  display: 'xoch',
432
428
  symbol: 'xOCH',
433
429
  images: [{
434
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png',
435
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
430
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
436
431
  }],
437
432
  logo_URIs: {
438
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png',
439
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
433
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
440
434
  }
441
435
  },
442
436
  {
@@ -531,12 +525,10 @@ const info = {
531
525
  symbol: 'OCH',
532
526
  coingecko_id: 'och',
533
527
  images: [{
534
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png',
535
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
528
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
536
529
  }],
537
530
  logo_URIs: {
538
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png',
539
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
531
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
540
532
  }
541
533
  },
542
534
  {
@@ -800,16 +800,14 @@ const info = {
800
800
  }
801
801
  }],
802
802
  logo_URIs: {
803
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
804
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
803
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
805
804
  },
806
805
  images: [{
807
806
  image_sync: {
808
807
  chain_name: 'secretnetwork',
809
808
  base_denom: 'uscrt'
810
809
  },
811
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
812
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
810
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
813
811
  }],
814
812
  coingecko_id: 'secret'
815
813
  },
@@ -1306,16 +1304,14 @@ const info = {
1306
1304
  }
1307
1305
  }],
1308
1306
  logo_URIs: {
1309
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png',
1310
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
1307
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
1311
1308
  },
1312
1309
  images: [{
1313
1310
  image_sync: {
1314
1311
  chain_name: 'emoney',
1315
1312
  base_denom: 'eeur'
1316
1313
  },
1317
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png',
1318
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
1314
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
1319
1315
  }],
1320
1316
  coingecko_id: 'e-money-eur'
1321
1317
  },
@@ -3038,16 +3034,14 @@ const info = {
3038
3034
  }
3039
3035
  }],
3040
3036
  logo_URIs: {
3041
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
3042
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
3037
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
3043
3038
  },
3044
3039
  images: [{
3045
3040
  image_sync: {
3046
3041
  chain_name: 'juno',
3047
3042
  base_denom: 'cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49'
3048
3043
  },
3049
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
3050
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
3044
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
3051
3045
  }]
3052
3046
  },
3053
3047
  {
@@ -4597,7 +4591,6 @@ const info = {
4597
4591
  }
4598
4592
  }],
4599
4593
  logo_URIs: {
4600
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
4601
4594
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
4602
4595
  },
4603
4596
  images: [{
@@ -4605,7 +4598,6 @@ const info = {
4605
4598
  chain_name: 'juno',
4606
4599
  base_denom: 'cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse'
4607
4600
  },
4608
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
4609
4601
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
4610
4602
  }]
4611
4603
  },
@@ -11429,14 +11421,14 @@ const info = {
11429
11421
  }
11430
11422
  }],
11431
11423
  logo_URIs: {
11432
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg'
11424
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.png'
11433
11425
  },
11434
11426
  images: [{
11435
11427
  image_sync: {
11436
11428
  chain_name: 'neutron',
11437
11429
  base_denom: 'factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO'
11438
11430
  },
11439
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg'
11431
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.png'
11440
11432
  }]
11441
11433
  },
11442
11434
  {
@@ -11843,7 +11835,6 @@ const info = {
11843
11835
  }
11844
11836
  }],
11845
11837
  logo_URIs: {
11846
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
11847
11838
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg'
11848
11839
  },
11849
11840
  images: [{
@@ -11851,7 +11842,6 @@ const info = {
11851
11842
  chain_name: 'humans',
11852
11843
  base_denom: 'aheart'
11853
11844
  },
11854
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
11855
11845
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg',
11856
11846
  theme: {
11857
11847
  dark_mode: true
@@ -17232,16 +17222,14 @@ const info = {
17232
17222
  }
17233
17223
  }],
17234
17224
  logo_URIs: {
17235
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
17236
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
17225
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
17237
17226
  },
17238
17227
  images: [{
17239
17228
  image_sync: {
17240
17229
  chain_name: 'int3face',
17241
17230
  base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge'
17242
17231
  },
17243
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
17244
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
17232
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
17245
17233
  }]
17246
17234
  },
17247
17235
  {
@@ -18270,7 +18258,6 @@ const info = {
18270
18258
  }
18271
18259
  }],
18272
18260
  logo_URIs: {
18273
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
18274
18261
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
18275
18262
  },
18276
18263
  images: [{
@@ -18278,7 +18265,6 @@ const info = {
18278
18265
  chain_name: 'neutron',
18279
18266
  base_denom: 'factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom'
18280
18267
  },
18281
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
18282
18268
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
18283
18269
  }]
18284
18270
  },
@@ -18561,8 +18547,7 @@ const info = {
18561
18547
  base_denom: 'uelys'
18562
18548
  },
18563
18549
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
18564
- }],
18565
- coingecko_id: 'elys-network'
18550
+ }]
18566
18551
  },
18567
18552
  {
18568
18553
  description: 'Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently.',
@@ -22102,10 +22087,10 @@ const info = {
22102
22087
  display: 'factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz',
22103
22088
  symbol: 'BRNZ',
22104
22089
  logo_URIs: {
22105
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg'
22090
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.png'
22106
22091
  },
22107
22092
  images: [{
22108
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg'
22093
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.png'
22109
22094
  }]
22110
22095
  },
22111
22096
  {
@@ -22669,6 +22654,52 @@ const info = {
22669
22654
  },
22670
22655
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumera/images/lumera.png'
22671
22656
  }]
22657
+ },
22658
+ {
22659
+ description: 'GRDX is the native utility token powering the DeFi, marketplace, and gaming ecosystem on the Terra Classic blockchain.',
22660
+ extended_description: 'GRDX serves as the core utility and payment token across the DeFi, marketplace, and gaming ecosystem on the Terra Classic blockchain. It drives all on-chain activities within Garuda DeFi, including staking, trading, and governance participation. As a deflationary asset, GRDX features both on-chain and off-chain burn mechanisms that gradually reduce its supply, supporting long-term value growth. By integrating Garuda DeFi utilities, the BigbangX marketplace, and GameFi functions under one ecosystem, GRDX unites decentralized finance, digital commerce, and gaming innovation.',
22661
+ denom_units: [{
22662
+ denom: 'ibc/A91095096C44646CB885509AEF56842DD37CB7897E602D7200A1CCF6414AA0D2',
22663
+ exponent: 0,
22664
+ aliases: ['cw20:terra12f3f5fzfzxckc0qlv3rmwwkjfhzevpwmx77345n0zuu2678vxf0sm6vvcw']
22665
+ }, {
22666
+ denom: 'GRDX',
22667
+ exponent: 6
22668
+ }],
22669
+ type_asset: 'ics20',
22670
+ base: 'ibc/A91095096C44646CB885509AEF56842DD37CB7897E602D7200A1CCF6414AA0D2',
22671
+ name: 'GRDX',
22672
+ display: 'GRDX',
22673
+ symbol: 'GRDX',
22674
+ coingecko_id: 'garudax',
22675
+ socials: {
22676
+ website: 'https://garuda-defi.org/',
22677
+ x: 'https://x.com/garuda_defi'
22678
+ },
22679
+ traces: [{
22680
+ type: 'ibc-cw20',
22681
+ counterparty: {
22682
+ chain_name: 'terra',
22683
+ base_denom: 'cw20:terra12f3f5fzfzxckc0qlv3rmwwkjfhzevpwmx77345n0zuu2678vxf0sm6vvcw',
22684
+ port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
22685
+ channel_id: 'channel-108'
22686
+ },
22687
+ chain: {
22688
+ port: 'transfer',
22689
+ channel_id: 'channel-78488',
22690
+ path: 'transfer/channel-78488/cw20:terra12f3f5fzfzxckc0qlv3rmwwkjfhzevpwmx77345n0zuu2678vxf0sm6vvcw'
22691
+ }
22692
+ }],
22693
+ logo_URIs: {
22694
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/GRDX.png'
22695
+ },
22696
+ images: [{
22697
+ image_sync: {
22698
+ chain_name: 'terra',
22699
+ base_denom: 'cw20:terra12f3f5fzfzxckc0qlv3rmwwkjfhzevpwmx77345n0zuu2678vxf0sm6vvcw'
22700
+ },
22701
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/GRDX.png'
22702
+ }]
22672
22703
  }
22673
22704
  ]
22674
22705
  };