chain-registry 1.69.171 → 1.69.172

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 (36) hide show
  1. package/esm/mainnet/kyve/ibc.js +29 -0
  2. package/esm/mainnet/osmosis/assets.js +59 -2
  3. package/esm/mainnet/xion/assets.js +305 -5
  4. package/esm/mainnet/xion/ibc.js +29 -0
  5. package/esm/testnet/assets.js +0 -2
  6. package/esm/testnet/babylontestnet/assets.js +29 -0
  7. package/esm/testnet/chains.js +0 -2
  8. package/esm/testnet/ibc.js +0 -2
  9. package/esm/testnet/named.js +0 -1
  10. package/esm/testnet/xiontestnet2/assets.js +7 -0
  11. package/esm/testnet/xiontestnet2/chain.js +64 -8
  12. package/mainnet/kyve/ibc.js +29 -0
  13. package/mainnet/osmosis/assets.js +59 -2
  14. package/mainnet/xion/assets.js +305 -5
  15. package/mainnet/xion/ibc.js +29 -0
  16. package/package.json +4 -4
  17. package/testnet/assets.js +0 -2
  18. package/testnet/babylontestnet/assets.js +29 -0
  19. package/testnet/chains.js +0 -2
  20. package/testnet/ibc.js +0 -2
  21. package/testnet/named.d.ts +0 -1
  22. package/testnet/named.js +1 -2
  23. package/testnet/xiontestnet2/assets.js +7 -0
  24. package/testnet/xiontestnet2/chain.js +64 -8
  25. package/esm/testnet/xiontestnet/assets.js +0 -194
  26. package/esm/testnet/xiontestnet/chain.js +0 -159
  27. package/esm/testnet/xiontestnet/ibc.js +0 -116
  28. package/esm/testnet/xiontestnet/index.js +0 -6
  29. package/testnet/xiontestnet/assets.d.ts +0 -3
  30. package/testnet/xiontestnet/assets.js +0 -196
  31. package/testnet/xiontestnet/chain.d.ts +0 -3
  32. package/testnet/xiontestnet/chain.js +0 -161
  33. package/testnet/xiontestnet/ibc.d.ts +0 -3
  34. package/testnet/xiontestnet/ibc.js +0 -118
  35. package/testnet/xiontestnet/index.d.ts +0 -3
  36. package/testnet/xiontestnet/index.js +0 -12
@@ -69,24 +69,80 @@ const info = {
69
69
  }
70
70
  },
71
71
  apis: {
72
- rpc: [{
72
+ rpc: [
73
+ {
73
74
  address: 'https://rpc.xion-testnet-2.burnt.com:443',
74
75
  provider: '🔥BurntLabs🔥'
75
- }],
76
- rest: [{
76
+ },
77
+ {
78
+ address: 'https://testnet-2-rpc.xion-api.com:443',
79
+ provider: 'Lavender.Five Nodes 🐝'
80
+ },
81
+ {
82
+ address: 'https://xion-testnet-rpc.polkachu.com:443',
83
+ provider: 'Polkachu'
84
+ },
85
+ {
86
+ address: 'https://burnt-testnet-rpc.itrocket.net:443',
87
+ provider: 'ITRocket'
88
+ }
89
+ ],
90
+ rest: [
91
+ {
77
92
  address: 'https://api.xion-testnet-2.burnt.com',
78
93
  provider: '🔥BurntLabs🔥'
79
- }],
80
- grpc: [{
94
+ },
95
+ {
96
+ address: 'https://testnet-2-api.xion-api.com',
97
+ provider: 'Lavender.Five Nodes 🐝'
98
+ },
99
+ {
100
+ address: 'https://xion-testnet-api.polkachu.com',
101
+ provider: 'Polkachu'
102
+ },
103
+ {
104
+ address: 'https://burnt-testnet-api.itrocket.net',
105
+ provider: 'ITRocket'
106
+ }
107
+ ],
108
+ grpc: [
109
+ {
81
110
  address: 'grpc.xion-testnet-2.burnt.com:443',
82
111
  provider: '🔥BurntLabs🔥'
83
- }]
112
+ },
113
+ {
114
+ address: 'testnet-2-grpc.xion-api.com:443',
115
+ provider: 'Lavender.Five Nodes 🐝'
116
+ },
117
+ {
118
+ address: 'xion-testnet-grpc.polkachu.com:22390',
119
+ provider: 'Polkachu'
120
+ },
121
+ {
122
+ address: 'burnt-testnet-grpc.itrocket.net:443',
123
+ provider: 'ITRocket'
124
+ }
125
+ ]
84
126
  },
