chain-registry 2.0.22 → 2.0.24

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 (40) hide show
  1. package/esm/mainnet/bitbadges/asset-list.js +0 -24
  2. package/esm/mainnet/bitbadges/chain.js +1 -1
  3. package/esm/mainnet/hippoprotocol/chain.js +4 -1
  4. package/esm/mainnet/hippoprotocol/ibc-data.js +30 -0
  5. package/esm/mainnet/hippoprotocol/index.js +2 -0
  6. package/esm/mainnet/ibc-data.js +4 -0
  7. package/esm/mainnet/osmosis/ibc-data.js +59 -0
  8. package/esm/mainnet/pryzm/asset-list.js +6 -1
  9. package/esm/mainnet/symphony/ibc-data.js +31 -0
  10. package/esm/mainnet/symphony/index.js +2 -0
  11. package/esm/noncosmos/ibc-data.js +0 -2
  12. package/esm/testnet/archwaytestnet/ibc-data.js +0 -28
  13. package/esm/testnet/cosmoshubtestnet/ibc-data.js +0 -28
  14. package/esm/testnet/osmosistestnet/ibc-data.js +0 -30
  15. package/esm/testnet/stargazetestnet/ibc-data.js +0 -28
  16. package/mainnet/bitbadges/asset-list.js +0 -24
  17. package/mainnet/bitbadges/chain.js +1 -1
  18. package/mainnet/hippoprotocol/chain.js +4 -1
  19. package/mainnet/hippoprotocol/ibc-data.js +32 -0
  20. package/mainnet/hippoprotocol/index.d.ts +1 -0
  21. package/mainnet/hippoprotocol/index.js +3 -1
  22. package/mainnet/ibc-data.js +4 -0
  23. package/mainnet/osmosis/ibc-data.js +59 -0
  24. package/mainnet/pryzm/asset-list.js +6 -1
  25. package/mainnet/symphony/ibc-data.d.ts +3 -0
  26. package/mainnet/symphony/ibc-data.js +33 -0
  27. package/mainnet/symphony/index.d.ts +1 -0
  28. package/mainnet/symphony/index.js +3 -1
  29. package/noncosmos/ibc-data.js +0 -2
  30. package/package.json +3 -3
  31. package/testnet/archwaytestnet/ibc-data.js +0 -28
  32. package/testnet/cosmoshubtestnet/ibc-data.js +0 -28
  33. package/testnet/osmosistestnet/ibc-data.js +0 -30
  34. package/testnet/stargazetestnet/ibc-data.js +0 -28
  35. package/esm/noncosmos/symphonytestnet3/ibc-data.js +0 -145
  36. package/esm/noncosmos/symphonytestnet3/index.js +0 -2
  37. package/noncosmos/symphonytestnet3/ibc-data.js +0 -147
  38. package/noncosmos/symphonytestnet3/index.d.ts +0 -1
  39. package/noncosmos/symphonytestnet3/index.js +0 -8
  40. /package/{noncosmos/symphonytestnet3 → mainnet/hippoprotocol}/ibc-data.d.ts +0 -0
@@ -28,30 +28,6 @@ const info = {
28
28
  twitter: 'https://twitter.com/bitbadges_io'
29
29
  },
30
30
  typeAsset: 'sdk.coin'
31
- }, {
32
- description: 'The native staking denom for the BitBadges blockchain.',
33
- denomUnits: [{
34
- denom: 'ustake',
35
- exponent: 0
36
- }, {
37
- denom: 'stake',
38
- exponent: 9
39
- }],
40
- base: 'ustake',
41
- name: 'BitBadges Staking',
42
- display: 'stake',
43
- symbol: 'STAKE',
44
- logoURIs: {
45
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
46
- },
47
- images: [{
48
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
49
- }],
50
- socials: {
51
- website: 'https://bitbadges.io/',
52
- twitter: 'https://twitter.com/bitbadges_io'
53
- },
54
- typeAsset: 'sdk.coin'
55
31
  }]
56
32
  };
57
33
  export default info;
@@ -22,7 +22,7 @@ const info = {
22
22
  },
23
23
  staking: {
24
24
  stakingTokens: [{
25
- denom: 'ustake'
25
+ denom: 'ubadge'
26
26
  }]
27
27
  },
28
28
  codebase: {
@@ -70,7 +70,10 @@ const info = {
70
70
  address: 'https://api.hippo-protocol.com/',
71
71
  provider: 'Hippo Protocol'
72
72
  }],
73
- grpc: []
73
+ grpc: [{
74
+ address: 'ibc-grpc.hippo-protocol.com:443',
75
+ provider: 'Hippo Protocol'
76
+ }]
74
77
  },
