chain-registry 1.69.304 → 1.69.306

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 (41) hide show
  1. package/esm/mainnet/conscious/assets.js +0 -1
  2. package/esm/mainnet/cosmoshub/ibc.js +29 -0
  3. package/esm/mainnet/dymension/assets.js +1 -2
  4. package/esm/mainnet/ethereum/assets.js +0 -1
  5. package/esm/mainnet/ibc.js +2 -0
  6. package/esm/mainnet/lambda/assets.js +0 -1
  7. package/esm/mainnet/mande/assets.js +0 -1
  8. package/esm/mainnet/noble/ibc.js +29 -0
  9. package/esm/mainnet/odin/assets.js +0 -1
  10. package/esm/mainnet/onomy/assets.js +0 -1
  11. package/esm/mainnet/osmosis/assets.js +708 -3144
  12. package/esm/mainnet/rebus/assets.js +0 -1
  13. package/esm/mainnet/scorum/assets.js +0 -1
  14. package/esm/mainnet/sge/assets.js +0 -1
  15. package/esm/mainnet/starname/assets.js +0 -1
  16. package/esm/mainnet/stride/assets.js +0 -1
  17. package/esm/mainnet/sunrise/ibc.js +58 -0
  18. package/esm/mainnet/sunrise/index.js +2 -0
  19. package/esm/noncosmos/0l/assets.js +0 -1
  20. package/mainnet/conscious/assets.js +0 -1
  21. package/mainnet/cosmoshub/ibc.js +29 -0
  22. package/mainnet/dymension/assets.js +1 -2
  23. package/mainnet/ethereum/assets.js +0 -1
  24. package/mainnet/ibc.js +2 -0
  25. package/mainnet/lambda/assets.js +0 -1
  26. package/mainnet/mande/assets.js +0 -1
  27. package/mainnet/noble/ibc.js +29 -0
  28. package/mainnet/odin/assets.js +0 -1
  29. package/mainnet/onomy/assets.js +0 -1
  30. package/mainnet/osmosis/assets.js +708 -3144
  31. package/mainnet/rebus/assets.js +0 -1
  32. package/mainnet/scorum/assets.js +0 -1
  33. package/mainnet/sge/assets.js +0 -1
  34. package/mainnet/starname/assets.js +0 -1
  35. package/mainnet/stride/assets.js +0 -1
  36. package/mainnet/sunrise/ibc.d.ts +3 -0
  37. package/mainnet/sunrise/ibc.js +60 -0
  38. package/mainnet/sunrise/index.d.ts +1 -0
  39. package/mainnet/sunrise/index.js +3 -1
  40. package/noncosmos/0l/assets.js +0 -1
  41. package/package.json +3 -3
@@ -20,7 +20,6 @@ const info = {
20
20
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png',
21
21
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg'
22
22
  },
23
- coingecko_id: 'rebus',
24
23
  images: [{
25
24
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png',
26
25
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg'
@@ -21,7 +21,6 @@ const info = {
21
21
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png',
22
22
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg'
23
23
  },
24
- coingecko_id: 'scorum',
25
24
  images: [{
26
25
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png',
27
26
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg'
@@ -21,7 +21,6 @@ const info = {
21
21
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png',
22
22
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg'
23
23
  },
24
- coingecko_id: 'six-sigma',
25
24
  images: [{
26
25
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png',
27
26
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg',
@@ -20,7 +20,6 @@ const info = {
20
20
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
21
21
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
22
22
  },
23
- coingecko_id: 'starname',
24
23
  images: [{
25
24
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
26
25
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
@@ -425,7 +425,6 @@ const info = {
425
425
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png',
426
426
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg'
427
427
  },
428
- coingecko_id: 'stride-staked-sommelier',
429
428
  images: [{
430
429
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png',
431
430
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg'
@@ -0,0 +1,3 @@
1
+ import { IBCInfo } from '@chain-registry/types';
2
+ declare const info: IBCInfo[];
3
+ export default info;
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../ibc_data.schema.json',
5
+ chain_1: {
6
+ chain_name: 'cosmoshub',
7
+ client_id: '07-tendermint-1430',
8
+ connection_id: 'connection-1148'
9
+ },
10
+ chain_2: {
11
+ chain_name: 'sunrise',
12
+ client_id: '07-tendermint-7',
13
+ connection_id: 'connection-2'
14
+ },
15
+ channels: [{
16
+ chain_1: {
17
+ channel_id: 'channel-1421',
18
+ port_id: 'transfer'
19
+ },
20
+ chain_2: {
21
+ channel_id: 'channel-1',
22
+ port_id: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ status: 'live',
28
+ preferred: true
29
+ }
30
+ }]
31
+ }, {
32
+ $schema: '../ibc_data.schema.json',
33
+ chain_1: {
34
+ chain_name: 'noble',
35
+ client_id: '07-tendermint-180',
36
+ connection_id: 'connection-174'
37
+ },
38
+ chain_2: {
39
+ chain_name: 'sunrise',
40
+ client_id: '07-tendermint-2',
41
+ connection_id: 'connection-0'
42
+ },
43
+ channels: [{
44
+ chain_1: {
45
+ channel_id: 'channel-168',
46
+ port_id: 'transfer'
47
+ },
48
+ chain_2: {
49
+ channel_id: 'channel-0',
50
+ port_id: 'transfer'
51
+ },
52
+ ordering: 'unordered',
53
+ version: 'ics20-1',
54
+ tags: {
55
+ status: 'live',
56
+ preferred: true
57
+ }
58
+ }]
59
+ }];
60
+ exports.default = info;
@@ -1,2 +1,3 @@
1
1
  export declare const assets: AssetList;
2
2
  export declare const chain: Chain;
3
+ export declare const ibc: IBCInfo[];
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.chain = exports.assets = void 0;
6
+ exports.ibc = exports.chain = exports.assets = void 0;
7
7
  const assets_1 = __importDefault(require("./assets"));
8
8
  const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_1 = __importDefault(require("./ibc"));
9
10
  exports.assets = assets_1.default;
10
11
  exports.chain = chain_1.default;
12
+ exports.ibc = ibc_1.default;
@@ -26,7 +26,6 @@ const info = {
26
26
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.png',
27
27
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.svg'
28
28
  }],
29
- coingecko_id: 'libra-3',
30
29
  socials: {
31
30
  website: 'https://0l.network/',
32
31
  twitter: 'https://twitter.com/0LNetwork'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.304",
3
+ "version": "1.69.306",
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,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^0.50.191"
32
+ "@chain-registry/types": "^0.50.192"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "6d9c93185b067cff82a7da66eb4bc66f7f835ddd"
42
+ "gitHead": "f433f2132bdd81151109fcf515921526046129cf"
43
43
  }