chain-registry 2.0.41 → 2.0.43

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 (68) hide show
  1. package/esm/mainnet/asset-lists.js +2 -0
  2. package/esm/mainnet/axelar/ibc-data.js +29 -0
  3. package/esm/mainnet/bandchain/chain.js +9 -9
  4. package/esm/mainnet/chains.js +2 -0
  5. package/esm/mainnet/conscious/asset-list.js +0 -1
  6. package/esm/mainnet/cosmoshub/ibc-data.js +29 -0
  7. package/esm/mainnet/dymension/asset-list.js +1 -2
  8. package/esm/mainnet/ethereum/asset-list.js +0 -1
  9. package/esm/mainnet/ibc-data.js +2 -0
  10. package/esm/mainnet/lambda/asset-list.js +0 -1
  11. package/esm/mainnet/mande/asset-list.js +0 -1
  12. package/esm/mainnet/noble/ibc-data.js +29 -0
  13. package/esm/mainnet/odin/asset-list.js +0 -1
  14. package/esm/mainnet/onomy/asset-list.js +0 -1
  15. package/esm/mainnet/osmosis/asset-list.js +708 -3144
  16. package/esm/mainnet/paxi/asset-list.js +30 -0
  17. package/esm/mainnet/paxi/chain.js +72 -0
  18. package/esm/mainnet/paxi/index.js +4 -0
  19. package/esm/mainnet/rebus/asset-list.js +0 -1
  20. package/esm/mainnet/scorum/asset-list.js +0 -1
  21. package/esm/mainnet/sge/asset-list.js +0 -1
  22. package/esm/mainnet/starname/asset-list.js +0 -1
  23. package/esm/mainnet/stride/asset-list.js +0 -1
  24. package/esm/mainnet/sunrise/chain.js +32 -9
  25. package/esm/mainnet/sunrise/ibc-data.js +58 -0
  26. package/esm/mainnet/sunrise/index.js +2 -0
  27. package/esm/mainnet/terra2/asset-list.js +31 -0
  28. package/esm/mainnet/thorchain/asset-list.js +66 -0
  29. package/esm/mainnet/xpla/ibc-data.js +35 -3
  30. package/esm/noncosmos/0l/asset-list.js +0 -1
  31. package/esm/testnet/mantrachaintestnet2/asset-list.js +24 -0
  32. package/mainnet/asset-lists.js +2 -0
  33. package/mainnet/axelar/ibc-data.js +29 -0
  34. package/mainnet/bandchain/chain.js +9 -9
  35. package/mainnet/chains.js +2 -0
  36. package/mainnet/conscious/asset-list.js +0 -1
  37. package/mainnet/cosmoshub/ibc-data.js +29 -0
  38. package/mainnet/dymension/asset-list.js +1 -2
  39. package/mainnet/ethereum/asset-list.js +0 -1
  40. package/mainnet/ibc-data.js +2 -0
  41. package/mainnet/lambda/asset-list.js +0 -1
  42. package/mainnet/mande/asset-list.js +0 -1
  43. package/mainnet/noble/ibc-data.js +29 -0
  44. package/mainnet/odin/asset-list.js +0 -1
  45. package/mainnet/onomy/asset-list.js +0 -1
  46. package/mainnet/osmosis/asset-list.js +708 -3144
  47. package/mainnet/paxi/asset-list.d.ts +3 -0
  48. package/mainnet/paxi/asset-list.js +32 -0
  49. package/mainnet/paxi/chain.d.ts +3 -0
  50. package/mainnet/paxi/chain.js +74 -0
  51. package/mainnet/paxi/index.d.ts +2 -0
  52. package/mainnet/paxi/index.js +10 -0
  53. package/mainnet/rebus/asset-list.js +0 -1
  54. package/mainnet/scorum/asset-list.js +0 -1
  55. package/mainnet/sge/asset-list.js +0 -1
  56. package/mainnet/starname/asset-list.js +0 -1
  57. package/mainnet/stride/asset-list.js +0 -1
  58. package/mainnet/sunrise/chain.js +32 -9
  59. package/mainnet/sunrise/ibc-data.d.ts +3 -0
  60. package/mainnet/sunrise/ibc-data.js +60 -0
  61. package/mainnet/sunrise/index.d.ts +1 -0
  62. package/mainnet/sunrise/index.js +3 -1
  63. package/mainnet/terra2/asset-list.js +31 -0
  64. package/mainnet/thorchain/asset-list.js +66 -0
  65. package/mainnet/xpla/ibc-data.js +35 -3
  66. package/noncosmos/0l/asset-list.js +0 -1
  67. package/package.json +3 -3
  68. package/testnet/mantrachaintestnet2/asset-list.js +24 -0
