@chain-registry/assets 1.70.371 → 1.70.372

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 (52) hide show
  1. package/esm/mainnet/akash.js +2 -2
  2. package/esm/mainnet/assets.js +3 -1
  3. package/esm/mainnet/axelar.js +4 -4
  4. package/esm/mainnet/babylon.js +2 -2
  5. package/esm/mainnet/celestia.js +2 -2
  6. package/esm/mainnet/composable.js +2 -2
  7. package/esm/mainnet/cosmoshub.js +4 -4
  8. package/esm/mainnet/fandomchain.js +170 -0
  9. package/esm/mainnet/gravitybridge.js +2 -2
  10. package/esm/mainnet/index.js +2 -0
  11. package/esm/mainnet/juno.js +2 -2
  12. package/esm/mainnet/kopi.js +2 -2
  13. package/esm/mainnet/kujira.js +2 -2
  14. package/esm/mainnet/migaloo.js +2 -2
  15. package/esm/mainnet/neutron.js +4 -4
  16. package/esm/mainnet/noble.js +2 -2
  17. package/esm/mainnet/optio.js +170 -0
  18. package/esm/mainnet/oraichain.js +2 -2
  19. package/esm/mainnet/osmosis.js +138 -4
  20. package/esm/mainnet/persistence.js +2 -2
  21. package/esm/mainnet/saga.js +2 -2
  22. package/esm/mainnet/terra2.js +2 -2
  23. package/esm/mainnet/xion.js +2 -2
  24. package/esm/mainnet/xrplevm.js +2 -2
  25. package/mainnet/akash.js +2 -2
  26. package/mainnet/assets.js +3 -1
  27. package/mainnet/axelar.js +4 -4
  28. package/mainnet/babylon.js +2 -2
  29. package/mainnet/celestia.js +2 -2
  30. package/mainnet/composable.js +2 -2
  31. package/mainnet/cosmoshub.js +4 -4
  32. package/mainnet/fandomchain.d.ts +3 -0
  33. package/mainnet/fandomchain.js +172 -0
  34. package/mainnet/gravitybridge.js +2 -2
  35. package/mainnet/index.d.ts +2 -0
  36. package/mainnet/index.js +5 -3
  37. package/mainnet/juno.js +2 -2
  38. package/mainnet/kopi.js +2 -2
  39. package/mainnet/kujira.js +2 -2
  40. package/mainnet/migaloo.js +2 -2
  41. package/mainnet/neutron.js +4 -4
  42. package/mainnet/noble.js +2 -2
  43. package/mainnet/optio.d.ts +3 -0
  44. package/mainnet/optio.js +172 -0
  45. package/mainnet/oraichain.js +2 -2
  46. package/mainnet/osmosis.js +138 -4
  47. package/mainnet/persistence.js +2 -2
  48. package/mainnet/saga.js +2 -2
  49. package/mainnet/terra2.js +2 -2
  50. package/mainnet/xion.js +2 -2
  51. package/mainnet/xrplevm.js +2 -2
  52. package/package.json +5 -5
