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
@@ -1179,10 +1179,10 @@ const info = {
1179
1179
  chain_name: 'ethereum',
1180
1180
  base_denom: '0x78a0A62Fba6Fb21A83FE8a3433d44C73a4017A6f'
1181
1181
  },
1182
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg'
1182
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.png'
1183
1183
  }],
1184
1184
  logo_URIs: {
1185
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg'
1185
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.png'
1186
1186
  },
1187
1187
  type_asset: 'sdk.coin'
1188
1188
  },
@@ -50,7 +50,8 @@ const info = {
50
50
  ibc: {
51
51
  type: 'go',
52
52
  version: 'v7'
53
- }
53
+ },
54
+ tag: 'v11.0'
54
55
  },
55
56
  logo_URIs: {
56
57
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png',
@@ -28,7 +28,6 @@ const info = {
28
28
  logo_URIs: {
29
29
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
30
30
  },
31
- coingecko_id: 'elys-network',
32
31
  images: [{
33
32
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
34
33
  }],
@@ -40,13 +40,11 @@ const info = {
40
40
  display: 'eur',
41
41
  symbol: 'EEUR',
42
42
  logo_URIs: {
43
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png',
44
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
43
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
45
44
  },
46
45
  coingecko_id: 'e-money-eur',
47
46
  images: [{
48
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png',
49
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
47
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
50
48
  }],
51
49
  type_asset: 'sdk.coin'
52
50
  },
@@ -64,12 +62,10 @@ const info = {
64
62
  display: 'chf',
65
63
  symbol: 'ECHF',
66
64
  logo_URIs: {
67
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png',
68
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg'
65
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png'
69
66
  },
70
67
  images: [{
71
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png',
72
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg'
68
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png'
73
69
  }],
74
70
  type_asset: 'sdk.coin'
75
71
  },
@@ -87,12 +83,10 @@ const info = {
87
83
  display: 'nok',
88
84
  symbol: 'ENOK',
89
85
  logo_URIs: {
90
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png',
91
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg'
86
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png'
92
87
  },
93
88
  images: [{
94
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png',
95
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg'
89
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png'
96
90
  }],
97
91
  type_asset: 'sdk.coin'
98
92
  },
@@ -110,12 +104,10 @@ const info = {
110
104
  display: 'dkk',
111
105
  symbol: 'EDKK',
112
106
  logo_URIs: {
113
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png',
114
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg'
107
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png'
115
108
  },
116
109
  images: [{
117
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png',
118
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg'
110
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png'
119
111
  }],
120
112
  type_asset: 'sdk.coin'
121
113
  },
@@ -133,12 +125,10 @@ const info = {
133
125
  display: 'sek',
134
126
  symbol: 'ESEK',
135
127
  logo_URIs: {
136
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png',
137
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg'
128
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png'
138
129
  },
139
130
  images: [{
140
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png',
141
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg'
131
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png'
142
132
  }],
143
133
  type_asset: 'sdk.coin'
144
134
  }
@@ -792,7 +792,6 @@ const info = {
792
792
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png',
793
793
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg'
794
794
  },
795
- coingecko_id: 'yieldeth-sommelier',
796
795
  images: [{
797
796
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png',
798
797
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg'
@@ -957,10 +956,10 @@ const info = {
957
956
  display: 'ox',
958
957
  symbol: 'OX',
959
958
  logo_URIs: {
960
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg'
959
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.png'
961
960
  },
962
961
  images: [{
963
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg'
962
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.png'
964
963
  }]
965
964
  },
966
965
  {
@@ -15,12 +15,10 @@ const info = {
15
15
  display: 'heart',
16
16
  symbol: 'HEART',
17
17
  logo_URIs: {
18
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
19
18
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg'
20
19
  },
21
20
  coingecko_id: 'humans-ai',
22
21
  images: [{
23
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
24
22
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg',
25
23
  theme: {
26
24
  dark_mode: true
@@ -44,7 +44,6 @@ const info = {
44
44
  }
45
45
  },
46
46
  logo_URIs: {
47
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
48
47
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg'
49
48
  },
50
49
  apis: {
@@ -286,7 +285,6 @@ const info = {
286
285
  }
287
286
  ],
288
287
  images: [{
289
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
290
288
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg'
291
289
  }]
292
290
  };
@@ -111,12 +111,10 @@ const info = {
111
111
  provider: 'Int3face'
112
112
  }],
113
113
  logo_URIs: {
114
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
115
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
114
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
116
115
  },
117
116
  images: [{
118
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
119
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
117
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
120
118
  }],
121
119
  type_asset: 'sdk.coin'
122
120
  },
@@ -209,12 +209,10 @@ const info = {
209
209
  display: 'dhk',
210
210
  symbol: 'DHK',
211
211
  logo_URIs: {
212
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
213
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
212
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
214
213
  },
215
214
  images: [{
216
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
217
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
215
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
218
216
  }]
219
217
  },
220
218
  {
@@ -475,11 +473,9 @@ const info = {
475
473
  display: 'solar',
476
474
  symbol: 'SOLAR',
477
475
  logo_URIs: {
478
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
479
476
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
480
477
  },
481
478
  images: [{
482
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
483
479
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
484
480
  }]
485
481
  },
@@ -956,12 +956,10 @@ const info = {
956
956
  chain_name: 'secretnetwork',
957
957
  base_denom: 'uscrt'
958
958
  },
959
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
960
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
959
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
961
960
  }],
962
961
  logo_URIs: {
963
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
964
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
962
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
965
963
  },
966
964
  coingecko_id: 'secret'
967
965
  },
@@ -193,8 +193,7 @@ const info = {
193
193
  }],
194
194
  logo_URIs: {
195
195
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
196
- },
197
- coingecko_id: 'elys-network'
196
+ }
198
197
  },
