chain-registry 1.41.9 → 1.42.0

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 (56) hide show
  1. package/esm/mainnet/archway/ibc.js +28 -0
  2. package/esm/mainnet/axelar/ibc.js +29 -0
  3. package/esm/mainnet/chain4energy/chain.js +5 -1
  4. package/esm/mainnet/composable/assets.js +307 -3
  5. package/esm/mainnet/composable/chain.js +3 -3
  6. package/esm/mainnet/composable/ibc.js +29 -0
  7. package/esm/mainnet/juno/ibc.js +28 -0
  8. package/esm/mainnet/osmosis/ibc.js +4 -4
  9. package/esm/mainnet/shido/ibc.js +32 -4
  10. package/esm/mainnet/terra/assets.js +44 -0
  11. package/esm/noncosmos/assets.js +2 -2
  12. package/esm/noncosmos/ethereum/assets.js +7 -7
  13. package/esm/noncosmos/ethereum/ibc.js +30 -0
  14. package/esm/noncosmos/ethereum/index.js +2 -0
  15. package/esm/noncosmos/ibc.js +2 -0
  16. package/esm/noncosmos/named.js +1 -1
  17. package/esm/testnet/assets.js +2 -0
  18. package/esm/testnet/chains.js +2 -0
  19. package/esm/testnet/named.js +1 -0
  20. package/esm/testnet/nyxtestnet/assets.js +59 -0
  21. package/esm/testnet/nyxtestnet/chain.js +84 -0
  22. package/esm/testnet/nyxtestnet/index.js +4 -0
  23. package/esm/testnet/sgetestnet/chain.js +1 -1
  24. package/esm/testnet/sgetestnet4/chain.js +1 -1
  25. package/mainnet/archway/ibc.js +28 -0
  26. package/mainnet/axelar/ibc.js +29 -0
  27. package/mainnet/chain4energy/chain.js +5 -1
  28. package/mainnet/composable/assets.js +307 -3
  29. package/mainnet/composable/chain.js +3 -3
  30. package/mainnet/composable/ibc.js +29 -0
  31. package/mainnet/juno/ibc.js +28 -0
  32. package/mainnet/osmosis/ibc.js +4 -4
  33. package/mainnet/shido/ibc.js +32 -4
  34. package/mainnet/terra/assets.js +44 -0
  35. package/noncosmos/assets.js +2 -2
  36. package/noncosmos/ethereum/assets.js +7 -7
  37. package/noncosmos/ethereum/ibc.d.ts +3 -0
  38. package/noncosmos/ethereum/ibc.js +32 -0
  39. package/noncosmos/ethereum/index.d.ts +1 -0
  40. package/noncosmos/ethereum/index.js +3 -1
  41. package/noncosmos/ibc.js +2 -0
  42. package/noncosmos/named.d.ts +1 -1
  43. package/noncosmos/named.js +2 -2
  44. package/package.json +5 -5
  45. package/testnet/assets.js +2 -0
  46. package/testnet/chains.js +2 -0
  47. package/testnet/named.d.ts +1 -0
  48. package/testnet/named.js +2 -1
  49. package/testnet/nyxtestnet/assets.d.ts +3 -0
  50. package/testnet/nyxtestnet/assets.js +61 -0
  51. package/testnet/nyxtestnet/chain.d.ts +3 -0
  52. package/testnet/nyxtestnet/chain.js +86 -0
  53. package/testnet/nyxtestnet/index.d.ts +2 -0
  54. package/testnet/nyxtestnet/index.js +10 -0
  55. package/testnet/sgetestnet/chain.js +1 -1
  56. package/testnet/sgetestnet4/chain.js +1 -1
@@ -359,6 +359,34 @@ const info = [
359
359
  discord_handle: 'nodestake'
360
360
  }]
361
361
  },
362
+ {
363
+ $schema: '../ibc_data.schema.json',
364
+ chain_1: {
365
+ chain_name: 'archway',
366
+ client_id: '07-tendermint-18',
367
+ connection_id: 'connection-19'
368
+ },
369
+ chain_2: {
370
+ chain_name: 'juno',
371
+ client_id: '07-tendermint-387',
372
+ connection_id: 'connection-379'
373
+ },
374
+ channels: [{
375
+ chain_1: {
376
+ channel_id: 'channel-15',
377
+ port_id: 'transfer'
378
+ },
379
+ chain_2: {
380
+ channel_id: 'channel-290',
381
+ port_id: 'transfer'
382
+ },
383
+ ordering: 'unordered',
384
+ version: 'ics20-1',
385
+ tags: {
386
+ status: 'live'
387
+ }
388
+ }]
389
+ },
362
390
  {
363
391
  $schema: '../ibc_data.schema.json',
364
392
  chain_1: {
@@ -921,6 +921,35 @@ const info = [
921
921
  }
922
922
  }]
923
923
  },
924
+ {
925
+ $schema: '../ibc_data.schema.json',
926
+ chain_1: {
927
+ chain_name: 'axelar',
928
+ client_id: '07-tendermint-210',
929
+ connection_id: 'connection-191'
930
+ },
931
+ chain_2: {
932
+ chain_name: 'shido',
933
+ client_id: '07-tendermint-1',
934
+ connection_id: 'connection-1'
935
+ },
936
+ channels: [{
937
+ chain_1: {
938
+ channel_id: 'channel-148',
939
+ port_id: 'transfer'
940
+ },
941
+ chain_2: {
942
+ channel_id: 'channel-1',
943
+ port_id: 'transfer'
944
+ },
945
+ ordering: 'unordered',
946
+ version: 'ics20-1',
947
+ tags: {
948
+ status: 'live',
949
+ preferred: true
950
+ }
951
+ }]
952
+ },
924
953
  {
925
954
  $schema: '../ibc_data.schema.json',
926
955
  chain_1: {
@@ -136,7 +136,7 @@ const info = {
136
136
  provider: 'Validatus'
137
137
  },
138
138
  {
139
- address: 'http://rpc-m.c4e.apeironnodes.com:41001',
139
+ address: 'https://rpc-m-c4e.apeironnodes.com:443',
140
140
  provider: 'Apeiron Nodes'
141
141
  },
142
142
  {
@@ -240,6 +240,10 @@ const info = {
240
240
  {
241
241
  address: 'https://api-c4e.cryptech.com.ua:443',
242
242
  provider: 'CrypTech'
243
+ },
244
+ {
245
+ address: 'https://lcd-m-c4e.apeironnodes.com',
246
+ provider: 'Apeiron Nodes'
243
247
  }
244
248
  ],
245
249
  grpc: [
@@ -22,7 +22,7 @@ const info = {
22
22
  chain_name: 'picasso',
23
23
  base_denom: 'ppica'
24
24
  },
25
- provider: 'Composable Finance'
25
+ provider: 'Picasso'
26
26
  }],
27
27
  images: [{
28
28
  image_sync: {
@@ -35,8 +35,8 @@ const info = {
35
35
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
36
36
  },
37
37
  socials: {
38
- website: 'https://www.composable.finance/',
39
- twitter: 'https://twitter.com/ComposableFin'
38
+ website: 'https://picasso.xyz/',
39
+ twitter: 'https://twitter.com/picasso_network'
40
40
  }
41
41
  },
42
42
  {
@@ -186,6 +186,310 @@ const info = {
186
186
  logo_URIs: {
187
187
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg'
188
188
  }
189
+ },
190
+ {
191
+ description: 'The native token of Ethereum, bridged via IBC.',
192
+ denom_units: [{
193
+ denom: 'ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C',
194
+ exponent: 0,
195
+ aliases: ['wei']
196
+ }, {
197
+ denom: 'eth',
198
+ exponent: 18
199
+ }],
200
+ type_asset: 'ics20',
201
+ base: 'ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C',
202
+ name: 'Ethereum',
203
+ display: 'eth',
204
+ symbol: 'ETH',
205
+ traces: [{
206
+ type: 'ibc',
207
+ counterparty: {
208
+ chain_name: 'ethereum',
209
+ base_denom: 'wei',
210
+ channel_id: 'channel-2'
211
+ },
212
+ chain: {
213
+ channel_id: 'channel-52',
214
+ path: 'transfer/channel-52/wei'
215
+ }
216
+ }],
217
+ logo_URIs: {
218
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
219
+ },
220
+ images: [{
221
+ image_sync: {
222
+ chain_name: 'ethereum',
223
+ base_denom: 'wei'
224
+ },
225
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
226
+ }]
227
+ },
228
+ {
229
+ description: 'A stablecoin issued by Maker Protocol.',
230
+ denom_units: [{
231
+ denom: 'ibc/A342F6F8D1CDE1D934C50E8EAFF91E813D971E1BFEED7E557F1674E01004A533',
232
+ exponent: 0,
233
+ aliases: ['dai-wei']
234
+ }, {
235
+ denom: 'dai',
236
+ exponent: 18
237
+ }],
238
+ type_asset: 'ics20',
239
+ base: 'ibc/A342F6F8D1CDE1D934C50E8EAFF91E813D971E1BFEED7E557F1674E01004A533',
240
+ name: 'Dai',
241
+ display: 'dai',
242
+ symbol: 'DAI',
243
+ traces: [{
244
+ type: 'ibc',
245
+ counterparty: {
246
+ chain_name: 'ethereum',
247
+ base_denom: '0x6b175474e89094c44da98b954eedeac495271d0f',
248
+ channel_id: 'channel-2'
249
+ },
250
+ chain: {
251
+ channel_id: 'channel-52',
252
+ path: 'transfer/channel-52/0x6b175474e89094c44da98b954eedeac495271d0f'
253
+ }
254
+ }],
255
+ logo_URIs: {
256
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg'
257
+ },
258
+ images: [{
259
+ image_sync: {
260
+ chain_name: 'ethereum',
261
+ base_denom: '0x6b175474e89094c44da98b954eedeac495271d0f'
262
+ },
263
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg'
264
+ }]
265
+ },
266
+ {
267
+ description: 'The governance token of the Frax ecosystem.',
268
+ denom_units: [{
269
+ denom: 'ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29',
270
+ exponent: 0,
271
+ aliases: ['fxs-wei']
272
+ }, {
273
+ denom: 'fxs',
274
+ exponent: 18
275
+ }],
276
+ type_asset: 'ics20',
277
+ base: 'ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29',
278
+ name: 'Frax Shares',
279
+ display: 'fxs',
280
+ symbol: 'FXS',
281
+ traces: [{
282
+ type: 'ibc',
283
+ counterparty: {
284
+ chain_name: 'ethereum',
285
+ base_denom: '0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0',
286
+ channel_id: 'channel-2'
287
+ },
288
+ chain: {
289
+ channel_id: 'channel-52',
290
+ path: 'transfer/channel-52/0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0'
291
+ }
292
+ }],
293
+ logo_URIs: {
294
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg'
295
+ },
296
+ images: [{
297
+ image_sync: {
298
+ chain_name: 'ethereum',
299
+ base_denom: '0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0'
300
+ },
301
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg'
302
+ }]
303
+ },
304
+ {
305
+ description: 'The first fractional-algorithmic stablecoin.',
306
+ denom_units: [{
307
+ denom: 'ibc/4F20D68B51ED559F99C3CD658383E91F45486D884BF546E7B25337A058562CDB',
308
+ exponent: 0,
309
+ aliases: ['frax-wei']
310
+ }, {
311
+ denom: 'frax',
312
+ exponent: 18
313
+ }],
314
+ type_asset: 'ics20',
315
+ base: 'ibc/4F20D68B51ED559F99C3CD658383E91F45486D884BF546E7B25337A058562CDB',
316
+ name: 'Frax',
317
+ display: 'frax',
318
+ symbol: 'FRAX',
319
+ traces: [{
320
+ type: 'ibc',
321
+ counterparty: {
322
+ chain_name: 'ethereum',
323
+ base_denom: '0x853d955acef822db058eb8505911ed77f175b99e',
324
+ channel_id: 'channel-2'
325
+ },
326
+ chain: {
327
+ channel_id: 'channel-52',
328
+ path: 'transfer/channel-52/0x853d955acef822db058eb8505911ed77f175b99e'
329
+ }
330
+ }],
331
+ logo_URIs: {
332
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg'
333
+ },
334
+ images: [{
335
+ image_sync: {
336
+ chain_name: 'ethereum',
337
+ base_denom: '0x853d955acef822db058eb8505911ed77f175b99e'
338
+ },
339
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg'
340
+ }]
341
+ },
342
+ {
343
+ description: 'A liquid ETH staking derivative designed to leverage the Frax ecosystem.',
344
+ denom_units: [{
345
+ denom: 'ibc/458032E654E41DB91EF98F13E2CE4F9E0FE86BA3E0CDBEC074A854E9F5229A90',
346
+ exponent: 0,
347
+ aliases: ['frxeth-wei']
348
+ }, {
349
+ denom: 'frxeth',
350
+ exponent: 18
351
+ }],
352
+ type_asset: 'ics20',
353
+ base: 'ibc/458032E654E41DB91EF98F13E2CE4F9E0FE86BA3E0CDBEC074A854E9F5229A90',
354
+ name: 'Frax Ether',
355
+ display: 'frxeth',
356
+ symbol: 'frxETH',
357
+ traces: [{
358
+ type: 'ibc',
359
+ counterparty: {
360
+ chain_name: 'ethereum',
361
+ base_denom: '0x5e8422345238f34275888049021821e8e08caa1f',
362
+ channel_id: 'channel-2'
363
+ },
364
+ chain: {
365
+ channel_id: 'channel-52',
366
+ path: 'transfer/channel-52/0x5e8422345238f34275888049021821e8e08caa1f'
367
+ }
368
+ }],
369
+ logo_URIs: {
370
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.svg'
371
+ },
372
+ images: [{
373
+ image_sync: {
374
+ chain_name: 'ethereum',
375
+ base_denom: '0x5e8422345238f34275888049021821e8e08caa1f'
376
+ },
377
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.svg'
378
+ }]
379
+ },
380
+ {
381
+ description: 'A Liquid Staking Derivative designed to accrue the staking yield of the Frax ETH validators.',
382
+ denom_units: [{
383
+ denom: 'ibc/4E0ECE7819D77B0F2B49F5C34B5E594A02D2BA8B1B0F103208F847B53EBFB69A',
384
+ exponent: 0,
385
+ aliases: ['sfrxeth-wei']
386
+ }, {
387
+ denom: 'sfrxeth',
388
+ exponent: 18
389
+ }],
390
+ type_asset: 'ics20',
391
+ base: 'ibc/4E0ECE7819D77B0F2B49F5C34B5E594A02D2BA8B1B0F103208F847B53EBFB69A',
392
+ name: 'Frax Staked Ether',
393
+ display: 'sfrxeth',
394
+ symbol: 'sfrxETH',
395
+ traces: [{
396
+ type: 'ibc',
397
+ counterparty: {
398
+ chain_name: 'ethereum',
399
+ base_denom: '0xac3e018457b222d93114458476f3e3416abbe38f',
400
+ channel_id: 'channel-2'
401
+ },
402
+ chain: {
403
+ channel_id: 'channel-52',
404
+ path: 'transfer/channel-52/0xac3e018457b222d93114458476f3e3416abbe38f'
405
+ }
406
+ }],
407
+ logo_URIs: {
408
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg'
409
+ },
410
+ images: [{
411
+ image_sync: {
412
+ chain_name: 'ethereum',
413
+ base_denom: '0xac3e018457b222d93114458476f3e3416abbe38f'
414
+ },
415
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg'
416
+ }]
417
+ },
418
+ {
419
+ description: 'An ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in FRAX stablecoins. ',
420
+ denom_units: [{
421
+ denom: 'ibc/5BD7F23FE150D9CF3BCC944DB829380BCC51A4022A131151C4D13B3AFAC2D1D9',
422
+ exponent: 0,
423
+ aliases: ['sfrax-wei']
424
+ }, {
425
+ denom: 'sfrax',
426
+ exponent: 18
427
+ }],
428
+ type_asset: 'ics20',
429
+ base: 'ibc/5BD7F23FE150D9CF3BCC944DB829380BCC51A4022A131151C4D13B3AFAC2D1D9',
430
+ name: 'Staked FRAX',
431
+ display: 'sfrax',
432
+ symbol: 'sFRAX',
433
+ traces: [{
434
+ type: 'ibc',
435
+ counterparty: {
436
+ chain_name: 'ethereum',
437
+ base_denom: '0xa663b02cf0a4b149d2ad41910cb81e23e1c41c32',
438
+ channel_id: 'channel-2'
439
+ },
440
+ chain: {
441
+ channel_id: 'channel-52',
442
+ path: 'transfer/channel-52/0xa663b02cf0a4b149d2ad41910cb81e23e1c41c32'
443
+ }
444
+ }],
445
+ logo_URIs: {
446
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg'
447
+ },
448
+ images: [{
449
+ image_sync: {
450
+ chain_name: 'ethereum',
451
+ base_denom: '0xa663b02cf0a4b149d2ad41910cb81e23e1c41c32'
452
+ },
453
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg'
454
+ }]
455
+ },
456
+ {
457
+ description: 'A stablecoin issued by Tether that is pegged 1:1 to the USD.',
458
+ denom_units: [{
459
+ denom: 'ibc/37CC704EA53E96AB09A9C31D79142DE7DB252420F3AB18015F9870AE219947BD',
460
+ exponent: 0,
461
+ aliases: ['uusdt']
462
+ }, {
463
+ denom: 'usdt',
464
+ exponent: 6
465
+ }],
466
+ type_asset: 'ics20',
467
+ base: 'ibc/37CC704EA53E96AB09A9C31D79142DE7DB252420F3AB18015F9870AE219947BD',
468
+ name: 'Tether',
469
+ display: 'usdt',
470
+ symbol: 'USDT',
471
+ traces: [{
472
+ type: 'ibc',
473
+ counterparty: {
474
+ chain_name: 'ethereum',
475
+ base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7',
476
+ channel_id: 'channel-2'
477
+ },
478
+ chain: {
479
+ channel_id: 'channel-52',
480
+ path: 'transfer/channel-52/0xdac17f958d2ee523a2206206994597c13d831ec7'
481
+ }
482
+ }],
483
+ logo_URIs: {
484
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
485
+ },
486
+ images: [{
487
+ image_sync: {
488
+ chain_name: 'ethereum',
489
+ base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
490
+ },
491
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
492
+ }]
189
493
  }
190
494
  ]
191
495
  };
@@ -31,7 +31,7 @@ const info = {
31
31
  logo_URIs: {
32
32
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
33
33
  },
34
- description: 'Composable is the base layer connecting L1s and L2s. We are scaling IBC to other ecosystems, pushing the boundaries of trust-minimized interoperability. We abstract the cross-chain experience for users, delivering seamless chain-agnostic execution of user intentions.',
34
+ description: 'Picasso is a DeFi infrastructure-focused Layer 1 protocol that leads the industry in building the trust-minimized interoperability solution -Cross-Ecosystem IBC. Complementary to the interoperability work, Picasso is building the first Generalized Restaking Layer starting with deployment on Solana, and expand support for all IBC connected ecosystems.',
35
35
  apis: {
36
36
  rpc: [
37
37
  {
@@ -195,8 +195,8 @@ const info = {
195
195
  explorers: [
196
196
  {
197
197
  kind: 'ping.pub',
198
- url: 'https://ping.pub/centauri',
199
- tx_page: 'https://ping.pub/centauri/tx/${txHash}'
198
+ url: 'https://ping.pub/composable',
199
+ tx_page: 'https://ping.pub/composable/tx/${txHash}'
200
200
  },
201
201
  {
202
202
  kind: 'NodeStake Explorer',
@@ -173,6 +173,35 @@ const info = [
173
173
  }
174
174
  }]
175
175
  },
176
+ {
177
+ $schema: '../ibc_data.schema.json',
178
+ chain_1: {
179
+ chain_name: 'composable',
180
+ client_id: '08-wasm-159',
181
+ connection_id: 'connection-70'
182
+ },
183
+ chain_2: {
184
+ chain_name: 'ethereum',
185
+ client_id: '07-tendermint-11',
186
+ connection_id: 'connection-10'
187
+ },
188
+ channels: [{
189
+ chain_1: {
190
+ channel_id: 'channel-52',
191
+ port_id: 'transfer'
192
+ },
193
+ chain_2: {
194
+ channel_id: 'channel-2',
195
+ port_id: 'transfer'
196
+ },
197
+ ordering: 'unordered',
198
+ version: 'ics20-1',
199
+ tags: {
200
+ status: 'live',
201
+ preferred: true
202
+ }
203
+ }]
204
+ },
176
205
  {
177
206
  $schema: '../ibc_data.schema.json',
178
207
  chain_1: {
@@ -28,6 +28,34 @@ const info = [
28
28
  }
29
29
  }]
30
30
  },
31
+ {
32
+ $schema: '../ibc_data.schema.json',
33
+ chain_1: {
34
+ chain_name: 'archway',
35
+ client_id: '07-tendermint-18',
36
+ connection_id: 'connection-19'
37
+ },
38
+ chain_2: {
39
+ chain_name: 'juno',
40
+ client_id: '07-tendermint-387',
41
+ connection_id: 'connection-379'
42
+ },
43
+ channels: [{
44
+ chain_1: {
45
+ channel_id: 'channel-15',
46
+ port_id: 'transfer'
47
+ },
48
+ chain_2: {
49
+ channel_id: 'channel-290',
50
+ port_id: 'transfer'
51
+ },
52
+ ordering: 'unordered',
53
+ version: 'ics20-1',
54
+ tags: {
55
+ status: 'live'
56
+ }
57
+ }]
58
+ },
31
59
  {
32
60
  $schema: '../ibc_data.schema.json',
33
61
  chain_1: {
@@ -3282,17 +3282,17 @@ const info = [
3282
3282
  $schema: '../ibc_data.schema.json',
3283
3283
  chain_1: {
3284
3284
  chain_name: 'osmosis',
3285
- client_id: '07-tendermint-3146',
3286
- connection_id: 'connection-2625'
3285
+ client_id: '07-tendermint-3198',
3286
+ connection_id: 'connection-2654'
3287
3287
  },
3288
3288
  chain_2: {
3289
3289
  chain_name: 'shido',
3290
3290
  client_id: '07-tendermint-0',
3291
- connection_id: 'connection-7'
3291
+ connection_id: 'connection-0'
3292
3292
  },
3293
3293
  channels: [{
3294
3294
  chain_1: {
3295
- channel_id: 'channel-38921',
3295
+ channel_id: 'channel-73755',
3296
3296
  port_id: 'transfer'
3297
3297
  },
3298
3298
  chain_2: {
@@ -1,18 +1,46 @@
1
1
  const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain_1: {
4
+ chain_name: 'axelar',
5
+ client_id: '07-tendermint-210',
6
+ connection_id: 'connection-191'
7
+ },
8
+ chain_2: {
9
+ chain_name: 'shido',
10
+ client_id: '07-tendermint-1',
11
+ connection_id: 'connection-1'
12
+ },
13
+ channels: [{
14
+ chain_1: {
15
+ channel_id: 'channel-148',
16
+ port_id: 'transfer'
17
+ },
18
+ chain_2: {
19
+ channel_id: 'channel-1',
20
+ port_id: 'transfer'
21
+ },
22
+ ordering: 'unordered',
23
+ version: 'ics20-1',
24
+ tags: {
25
+ status: 'live',
26
+ preferred: true
27
+ }
28
+ }]
29
+ }, {
2
30
  $schema: '../ibc_data.schema.json',
3
31
  chain_1: {
4
32
  chain_name: 'osmosis',
5
- client_id: '07-tendermint-3146',
6
- connection_id: 'connection-2625'
33
+ client_id: '07-tendermint-3198',
34
+ connection_id: 'connection-2654'
7
35
  },
8
36
  chain_2: {
9
37
  chain_name: 'shido',
10
38
  client_id: '07-tendermint-0',
11
- connection_id: 'connection-7'
39
+ connection_id: 'connection-0'
12
40
  },
13
41
  channels: [{
14
42
  chain_1: {
15
- channel_id: 'channel-38921',
43
+ channel_id: 'channel-73755',
16
44
  port_id: 'transfer'
17
45
  },
18
46
  chain_2: {
@@ -4650,6 +4650,50 @@ const info = {
4650
4650
  images: [{
4651
4651
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rakoff.png'
4652
4652
  }]
4653
+ },
4654
+ {
4655
+ description: 'Tadpole Frogztrik Token meme',
4656
+ type_asset: 'cw20',
4657
+ address: 'terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c',
4658
+ display: 'tadf',
4659
+ denom_units: [{
4660
+ denom: 'cw20:terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c',
4661
+ exponent: 0
4662
+ }, {
4663
+ denom: 'tadf',
4664
+ exponent: 6
4665
+ }],
4666
+ base: 'cw20:terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c',
4667
+ name: 'Tadpole Frogztrik Token',
4668
+ symbol: 'TADF',
4669
+ images: [{
4670
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tadf.png'
4671
+ }],
4672
+ logo_URIs: {
4673
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tadf.png'
4674
+ }
4675
+ },
4676
+ {
4677
+ description: 'Frogztrik NFT Token',
4678
+ type_asset: 'cw20',
4679
+ address: 'terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9',
4680
+ display: 'frog',
4681
+ denom_units: [{
4682
+ denom: 'cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9',
4683
+ exponent: 0
4684
+ }, {
4685
+ denom: 'frog',
4686
+ exponent: 6
4687
+ }],
4688
+ base: 'cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9',
4689
+ name: 'Frogztrik NFT Token',
4690
+ symbol: 'FROG',
4691
+ images: [{
4692
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png'
4693
+ }],
4694
+ logo_URIs: {
4695
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png'
4696
+ }
4653
4697
  }
4654
4698
  ]
4655
4699
  };
@@ -1,3 +1,4 @@
1
+ import * as _ethereum from './ethereum';
1
2
  import * as _picasso from './picasso';
2
3
  import * as _composablepolkadot from './composablepolkadot';
3
4
  import * as _aptos from './aptos';
@@ -5,7 +6,6 @@ import * as _arbitrum from './arbitrum';
5
6
  import * as _avalanche from './avalanche';
6
7
  import * as _binancesmartchain from './binancesmartchain';
7
8
  import * as _bitcoin from './bitcoin';
8
- import * as _ethereum from './ethereum';
9
9
  import * as _fantom from './fantom';
10
10
  import * as _filecoin from './filecoin';
11
11
  import * as _kusama from './kusama';
@@ -27,6 +27,7 @@ import * as _polkadottestnet from './polkadottestnet';
27
27
  import * as _polygontestnet from './polygontestnet';
28
28
  import * as _ojotestnet from './ojotestnet';
29
29
  const assets = [
30
+ _ethereum.assets,
30
31
  _picasso.assets,
31
32
  _composablepolkadot.assets,
32
33
  _aptos.assets,
@@ -34,7 +35,6 @@ const assets = [
34
35
  _avalanche.assets,
35
36
  _binancesmartchain.assets,
36
37
  _bitcoin.assets,
37
- _ethereum.assets,
38
38
  _fantom.assets,
39
39
  _filecoin.assets,
40
40
  _kusama.assets,