@@ -0,0 +1,170 @@
1
+ const assets = {
2
+ chain_name: 'optio',
3
+ assets: [
4
+ {
5
+ description: 'The native token of Osmosis',
6
+ denom_units: [{
7
+ denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
8
+ exponent: 0,
9
+ aliases: ['uosmo']
10
+ }, {
11
+ denom: 'osmo',
12
+ exponent: 6
13
+ }],
14
+ type_asset: 'sdk.coin',
15
+ base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
16
+ name: 'Osmosis',
17
+ display: 'osmo',
18
+ symbol: 'OSMO',
19
+ logo_URIs: {
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
22
+ },
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
26
+ }],
27
+ coingecko_id: 'osmosis',
28
+ keywords: ['dex', 'staking'],
29
+ socials: {
30
+ website: 'https://osmosis.zone',
31
+ twitter: 'https://twitter.com/osmosiszone'
32
+ },
33
+ traces: [{
34
+ type: 'ibc',
35
+ counterparty: {
36
+ channel_id: 'channel-107347',
37
+ base_denom: 'uosmo',
38
+ chain_name: 'osmosis'
39
+ },
40
+ chain: {
41
+ channel_id: 'channel-1'
42
+ }
43
+ }]
44
+ },
45
+ {
46
+ description: 'ION is the second native token of Osmosis.',
47
+ denom_units: [{
48
+ denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
49
+ exponent: 0,
50
+ aliases: ['uion']
51
+ }, {
52
+ denom: 'ion',
53
+ exponent: 6
54
+ }],
55
+ type_asset: 'sdk.coin',
56
+ base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
57
+ name: 'Ion DAO',
58
+ display: 'ion',
59
+ symbol: 'ION',
60
+ logo_URIs: {
61
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
62
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
63
+ },
64
+ images: [{
65
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
66
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
67
+ }],
68
+ coingecko_id: 'ion',
69
+ keywords: ['memecoin', 'defi'],
70
+ socials: {
71
+ website: 'https://ion.wtf',
72
+ twitter: 'https://twitter.com/_IONDAO'
73
+ },
74
+ traces: [{
75
+ type: 'ibc',
76
+ counterparty: {
77
+ channel_id: 'channel-107347',
78
+ base_denom: 'uion',
79
+ chain_name: 'osmosis'
80
+ },
81
+ chain: {
82
+ channel_id: 'channel-1'
83
+ }
84
+ }]
85
+ },
86
+ {
87
+ description: 'The native token of Osmosis',
88
+ denom_units: [{
89
+ denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
90
+ exponent: 0,
91
+ aliases: ['uosmo']
92
+ }, {
93
+ denom: 'osmo',
94
+ exponent: 6
95
+ }],
96
+ type_asset: 'sdk.coin',
97
+ base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
98
+ name: 'Osmosis',
99
+ display: 'osmo',
100
+ symbol: 'OSMO',
101
+ logo_URIs: {
102
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
103
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
104
+ },
105
+ images: [{
106
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
107
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
108
+ }],
109
+ coingecko_id: 'osmosis',
110
+ keywords: ['dex', 'staking'],
111
+ socials: {
112
+ website: 'https://osmosis.zone',
113
+ twitter: 'https://twitter.com/osmosiszone'
114
+ },
115
+ traces: [{
116
+ type: 'ibc',
117
+ counterparty: {
118
+ channel_id: 'channel-107347',
119
+ base_denom: 'uosmo',
120
+ chain_name: 'osmosis'
121
+ },
122
+ chain: {
123
+ channel_id: 'channel-1'
124
+ }
125
+ }]
126
+ },
127
+ {
128
+ description: 'ION is the second native token of Osmosis.',
129
+ denom_units: [{
130
+ denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
131
+ exponent: 0,
132
+ aliases: ['uion']
133
+ }, {
134
+ denom: 'ion',
135
+ exponent: 6
136
+ }],
137
+ type_asset: 'sdk.coin',
138
+ base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
139
+ name: 'Ion DAO',
140
+ display: 'ion',
141
+ symbol: 'ION',
142
+ logo_URIs: {
143
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
144
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
145
+ },
146
+ images: [{
147
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
148
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
149
+ }],
150
+ coingecko_id: 'ion',
151
+ keywords: ['memecoin', 'defi'],
152
+ socials: {
153
+ website: 'https://ion.wtf',
154
+ twitter: 'https://twitter.com/_IONDAO'
155
+ },
156
+ traces: [{
157
+ type: 'ibc',
158
+ counterparty: {
159
+ channel_id: 'channel-107347',
160
+ base_denom: 'uion',
161
+ chain_name: 'osmosis'
162
+ },
163
+ chain: {
164
+ channel_id: 'channel-1'
165
+ }
166
+ }]
167
+ }
168
+ ]
169
+ };
170
+ export default assets;
@@ -1117,7 +1117,7 @@ const assets = {
1117
1117
  base: 'ibc/EFDE21BC9BB465EE44447F62EE03056A73BD7F6CDE6261E64436409F2DEDDF8D',
1118
1118
  name: 'Shade (old)',
1119
1119
  display: 'shd',
1120
- symbol: 'SHD(old)',
1120
+ symbol: 'SHD.old',
1121
1121
  logo_URIs: {
1122
1122
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg'
1123
1123
  },
@@ -1543,7 +1543,7 @@ const assets = {
1543
1543
  base: 'ibc/EFDE21BC9BB465EE44447F62EE03056A73BD7F6CDE6261E64436409F2DEDDF8D',
1544
1544
  name: 'Shade (old)',
1545
1545
  display: 'shd',
1546
- symbol: 'SHD(old)',
1546
+ symbol: 'SHD.old',
1547
1547
  logo_URIs: {
1548
1548
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg'
1549
1549
  },
@@ -2535,7 +2535,7 @@ const assets = {
2535
2535
  base: 'ibc/F1CCCA9D4369F4DBAD7456232C1EE7A0D287D1D8AEF02D7290C69B26AF3EE136',
2536
2536
  name: 'Eden BOOST',
2537
2537
  display: 'edenb',
2538
- symbol: 'EDEN BOOST',
2538
+ symbol: 'EDENBOOST',
2539
2539
  logo_URIs: {
2540
2540
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
2541
2541
  },
@@ -2959,6 +2959,42 @@ const assets = {
2959
2959
  }
2960
2960
  }]
2961
2961
  },