199
198
  {
200
199
  description: 'Astropepe meme coin',
@@ -626,10 +625,10 @@ const info = {
626
625
  display: 'apollo',
627
626
  symbol: 'APOLLO',
628
627
  logo_URIs: {
629
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg'
628
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.png'
630
629
  },
631
630
  images: [{
632
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg'
631
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.png'
633
632
  }],
634
633
  socials: {
635
634
  website: 'https://apollo.farm/',
@@ -674,10 +673,10 @@ const info = {
674
673
  display: 'retro',
675
674
  symbol: 'RETRO',
676
675
  logo_URIs: {
677
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg'
676
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.png'
678
677
  },
679
678
  images: [{
680
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg'
679
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.png'
681
680
  }],
682
681
  type_asset: 'sdk.coin'
683
682
  },
@@ -696,10 +695,10 @@ const info = {
696
695
  display: 'goddard',
697
696
  symbol: 'GODDARD',
698
697
  logo_URIs: {
699
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg'
698
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.png'
700
699
  },
701
700
  images: [{
702
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg'
701
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.png'
703
702
  }],
704
703
  type_asset: 'sdk.coin'
705
704
  },
@@ -1315,11 +1314,9 @@ const info = {
1315
1314
  provider: 'Amulet'
1316
1315
  }],
1317
1316
  logo_URIs: {
1318
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
1319
1317
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
1320
1318
  },
1321
1319
  images: [{
1322
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
1323
1320
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
1324
1321
  }],
1325
1322
  type_asset: 'sdk.coin'
@@ -1505,19 +1502,14 @@ const info = {
1505
1502
  }
1506
1503
  }],
1507
1504
  logo_URIs: {
1508
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
1509
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
1505
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
1510
1506
  },
1511
1507
  images: [{
1512
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg',
1513
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
1514
- }, {
1515
1508
  image_sync: {
1516
1509
  chain_name: 'int3face',
1517
1510
  base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge'
1518
1511
  },
1519
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
1520
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
1512
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
1521
1513
  }]
1522
1514
  },
1523
1515
  {
@@ -640,12 +640,10 @@ const info = {
640
640
  chain_name: 'osmosis',
641
641
  base_denom: 'ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A'
642
642
  },
643
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
644
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
643
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
645
644
  }],
646
645
  logo_URIs: {
647
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
648
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
646
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
649
647
  },
650
648
  coingecko_id: 'secret'
651
649
  },
@@ -293,12 +293,10 @@ const info = {
293
293
  display: 'kwt',
294
294
  symbol: 'KWT',
295
295
  images: [{
296
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png',
297
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.svg'
296
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
298
297
  }],
299
298
  logo_URIs: {
300
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png',
301
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.svg'
299
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
302
300
  }
303
301
  },
304
302
  {
@@ -317,12 +315,10 @@ const info = {
317
315
  display: 'milky',
318
316
  symbol: 'MILKY',
319
317
  images: [{
320
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png',
321
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.svg'
318
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
322
319
  }],
323
320
  logo_URIs: {
324
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png',
325
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.svg'
321
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
326
322
  }
327
323
  },
328
324
  {
@@ -429,12 +425,10 @@ const info = {
429
425
  display: 'xoch',
430
426
  symbol: 'xOCH',
431
427
  images: [{
432
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png',
433
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
428
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
434
429
  }],
435
430
  logo_URIs: {
436
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png',
437
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
431
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
438
432
  }
439
433
  },
440
434
  {
@@ -529,12 +523,10 @@ const info = {
529
523
  symbol: 'OCH',
530
524
  coingecko_id: 'och',
531
525
  images: [{
532
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png',
533
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
526
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
534
527
  }],
535
528
  logo_URIs: {
536
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png',
537
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
529
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
538
530
  }
539
531
  },
540
532
  {
@@ -798,16 +798,14 @@ const info = {
798
798
  }
799
799
  }],
800
800
  logo_URIs: {
801
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
802
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
801
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
803
802
  },
804
803
  images: [{
805
804
  image_sync: {
806
805
  chain_name: 'secretnetwork',
807
806
  base_denom: 'uscrt'
808
807
  },
809
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
810
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
808
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
811
809
  }],
812
810
  coingecko_id: 'secret'
813
811
  },
@@ -1304,16 +1302,14 @@ const info = {
1304
1302
  }
1305
1303
  }],
1306
1304
  logo_URIs: {
1307
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png',
1308
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
1305
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
1309
1306
  },
1310
1307
  images: [{
1311
1308
  image_sync: {
1312
1309
  chain_name: 'emoney',
1313
1310
  base_denom: 'eeur'
1314
1311
  },
1315
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png',
1316
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
1312
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
1317
1313
  }],
1318
1314
  coingecko_id: 'e-money-eur'
1319
1315
  },
@@ -3036,16 +3032,14 @@ const info = {
3036
3032
  }
3037
3033
  }],
3038
3034
  logo_URIs: {
3039
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
3040
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
3035
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
3041
3036
  },
3042
3037
  images: [{
3043
3038
  image_sync: {
3044
3039
  chain_name: 'juno',
3045
3040
  base_denom: 'cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49'
3046
3041
  },
3047
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
3048
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
3042
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
3049
3043
  }]
3050
3044
  },
3051
3045
  {
@@ -4595,7 +4589,6 @@ const info = {
4595
4589
  }
4596
4590
  }],
4597
4591
  logo_URIs: {
4598
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
4599
4592
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
4600
4593
  },
4601
4594
  images: [{
@@ -4603,7 +4596,6 @@ const info = {
4603
4596
  chain_name: 'juno',
4604
4597
  base_denom: 'cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse'
4605
4598
  },
4606
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
4607
4599
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
4608
4600
  }]
4609
4601
  },
@@ -11427,14 +11419,14 @@ const info = {
11427
11419
  }
11428
11420
  }],
11429
11421
  logo_URIs: {
11430
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg'
11422
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.png'
11431
11423
  },
11432
11424
  images: [{
11433
11425
  image_sync: {
11434
11426
  chain_name: 'neutron',
11435
11427
  base_denom: 'factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO'
11436
11428
  },
11437
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg'
11429
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.png'
11438
11430
  }]
11439
11431
  },
11440
11432
  {
@@ -11841,7 +11833,6 @@ const info = {
11841
11833
  }
11842
11834
  }],
11843
11835
  logo_URIs: {
11844
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
11845
11836
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg'
11846
11837
  },
