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