@chain-registry/assets 1.70.123 → 1.70.124

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 (92) hide show
  1. package/devnet/prysmdevnet.js +0 -210
  2. package/esm/devnet/prysmdevnet.js +0 -210
  3. package/esm/mainnet/axelar.js +130 -0
  4. package/esm/mainnet/mantrachain.js +86 -0
  5. package/esm/mainnet/noble.js +86 -0
  6. package/esm/mainnet/osmosis.js +2 -2
  7. package/esm/mainnet/routerchain.js +238 -0
  8. package/esm/testnet/akashtestnet.js +1 -150
  9. package/esm/testnet/archwaytestnet.js +0 -220
  10. package/esm/testnet/axelartestnet.js +0 -220
  11. package/esm/testnet/celestiatestnet3.js +0 -148
  12. package/esm/testnet/chain4energytestnet.js +1 -150
  13. package/esm/testnet/composabletestnet.js +3 -154
  14. package/esm/testnet/coreumtestnet.js +1 -150
  15. package/esm/testnet/cosmoshubtestnet.js +0 -220
  16. package/esm/testnet/doravotatestnet.js +1 -150
  17. package/esm/testnet/dydxtestnet.js +1 -71
  18. package/esm/testnet/empowertestnet.js +3 -222
  19. package/esm/testnet/impacthubtestnet.js +1 -150
  20. package/esm/testnet/injectivetestnet.js +0 -148
  21. package/esm/testnet/junotestnet.js +0 -148
  22. package/esm/testnet/kimanetworktestnet.js +1 -150
  23. package/esm/testnet/kujiratestnet.js +3 -78
  24. package/esm/testnet/kyvetestnet.js +1 -150
  25. package/esm/testnet/lavatestnet.js +1 -222
  26. package/esm/testnet/likecointestnet.js +1 -150
  27. package/esm/testnet/manifesttestnet.js +1 -222
  28. package/esm/testnet/mantrachaintestnet.js +0 -220
  29. package/esm/testnet/marstestnet.js +1 -150
  30. package/esm/testnet/neutrontestnet.js +0 -148
  31. package/esm/testnet/nobletestnet.js +0 -148
  32. package/esm/testnet/noistestnet.js +3 -146
  33. package/esm/testnet/nolustestnet.js +3 -154
  34. package/esm/testnet/osmosistestnet.js +0 -442
  35. package/esm/testnet/persistencetestnet2.js +3 -226
  36. package/esm/testnet/quicksilvertestnet.js +3 -154
  37. package/esm/testnet/sagatestnet.js +1 -222
  38. package/esm/testnet/sgetestnet.js +1 -150
  39. package/esm/testnet/stargazetestnet.js +0 -148
  40. package/esm/testnet/swisstroniktestnet.js +1 -150
  41. package/esm/testnet/symphonytestnet.js +3 -222
  42. package/esm/testnet/symphonytestnet3.js +3 -222
  43. package/esm/testnet/synternettestnet.js +1 -150
  44. package/esm/testnet/titannettestnet.js +1 -150
  45. package/esm/testnet/titantestnet.js +0 -288
  46. package/esm/testnet/xiontestnet.js +0 -292
  47. package/index.d.ts +1 -1
  48. package/mainnet/axelar.js +130 -0
  49. package/mainnet/mantrachain.js +86 -0
  50. package/mainnet/noble.js +86 -0
  51. package/mainnet/osmosis.js +2 -2
  52. package/mainnet/routerchain.js +238 -0
  53. package/package.json +5 -5
  54. package/testnet/akashtestnet.js +1 -150
  55. package/testnet/archwaytestnet.js +0 -220
  56. package/testnet/axelartestnet.js +0 -220
  57. package/testnet/celestiatestnet3.js +0 -148
  58. package/testnet/chain4energytestnet.js +1 -150
  59. package/testnet/composabletestnet.js +3 -154
  60. package/testnet/coreumtestnet.js +1 -150
  61. package/testnet/cosmoshubtestnet.js +0 -220
  62. package/testnet/doravotatestnet.js +1 -150
  63. package/testnet/dydxtestnet.js +1 -71
  64. package/testnet/empowertestnet.js +3 -222
  65. package/testnet/impacthubtestnet.js +1 -150
  66. package/testnet/injectivetestnet.js +0 -148
  67. package/testnet/junotestnet.js +0 -148
  68. package/testnet/kimanetworktestnet.js +1 -150
  69. package/testnet/kujiratestnet.js +3 -78
  70. package/testnet/kyvetestnet.js +1 -150
  71. package/testnet/lavatestnet.js +1 -222
  72. package/testnet/likecointestnet.js +1 -150
  73. package/testnet/manifesttestnet.js +1 -222
  74. package/testnet/mantrachaintestnet.js +0 -220
  75. package/testnet/marstestnet.js +1 -150
  76. package/testnet/neutrontestnet.js +0 -148
  77. package/testnet/nobletestnet.js +0 -148
  78. package/testnet/noistestnet.js +3 -146
  79. package/testnet/nolustestnet.js +3 -154
  80. package/testnet/osmosistestnet.js +0 -442
  81. package/testnet/persistencetestnet2.js +3 -226
  82. package/testnet/quicksilvertestnet.js +3 -154
  83. package/testnet/sagatestnet.js +1 -222
  84. package/testnet/sgetestnet.js +1 -150
  85. package/testnet/stargazetestnet.js +0 -148
  86. package/testnet/swisstroniktestnet.js +1 -150
  87. package/testnet/symphonytestnet.js +3 -222
  88. package/testnet/symphonytestnet3.js +3 -222
  89. package/testnet/synternettestnet.js +1 -150
  90. package/testnet/titannettestnet.js +1 -150
  91. package/testnet/titantestnet.js +0 -288
  92. package/testnet/xiontestnet.js +0 -292