85
- explorers: [{
127
+ explorers: [
128
+ {
129
+ kind: 'mintscan',
130
+ url: 'https://www.mintscan.io/xion-testnet',
131
+ tx_page: 'https://www.mintscan.io/xion-testnet/transactions/${txHash}',
132
+ account_page: 'https://www.mintscan.io/xion-testnet/accounts/${accountAddress}'
133
+ },
134
+ {
86
135
  url: 'https://explorer.burnt.com/xion-testnet-2',
87
136
  tx_page: 'https://explorer.burnt.com/xion-testnet-2/tx/${txHash}',
88
137
  account_page: 'https://explorer.burnt.com/xion-testnet-2/account/${accountAddress}'
89
- }],
138
+ },
139
+ {
140
+ kind: 'ITRocket',
141
+ url: 'https://testnet.itrocket.net/burnt',
142
+ tx_page: 'https://testnet.itrocket.net/burnt/tx/${txHash}',
143
+ account_page: 'https://testnet.itrocket.net/burnt/account/${accountAddress}'
144
+ }
145
+ ],
90
146
  images: [{
91
147
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
92
148
  }],
@@ -118,6 +118,35 @@ const info = [
118
118
  preferred: true
119
119
  }
120
120
  }]
121
+ },
122
+ {
123
+ $schema: '../ibc_data.schema.json',
124
+ chain_1: {
125
+ chain_name: 'kyve',
126
+ client_id: '07-tendermint-8',
127
+ connection_id: 'connection-7'
128
+ },
129
+ chain_2: {
130
+ chain_name: 'xion',
131
+ client_id: '07-tendermint-5',
132
+ connection_id: 'connection-5'
133
+ },
134
+ channels: [{
135
+ chain_1: {
136
+ channel_id: 'channel-7',
137
+ port_id: 'transfer'
138
+ },
139
+ chain_2: {
140
+ channel_id: 'channel-5',
141
+ port_id: 'transfer'
142
+ },
143
+ ordering: 'unordered',
144
+ version: 'ics20-1',
145
+ tags: {
146
+ status: 'live',
147
+ preferred: true
148
+ }
149
+ }]
121
150
  }
122
151
  ];
123
152
  exports.default = info;
@@ -23937,9 +23937,9 @@ const info = {
23937
23937
  exponent: 8
23938
23938
  }],
23939
23939
  base: 'ibc/D19DA6AE5B3CB19A035FCB51DEE5A36392E0D64D51C20D159A155D1581911A39',
23940
- name: 'Movement (Ethereum)',
23940
+ name: 'Movement (Ethereum via Axelar)',
23941
23941
  display: 'move',
23942
- symbol: 'MOVE',
23942
+ symbol: 'MOVE.eth.axl',
23943
23943
  traces: [{
23944
23944
  type: 'ibc',
23945
23945
  counterparty: {
@@ -23953,6 +23953,12 @@ const info = {
23953
23953
  }
23954
23954
  }],
23955
23955
  images: [{
23956
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/move.eth.axl.svg',
23957
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/move.eth.axl.png',
23958
+ theme: {
23959
+ primary_color_hex: '#F1BB15'
23960
+ }
23961
+ }, {
23956
23962
  image_sync: {
23957
23963
  chain_name: 'axelar',
23958
23964
  base_denom: 'unit-move'
@@ -23968,6 +23974,57 @@ const info = {
23968
23974
  website: 'https://www.movementnetwork.xyz/',
23969
23975
  twitter: 'https://twitter.com/movementfdn'
23970
23976
  }
23977
+ },
23978
+ {
23979
+ description: 'An alloy of MOVE asset variants on Osmosis.',
23980
+ extended_description: 'Multiple MOVE variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of MOVE.',
23981
+ denom_units: [{
23982
+ denom: 'factory/osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk/alloyed/allMOVE',
23983
+ exponent: 0
23984
+ }, {
23985
+ denom: 'allMOVE',
23986
+ exponent: 8
23987
+ }],
23988
+ type_asset: 'sdk.coin',
23989
+ address: 'osmo1fg7y3j86fkp93yxpq5q8lk8c64k8wxj3qw8us49msgpr2gsgddjqxpgr9m',
23990
+ base: 'factory/osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk/alloyed/allMOVE',
23991
+ name: 'Movement (Alloy)',
23992
+ display: 'allMOVE',
23993
+ symbol: 'allMOVE',
23994
+ traces: [{
23995
+ type: 'synthetic',
23996
+ counterparty: {
23997
+ chain_name: 'movement',
23998
+ base_denom: '0xa'
23999
+ },
24000
+ provider: 'Osmosis'
24001
+ }],
24002
+ logo_URIs: {
24003
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.svg',
24004
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.png'
24005
+ },
24006
+ images: [{
24007
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.svg',
24008
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.png',
24009
+ theme: {
24010
+ primary_color_hex: '#F1BB15'
24011
+ }
24012
+ }, {
24013
+ image_sync: {
24014
+ chain_name: 'movement',
24015
+ base_denom: '0xa'
24016
+ },
24017
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
24018
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
24019
+ theme: {
24020
+ circle: true,
24021
+ primary_color_hex: '#F1BB15'
24022
+ }
24023
+ }],
24024
+ socials: {
24025
+ website: 'https://www.movementnetwork.xyz/',
24026
+ twitter: 'https://twitter.com/movementfdn'
24027
+ }
23971
24028
  }
23972
24029
  ]
23973
24030
  };
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = {
4
4
  $schema: '../assetlist.schema.json',
5
5
  chain_name: 'xion',
6
- assets: [{
6
+ assets: [
7
+ {
7
8
  description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
8
9
  extended_description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction. Utilizing protocol-level implementations related to abstracted accounts, signatures, fees, interoperability, and more, XION empowers developers to build secure, intuitive, and seamless user experiences.',
9
10
  denom_units: [{
@@ -28,10 +29,308 @@ const info = {
28
29
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
29
30
  }],
30
31
  socials: {
31
- website: 'https://xion.burnt.com/',
32
- twitter: 'https://twitter.com/burnt_xion'
32
+ discord: 'https://discord.com/invite/burnt',
33
+ github: 'https://github.com/burnt-labs',
34
+ telegram: 'https://t.me/xion_announcements',
35
+ twitter: 'https://x.com/burnt_xion',
36
+ website: 'https://xion.burnt.com'
33
37
  }
34
- }, {
38
+ },
39
+ {
40
+ description: 'Osmosis from Osmosis Chain',
41
+ denom_units: [{
42
+ denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
43
+ exponent: 0,
44
+ aliases: ['uosmo']
45
+ }, {
46
+ denom: 'osmo',
47
+ exponent: 6
48
+ }],
49
+ base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
50
+ name: 'OSMO',
51
+ display: 'osmo',
52
+ symbol: 'OSMO',
53
+ logo_URIs: {
54
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
55
+ },
56
+ images: [{
57
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
58
+ }],
59
+ keywords: ['dex', 'mm'],
60
+ type_asset: 'ics20',
61
+ traces: [{
62
+ type: 'ibc',
63
+ counterparty: {
64
+ chain_name: 'osmosis',
65
+ base_denom: 'uosmo',
66
+ channel_id: 'channel-89321'
67
+ },
68
+ chain: {
69
+ channel_id: 'channel-1',
70
+ path: 'transfer/channel-1/uosmo'
71
+ }
72
+ }],
73
+ coingecko_id: 'osmosis'
74
+ },
75
+ {
76
+ description: 'The native utility token of the KYVE network.',
77
+ denom_units: [{
78
+ denom: 'ibc/056EA54C3D9B49B3C0418955A27980A91DD4F210914BFE240A1DB19E27895ECA',
79
+ exponent: 0
80
+ }, {
81
+ denom: 'kyve',
82
+ exponent: 6
83
+ }],
84
+ base: 'ibc/056EA54C3D9B49B3C0418955A27980A91DD4F210914BFE240A1DB19E27895ECA',
85
+ name: 'KYVE',
86
+ display: 'kyve',
87
+ symbol: 'KYVE',
88
+ logo_URIs: {
89
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
90
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg'
91
+ },
92
+ coingecko_id: 'kyve-network',
93
+ traces: [{
94
+ type: 'ibc',
95
+ counterparty: {
96
+ chain_name: 'kyve',
97
+ base_denom: 'ukyve',
98
+ channel_id: 'channel-7'
99
+ },
100
+ chain: {
101
+ channel_id: 'channel-5',
102
+ path: 'transfer/channel-5/ukyve'
103
+ }
104
+ }],
105
+ images: [{
106
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
107
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg',
108
+ theme: {
109
+ primary_color_hex: '#335350'
110
+ }
111
+ }],
112
+ socials: {
113
+ website: 'https://www.kyve.network/',
114
+ twitter: 'https://twitter.com/KYVENetwork'
115
+ },
116
+ type_asset: 'ics20'
117
+ },
118
+ {
119
+ description: 'IBC Axelar uusdc through axelar-dojo-1 transfer/channel-2',
120
+ denom_units: [{
121
+ denom: 'ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4',
122
+ exponent: 0,
123
+ aliases: ['uusdc']
124
+ }, {
125
+ denom: 'axlusdc',
126
+ exponent: 6
127
+ }],
128
+ type_asset: 'ics20',
129
+ base: 'ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4',
130
+ name: 'Axelar Bridged USDC',
131
+ display: 'axlusdc',
132
+ symbol: 'AXLUSDC',
133
+ traces: [{
134
+ type: 'ibc',
135
+ counterparty: {
136
+ chain_name: 'axelar',
137
+ base_denom: 'uusdc',
138
+ channel_id: 'channel-161'
139
+ },
140
+ chain: {
141
+ channel_id: 'channel-3',
142
+ path: 'transfer/channel-3/uusdc'
143
+ }
144
+ }],
145
+ images: [{
146
+ image_sync: {
147
+ chain_name: 'axelar',
148
+ base_denom: 'uusdc'
149
+ },
150
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
151
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg',
152
+ theme: {
153
+ primary_color_hex: '#2474cc'
154
+ }
155
+ }],
156
+ logo_URIs: {
157
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
158
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
159
+ },
160
+ coingecko_id: 'axlusdc'
161
+ },
162
+ {
163
+ description: 'Axelar Network Token',
164
+ denom_units: [{
165
+ denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
166
+ exponent: 0,
167
+ aliases: ['microaxl']
168
+ }, {
169
+ denom: 'axl',
170
+ exponent: 6
171
+ }],
172
+ type_asset: 'ics20',
173
+ base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
174
+ name: 'Axelar',
175
+ display: 'axl',
176
+ symbol: 'AXL',
177
+ traces: [{
178
+ type: 'ibc',
179
+ counterparty: {
180
+ chain_name: 'axelar',
181
+ base_denom: 'uaxl',
182
+ channel_id: 'channel-161'
183
+ },
184
+ chain: {
185
+ channel_id: 'channel-3',
186
+ path: 'transfer/channel-3/uaxl'
187
+ }
188
+ }],
189
+ images: [{
190
+ image_sync: {
191
+ chain_name: 'axelar',
192
+ base_denom: 'uaxl'
193
+ },
194
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
195
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
196
+ theme: {
197
+ primary_color_hex: '#040404'
198
+ }
199
+ }],
200
+ logo_URIs: {
201
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
202
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
203
+ },
204
+ coingecko_id: 'axelar'
205
+ },
206
+ {
207
+ denom_units: [{
208
+ denom: 'ibc/AAD7136DD626569C3DDE7C5F764968BB2E939875EFC568AE5712B62081850814',
209
+ exponent: 0,
210
+ aliases: ['weth-wei']
211
+ }, {
212
+ denom: 'weth',
213
+ exponent: 18
214
+ }],
215
+ type_asset: 'ics20',
216
+ base: 'ibc/AAD7136DD626569C3DDE7C5F764968BB2E939875EFC568AE5712B62081850814',
217
+ name: 'Axelar Wrapped Ether',
218
+ display: 'weth',
219
+ symbol: 'axlWETH',
220
+ traces: [{
221
+ type: 'ibc',
222
+ counterparty: {
223
+ chain_name: 'axelar',
224
+ base_denom: 'weth-wei',
225
+ channel_id: 'channel-161'
226
+ },
227
+ chain: {
228
+ channel_id: 'channel-3',
229
+ path: 'transfer/channel-3/weth-wei'
230
+ }
231
+ }],
232
+ images: [{
233
+ image_sync: {
234
+ chain_name: 'axelar',
235
+ base_denom: 'weth-wei'
236
+ },
237
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png',
238
+ theme: {
239
+ primary_color_hex: '#3a3444'
240
+ }
241
+ }],
242
+ logo_URIs: {
243
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
244
+ },
245
+ coingecko_id: 'axlweth'
246
+ },
247
+ {
248
+ description: 'The native token of Elys Network',
249
+ denom_units: [
250
+ {
251
+ denom: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
252
+ exponent: 0,
253
+ aliases: ['microelys']
254
+ },
255
+ {
256
+ denom: 'melys',
257
+ exponent: 3,
258
+ aliases: ['millielys']
259
+ },
260
+ {
261
+ denom: 'elys',
262
+ exponent: 6,
263
+ aliases: []
264
+ }
265
+ ],
266
+ type_asset: 'ics20',
267
+ base: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
268
+ name: 'Elys Network',
269
+ display: 'elys',
270
+ symbol: 'ELYS',
271
+ traces: [{
272
+ type: 'ibc',
273
+ counterparty: {
274
+ chain_name: 'elys',
275
+ base_denom: 'uelys',
276
+ channel_id: 'channel-8'
277
+ },
278
+ chain: {
279
+ channel_id: 'channel-9',
280
+ path: 'transfer/channel-9/uelys'
281
+ }
282
+ }],
283
+ logo_URIs: {
284
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
285
+ },
286
+ coingecko_id: 'elys-network',
287
+ images: [{
288
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
289
+ }]
290
+ },
291
+ {
292
+ description: 'Arbitrum from Axelar',
293
+ denom_units: [{
294
+ denom: 'ibc/E706A0C6CACB374ADC2BCF6A74FE1B260840FC822E45DCB776DEA962A57FED30',
295
+ exponent: 0
296
+ }, {
297
+ denom: 'arb',
298
+ exponent: 18
299
+ }],
300
+ base: 'ibc/E706A0C6CACB374ADC2BCF6A74FE1B260840FC822E45DCB776DEA962A57FED30',
301
+ name: 'Arbitrum',
302
+ display: 'arb',
303
+ symbol: 'axlARB',
304
+ traces: [{
305
+ type: 'ibc',
306
+ counterparty: {
307
+ chain_name: 'axelar',
308
+ base_denom: 'arb-wei',
309
+ channel_id: 'channel-161'
310
+ },
311
+ chain: {
312
+ channel_id: 'channel-3',
313
+ path: 'transfer/channel-3/arb-wei'
314
+ }
315
+ }],
316
+ logo_URIs: {
317
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png',
318
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg'
319
+ },
320
+ images: [{
321
+ image_sync: {
322
+ chain_name: 'arbitrum',
323
+ base_denom: '0x912CE59144191C1204E64559FE8253a0e49E6548'
324
+ },
325
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png',
326
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg',
327
+ theme: {
328
+ primary_color_hex: '#253545'
329
+ }
330
+ }],
331
+ type_asset: 'ics20'
332
+ },
333
+ {
35
334
  denom_units: [{
36
335
  denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
37
336
  exponent: 0,
@@ -74,6 +373,7 @@ const info = {
74
373
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
75
374
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
76
375
  }
77
- }]
376
+ }
377
+ ]
78
378
  };
79
379
  exports.default = info;
@@ -88,6 +88,35 @@ const info = [
88
88
  }
89
89
  }]
90
90
  },
91
+ {
92
+ $schema: '../ibc_data.schema.json',
93
+ chain_1: {
94
+ chain_name: 'kyve',
95
+ client_id: '07-tendermint-8',
96
+ connection_id: 'connection-7'
97
+ },
98
+ chain_2: {
99
+ chain_name: 'xion',
100
+ client_id: '07-tendermint-5',
101
+ connection_id: 'connection-5'
102
+ },
103
+ channels: [{
104
+ chain_1: {
105
+ channel_id: 'channel-7',
106
+ port_id: 'transfer'
107
+ },
108
+ chain_2: {
109
+ channel_id: 'channel-5',
110
+ port_id: 'transfer'
111
+ },
112
+ ordering: 'unordered',
113
+ version: 'ics20-1',
114
+ tags: {
115
+ status: 'live',
116
+ preferred: true
117
+ }
118
+ }]
119
+ },
91
120
  {
92
121
  $schema: '../ibc_data.schema.json',
93
122
  chain_1: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.171",
3
+ "version": "1.69.172",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.105",
32
+ "@chain-registry/utils": "^1.51.106",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.105"
36
+ "@chain-registry/types": "^0.50.106"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "fbe3320a236284f49980b4600de5ca9fa85b30eb"
46
+ "gitHead": "69af7a053cdf0518d0a7cb6a74b3d77fa6d14165"
47
47
  }
package/testnet/assets.js CHANGED
@@ -146,7 +146,6 @@ const _uniontestnet = __importStar(require("./uniontestnet"));
146
146
  const _upticktestnet = __importStar(require("./upticktestnet"));
147
147
  const _wardenprotocoltestnet = __importStar(require("./wardenprotocoltestnet"));
148
148
  const _wavehashtestnet = __importStar(require("./wavehashtestnet"));
149
- const _xiontestnet = __importStar(require("./xiontestnet"));
150
149
  const _xiontestnet2 = __importStar(require("./xiontestnet2"));
151
150
  const _xplatestnet = __importStar(require("./xplatestnet"));
152
151
  const _zenrocktestnet = __importStar(require("./zenrocktestnet"));
@@ -276,7 +275,6 @@ const assets = [
276
275
  _upticktestnet.assets,
277
276
  _wardenprotocoltestnet.assets,
278
277
  _wavehashtestnet.assets,
279
- _xiontestnet.assets,
280
278
  _xiontestnet2.assets,
281
279
  _xplatestnet.assets,
282
280
  _zenrocktestnet.assets,
@@ -222,6 +222,35 @@ const info = {
222
222
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
223
223
  }],
224
224
  type_asset: 'ics20'
225
+ },
226
+ {
227
+ base: 'cw20:bbn1cnx34p82zngq0uuaendsne0x4s5gsm7gpwk2es8zk8rz8tnj938qqyq8f9',
228
+ name: 'Babylon Testnet Escher LST',
229
+ address: 'bbn1cnx34p82zngq0uuaendsne0x4s5gsm7gpwk2es8zk8rz8tnj938qqyq8f9',
230
+ symbol: 'eBABY',
231
+ display: 'eBABY',
232
+ type_asset: 'cw20',
233
+ denom_units: [{
234
+ denom: 'cw20:bbn1cnx34p82zngq0uuaendsne0x4s5gsm7gpwk2es8zk8rz8tnj938qqyq8f9',
235
+ exponent: 0
236
+ }, {
237
+ denom: 'eBABY',
238
+ exponent: 6
239
+ }],
240
+ logo_URIs: {
241
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/eBABY.svg'
242
+ },
243
+ images: [{
244
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/eBABY.svg'
245
+ }],
246
+ traces: [{
247
+ type: 'liquid-stake',
248
+ counterparty: {
249
+ chain_name: 'babylontestnet',
250
+ base_denom: 'ubbn'
251
+ },
252
+ provider: 'Escher'
253
+ }]
225
254
  }
226
255
  ]
227
256
  };
package/testnet/chains.js CHANGED
@@ -146,7 +146,6 @@ const _uniontestnet = __importStar(require("./uniontestnet"));
146
146
  const _upticktestnet = __importStar(require("./upticktestnet"));
147
147
  const _wardenprotocoltestnet = __importStar(require("./wardenprotocoltestnet"));
148
148
  const _wavehashtestnet = __importStar(require("./wavehashtestnet"));
149
- const _xiontestnet = __importStar(require("./xiontestnet"));
150
149
  const _xiontestnet2 = __importStar(require("./xiontestnet2"));
151
150
  const _xplatestnet = __importStar(require("./xplatestnet"));
152
151
  const _zenrocktestnet = __importStar(require("./zenrocktestnet"));
@@ -276,7 +275,6 @@ const chains = [
276
275
  _upticktestnet.chain,
277
276
  _wardenprotocoltestnet.chain,
278
277
  _wavehashtestnet.chain,
279
- _xiontestnet.chain,
280
278
  _xiontestnet2.chain,
281
279
  _xplatestnet.chain,
282
280
  _zenrocktestnet.chain,