75
78
  explorers: [{
76
79
  kind: 'Hippo River',
@@ -0,0 +1,30 @@
1
+ const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain1: {
4
+ chainName: 'hippoprotocol',
5
+ clientId: '07-tendermint-0',
6
+ connectionId: 'connection-0'
7
+ },
8
+ chain2: {
9
+ chainName: 'osmosis',
10
+ clientId: '07-tendermint-3519',
11
+ connectionId: 'connection-10762'
12
+ },
13
+ channels: [{
14
+ chain1: {
15
+ channelId: 'channel-0',
16
+ portId: 'transfer'
17
+ },
18
+ chain2: {
19
+ channelId: 'channel-104931',
20
+ portId: 'transfer'
21
+ },
22
+ ordering: 'unordered',
23
+ version: 'ics20-1',
24
+ tags: {
25
+ status: 'live',
26
+ preferred: true
27
+ }
28
+ }]
29
+ }];
30
+ export default info;
@@ -1,4 +1,6 @@
1
1
  import _assetList from './asset-list';
2
2
  import _chain from './chain';
3
+ import _ibcData from './ibc-data';
3
4
  export const assetList = _assetList;
4
5
  export const chain = _chain;
6
+ export const ibcData = _ibcData;
@@ -61,6 +61,7 @@ import * as _genesisl1 from './genesisl1';
61
61
  import * as _gitopia from './gitopia';
62
62
  import * as _gravitybridge from './gravitybridge';
63
63
  import * as _haqq from './haqq';
64
+ import * as _hippoprotocol from './hippoprotocol';
64
65
  import * as _humans from './humans';
65
66
  import * as _impacthub from './impacthub';
66
67
  import * as _imversed from './imversed';
@@ -144,6 +145,7 @@ import * as _stargaze from './stargaze';
144
145
  import * as _starname from './starname';
145
146
  import * as _stratos from './stratos';
146
147
  import * as _stride from './stride';
148
+ import * as _symphony from './symphony';
147
149
  import * as _synternet from './synternet';
148
150
  import * as _taketitan from './taketitan';
149
151
  import * as _teritori from './teritori';
@@ -222,6 +224,7 @@ const ibcData = [
222
224
  ..._gitopia.ibcData,
223
225
  ..._gravitybridge.ibcData,
224
226
  ..._haqq.ibcData,
227
+ ..._hippoprotocol.ibcData,
225
228
  ..._humans.ibcData,
226
229
  ..._impacthub.ibcData,
227
230
  ..._imversed.ibcData,
@@ -305,6 +308,7 @@ const ibcData = [
305
308
  ..._starname.ibcData,
306
309
  ..._stratos.ibcData,
307
310
  ..._stride.ibcData,
311
+ ..._symphony.ibcData,
308
312
  ..._synternet.ibcData,
309
313
  ..._taketitan.ibcData,
310
314
  ..._teritori.ibcData,
@@ -1934,6 +1934,35 @@ const info = [
1934
1934
  }
1935
1935
  }]
1936
1936
  },
1937
+ {
1938
+ $schema: '../ibc_data.schema.json',
1939
+ chain1: {
1940
+ chainName: 'hippoprotocol',
1941
+ clientId: '07-tendermint-0',
1942
+ connectionId: 'connection-0'
1943
+ },
1944
+ chain2: {
1945
+ chainName: 'osmosis',
1946
+ clientId: '07-tendermint-3519',
1947
+ connectionId: 'connection-10762'
1948
+ },
1949
+ channels: [{
1950
+ chain1: {
1951
+ channelId: 'channel-0',
1952
+ portId: 'transfer'
1953
+ },
1954
+ chain2: {
1955
+ channelId: 'channel-104931',
1956
+ portId: 'transfer'
1957
+ },
1958
+ ordering: 'unordered',
1959
+ version: 'ics20-1',
1960
+ tags: {
1961
+ status: 'live',
1962
+ preferred: true
1963
+ }
1964
+ }]
1965
+ },
1937
1966
  {
1938
1967
  $schema: '../ibc_data.schema.json',
1939
1968
  chain1: {
@@ -4539,6 +4568,36 @@ const info = [
4539
4568
  }
4540
4569
  }]
4541
4570
  },
4571
+ {
4572
+ $schema: '../ibc_data.schema.json',
4573
+ chain1: {
4574
+ chainName: 'osmosis',
4575
+ clientId: '07-tendermint-3517',
4576
+ connectionId: 'connection-10760'
4577
+ },
4578
+ chain2: {
4579
+ chainName: 'symphony',
4580
+ clientId: '07-tendermint-3',
4581
+ connectionId: 'connection-0'
4582
+ },
4583
+ channels: [{
4584
+ chain1: {
4585
+ channelId: 'channel-104867',
4586
+ portId: 'transfer'
4587
+ },
4588
+ chain2: {
4589
+ channelId: 'channel-0',
4590
+ portId: 'transfer'
4591
+ },
4592
+ ordering: 'unordered',
4593
+ version: 'ics20-1',
4594
+ tags: {
4595
+ status: 'live',
4596
+ preferred: true,
4597
+ dex: 'osmosis'
4598
+ }
4599
+ }]
4600
+ },
4542
4601
  {
4543
4602
  $schema: '../ibc_data.schema.json',
4544
4603
  chain1: {
@@ -26,7 +26,12 @@ const info = {
26
26
  primaryColorHex: '#c6ddf5'
27
27
  }
28
28
  }],
29
- typeAsset: 'sdk.coin'
29
+ typeAsset: 'sdk.coin',
30
+ coingeckoId: 'pryzm',
31
+ socials: {
32
+ website: 'https://pryzm.zone/',
33
+ twitter: 'https://twitter.com/Pryzm_Zone'
34
+ }
30
35
  },
31
36
  {
32
37
  description: 'The meme token of PRYZM',
@@ -0,0 +1,31 @@
1
+ const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain1: {
4
+ chainName: 'osmosis',
5
+ clientId: '07-tendermint-3517',
6
+ connectionId: 'connection-10760'
7
+ },
8
+ chain2: {
9
+ chainName: 'symphony',
10
+ clientId: '07-tendermint-3',
11
+ connectionId: 'connection-0'
12
+ },
13
+ channels: [{
14
+ chain1: {
15
+ channelId: 'channel-104867',
16
+ portId: 'transfer'
17
+ },
18
+ chain2: {
19
+ channelId: 'channel-0',
20
+ portId: 'transfer'
21
+ },
22
+ ordering: 'unordered',
23
+ version: 'ics20-1',
24
+ tags: {
25
+ status: 'live',
26
+ preferred: true,
27
+ dex: 'osmosis'
28
+ }
29
+ }]
30
+ }];
31
+ export default info;
@@ -1,4 +1,6 @@
1
1
  import _assetList from './asset-list';
2
2
  import _chain from './chain';
3
+ import _ibcData from './ibc-data';
3
4
  export const assetList = _assetList;
4
5
  export const chain = _chain;
6
+ export const ibcData = _ibcData;
@@ -1,13 +1,11 @@
1
1
  import * as _picasso from './picasso';
2
2
  import * as _composablepolkadot from './composablepolkadot';
3
3
  import * as _penumbra from './penumbra';
4
- import * as _symphonytestnet3 from './symphonytestnet3';
5
4
  import * as _cosmoshubicstestnet from './cosmoshubicstestnet';
6
5
  const ibcData = [
7
6
  ..._picasso.ibcData,
8
7
  ..._composablepolkadot.ibcData,
9
8
  ..._penumbra.ibcData,
10
- ..._symphonytestnet3.ibcData,
11
9
  ..._cosmoshubicstestnet.ibcData
12
10
  ];
13
11
  export default ibcData;
@@ -142,34 +142,6 @@ const info = [
142
142
  }
143
143
  }
144
144
  ]
145
- },
146
- {
147
- $schema: '../../ibc_data.schema.json',
148
- chain1: {
149
- chainName: 'archwaytestnet',
150
- clientId: '07-tendermint-139',
151
- connectionId: 'connection-144'
152
- },
153
- chain2: {
154
- chainName: 'symphonytestnet3',
155
- clientId: '07-tendermint-25',
156
- connectionId: 'connection-12'
157
- },
158
- channels: [{
159
- chain1: {
160
- channelId: 'channel-495',
161
- portId: 'transfer'
162
- },
163
- chain2: {
164
- channelId: 'channel-10',
165
- portId: 'transfer'
166
- },
167
- ordering: 'unordered',
168
- version: 'ics20-1',
169
- tags: {
170
- status: 'live'
171
- }
172
- }]
173
145
  }
174
146
  ];
175
147
  export default info;
@@ -226,34 +226,6 @@ const info = [
226
226
  }
227
227
  }]
228
228
  },
229
- {
230
- $schema: '../../ibc_data.schema.json',
231
- chain1: {
232
- chainName: 'cosmoshubtestnet',
233
- clientId: '07-tendermint-3730',
234
- connectionId: 'connection-3782'
235
- },
236
- chain2: {
237
- chainName: 'symphonytestnet3',
238
- clientId: '07-tendermint-10',
239
- connectionId: 'connection-9'
240
- },
241
- channels: [{
242
- chain1: {
243
- channelId: 'channel-4300',
244
- portId: 'transfer'
245
- },
246
- chain2: {
247
- channelId: 'channel-7',
248
- portId: 'transfer'
249
- },
250
- ordering: 'unordered',
251
- version: 'ics20-1',
252
- tags: {
253
- status: 'live'
254
- }
255
- }]
256
- },
257
229
  {
258
230
  $schema: '../../ibc_data.schema.json',
259
231
  chain1: {
@@ -1147,36 +1147,6 @@ const info = [
1147
1147
  }
1148
1148
  }]
1149
1149
  },
1150
- {
1151
- $schema: '../../ibc_data.schema.json',
1152
- chain1: {
1153
- chainName: 'osmosistestnet',
1154
- clientId: '07-tendermint-3946',
1155
- connectionId: 'connection-3419'
1156
- },
1157
- chain2: {
1158
- chainName: 'symphonytestnet3',
1159
- clientId: '07-tendermint-0',
1160
- connectionId: 'connection-0'
1161
- },
1162
- channels: [{
1163
- chain1: {
1164
- channelId: 'channel-8743',
1165
- portId: 'transfer'
1166
- },
1167
- chain2: {
1168
- channelId: 'channel-0',
1169
- portId: 'transfer'
1170
- },
1171
- ordering: 'unordered',
1172
- version: 'ics20-1',
1173
- tags: {
1174
- status: 'live',
1175
- preferred: true,
1176
- dex: 'osmosis'
1177
- }
1178
- }]
1179
- },
1180
1150
  {
1181
1151
  $schema: '../../ibc_data.schema.json',
1182
1152
  chain1: {
@@ -155,34 +155,6 @@ const info = [
155
155
  }
156
156
  }]
157
157
  },
158
- {
159
- $schema: '../../ibc_data.schema.json',
160
- chain1: {
161
- chainName: 'stargazetestnet',
162
- clientId: '07-tendermint-952',
163
- connectionId: 'connection-947'
164
- },
165
- chain2: {
166
- chainName: 'symphonytestnet3',
167
- clientId: '07-tendermint-4',
168
- connectionId: 'connection-4'
169
- },
170
- channels: [{
171
- chain1: {
172
- channelId: 'channel-998',
173
- portId: 'transfer'
174
- },
175
- chain2: {
176
- channelId: 'channel-4',
177
- portId: 'transfer'
178
- },
179
- ordering: 'unordered',
180
- version: 'ics20-1',
181
- tags: {
182
- status: 'live'
183
- }
184
- }]
185
- },
186
158
  {
187
159
  $schema: '../../ibc_data.schema.json',
188
160
  chain1: {
@@ -30,30 +30,6 @@ const info = {
30
30
  twitter: 'https://twitter.com/bitbadges_io'
31
31
  },
32
32
  typeAsset: 'sdk.coin'
33
- }, {
34
- description: 'The native staking denom for the BitBadges blockchain.',
35
- denomUnits: [{
36
- denom: 'ustake',
37
- exponent: 0
38
- }, {
39
- denom: 'stake',
40
- exponent: 9
41
- }],
42
- base: 'ustake',
43
- name: 'BitBadges Staking',
44
- display: 'stake',
45
- symbol: 'STAKE',
46
- logoURIs: {
47
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
48
- },
49
- images: [{
50
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
51
- }],
52
- socials: {
53
- website: 'https://bitbadges.io/',
54
- twitter: 'https://twitter.com/bitbadges_io'
55
- },
56
- typeAsset: 'sdk.coin'
57
33
  }]
58
34
  };
59
35
  exports.default = info;
@@ -24,7 +24,7 @@ const info = {
24
24
  },
25
25
  staking: {
26
26
  stakingTokens: [{
27
- denom: 'ustake'
27
+ denom: 'ubadge'
28
28
  }]
29
29
  },
30
30
  codebase: {
@@ -72,7 +72,10 @@ const info = {
72
72
  address: 'https://api.hippo-protocol.com/',
73
73
  provider: 'Hippo Protocol'
74
74
  }],
75
- grpc: []
75
+ grpc: [{
76
+ address: 'ibc-grpc.hippo-protocol.com:443',
77
+ provider: 'Hippo Protocol'
78
+ }]
76
79
  },
77
80
  explorers: [{
78
81
  kind: 'Hippo River',
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../ibc_data.schema.json',
5
+ chain1: {
6
+ chainName: 'hippoprotocol',
7
+ clientId: '07-tendermint-0',
8
+ connectionId: 'connection-0'
9
+ },
10
+ chain2: {
11
+ chainName: 'osmosis',
12
+ clientId: '07-tendermint-3519',
13
+ connectionId: 'connection-10762'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-0',
18
+ portId: 'transfer'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-104931',
22
+ portId: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ status: 'live',
28
+ preferred: true
29
+ }
30
+ }]
31
+ }];
32
+ exports.default = info;
@@ -1,2 +1,3 @@
1
1
  export declare const assetList: import("@chain-registry/types").AssetList;
2
2
  export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibcData: import("@chain-registry/types").IBCData[];
@@ -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.assetList = void 0;
6
+ exports.ibcData = exports.chain = exports.assetList = void 0;
7
7
  const asset_list_1 = __importDefault(require("./asset-list"));
8
8
  const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_data_1 = __importDefault(require("./ibc-data"));
9
10
  exports.assetList = asset_list_1.default;
10
11
  exports.chain = chain_1.default;
12
+ exports.ibcData = ibc_data_1.default;
@@ -86,6 +86,7 @@ const _genesisl1 = __importStar(require("./genesisl1"));
86
86
  const _gitopia = __importStar(require("./gitopia"));
87
87
  const _gravitybridge = __importStar(require("./gravitybridge"));
88
88
  const _haqq = __importStar(require("./haqq"));
89
+ const _hippoprotocol = __importStar(require("./hippoprotocol"));
89
90
  const _humans = __importStar(require("./humans"));
90
91
  const _impacthub = __importStar(require("./impacthub"));
91
92
  const _imversed = __importStar(require("./imversed"));
@@ -169,6 +170,7 @@ const _stargaze = __importStar(require("./stargaze"));
169
170
  const _starname = __importStar(require("./starname"));
170
171
  const _stratos = __importStar(require("./stratos"));
171
172
  const _stride = __importStar(require("./stride"));
173
+ const _symphony = __importStar(require("./symphony"));
172
174
  const _synternet = __importStar(require("./synternet"));
173
175
  const _taketitan = __importStar(require("./taketitan"));
174
176
  const _teritori = __importStar(require("./teritori"));
@@ -247,6 +249,7 @@ const ibcData = [
247
249
  ..._gitopia.ibcData,
248
250
  ..._gravitybridge.ibcData,
249
251
  ..._haqq.ibcData,
252
+ ..._hippoprotocol.ibcData,
250
253
  ..._humans.ibcData,
251
254
  ..._impacthub.ibcData,
252
255
  ..._imversed.ibcData,
@@ -330,6 +333,7 @@ const ibcData = [
330
333
  ..._starname.ibcData,
331
334
  ..._stratos.ibcData,
332
335
  ..._stride.ibcData,
336
+ ..._symphony.ibcData,
333
337
  ..._synternet.ibcData,
334
338
  ..._taketitan.ibcData,
335
339
  ..._teritori.ibcData,
@@ -1936,6 +1936,35 @@ const info = [
1936
1936
  }
1937
1937
  }]
1938
1938
  },
1939
+ {
1940
+ $schema: '../ibc_data.schema.json',
1941
+ chain1: {
1942
+ chainName: 'hippoprotocol',
1943
+ clientId: '07-tendermint-0',
1944
+ connectionId: 'connection-0'
1945
+ },
1946
+ chain2: {
1947
+ chainName: 'osmosis',
1948
+ clientId: '07-tendermint-3519',
1949
+ connectionId: 'connection-10762'
1950
+ },
1951
+ channels: [{
1952
+ chain1: {
1953
+ channelId: 'channel-0',
1954
+ portId: 'transfer'
1955
+ },
1956
+ chain2: {
1957
+ channelId: 'channel-104931',
1958
+ portId: 'transfer'
1959
+ },
1960
+ ordering: 'unordered',
1961
+ version: 'ics20-1',
1962
+ tags: {
1963
+ status: 'live',
1964
+ preferred: true
1965
+ }
1966
+ }]
1967
+ },
1939
1968
  {
1940
1969
  $schema: '../ibc_data.schema.json',
1941
1970
  chain1: {
@@ -4541,6 +4570,36 @@ const info = [
4541
4570
  }
4542
4571
  }]
4543
4572
  },
4573
+ {
4574
+ $schema: '../ibc_data.schema.json',
4575
+ chain1: {
4576
+ chainName: 'osmosis',
4577
+ clientId: '07-tendermint-3517',
4578
+ connectionId: 'connection-10760'
4579
+ },
4580
+ chain2: {
4581
+ chainName: 'symphony',
4582
+ clientId: '07-tendermint-3',
4583
+ connectionId: 'connection-0'
4584
+ },
4585
+ channels: [{
4586
+ chain1: {
4587
+ channelId: 'channel-104867',
4588
+ portId: 'transfer'
4589
+ },
4590
+ chain2: {
4591
+ channelId: 'channel-0',
4592
+ portId: 'transfer'
4593
+ },
4594
+ ordering: 'unordered',
4595
+ version: 'ics20-1',
4596
+ tags: {
4597
+ status: 'live',
4598
+ preferred: true,
4599
+ dex: 'osmosis'
4600
+ }
4601
+ }]
4602
+ },
4544
4603
  {
4545
4604
  $schema: '../ibc_data.schema.json',
4546
4605
  chain1: {
@@ -28,7 +28,12 @@ const info = {
28
28
  primaryColorHex: '#c6ddf5'
29
29
  }
30
30
  }],
31
- typeAsset: 'sdk.coin'
31
+ typeAsset: 'sdk.coin',
32
+ coingeckoId: 'pryzm',
33
+ socials: {
34
+ website: 'https://pryzm.zone/',
35
+ twitter: 'https://twitter.com/Pryzm_Zone'
36
+ }
32
37
  },
33
38
  {
34
39
  description: 'The meme token of PRYZM',
@@ -0,0 +1,3 @@
1
+ import { IBCData } from '@chain-registry/types';
2
+ declare const info: IBCData[];
3
+ export default info;
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../ibc_data.schema.json',
5
+ chain1: {
6
+ chainName: 'osmosis',
7
+ clientId: '07-tendermint-3517',
8
+ connectionId: 'connection-10760'
9
+ },
10
+ chain2: {
11
+ chainName: 'symphony',
12
+ clientId: '07-tendermint-3',
13
+ connectionId: 'connection-0'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-104867',
18
+ portId: 'transfer'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-0',
22
+ portId: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ status: 'live',
28
+ preferred: true,
29
+ dex: 'osmosis'
30
+ }
31
+ }]
32
+ }];
33
+ exports.default = info;
@@ -1,2 +1,3 @@
1
1
  export declare const assetList: import("@chain-registry/types").AssetList;
2
2
  export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibcData: import("@chain-registry/types").IBCData[];
@@ -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.assetList = void 0;
6
+ exports.ibcData = exports.chain = exports.assetList = void 0;
7
7
  const asset_list_1 = __importDefault(require("./asset-list"));
8
8
  const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_data_1 = __importDefault(require("./ibc-data"));
9
10
  exports.assetList = asset_list_1.default;
10
11
  exports.chain = chain_1.default;
12
+ exports.ibcData = ibc_data_1.default;
@@ -26,13 +26,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
26
26
  const _picasso = __importStar(require("./picasso"));
27
27
  const _composablepolkadot = __importStar(require("./composablepolkadot"));
28
28
  const _penumbra = __importStar(require("./penumbra"));
29
- const _symphonytestnet3 = __importStar(require("./symphonytestnet3"));
30
29
  const _cosmoshubicstestnet = __importStar(require("./cosmoshubicstestnet"));
31
30
  const ibcData = [
32
31
  ..._picasso.ibcData,
33
32
  ..._composablepolkadot.ibcData,
34
33
  ..._penumbra.ibcData,
35
- ..._symphonytestnet3.ibcData,
36
34
  ..._cosmoshubicstestnet.ibcData
37
35
  ];
38
36
  exports.default = ibcData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.22",
3
+ "version": "2.0.24",
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.22"
32
+ "@chain-registry/types": "^2.0.24"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "235c48a4cb338b6632855d74453f33d13285cf0f"
42
+ "gitHead": "50e9e8911d19aebba00c028768c1edd96ce46f2b"
43
43
  }
@@ -144,34 +144,6 @@ const info = [
144
144
  }
145
145
  }
146
146
  ]
147
- },
148
- {
149
- $schema: '../../ibc_data.schema.json',
150
- chain1: {
151
- chainName: 'archwaytestnet',
152
- clientId: '07-tendermint-139',
153
- connectionId: 'connection-144'
154
- },
155
- chain2: {
156
- chainName: 'symphonytestnet3',
157
- clientId: '07-tendermint-25',
158
- connectionId: 'connection-12'
159
- },
160
- channels: [{
161
- chain1: {
162
- channelId: 'channel-495',
163
- portId: 'transfer'
164
- },
165
- chain2: {
166
- channelId: 'channel-10',
167
- portId: 'transfer'
168
- },
169
- ordering: 'unordered',
170
- version: 'ics20-1',
171
- tags: {
172
- status: 'live'
173
- }
174
- }]
175
147
  }
176
148
  ];
177
149
  exports.default = info;
@@ -228,34 +228,6 @@ const info = [
228
228
  }
229
229
  }]
230
230
  },
231
- {
232
- $schema: '../../ibc_data.schema.json',
233
- chain1: {
234
- chainName: 'cosmoshubtestnet',
235
- clientId: '07-tendermint-3730',
236
- connectionId: 'connection-3782'
237
- },
238
- chain2: {
239
- chainName: 'symphonytestnet3',
240
- clientId: '07-tendermint-10',
241
- connectionId: 'connection-9'
242
- },
243
- channels: [{
244
- chain1: {
245
- channelId: 'channel-4300',
246
- portId: 'transfer'
247
- },
248
- chain2: {
249
- channelId: 'channel-7',
250
- portId: 'transfer'
251
- },
252
- ordering: 'unordered',
253
- version: 'ics20-1',
254
- tags: {
255
- status: 'live'
256
- }
257
- }]
258
- },
259
231
  {
260
232
  $schema: '../../ibc_data.schema.json',
261
233
  chain1: {
@@ -1149,36 +1149,6 @@ const info = [
1149
1149
  }
1150
1150
  }]
1151
1151
  },
1152
- {
1153
- $schema: '../../ibc_data.schema.json',
1154
- chain1: {
1155
- chainName: 'osmosistestnet',
1156
- clientId: '07-tendermint-3946',
1157
- connectionId: 'connection-3419'
1158
- },
1159
- chain2: {
1160
- chainName: 'symphonytestnet3',
1161
- clientId: '07-tendermint-0',
1162
- connectionId: 'connection-0'
1163
- },
1164
- channels: [{
1165
- chain1: {
1166
- channelId: 'channel-8743',
1167
- portId: 'transfer'
1168
- },
1169
- chain2: {
1170
- channelId: 'channel-0',
1171
- portId: 'transfer'
1172
- },
1173
- ordering: 'unordered',
1174
- version: 'ics20-1',
1175
- tags: {
1176
- status: 'live',
1177
- preferred: true,
1178
- dex: 'osmosis'
1179
- }
1180
- }]
1181
- },
1182
1152
  {
1183
1153
  $schema: '../../ibc_data.schema.json',
1184
1154
  chain1: {
@@ -157,34 +157,6 @@ const info = [
157
157
  }
158
158
  }]
159
159
  },
160
- {
161
- $schema: '../../ibc_data.schema.json',
162
- chain1: {
163
- chainName: 'stargazetestnet',
164
- clientId: '07-tendermint-952',
165
- connectionId: 'connection-947'
166
- },
167
- chain2: {
168
- chainName: 'symphonytestnet3',
169
- clientId: '07-tendermint-4',
170
- connectionId: 'connection-4'
171
- },
172
- channels: [{
173
- chain1: {
174
- channelId: 'channel-998',
175
- portId: 'transfer'
176
- },
177
- chain2: {
178
- channelId: 'channel-4',
179
- portId: 'transfer'
180
- },
181
- ordering: 'unordered',
182
- version: 'ics20-1',
183
- tags: {
184
- status: 'live'
185
- }
186
- }]
187
- },
188
160
  {
189
161
  $schema: '../../ibc_data.schema.json',
190
162
  chain1: {
@@ -1,145 +0,0 @@
1
- const info = [
2
- {
3
- $schema: '../../ibc_data.schema.json',
4
- chain1: {
5
- chainName: 'archwaytestnet',
6
- clientId: '07-tendermint-139',
7
- connectionId: 'connection-144'
8
- },
9
- chain2: {
10
- chainName: 'symphonytestnet3',
11
- clientId: '07-tendermint-25',
12
- connectionId: 'connection-12'
13
- },
14
- channels: [{
15
- chain1: {
16
- channelId: 'channel-495',
17
- portId: 'transfer'
18
- },
19
- chain2: {
20
- channelId: 'channel-10',
21
- portId: 'transfer'
22
- },
23
- ordering: 'unordered',
24
- version: 'ics20-1',
25
- tags: {
26
- status: 'live'
27
- }
28
- }]
29
- },
30
- {
31
- $schema: '../../ibc_data.schema.json',
32
- chain1: {
33
- chainName: 'cosmoshubtestnet',
34
- clientId: '07-tendermint-3730',
35
- connectionId: 'connection-3782'
36
- },
37
- chain2: {
38
- chainName: 'symphonytestnet3',
39
- clientId: '07-tendermint-10',
40
- connectionId: 'connection-9'
41
- },
42
- channels: [{
43
- chain1: {
44
- channelId: 'channel-4300',
45
- portId: 'transfer'
46
- },
47
- chain2: {
48
- channelId: 'channel-7',
49
- portId: 'transfer'
50
- },
51
- ordering: 'unordered',
52
- version: 'ics20-1',
53
- tags: {
54
- status: 'live'
55
- }
56
- }]
57
- },
58
- {
59
- $schema: '../../ibc_data.schema.json',
60
- chain1: {
61
- chainName: 'junotestnet6',
62
- clientId: '07-tendermint-789',
63
- connectionId: 'connection-868'
64
- },
65
- chain2: {
66
- chainName: 'symphonytestnet3',
67
- clientId: '07-tendermint-28',
68
- connectionId: 'connection-13'
69
- },
70
- channels: [{
71
- chain1: {
72
- channelId: 'channel-943',
73
- portId: 'transfer'
74
- },
75
- chain2: {
76
- channelId: 'channel-11',
77
- portId: 'transfer'
78
- },
79
- ordering: 'unordered',
80
- version: 'ics20-1',
81
- tags: {
82
- status: 'killed'
83
- }
84
- }]
85
- },
86
- {
87
- $schema: '../../ibc_data.schema.json',
88
- chain1: {
89
- chainName: 'osmosistestnet',
90
- clientId: '07-tendermint-3946',
91
- connectionId: 'connection-3419'
92
- },
93
- chain2: {
94
- chainName: 'symphonytestnet3',
95
- clientId: '07-tendermint-0',
96
- connectionId: 'connection-0'
97
- },
98
- channels: [{
99
- chain1: {
100
- channelId: 'channel-8743',
101
- portId: 'transfer'
102
- },
103
- chain2: {
104
- channelId: 'channel-0',
105
- portId: 'transfer'
106
- },
107
- ordering: 'unordered',
108
- version: 'ics20-1',
109
- tags: {
110
- status: 'live',
111
- preferred: true,
112
- dex: 'osmosis'
113
- }
114
- }]
115
- },
116
- {
117
- $schema: '../../ibc_data.schema.json',
118
- chain1: {
119
- chainName: 'stargazetestnet',
120
- clientId: '07-tendermint-952',
121
- connectionId: 'connection-947'
122
- },
123
- chain2: {
124
- chainName: 'symphonytestnet3',
125
- clientId: '07-tendermint-4',
126
- connectionId: 'connection-4'
127
- },
128
- channels: [{
129
- chain1: {
130
- channelId: 'channel-998',
131
- portId: 'transfer'
132
- },
133
- chain2: {
134
- channelId: 'channel-4',
135
- portId: 'transfer'
136
- },
137
- ordering: 'unordered',
138
- version: 'ics20-1',
139
- tags: {
140
- status: 'live'
141
- }
142
- }]
143
- }
144
- ];
145
- export default info;
@@ -1,2 +0,0 @@
1
- import _ibcData from './ibc-data';
2
- export const ibcData = _ibcData;
@@ -1,147 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const info = [
4
- {
5
- $schema: '../../ibc_data.schema.json',
6
- chain1: {
7
- chainName: 'archwaytestnet',
8
- clientId: '07-tendermint-139',
9
- connectionId: 'connection-144'
10
- },
11
- chain2: {
12
- chainName: 'symphonytestnet3',
13
- clientId: '07-tendermint-25',
14
- connectionId: 'connection-12'
15
- },
16
- channels: [{
17
- chain1: {
18
- channelId: 'channel-495',
19
- portId: 'transfer'
20
- },
21
- chain2: {
22
- channelId: 'channel-10',
23
- portId: 'transfer'
24
- },
25
- ordering: 'unordered',
26
- version: 'ics20-1',
27
- tags: {
28
- status: 'live'
29
- }
30
- }]
31
- },
32
- {
33
- $schema: '../../ibc_data.schema.json',
34
- chain1: {
35
- chainName: 'cosmoshubtestnet',
36
- clientId: '07-tendermint-3730',
37
- connectionId: 'connection-3782'
38
- },
39
- chain2: {
40
- chainName: 'symphonytestnet3',
41
- clientId: '07-tendermint-10',
42
- connectionId: 'connection-9'
43
- },
44
- channels: [{
45
- chain1: {
46
- channelId: 'channel-4300',
47
- portId: 'transfer'
48
- },
49
- chain2: {
50
- channelId: 'channel-7',
51
- portId: 'transfer'
52
- },
53
- ordering: 'unordered',
54
- version: 'ics20-1',
55
- tags: {
56
- status: 'live'
57
- }
58
- }]
59
- },
60
- {
61
- $schema: '../../ibc_data.schema.json',
62
- chain1: {
63
- chainName: 'junotestnet6',
64
- clientId: '07-tendermint-789',
65
- connectionId: 'connection-868'
66
- },
67
- chain2: {
68
- chainName: 'symphonytestnet3',
69
- clientId: '07-tendermint-28',
70
- connectionId: 'connection-13'
71
- },
72
- channels: [{
73
- chain1: {
74
- channelId: 'channel-943',
75
- portId: 'transfer'
76
- },
77
- chain2: {
78
- channelId: 'channel-11',
79
- portId: 'transfer'
80
- },
81
- ordering: 'unordered',
82
- version: 'ics20-1',
83
- tags: {
84
- status: 'killed'
85
- }
86
- }]
87
- },
88
- {
89
- $schema: '../../ibc_data.schema.json',
90
- chain1: {
91
- chainName: 'osmosistestnet',
92
- clientId: '07-tendermint-3946',
93
- connectionId: 'connection-3419'
94
- },
95
- chain2: {
96
- chainName: 'symphonytestnet3',
97
- clientId: '07-tendermint-0',
98
- connectionId: 'connection-0'
99
- },
100
- channels: [{
101
- chain1: {
102
- channelId: 'channel-8743',
103
- portId: 'transfer'
104
- },
105
- chain2: {
106
- channelId: 'channel-0',
107
- portId: 'transfer'
108
- },
109
- ordering: 'unordered',
110
- version: 'ics20-1',
111
- tags: {
112
- status: 'live',
113
- preferred: true,
114
- dex: 'osmosis'
115
- }
116
- }]
117
- },
118
- {
119
- $schema: '../../ibc_data.schema.json',
120
- chain1: {
121
- chainName: 'stargazetestnet',
122
- clientId: '07-tendermint-952',
123
- connectionId: 'connection-947'
124
- },
125
- chain2: {
126
- chainName: 'symphonytestnet3',
127
- clientId: '07-tendermint-4',
128
- connectionId: 'connection-4'
129
- },
130
- channels: [{
131
- chain1: {
132
- channelId: 'channel-998',
133
- portId: 'transfer'
134
- },
135
- chain2: {
136
- channelId: 'channel-4',
137
- portId: 'transfer'
138
- },
139
- ordering: 'unordered',
140
- version: 'ics20-1',
141
- tags: {
142
- status: 'live'
143
- }
144
- }]
145
- }
146
- ];
147
- exports.default = info;
@@ -1 +0,0 @@
1
- export declare const ibcData: import("@chain-registry/types").IBCData[];
@@ -1,8 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.ibcData = void 0;
7
- const ibc_data_1 = __importDefault(require("./ibc-data"));
8
- exports.ibcData = ibc_data_1.default;