@@ -179,116 +179,6 @@ const assets = {
179
179
  }
180
180
  }]
181
181
  },
182
- {
183
- description: 'The native token of Osmosis',
184
- denom_units: [{
185
- denom: 'ibc/EFC645B78840831D64CCA4674907E0A3C13258FFDF51071D0E79F12206A673F8',
186
- exponent: 0,
187
- aliases: ['uosmo']
188
- }, {
189
- denom: 'osmo',
190
- exponent: 6,
191
- aliases: []
192
- }],
193
- type_asset: 'sdk.coin',
194
- base: 'ibc/EFC645B78840831D64CCA4674907E0A3C13258FFDF51071D0E79F12206A673F8',
195
- name: 'Osmosis Testnet',
196
- display: 'osmo',
197
- symbol: 'OSMO',
198
- logo_URIs: {
199
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
200
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
201
- },
202
- images: [{
203
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
204
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
205
- }],
206
- coingecko_id: 'osmosis',
207
- keywords: ['dex', 'staking'],
208
- traces: [{
209
- type: 'ibc',
210
- counterparty: {
211
- channel_id: 'channel-4156',
212
- base_denom: 'uosmo',
213
- chain_name: 'osmosistestnet'
214
- },
215
- chain: {
216
- channel_id: 'channel-3306'
217
- }
218
- }]
219
- },
220
- {
221
- denom_units: [{
222
- denom: 'ibc/DD090F9A627BB6E8DA3A2A00139F72672F1A5047D993A5CE289298C16ABD9BF5',
223
- exponent: 0,
224
- aliases: ['uion']
225
- }, {
226
- denom: 'ion',
227
- exponent: 6
228
- }],
229
- type_asset: 'sdk.coin',
230
- base: 'ibc/DD090F9A627BB6E8DA3A2A00139F72672F1A5047D993A5CE289298C16ABD9BF5',
231
- name: 'Ion',
232
- display: 'ion',
233
- symbol: 'ION',
234
- logo_URIs: {
235
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
236
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
237
- },
238
- images: [{
239
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
240
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
241
- }],
242
- coingecko_id: 'ion',
243
- keywords: ['memecoin'],
244
- traces: [{
245
- type: 'ibc',
246
- counterparty: {
247
- channel_id: 'channel-4156',
248
- base_denom: 'uion',
249
- chain_name: 'osmosistestnet'
250
- },
251
- chain: {
252
- channel_id: 'channel-3306'
253
- }
254
- }]
255
- },
256
- {
257
- description: 'The XPRT token is primarily a governance token for the Persistence chain.',
258
- denom_units: [{
259
- denom: 'ibc/04623B7DE84BF8D4B37C1682401CA3B0B5DEE14881FB716A512CCC68F0ED4989',
260
- exponent: 0,
261
- aliases: ['uxprt']
262
- }, {
263
- denom: 'xprt',
264
- exponent: 6
265
- }],
266
- base: 'ibc/04623B7DE84BF8D4B37C1682401CA3B0B5DEE14881FB716A512CCC68F0ED4989',
267
- name: 'Persistence',
268
- display: 'xprt',
269
- symbol: 'XPRT',
270
- logo_URIs: {
271
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
272
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
273
- },
274
- coingecko_id: 'persistence',
275
- images: [{
276
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
277
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
278
- }],
279
- type_asset: 'sdk.coin',
280
- traces: [{
281
- type: 'ibc',
282
- counterparty: {
283
- channel_id: 'channel-1',
284
- base_denom: 'uxprt',
285
- chain_name: 'persistencetestnet2'
286
- },
287
- chain: {
288
- channel_id: 'channel-2777'
289
- }
290
- }]
291
- },
292
182
  {
293
183
  description: 'PSTAKE Liquid-Staked ATOM',
294
184
  denom_units: [{
@@ -864,116 +754,6 @@ const assets = {
864
754
  }
865
755
  }]
866
756
  },