@@ -145,6 +145,7 @@ import * as _osmosis from './osmosis';
145
145
  import * as _paloma from './paloma';
146
146
  import * as _panacea from './panacea';
147
147
  import * as _passage from './passage';
148
+ import * as _paxi from './paxi';
148
149
  import * as _persistence from './persistence';
149
150
  import * as _planq from './planq';
150
151
  import * as _pocket from './pocket';
@@ -356,6 +357,7 @@ const assetList = [
356
357
  _paloma.assetList,
357
358
  _panacea.assetList,
358
359
  _passage.assetList,
360
+ _paxi.assetList,
359
361
  _persistence.assetList,
360
362
  _planq.assetList,
361
363
  _pocket.assetList,
@@ -1466,6 +1466,35 @@ const info = [
1466
1466
  preferred: true
1467
1467
  }
1468
1468
  }]
1469
+ },
1470
+ {
1471
+ $schema: '../ibc_data.schema.json',
1472
+ chain1: {
1473
+ chainName: 'axelar',
1474
+ clientId: '07-tendermint-75',
1475
+ connectionId: 'connection-62'
1476
+ },
1477
+ chain2: {
1478
+ chainName: 'xpla',
1479
+ clientId: '07-tendermint-0',
1480
+ connectionId: 'connection-0'
1481
+ },
1482
+ channels: [{
1483
+ chain1: {
1484
+ channelId: 'channel-49',
1485
+ portId: 'transfer'
1486
+ },
1487
+ chain2: {
1488
+ channelId: 'channel-0',
1489
+ portId: 'transfer'
1490
+ },
1491
+ ordering: 'unordered',
1492
+ version: 'ics20-1',
1493
+ tags: {
1494
+ status: 'live',
1495
+ preferred: true
1496
+ }
1497
+ }]
1469
1498
  }
1470
1499
  ];
1471
1500
  export default info;
@@ -31,26 +31,26 @@ const info = {
31
31
  },
32
32
  codebase: {
33
33
  gitRepo: 'https://github.com/bandprotocol/chain',
34
- recommendedVersion: 'v2.5.4',
35
- compatibleVersions: [
36
- 'v2.5.2',
37
- 'v2.5.3',
38
- 'v2.5.4'
39
- ],
34
+ recommendedVersion: 'v3.1.0',
35
+ compatibleVersions: ['v3.1.0'],
40
36
  consensus: {
41
37
  type: 'cometbft',
42
- version: 'v0.34.29'
38
+ version: 'v0.38.17'
43
39
  },
44
40
  genesis: {
45
41
  genesisUrl: 'https://raw.githubusercontent.com/bandprotocol/launch/master/laozi-mainnet/genesis.json'
46
42
  },
47
43
  sdk: {
48
44
  type: 'cosmos',
49
- version: '0.45.16'
45
+ version: 'v0.50.14'
50
46
  },
51
47
  ibc: {
52
48
  type: 'go',
53
- version: 'v4.3.1'
49
+ version: 'v8.7.0'
50
+ },
51
+ language: {
52
+ type: 'go',
53
+ version: 'v1.24.2'
54
54
  }
55
55
  },