2962
+ {
2963
+ description: 'FANDOMCHAIN is the native token of the FANDOMCHAIN Network',
2964
+ denom_units: [{
2965
+ denom: 'ibc/EE3BD5717AABFDDBE9AB446002D528FD0C5202430C5E4E662D3955AF953DFD98',
2966
+ exponent: 0,
2967
+ aliases: ['ufandomChain']
2968
+ }, {
2969
+ denom: 'FANDOMCHAIN',
2970
+ exponent: 9
2971
+ }],
2972
+ base: 'ibc/EE3BD5717AABFDDBE9AB446002D528FD0C5202430C5E4E662D3955AF953DFD98',
2973
+ name: 'FANDOMCHAIN',
2974
+ display: 'FANDOMCHAIN',
2975
+ symbol: 'FANDOMCHAIN',
2976
+ type_asset: 'sdk.coin',
2977
+ logo_URIs: {
2978
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fandomchain/images/fandomchain.png'
2979
+ },
2980
+ images: [{
2981
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fandomchain/images/fandomchain.png'
2982
+ }],
2983
+ socials: {
2984
+ website: 'https://fandom-chain-website.vercel.app'
2985
+ },
2986
+ traces: [{
2987
+ type: 'ibc',
2988
+ counterparty: {
2989
+ channel_id: 'channel-0',
2990
+ base_denom: 'ufandomChain',
2991
+ chain_name: 'fandomchain'
2992
+ },
2993
+ chain: {
2994
+ channel_id: 'channel-107314'
2995
+ }
2996
+ }]
2997
+ },
2962
2998
  {
2963
2999
  description: 'The native staking and governance token of the Fetch Hub.',
2964
3000
  denom_units: [{
@@ -6210,6 +6246,37 @@ const assets = {
6210
6246
  }
6211
6247
  }]
6212
6248
  },