867
- {
868
- description: 'The native token of Osmosis',
869
- denom_units: [{
870
- denom: 'ibc/EFC645B78840831D64CCA4674907E0A3C13258FFDF51071D0E79F12206A673F8',
871
- exponent: 0,
872
- aliases: ['uosmo']
873
- }, {
874
- denom: 'osmo',
875
- exponent: 6,
876
- aliases: []
877
- }],
878
- type_asset: 'sdk.coin',
879
- base: 'ibc/EFC645B78840831D64CCA4674907E0A3C13258FFDF51071D0E79F12206A673F8',
880
- name: 'Osmosis Testnet',
881
- display: 'osmo',
882
- symbol: 'OSMO',
883
- logo_URIs: {
884
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
885
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
886
- },
887
- images: [{
888
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
889
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
890
- }],
891
- coingecko_id: 'osmosis',
892
- keywords: ['dex', 'staking'],
893
- traces: [{
894
- type: 'ibc',
895
- counterparty: {
896
- channel_id: 'channel-4156',
897
- base_denom: 'uosmo',
898
- chain_name: 'osmosistestnet'
899
- },
900
- chain: {
901
- channel_id: 'channel-3306'
902
- }
903
- }]
904
- },
905
- {
906
- denom_units: [{
907
- denom: 'ibc/DD090F9A627BB6E8DA3A2A00139F72672F1A5047D993A5CE289298C16ABD9BF5',
908
- exponent: 0,
909
- aliases: ['uion']
910
- }, {
911
- denom: 'ion',
912
- exponent: 6
913
- }],
914
- type_asset: 'sdk.coin',
915
- base: 'ibc/DD090F9A627BB6E8DA3A2A00139F72672F1A5047D993A5CE289298C16ABD9BF5',
916
- name: 'Ion',
917
- display: 'ion',
918
- symbol: 'ION',
919
- logo_URIs: {
920
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
921
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
922
- },
923
- images: [{
924
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
925
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
926
- }],
927
- coingecko_id: 'ion',
928
- keywords: ['memecoin'],
929
- traces: [{
930
- type: 'ibc',
931
- counterparty: {
932
- channel_id: 'channel-4156',
933
- base_denom: 'uion',
934
- chain_name: 'osmosistestnet'
935
- },
936
- chain: {
937
- channel_id: 'channel-3306'
938
- }
939
- }]
940
- },
941
- {
942
- description: 'The XPRT token is primarily a governance token for the Persistence chain.',
943
- denom_units: [{
944
- denom: 'ibc/04623B7DE84BF8D4B37C1682401CA3B0B5DEE14881FB716A512CCC68F0ED4989',
945
- exponent: 0,
946
- aliases: ['uxprt']
947
- }, {
948
- denom: 'xprt',
949
- exponent: 6
950
- }],
951
- base: 'ibc/04623B7DE84BF8D4B37C1682401CA3B0B5DEE14881FB716A512CCC68F0ED4989',
952
- name: 'Persistence',
953
- display: 'xprt',
954
- symbol: 'XPRT',
955
- logo_URIs: {
956
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
957
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
958
- },
959
- coingecko_id: 'persistence',
960
- images: [{
961
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
962
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
963
- }],
964
- type_asset: 'sdk.coin',
965
- traces: [{
966
- type: 'ibc',
967
- counterparty: {
968
- channel_id: 'channel-1',
969
- base_denom: 'uxprt',
970
- chain_name: 'persistencetestnet2'
971
- },
972
- chain: {
973
- channel_id: 'channel-2777'
974
- }
975
- }]
976
- },
977
757
  {
978
758
  description: 'PSTAKE Liquid-Staked ATOM',
979
759
  denom_units: [{
@@ -2,155 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const assets = {
4
4
  chain_name: 'doravotatestnet',
5
- assets: [
6
- {
7
- description: 'The native token of Osmosis',
8
- denom_units: [{
9
- denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
10
- exponent: 0,
11
- aliases: ['uosmo']
12
- }, {
13
- denom: 'osmo',
14
- exponent: 6,
15
- aliases: []
16
- }],
17
- type_asset: 'sdk.coin',
18
- base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
19
- name: 'Osmosis Testnet',
20
- display: 'osmo',
21
- symbol: 'OSMO',
22
- logo_URIs: {
23
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
24
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
25
- },
26
- images: [{
27
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
28
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
29
- }],
30
- coingecko_id: 'osmosis',
31
- keywords: ['dex', 'staking'],
32
- traces: [{
33
- type: 'ibc',
34
- counterparty: {
35
- channel_id: 'channel-1260',
36
- base_denom: 'uosmo',
37
- chain_name: 'osmosistestnet'
38
- },
39
- chain: {
40
- channel_id: 'channel-1'
41
- }
42
- }]
43
- },
44
- {
45
- denom_units: [{
46
- denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
47
- exponent: 0,
48
- aliases: ['uion']
49
- }, {
50
- denom: 'ion',
51
- exponent: 6
52
- }],
53
- type_asset: 'sdk.coin',
54
- base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
55
- name: 'Ion',
56
- display: 'ion',
57
- symbol: 'ION',
58
- logo_URIs: {
59
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
60
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
61
- },
62
- images: [{
63
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
64
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
65
- }],
66
- coingecko_id: 'ion',
67
- keywords: ['memecoin'],
68
- traces: [{
69
- type: 'ibc',
70
- counterparty: {
71
- channel_id: 'channel-1260',
72
- base_denom: 'uion',
73
- chain_name: 'osmosistestnet'
74
- },
75
- chain: {
76
- channel_id: 'channel-1'
77
- }
78
- }]
79
- },
80
- {
81
- description: 'The native token of Osmosis',
82
- denom_units: [{
83
- denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
84
- exponent: 0,
85
- aliases: ['uosmo']
86
- }, {
87
- denom: 'osmo',
88
- exponent: 6,
89
- aliases: []
90
- }],
91
- type_asset: 'sdk.coin',
92
- base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
93
- name: 'Osmosis Testnet',
94
- display: 'osmo',
95
- symbol: 'OSMO',
96
- logo_URIs: {
97
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
98
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
99
- },
100
- images: [{
101
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
102
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
103
- }],
104
- coingecko_id: 'osmosis',
105
- keywords: ['dex', 'staking'],
106
- traces: [{
107
- type: 'ibc',
108
- counterparty: {
109
- channel_id: 'channel-1260',
110
- base_denom: 'uosmo',
111
- chain_name: 'osmosistestnet'
112
- },
113
- chain: {
114
- channel_id: 'channel-1'
115
- }
116
- }]
117
- },
118
- {
119
- denom_units: [{
120
- denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
121
- exponent: 0,
122
- aliases: ['uion']
123
- }, {
124
- denom: 'ion',
125
- exponent: 6
126
- }],
127
- type_asset: 'sdk.coin',
128
- base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
129
- name: 'Ion',
130
- display: 'ion',
131
- symbol: 'ION',
132
- logo_URIs: {
133
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
134
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
135
- },
136
- images: [{
137
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
138
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
139
- }],
140
- coingecko_id: 'ion',
141
- keywords: ['memecoin'],
142
- traces: [{
143
- type: 'ibc',
144
- counterparty: {
145
- channel_id: 'channel-1260',
146
- base_denom: 'uion',
147
- chain_name: 'osmosistestnet'
148
- },
149
- chain: {
150
- channel_id: 'channel-1'
151
- }
152
- }]
153
- }
154
- ]
5
+ assets: []
155
6
  };
156
7
  exports.default = assets;
@@ -2,76 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const assets = {
4
4
  chain_name: 'dydxtestnet',
5
- assets: [{
6
- description: 'The native token of Axelar',
7
- denom_units: [{
8
- denom: 'ibc/0634D0993744740D675AD01E81156EAC945AEAAE17C074918DC7FF52F41B263E',
9
- exponent: 0,
10
- aliases: ['uaxl']
11
- }, {
12
- denom: 'axl',
13
- exponent: 6
14
- }],
15
- base: 'ibc/0634D0993744740D675AD01E81156EAC945AEAAE17C074918DC7FF52F41B263E',
16
- name: 'Axelar',
17
- display: 'axl',
18
- symbol: 'AXL',
19
- logo_URIs: {
20
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
21
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
22
- },
23
- coingecko_id: 'axelar',
24
- images: [{
25
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
26
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
27
- }],
28
- type_asset: 'sdk.coin',
29
- traces: [{
30
- type: 'ibc',
31
- counterparty: {
32
- channel_id: 'channel-297',
33
- base_denom: 'uaxl',
34
- chain_name: 'axelartestnet'
35
- },
36
- chain: {
37
- channel_id: 'channel-4'
38
- }
39
- }]
40
- }, {
41
- description: 'The native token of Axelar',
42
- denom_units: [{
43
- denom: 'ibc/0634D0993744740D675AD01E81156EAC945AEAAE17C074918DC7FF52F41B263E',
44
- exponent: 0,
45
- aliases: ['uaxl']
46
- }, {
47
- denom: 'axl',
48
- exponent: 6
49
- }],
50
- base: 'ibc/0634D0993744740D675AD01E81156EAC945AEAAE17C074918DC7FF52F41B263E',
51
- name: 'Axelar',
52
- display: 'axl',
53
- symbol: 'AXL',
54
- logo_URIs: {
55
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
56
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
57
- },
58
- coingecko_id: 'axelar',
59
- images: [{
60
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
61
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
62
- }],
63
- type_asset: 'sdk.coin',
64
- traces: [{
65
- type: 'ibc',
66
- counterparty: {
67
- channel_id: 'channel-297',
68
- base_denom: 'uaxl',
69
- chain_name: 'axelartestnet'
70
- },
71
- chain: {
72
- channel_id: 'channel-4'
73
- }
74
- }]
75
- }]
5
+ assets: []
76
6
  };
77
7
  exports.default = assets;