11847
11838
  images: [{
@@ -11849,7 +11840,6 @@ const info = {
11849
11840
  chain_name: 'humans',
11850
11841
  base_denom: 'aheart'
11851
11842
  },
11852
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
11853
11843
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg',
11854
11844
  theme: {
11855
11845
  dark_mode: true
@@ -17230,16 +17220,14 @@ const info = {
17230
17220
  }
17231
17221
  }],
17232
17222
  logo_URIs: {
17233
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
17234
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
17223
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
17235
17224
  },
17236
17225
  images: [{
17237
17226
  image_sync: {
17238
17227
  chain_name: 'int3face',
17239
17228
  base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge'
17240
17229
  },
17241
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
17242
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
17230
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
17243
17231
  }]
17244
17232
  },
17245
17233
  {
@@ -18268,7 +18256,6 @@ const info = {
18268
18256
  }
18269
18257
  }],
18270
18258
  logo_URIs: {
18271
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
18272
18259
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
18273
18260
  },
18274
18261
  images: [{
@@ -18276,7 +18263,6 @@ const info = {
18276
18263
  chain_name: 'neutron',
18277
18264
  base_denom: 'factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom'
18278
18265
  },
18279
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
18280
18266
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
18281
18267
  }]
18282
18268
  },
@@ -18559,8 +18545,7 @@ const info = {
18559
18545
  base_denom: 'uelys'
18560
18546
  },
18561
18547
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
18562
- }],
18563
- coingecko_id: 'elys-network'
18548
+ }]
18564
18549
  },
18565
18550
  {
18566
18551
  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.',
@@ -22100,10 +22085,10 @@ const info = {
22100
22085
  display: 'factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz',
22101
22086
  symbol: 'BRNZ',
22102
22087
  logo_URIs: {
22103
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg'
22088
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.png'
22104
22089
  },
22105
22090
  images: [{
22106
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg'
22091
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.png'
22107
22092
  }]
22108
22093
  },
22109
22094
  {
@@ -22667,6 +22652,52 @@ const info = {
22667
22652
  },
22668
22653
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumera/images/lumera.png'
22669
22654
  }]
22655
+ },
22656
+ {
22657
+ description: 'GRDX is the native utility token powering the DeFi, marketplace, and gaming ecosystem on the Terra Classic blockchain.',
22658
+ 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.',
22659
+ denom_units: [{
22660
+ denom: 'ibc/A91095096C44646CB885509AEF56842DD37CB7897E602D7200A1CCF6414AA0D2',
22661
+ exponent: 0,
22662
+ aliases: ['cw20:terra12f3f5fzfzxckc0qlv3rmwwkjfhzevpwmx77345n0zuu2678vxf0sm6vvcw']
22663
+ }, {
22664
+ denom: 'GRDX',
22665
+ exponent: 6
22666
+ }],
22667
+ type_asset: 'ics20',
22668
+ base: 'ibc/A91095096C44646CB885509AEF56842DD37CB7897E602D7200A1CCF6414AA0D2',
22669
+ name: 'GRDX',
22670
+ display: 'GRDX',
22671
+ symbol: 'GRDX',
22672
+ coingecko_id: 'garudax',
22673
+ socials: {
22674
+ website: 'https://garuda-defi.org/',
22675
+ x: 'https://x.com/garuda_defi'
22676
+ },
22677
+ traces: [{
22678
+ type: 'ibc-cw20',
22679
+ counterparty: {
22680
+ chain_name: 'terra',
22681
+ base_denom: 'cw20:terra12f3f5fzfzxckc0qlv3rmwwkjfhzevpwmx77345n0zuu2678vxf0sm6vvcw',
22682
+ port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
22683
+ channel_id: 'channel-108'
22684
+ },
22685
+ chain: {
22686
+ port: 'transfer',
22687
+ channel_id: 'channel-78488',
22688
+ path: 'transfer/channel-78488/cw20:terra12f3f5fzfzxckc0qlv3rmwwkjfhzevpwmx77345n0zuu2678vxf0sm6vvcw'
22689
+ }
22690
+ }],
22691
+ logo_URIs: {
22692
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/GRDX.png'
22693
+ },
22694
+ images: [{
22695
+ image_sync: {
22696
+ chain_name: 'terra',
22697
+ base_denom: 'cw20:terra12f3f5fzfzxckc0qlv3rmwwkjfhzevpwmx77345n0zuu2678vxf0sm6vvcw'
22698
+ },
22699
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/GRDX.png'
22700
+ }]
22670
22701
  }
22671
22702
  ]
22672
22703
  };