chain-registry 2.0.186 → 2.0.187

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.
@@ -20,7 +20,6 @@ const info = {
20
20
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png',
21
21
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg'
22
22
  }],
23
- coingeckoId: 'joltify',
24
23
  keywords: ['staking'],
25
24
  socials: {
26
25
  website: 'https://www.joltify.io/',
@@ -28,5 +28,35 @@ const info = [{
28
28
  status: 'ACTIVE'
29
29
  }
30
30
  }]
31
+ }, {
32
+ $schema: '../ibc_data.schema.json',
33
+ chain1: {
34
+ chainName: 'lumen',
35
+ chainId: 'lumen',
36
+ clientId: '07-tendermint-1',
37
+ connectionId: 'connection-1'
38
+ },
39
+ chain2: {
40
+ chainName: 'osmosis',
41
+ chainId: 'osmosis-1',
42
+ clientId: '07-tendermint-3676',
43
+ connectionId: 'connection-11040'
44
+ },
45
+ channels: [{
46
+ chain1: {
47
+ channelId: 'channel-1',
48
+ portId: 'transfer'
49
+ },
50
+ chain2: {
51
+ channelId: 'channel-109674',
52
+ portId: 'transfer'
53
+ },
54
+ ordering: 'unordered',
55
+ version: 'ics20-1',
56
+ tags: {
57
+ preferred: true,
58
+ status: 'ACTIVE'
59
+ }
60
+ }]
31
61
  }];
32
62
  export default info;
@@ -12575,8 +12575,7 @@ const info = {
12575
12575
  },
12576
12576
  images: [{
12577
12577
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png'
12578
- }],
12579
- coingeckoId: 'mad-scientists'
12578
+ }]
12580
12579
  },
12581
12580
  {
12582
12581
  description: 'BackBone Labs Liquid Staked OSMO',
@@ -2848,6 +2848,37 @@ const info = [
2848
2848
  }
2849
2849
  }]
2850
2850
  },
2851
+ {
2852
+ $schema: '../ibc_data.schema.json',
2853
+ chain1: {
2854
+ chainName: 'lumen',
2855
+ chainId: 'lumen',
2856
+ clientId: '07-tendermint-1',
2857
+ connectionId: 'connection-1'
2858
+ },
2859
+ chain2: {
2860
+ chainName: 'osmosis',
2861
+ chainId: 'osmosis-1',
2862
+ clientId: '07-tendermint-3676',
2863
+ connectionId: 'connection-11040'
2864
+ },
2865
+ channels: [{
2866
+ chain1: {
2867
+ channelId: 'channel-1',
2868
+ portId: 'transfer'
2869
+ },
2870
+ chain2: {
2871
+ channelId: 'channel-109674',
2872
+ portId: 'transfer'
2873
+ },
2874
+ ordering: 'unordered',
2875
+ version: 'ics20-1',
2876
+ tags: {
2877
+ preferred: true,
2878
+ status: 'ACTIVE'
2879
+ }
2880
+ }]
2881
+ },
2851
2882
  {
2852
2883
  $schema: '../ibc_data.schema.json',
2853
2884
  chain1: {
@@ -174,8 +174,7 @@ const info = {
174
174
  chainName: 'osmosis',
175
175
  baseDenom: 'factory/osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n/LAB'
176
176
  }
177
- }],
178
- coingeckoId: 'mad-scientists'
177
+ }]
179
178
  },
180
179
  {
181
180
  description: 'CDT - Membrane\'s solvency preserving stablecoin',
@@ -22,7 +22,6 @@ const info = {
22
22
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png',
23
23
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg'
24
24
  }],
25
- coingeckoId: 'joltify',
26
25
  keywords: ['staking'],
27
26
  socials: {
28
27
  website: 'https://www.joltify.io/',
@@ -30,5 +30,35 @@ const info = [{
30
30
  status: 'ACTIVE'
31
31
  }
32
32
  }]
33
+ }, {
34
+ $schema: '../ibc_data.schema.json',
35
+ chain1: {
36
+ chainName: 'lumen',
37
+ chainId: 'lumen',
38
+ clientId: '07-tendermint-1',
39
+ connectionId: 'connection-1'
40
+ },
41
+ chain2: {
42
+ chainName: 'osmosis',
43
+ chainId: 'osmosis-1',
44
+ clientId: '07-tendermint-3676',
45
+ connectionId: 'connection-11040'
46
+ },
47
+ channels: [{
48
+ chain1: {
49
+ channelId: 'channel-1',
50
+ portId: 'transfer'
51
+ },
52
+ chain2: {
53
+ channelId: 'channel-109674',
54
+ portId: 'transfer'
55
+ },
56
+ ordering: 'unordered',
57
+ version: 'ics20-1',
58
+ tags: {
59
+ preferred: true,
60
+ status: 'ACTIVE'
61
+ }
62
+ }]
33
63
  }];
34
64
  exports.default = info;
@@ -12577,8 +12577,7 @@ const info = {
12577
12577
  },
12578
12578
  images: [{
12579
12579
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png'
12580
- }],
12581
- coingeckoId: 'mad-scientists'
12580
+ }]
12582
12581
  },
12583
12582
  {
12584
12583
  description: 'BackBone Labs Liquid Staked OSMO',
@@ -2850,6 +2850,37 @@ const info = [
2850
2850
  }
2851
2851
  }]
2852
2852
  },
2853
+ {
2854
+ $schema: '../ibc_data.schema.json',
2855
+ chain1: {
2856
+ chainName: 'lumen',
2857
+ chainId: 'lumen',
2858
+ clientId: '07-tendermint-1',
2859
+ connectionId: 'connection-1'
2860
+ },
2861
+ chain2: {
2862
+ chainName: 'osmosis',
2863
+ chainId: 'osmosis-1',
2864
+ clientId: '07-tendermint-3676',
2865
+ connectionId: 'connection-11040'
2866
+ },
2867
+ channels: [{
2868
+ chain1: {
2869
+ channelId: 'channel-1',
2870
+ portId: 'transfer'
2871
+ },
2872
+ chain2: {
2873
+ channelId: 'channel-109674',
2874
+ portId: 'transfer'
2875
+ },
2876
+ ordering: 'unordered',
2877
+ version: 'ics20-1',
2878
+ tags: {
2879
+ preferred: true,
2880
+ status: 'ACTIVE'
2881
+ }
2882
+ }]
2883
+ },
2853
2884
  {
2854
2885
  $schema: '../ibc_data.schema.json',
2855
2886
  chain1: {
@@ -176,8 +176,7 @@ const info = {
176
176
  chainName: 'osmosis',
177
177
  baseDenom: 'factory/osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n/LAB'
178
178
  }
179
- }],
180
- coingeckoId: 'mad-scientists'
179
+ }]
181
180
  },
182
181
  {
183
182
  description: 'CDT - Membrane\'s solvency preserving stablecoin',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.186",
3
+ "version": "2.0.187",
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": "^2.0.186"
32
+ "@chain-registry/types": "^2.0.187"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "034d5fad67de970c154404722087095f25337193"
42
+ "gitHead": "5092915b18742705e7a9bb7aa6995a988c6f46a6"
43
43
  }