6249
+ {
6250
+ description: 'The native token of Optio',
6251
+ denom_units: [{
6252
+ denom: 'ibc/60CFDF4D8367F6C29FE210CE1CA36BE8C21BB2B505DE0F0ABAC0855411CCDB37',
6253
+ exponent: 0,
6254
+ aliases: ['uOPT']
6255
+ }, {
6256
+ denom: 'OPT',
6257
+ exponent: 6
6258
+ }],
6259
+ type_asset: 'sdk.coin',
6260
+ base: 'ibc/60CFDF4D8367F6C29FE210CE1CA36BE8C21BB2B505DE0F0ABAC0855411CCDB37',
6261
+ name: 'OPT',
6262
+ display: 'OPT',
6263
+ symbol: 'OPT',
6264
+ images: [{
6265
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/optio/images/opt.png'
6266
+ }],
6267
+ coingecko_id: 'optio',
6268
+ traces: [{
6269
+ type: 'ibc',
6270
+ counterparty: {
6271
+ channel_id: 'channel-1',
6272
+ base_denom: 'uOPT',
6273
+ chain_name: 'optio'
6274
+ },
6275
+ chain: {
6276
+ channel_id: 'channel-107347'
6277
+ }
6278
+ }]
6279
+ },
6213
6280
  {
6214
6281
  description: 'The native token of Oraichain',
6215
6282
  denom_units: [{
@@ -8766,7 +8833,7 @@ const assets = {
8766
8833
  base: 'ibc/F1CCCA9D4369F4DBAD7456232C1EE7A0D287D1D8AEF02D7290C69B26AF3EE136',
8767
8834
  name: 'Eden BOOST',
8768
8835
  display: 'edenb',
8769
- symbol: 'EDEN BOOST',
8836
+ symbol: 'EDENBOOST',
8770
8837
  logo_URIs: {
8771
8838
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
8772
8839
  },
@@ -9190,6 +9257,42 @@ const assets = {
9190
9257
  }
9191
9258
  }]
9192
9259
  },
9260
+ {
9261
+ description: 'FANDOMCHAIN is the native token of the FANDOMCHAIN Network',
9262
+ denom_units: [{
9263
+ denom: 'ibc/EE3BD5717AABFDDBE9AB446002D528FD0C5202430C5E4E662D3955AF953DFD98',
9264
+ exponent: 0,
9265
+ aliases: ['ufandomChain']
9266
+ }, {
9267
+ denom: 'FANDOMCHAIN',
9268
+ exponent: 9
9269
+ }],
9270
+ base: 'ibc/EE3BD5717AABFDDBE9AB446002D528FD0C5202430C5E4E662D3955AF953DFD98',
9271
+ name: 'FANDOMCHAIN',
9272
+ display: 'FANDOMCHAIN',
9273
+ symbol: 'FANDOMCHAIN',
9274
+ type_asset: 'sdk.coin',
9275
+ logo_URIs: {
9276
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fandomchain/images/fandomchain.png'
9277
+ },
9278
+ images: [{
9279
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fandomchain/images/fandomchain.png'
9280
+ }],
9281
+ socials: {
9282
+ website: 'https://fandom-chain-website.vercel.app'
9283
+ },
9284
+ traces: [{
9285
+ type: 'ibc',
9286
+ counterparty: {
9287
+ channel_id: 'channel-0',
9288
+ base_denom: 'ufandomChain',
9289
+ chain_name: 'fandomchain'
9290
+ },
9291
+ chain: {
9292
+ channel_id: 'channel-107314'
9293
+ }
9294
+ }]
9295
+ },
9193
9296
  {
9194
9297
  description: 'The native staking and governance token of the Fetch Hub.',
9195
9298
  denom_units: [{
@@ -12480,6 +12583,37 @@ const assets = {
12480
12583
  }
12481
12584
  }]
12482
12585
  },
12586
+ {
12587
+ description: 'The native token of Optio',
12588
+ denom_units: [{
12589
+ denom: 'ibc/60CFDF4D8367F6C29FE210CE1CA36BE8C21BB2B505DE0F0ABAC0855411CCDB37',
12590
+ exponent: 0,
12591
+ aliases: ['uOPT']
12592
+ }, {
12593
+ denom: 'OPT',
12594
+ exponent: 6
12595
+ }],
12596
+ type_asset: 'sdk.coin',
12597
+ base: 'ibc/60CFDF4D8367F6C29FE210CE1CA36BE8C21BB2B505DE0F0ABAC0855411CCDB37',
12598
+ name: 'OPT',
12599
+ display: 'OPT',
12600
+ symbol: 'OPT',
12601
+ images: [{
12602
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/optio/images/opt.png'
12603
+ }],
12604
+ coingecko_id: 'optio',
12605
+ traces: [{
12606
+ type: 'ibc',
12607
+ counterparty: {
12608
+ channel_id: 'channel-1',
12609
+ base_denom: 'uOPT',
12610
+ chain_name: 'optio'
12611
+ },
12612
+ chain: {
12613
+ channel_id: 'channel-107347'
12614
+ }
12615
+ }]
12616
+ },
12483
12617
  {
12484
12618
  description: 'The native token of Oraichain',
12485
12619
  denom_units: [{
@@ -39545,7 +39679,7 @@ const assets = {
39545
39679
  base: 'ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C',
39546
39680
  name: 'Shade (old)',
39547
39681
  display: 'shd',
39548
- symbol: 'SHD(old)',
39682
+ symbol: 'SHD.old',
39549
39683
  logo_URIs: {
39550
39684
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg'
39551
39685
  },
@@ -48095,7 +48229,7 @@ const assets = {
48095
48229
  base: 'ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C',
48096
48230
  name: 'Shade (old)',
48097
48231
  display: 'shd',
48098
- symbol: 'SHD(old)',
48232
+ symbol: 'SHD.old',
48099
48233
  logo_URIs: {
48100
48234
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg'
48101
48235
  },
@@ -3691,7 +3691,7 @@ const assets = {
3691
3691
  base: 'ibc/EBC1C04E9027F7AF0DA11F5B8B57486C89666CF78D83394E276D1C7FD1DF505E',
3692
3692
  name: 'Shade (old)',
3693
3693
  display: 'shd',
3694
- symbol: 'SHD(old)',
3694
+ symbol: 'SHD.old',
3695
3695
  logo_URIs: {
3696
3696
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg'
3697
3697
  },
@@ -4117,7 +4117,7 @@ const assets = {
4117
4117
  base: 'ibc/EBC1C04E9027F7AF0DA11F5B8B57486C89666CF78D83394E276D1C7FD1DF505E',
4118
4118
  name: 'Shade (old)',
4119
4119
  display: 'shd',
4120
- symbol: 'SHD(old)',
4120
+ symbol: 'SHD.old',
4121
4121
  logo_URIs: {
4122
4122
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg'
4123
4123
  },
@@ -148,7 +148,7 @@ const assets = {
148
148
  base: 'ibc/E5EB90003A770A9E1AFB59FA1CA7FA4BB2647E48B7C5A70E44A9B626E4B2BC00',
149
149
  name: 'Eden BOOST',
150
150
  display: 'edenb',
151
- symbol: 'EDEN BOOST',
151
+ symbol: 'EDENBOOST',
152
152
  logo_URIs: {
153
153
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
154
154
  },
@@ -722,7 +722,7 @@ const assets = {
722
722
  base: 'ibc/E5EB90003A770A9E1AFB59FA1CA7FA4BB2647E48B7C5A70E44A9B626E4B2BC00',
723
723
  name: 'Eden BOOST',
724
724
  display: 'edenb',
725
- symbol: 'EDEN BOOST',
725
+ symbol: 'EDENBOOST',
726
726
  logo_URIs: {
727
727
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
728
728
  },
@@ -19959,7 +19959,7 @@ const assets = {
19959
19959
  base: 'ibc/E3EB36E35D0B2929B9FCD5334F37C1EA0BB51E79B5ACD07F7F2D6D942B50CF8B',
19960
19960
  name: 'Shade (old)',
19961
19961
  display: 'shd',
19962
- symbol: 'SHD(old)',
19962
+ symbol: 'SHD.old',
19963
19963
  logo_URIs: {
19964
19964
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg'
19965
19965
  },
@@ -20539,7 +20539,7 @@ const assets = {
20539
20539
  base: 'ibc/E3EB36E35D0B2929B9FCD5334F37C1EA0BB51E79B5ACD07F7F2D6D942B50CF8B',
20540
20540
  name: 'Shade (old)',
20541
20541
  display: 'shd',
20542
- symbol: 'SHD(old)',
20542
+ symbol: 'SHD.old',
20543
20543
  logo_URIs: {
20544
20544
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg'
20545
20545
  },
@@ -148,7 +148,7 @@ const assets = {
148
148
  base: 'ibc/FD77C96B3103DDF1F484A2B7159207D5A3C499EE429502D6337AE9FBE7FB3C38',
149
149
  name: 'Eden BOOST',
150
150
  display: 'edenb',
151
- symbol: 'EDEN BOOST',
151
+ symbol: 'EDENBOOST',
152
152
  logo_URIs: {
153
153
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
154
154
  },
@@ -876,7 +876,7 @@ const assets = {
876
876
  base: 'ibc/FD77C96B3103DDF1F484A2B7159207D5A3C499EE429502D6337AE9FBE7FB3C38',
877
877
  name: 'Eden BOOST',
878
878
  display: 'edenb',
879
- symbol: 'EDEN BOOST',
879
+ symbol: 'EDENBOOST',
880
880
  logo_URIs: {
881
881
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
882
882
  },
@@ -148,7 +148,7 @@ const assets = {
148
148
  base: 'ibc/C8C89122E6983FF1C52F8F1E6EBB8449752C582BE15C63687AC0ACDCC7EFB1E2',
149
149
  name: 'Eden BOOST',
150
150
  display: 'edenb',
151
- symbol: 'EDEN BOOST',
151
+ symbol: 'EDENBOOST',
152
152
  logo_URIs: {
153
153
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
154
154
  },
@@ -797,7 +797,7 @@ const assets = {
797
797
  base: 'ibc/C8C89122E6983FF1C52F8F1E6EBB8449752C582BE15C63687AC0ACDCC7EFB1E2',
798
798
  name: 'Eden BOOST',
799
799
  display: 'edenb',
800
- symbol: 'EDEN BOOST',
800
+ symbol: 'EDENBOOST',
801
801
  logo_URIs: {
802
802
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
803
803
  },
package/mainnet/akash.js CHANGED
@@ -386,7 +386,7 @@ const assets = {
386
386
  base: 'ibc/77E6754F649117ACF9A2F833F910B6450E8FD68D91CDCE0F2A63040CA455256A',
387
387
  name: 'Eden BOOST',
388
388
  display: 'edenb',
389
- symbol: 'EDEN BOOST',
389
+ symbol: 'EDENBOOST',
390
390
  logo_URIs: {
391
391
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
392
392
  },
@@ -1381,7 +1381,7 @@ const assets = {
1381
1381
  base: 'ibc/77E6754F649117ACF9A2F833F910B6450E8FD68D91CDCE0F2A63040CA455256A',
1382
1382
  name: 'Eden BOOST',
1383
1383
  display: 'edenb',
1384
- symbol: 'EDEN BOOST',
1384
+ symbol: 'EDENBOOST',
1385
1385
  logo_URIs: {
1386
1386
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
1387
1387
  },
package/mainnet/assets.js CHANGED
@@ -57,6 +57,7 @@ const elys_1 = __importDefault(require("./elys"));
57
57
  const emoney_1 = __importDefault(require("./emoney"));
58
58
  const empowerchain_1 = __importDefault(require("./empowerchain"));
59
59
  const evmos_1 = __importDefault(require("./evmos"));
60
+ const fandomchain_1 = __importDefault(require("./fandomchain"));
60
61
  const fetchhub_1 = __importDefault(require("./fetchhub"));
61
62
  const firmachain_1 = __importDefault(require("./firmachain"));
62
63
  const furya_1 = __importDefault(require("./furya"));
@@ -115,6 +116,7 @@ const okexchain_1 = __importDefault(require("./okexchain"));
115
116
  const omniflixhub_1 = __importDefault(require("./omniflixhub"));
116
117
  const onex_1 = __importDefault(require("./onex"));
117
118
  const onomy_1 = __importDefault(require("./onomy"));
119
+ const optio_1 = __importDefault(require("./optio"));
118
120
  const oraichain_1 = __importDefault(require("./oraichain"));
119
121
  const osmosis_1 = __importDefault(require("./osmosis"));
120
122
  const panacea_1 = __importDefault(require("./panacea"));
@@ -172,5 +174,5 @@ const xpla_1 = __importDefault(require("./xpla"));
172
174
  const xrplevm_1 = __importDefault(require("./xrplevm"));
173
175
  const zenrock_1 = __importDefault(require("./zenrock"));
174
176
  const zigchain_1 = __importDefault(require("./zigchain"));
175
- const assets = [ethereum_1.default, namada_1.default, solana_1.default, aaronetwork_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, allora_1.default, andromeda_1.default, archway_1.default, arkeo_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, babylon_1.default, bandchain_1.default, beezee_1.default, bitbadges_1.default, bitcanna_1.default, bitsong_1.default, bitway_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, elys_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, hippoprotocol_1.default, humans_1.default, impacthub_1.default, imversed_1.default, initia_1.default, injective_1.default, int3face_1.default, intento_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kopi_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lombardledger_1.default, lorenzo_1.default, lumera_1.default, lumnetwork_1.default, mande_1.default, manifest_1.default, mantrachain_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, mtgbp_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nillion_1.default, nim_1.default, noble_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, qfs_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sidechain_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, sunrise_1.default, symphony_1.default, synternet_1.default, taketitan_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xion_1.default, xpla_1.default, xrplevm_1.default, zenrock_1.default, zigchain_1.default];
177
+ const assets = [ethereum_1.default, namada_1.default, solana_1.default, aaronetwork_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, allora_1.default, andromeda_1.default, archway_1.default, arkeo_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, babylon_1.default, bandchain_1.default, beezee_1.default, bitbadges_1.default, bitcanna_1.default, bitsong_1.default, bitway_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, elys_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fandomchain_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, hippoprotocol_1.default, humans_1.default, impacthub_1.default, imversed_1.default, initia_1.default, injective_1.default, int3face_1.default, intento_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kopi_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lombardledger_1.default, lorenzo_1.default, lumera_1.default, lumnetwork_1.default, mande_1.default, manifest_1.default, mantrachain_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, mtgbp_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nillion_1.default, nim_1.default, noble_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, optio_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, qfs_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sidechain_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, sunrise_1.default, symphony_1.default, synternet_1.default, taketitan_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xion_1.default, xpla_1.default, xrplevm_1.default, zenrock_1.default, zigchain_1.default];
176
178
  exports.default = assets;
package/mainnet/axelar.js CHANGED
@@ -1275,7 +1275,7 @@ const assets = {
1275
1275
  base: 'ibc/A6CEE5C60886217655D1E0454D8995E4CDBE2E1C9350265030BCB994A5421F18',
1276
1276
  name: 'Eden BOOST',
1277
1277
  display: 'edenb',
1278
- symbol: 'EDEN BOOST',
1278
+ symbol: 'EDENBOOST',
1279
1279
  logo_URIs: {
1280
1280
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
1281
1281
  },
@@ -10946,7 +10946,7 @@ const assets = {
10946
10946
  base: 'ibc/A6CEE5C60886217655D1E0454D8995E4CDBE2E1C9350265030BCB994A5421F18',
10947
10947
  name: 'Eden BOOST',
10948
10948
  display: 'edenb',
10949
- symbol: 'EDEN BOOST',
10949
+ symbol: 'EDENBOOST',
10950
10950
  logo_URIs: {
10951
10951
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
10952
10952
  },
@@ -20081,7 +20081,7 @@ const assets = {
20081
20081
  base: 'ibc/8D136C877488081ADD5E831E646C17E1394C7495E5D3FDEA150ADEA1CC057607',
20082
20082
  name: 'Shade (old)',
20083
20083
  display: 'shd',
20084
- symbol: 'SHD(old)',
20084
+ symbol: 'SHD.old',
20085
20085
  logo_URIs: {
20086
20086
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg'
20087
20087
  },
@@ -20507,7 +20507,7 @@ const assets = {
20507
20507
  base: 'ibc/8D136C877488081ADD5E831E646C17E1394C7495E5D3FDEA150ADEA1CC057607',
20508
20508
  name: 'Shade (old)',
20509
20509
  display: 'shd',
20510
- symbol: 'SHD(old)',
20510
+ symbol: 'SHD.old',
20511
20511
  logo_URIs: {
20512
20512
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg'
20513
20513
  },
@@ -230,7 +230,7 @@ const assets = {
230
230
  base: 'ibc/442BE5F60004571AE7653E39F0EC1C1F86799C1087D930F031D91DCC2CEC9B7C',
231
231
  name: 'Eden BOOST',
232
232
  display: 'edenb',
233
- symbol: 'EDEN BOOST',
233
+ symbol: 'EDENBOOST',
234
234
  logo_URIs: {
235
235
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
236
236
  },
@@ -805,7 +805,7 @@ const assets = {
805
805
  base: 'ibc/442BE5F60004571AE7653E39F0EC1C1F86799C1087D930F031D91DCC2CEC9B7C',
806
806
  name: 'Eden BOOST',
807
807
  display: 'edenb',
808
- symbol: 'EDEN BOOST',
808
+ symbol: 'EDENBOOST',
809
809
  logo_URIs: {
810
810
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
811
811
  },
@@ -269,7 +269,7 @@ const assets = {
269
269
  base: 'ibc/D4C85AF923503EC133214EDD27071BFEBB1D55051F0B255F7EDA12237CAC1A8C',
270
270
  name: 'Eden BOOST',
271
271
  display: 'edenb',
272
- symbol: 'EDEN BOOST',
272
+ symbol: 'EDENBOOST',
273
273
  logo_URIs: {
274
274
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
275
275
  },
@@ -8261,7 +8261,7 @@ const assets = {
8261
8261
  base: 'ibc/D4C85AF923503EC133214EDD27071BFEBB1D55051F0B255F7EDA12237CAC1A8C',
8262
8262
  name: 'Eden BOOST',
8263
8263
  display: 'edenb',
8264
- symbol: 'EDEN BOOST',
8264
+ symbol: 'EDENBOOST',
8265
8265
  logo_URIs: {
8266
8266
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
8267
8267
  },
@@ -5671,7 +5671,7 @@ const assets = {
5671
5671
  base: 'ibc/A0F175DE6C8AA887ED101B6E85A4F93558D0980FECC4279DA19C7EC4E0BCFB8D',
5672
5672
  name: 'Shade (old)',
5673
5673
  display: 'shd',
5674
- symbol: 'SHD(old)',
5674
+ symbol: 'SHD.old',
5675
5675
  logo_URIs: {
5676
5676
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg'
5677
5677
  },
@@ -6097,7 +6097,7 @@ const assets = {
6097
6097
  base: 'ibc/A0F175DE6C8AA887ED101B6E85A4F93558D0980FECC4279DA19C7EC4E0BCFB8D',
6098
6098
  name: 'Shade (old)',
6099
6099
  display: 'shd',
6100
- symbol: 'SHD(old)',
6100
+ symbol: 'SHD.old',
6101
6101
  logo_URIs: {
6102
6102
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg'
6103
6103
  },