56
56
  logoURIs: {
@@ -145,6 +145,7 @@ import * as _osmosis from './osmosis';
145
145
  import * as _paloma from './paloma';
146
146
  import * as _panacea from './panacea';
147
147
  import * as _passage from './passage';
148
+ import * as _paxi from './paxi';
148
149
  import * as _persistence from './persistence';
149
150
  import * as _planq from './planq';
150
151
  import * as _pocket from './pocket';
@@ -356,6 +357,7 @@ const chains = [
356
357
  _paloma.chain,
357
358
  _panacea.chain,
358
359
  _passage.chain,
360
+ _paxi.chain,
359
361
  _persistence.chain,
360
362
  _planq.chain,
361
363
  _pocket.chain,
@@ -19,7 +19,6 @@ const info = {
19
19
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png',
20
20
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
21
21
  },
22
- coingeckoId: 'consciousdao',
23
22
  images: [{
24
23
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png',
25
24
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
@@ -1983,6 +1983,35 @@ const info = [
1983
1983
  }
1984
1984
  }]
1985
1985
  },
1986
+ {
1987
+ $schema: '../ibc_data.schema.json',
1988
+ chain1: {
1989
+ chainName: 'cosmoshub',
1990
+ clientId: '07-tendermint-1430',
1991
+ connectionId: 'connection-1148'
1992
+ },
1993
+ chain2: {
1994
+ chainName: 'sunrise',
1995
+ clientId: '07-tendermint-7',
1996
+ connectionId: 'connection-2'
1997
+ },
1998
+ channels: [{
1999
+ chain1: {
2000
+ channelId: 'channel-1421',
2001
+ portId: 'transfer'
2002
+ },
2003
+ chain2: {
2004
+ channelId: 'channel-1',
2005
+ portId: 'transfer'
2006
+ },
2007
+ ordering: 'unordered',
2008
+ version: 'ics20-1',
2009
+ tags: {
2010
+ status: 'live',
2011
+ preferred: true
2012
+ }
2013
+ }]
2014
+ },
1986
2015
  {
1987
2016
  $schema: '../ibc_data.schema.json',
1988
2017
  chain1: {
@@ -121,8 +121,7 @@ const info = {
121
121
  logoURIs: {
122
122
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
123
123
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg'
124
- },
125
- coingeckoId: 'mande-network'
124
+ }
126
125
  }
127
126
  ]
128
127
  };
@@ -957,7 +957,6 @@ const info = {
957
957
  name: 'Open Exchange Token',
958
958
  display: 'ox',
959
959
  symbol: 'OX',
960
- coingeckoId: 'open-exchange-token',
961
960
  logoURIs: {
962
961
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg'
963
962
  },
@@ -147,6 +147,7 @@ import * as _stargaze from './stargaze';
147
147
  import * as _starname from './starname';
148
148
  import * as _stratos from './stratos';
149
149
  import * as _stride from './stride';
150
+ import * as _sunrise from './sunrise';
150
151
  import * as _symphony from './symphony';
151
152
  import * as _synternet from './synternet';
152
153
  import * as _taketitan from './taketitan';
@@ -312,6 +313,7 @@ const ibcData = [
312
313
  ..._starname.ibcData,
313
314
  ..._stratos.ibcData,
314
315
  ..._stride.ibcData,
316
+ ..._sunrise.ibcData,
315
317
  ..._symphony.ibcData,
316
318
  ..._synternet.ibcData,
317
319
  ..._taketitan.ibcData,
@@ -18,7 +18,6 @@ const info = {
18
18
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png',
19
19
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg'
20
20
  },
21
- coingeckoId: 'lambda',
22
21
  images: [{
23
22
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png',
24
23
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg'
@@ -16,7 +16,6 @@ const info = {
16
16
  name: 'Mande Network',
17
17
  display: 'mand',
18
18
  symbol: 'MAND',
19
- coingeckoId: 'mande-network',
20
19
  images: [{
21
20
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
22
21
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg'
@@ -1359,6 +1359,35 @@ const info = [
1359
1359
  }
1360
1360
  }]
1361
1361
  },
1362
+ {
1363
+ $schema: '../ibc_data.schema.json',
1364
+ chain1: {
1365
+ chainName: 'noble',
1366
+ clientId: '07-tendermint-180',
1367
+ connectionId: 'connection-174'
1368
+ },
1369
+ chain2: {
1370
+ chainName: 'sunrise',
1371
+ clientId: '07-tendermint-2',
1372
+ connectionId: 'connection-0'
1373
+ },
1374
+ channels: [{
1375
+ chain1: {
1376
+ channelId: 'channel-168',
1377
+ portId: 'transfer'
1378
+ },
1379
+ chain2: {
1380
+ channelId: 'channel-0',
1381
+ portId: 'transfer'
1382
+ },
1383
+ ordering: 'unordered',
1384
+ version: 'ics20-1',
1385
+ tags: {
1386
+ status: 'live',
1387
+ preferred: true
1388
+ }
1389
+ }]
1390
+ },
1362
1391
  {
1363
1392
  $schema: '../ibc_data.schema.json',
1364
1393
  chain1: {
@@ -19,7 +19,6 @@ const info = {
19
19
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
20
20
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
21
21
  },
22
- coingeckoId: 'odin-protocol',
23
22
  images: [{
24
23
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
25
24
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
@@ -24,7 +24,6 @@ const info = {
24
24
  'bridge',
25
25
  'staking'
26
26
  ],
27
- coingeckoId: 'onomy-protocol',
28
27
  images: [{
29
28
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png',
30
29
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg'