chain-registry 1.69.276 → 1.69.277

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 (35) hide show
  1. package/esm/mainnet/bitbadges/assets.js +0 -24
  2. package/esm/mainnet/bitbadges/chain.js +1 -1
  3. package/esm/mainnet/ibc.js +2 -0
  4. package/esm/mainnet/osmosis/ibc.js +30 -0
  5. package/esm/mainnet/pryzm/assets.js +6 -1
  6. package/esm/mainnet/symphony/ibc.js +31 -0
  7. package/esm/mainnet/symphony/index.js +2 -0
  8. package/esm/noncosmos/ibc.js +0 -2
  9. package/esm/noncosmos/named.js +0 -1
  10. package/esm/testnet/archwaytestnet/ibc.js +0 -28
  11. package/esm/testnet/cosmoshubtestnet/ibc.js +0 -28
  12. package/esm/testnet/osmosistestnet/ibc.js +0 -30
  13. package/esm/testnet/stargazetestnet/ibc.js +0 -28
  14. package/mainnet/bitbadges/assets.js +0 -24
  15. package/mainnet/bitbadges/chain.js +1 -1
  16. package/mainnet/ibc.js +2 -0
  17. package/mainnet/osmosis/ibc.js +30 -0
  18. package/mainnet/pryzm/assets.js +6 -1
  19. package/mainnet/symphony/ibc.js +33 -0
  20. package/mainnet/symphony/index.d.ts +1 -0
  21. package/mainnet/symphony/index.js +3 -1
  22. package/noncosmos/ibc.js +0 -2
  23. package/noncosmos/named.d.ts +0 -1
  24. package/noncosmos/named.js +2 -3
  25. package/package.json +3 -3
  26. package/testnet/archwaytestnet/ibc.js +0 -28
  27. package/testnet/cosmoshubtestnet/ibc.js +0 -28
  28. package/testnet/osmosistestnet/ibc.js +0 -30
  29. package/testnet/stargazetestnet/ibc.js +0 -28
  30. package/esm/noncosmos/symphonytestnet3/ibc.js +0 -145
  31. package/esm/noncosmos/symphonytestnet3/index.js +0 -2
  32. package/noncosmos/symphonytestnet3/ibc.js +0 -147
  33. package/noncosmos/symphonytestnet3/index.d.ts +0 -1
  34. package/noncosmos/symphonytestnet3/index.js +0 -8
  35. /package/{noncosmos/symphonytestnet3 → mainnet/symphony}/ibc.d.ts +0 -0
@@ -28,30 +28,6 @@ const info = {
28
28
  twitter: 'https://twitter.com/bitbadges_io'
29
29
  },
30
30
  type_asset: 'sdk.coin'
31
- }, {
32
- description: 'The native staking denom for the BitBadges blockchain.',
33
- denom_units: [{
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
- logo_URIs: {
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
- type_asset: 'sdk.coin'
55
31
  }]
56
32
  };
57
33
  export default info;
@@ -22,7 +22,7 @@ const info = {
22
22
  },
23
23
  staking: {
24
24
  staking_tokens: [{
25
- denom: 'ustake'
25
+ denom: 'ubadge'
26
26
  }]
27
27
  },
28
28
  codebase: {
@@ -144,6 +144,7 @@ import * as _stargaze from './stargaze';
144
144
  import * as _starname from './starname';
145
145
  import * as _stratos from './stratos';
146
146
  import * as _stride from './stride';
147
+ import * as _symphony from './symphony';
147
148
  import * as _synternet from './synternet';
148
149
  import * as _taketitan from './taketitan';
149
150
  import * as _teritori from './teritori';
@@ -305,6 +306,7 @@ const ibc = [
305
306
  ..._starname.ibc,
306
307
  ..._stratos.ibc,
307
308
  ..._stride.ibc,
309
+ ..._symphony.ibc,
308
310
  ..._synternet.ibc,
309
311
  ..._taketitan.ibc,
310
312
  ..._teritori.ibc,
@@ -4539,6 +4539,36 @@ const info = [
4539
4539
  }
4540
4540
  }]
4541
4541
  },
4542
+ {
4543
+ $schema: '../ibc_data.schema.json',
4544
+ chain_1: {
4545
+ chain_name: 'osmosis',
4546
+ client_id: '07-tendermint-3517',
4547
+ connection_id: 'connection-10760'
4548
+ },
4549
+ chain_2: {
4550
+ chain_name: 'symphony',
4551
+ client_id: '07-tendermint-3',
4552
+ connection_id: 'connection-0'
4553
+ },
4554
+ channels: [{
4555
+ chain_1: {
4556
+ channel_id: 'channel-104867',
4557
+ port_id: 'transfer'
4558
+ },
4559
+ chain_2: {
4560
+ channel_id: 'channel-0',
4561
+ port_id: 'transfer'
4562
+ },
4563
+ ordering: 'unordered',
4564
+ version: 'ics20-1',
4565
+ tags: {
4566
+ status: 'live',
4567
+ preferred: true,
4568
+ dex: 'osmosis'
4569
+ }
4570
+ }]
4571
+ },
4542
4572
  {
4543
4573
  $schema: '../ibc_data.schema.json',
4544
4574
  chain_1: {
@@ -26,7 +26,12 @@ const info = {
26
26
  primary_color_hex: '#c6ddf5'
27
27
  }
28
28
  }],
29
- type_asset: 'sdk.coin'
29
+ type_asset: 'sdk.coin',
30
+ coingecko_id: '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
+ chain_1: {
4
+ chain_name: 'osmosis',
5
+ client_id: '07-tendermint-3517',
6
+ connection_id: 'connection-10760'
7
+ },
8
+ chain_2: {
9
+ chain_name: 'symphony',
10
+ client_id: '07-tendermint-3',
11
+ connection_id: 'connection-0'
12
+ },
13
+ channels: [{
14
+ chain_1: {
15
+ channel_id: 'channel-104867',
16
+ port_id: 'transfer'
17
+ },
18
+ chain_2: {
19
+ channel_id: 'channel-0',
20
+ port_id: '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 _assets from './assets';
2
2
  import _chain from './chain';
3
+ import _ibc from './ibc';
3
4
  export const assets = _assets;
4
5
  export const chain = _chain;
6
+ export const ibc = _ibc;
@@ -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 ibc = [
7
6
  ..._picasso.ibc,
8
7
  ..._composablepolkadot.ibc,
9
8
  ..._penumbra.ibc,
10
- ..._symphonytestnet3.ibc,
11
9
  ..._cosmoshubicstestnet.ibc
12
10
  ];
13
11
  export default ibc;
@@ -33,7 +33,6 @@ export * as xrpl from './xrpl';
33
33
  export * as zilliqa from './zilliqa';
34
34
  export * as berachain from './berachain';
35
35
  export * as hall from './hall';
36
- export * as symphonytestnet3 from './symphonytestnet3';
37
36
  export * as cosmoshubicstestnet from './cosmoshubicstestnet';
38
37
  export * as avalanchetestnet from './avalanchetestnet';
39
38
  export * as binancesmartchaintestnet from './binancesmartchaintestnet';
@@ -142,34 +142,6 @@ const info = [
142
142
  }
143
143
  }
144
144
  ]
145
- },
146
- {
147
- $schema: '../../ibc_data.schema.json',
148
- chain_1: {
149
- chain_name: 'archwaytestnet',
150
- client_id: '07-tendermint-139',
151
- connection_id: 'connection-144'
152
- },
153
- chain_2: {
154
- chain_name: 'symphonytestnet3',
155
- client_id: '07-tendermint-25',
156
- connection_id: 'connection-12'
157
- },
158
- channels: [{
159
- chain_1: {
160
- channel_id: 'channel-495',
161
- port_id: 'transfer'
162
- },
163
- chain_2: {
164
- channel_id: 'channel-10',
165
- port_id: '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
- chain_1: {
232
- chain_name: 'cosmoshubtestnet',
233
- client_id: '07-tendermint-3730',
234
- connection_id: 'connection-3782'
235
- },
236
- chain_2: {
237
- chain_name: 'symphonytestnet3',
238
- client_id: '07-tendermint-10',
239
- connection_id: 'connection-9'
240
- },
241
- channels: [{
242
- chain_1: {
243
- channel_id: 'channel-4300',
244
- port_id: 'transfer'
245
- },
246
- chain_2: {
247
- channel_id: 'channel-7',
248
- port_id: '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
  chain_1: {
@@ -1147,36 +1147,6 @@ const info = [
1147
1147
  }
1148
1148
  }]
1149
1149
  },
1150
- {
1151
- $schema: '../../ibc_data.schema.json',
1152
- chain_1: {
1153
- chain_name: 'osmosistestnet',
1154
- client_id: '07-tendermint-3946',
1155
- connection_id: 'connection-3419'
1156
- },
1157
- chain_2: {
1158
- chain_name: 'symphonytestnet3',
1159
- client_id: '07-tendermint-0',
1160
- connection_id: 'connection-0'
1161
- },
1162
- channels: [{
1163
- chain_1: {
1164
- channel_id: 'channel-8743',
1165
- port_id: 'transfer'
1166
- },
1167
- chain_2: {
1168
- channel_id: 'channel-0',
1169
- port_id: '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
  chain_1: {
@@ -155,34 +155,6 @@ const info = [
155
155
  }
156
156
  }]
157
157
  },
158
- {
159
- $schema: '../../ibc_data.schema.json',
160
- chain_1: {
161
- chain_name: 'stargazetestnet',
162
- client_id: '07-tendermint-952',
163
- connection_id: 'connection-947'
164
- },
165
- chain_2: {
166
- chain_name: 'symphonytestnet3',
167
- client_id: '07-tendermint-4',
168
- connection_id: 'connection-4'
169
- },
170
- channels: [{
171
- chain_1: {
172
- channel_id: 'channel-998',
173
- port_id: 'transfer'
174
- },
175
- chain_2: {
176
- channel_id: 'channel-4',
177
- port_id: '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
  chain_1: {
@@ -30,30 +30,6 @@ const info = {
30
30
  twitter: 'https://twitter.com/bitbadges_io'
31
31
  },
32
32
  type_asset: 'sdk.coin'
33
- }, {
34
- description: 'The native staking denom for the BitBadges blockchain.',
35
- denom_units: [{
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
- logo_URIs: {
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
- type_asset: 'sdk.coin'
57
33
  }]
58
34
  };
59
35
  exports.default = info;
@@ -24,7 +24,7 @@ const info = {
24
24
  },
25
25
  staking: {
26
26
  staking_tokens: [{
27
- denom: 'ustake'
27
+ denom: 'ubadge'
28
28
  }]
29
29
  },
30
30
  codebase: {
package/mainnet/ibc.js CHANGED
@@ -169,6 +169,7 @@ const _stargaze = __importStar(require("./stargaze"));
169
169
  const _starname = __importStar(require("./starname"));
170
170
  const _stratos = __importStar(require("./stratos"));
171
171
  const _stride = __importStar(require("./stride"));
172
+ const _symphony = __importStar(require("./symphony"));
172
173
  const _synternet = __importStar(require("./synternet"));
173
174
  const _taketitan = __importStar(require("./taketitan"));
174
175
  const _teritori = __importStar(require("./teritori"));
@@ -330,6 +331,7 @@ const ibc = [
330
331
  ..._starname.ibc,
331
332
  ..._stratos.ibc,
332
333
  ..._stride.ibc,
334
+ ..._symphony.ibc,
333
335
  ..._synternet.ibc,
334
336
  ..._taketitan.ibc,
335
337
  ..._teritori.ibc,
@@ -4541,6 +4541,36 @@ const info = [
4541
4541
  }
4542
4542
  }]
4543
4543
  },
4544
+ {
4545
+ $schema: '../ibc_data.schema.json',
4546
+ chain_1: {
4547
+ chain_name: 'osmosis',
4548
+ client_id: '07-tendermint-3517',
4549
+ connection_id: 'connection-10760'
4550
+ },
4551
+ chain_2: {
4552
+ chain_name: 'symphony',
4553
+ client_id: '07-tendermint-3',
4554
+ connection_id: 'connection-0'
4555
+ },
4556
+ channels: [{
4557
+ chain_1: {
4558
+ channel_id: 'channel-104867',
4559
+ port_id: 'transfer'
4560
+ },
4561
+ chain_2: {
4562
+ channel_id: 'channel-0',
4563
+ port_id: 'transfer'
4564
+ },
4565
+ ordering: 'unordered',
4566
+ version: 'ics20-1',
4567
+ tags: {
4568
+ status: 'live',
4569
+ preferred: true,
4570
+ dex: 'osmosis'
4571
+ }
4572
+ }]
4573
+ },
4544
4574
  {
4545
4575
  $schema: '../ibc_data.schema.json',
4546
4576
  chain_1: {
@@ -28,7 +28,12 @@ const info = {
28
28
  primary_color_hex: '#c6ddf5'
29
29
  }
30
30
  }],
31
- type_asset: 'sdk.coin'
31
+ type_asset: 'sdk.coin',
32
+ coingecko_id: '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,33 @@
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: 'osmosis',
7
+ client_id: '07-tendermint-3517',
8
+ connection_id: 'connection-10760'
9
+ },
10
+ chain_2: {
11
+ chain_name: 'symphony',
12
+ client_id: '07-tendermint-3',
13
+ connection_id: 'connection-0'
14
+ },
15
+ channels: [{
16
+ chain_1: {
17
+ channel_id: 'channel-104867',
18
+ port_id: 'transfer'
19
+ },
20
+ chain_2: {
21
+ channel_id: 'channel-0',
22
+ port_id: '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 assets: import("@chain-registry/types").AssetList;
2
2
  export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibc: import("@chain-registry/types").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;
package/noncosmos/ibc.js CHANGED
@@ -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 ibc = [
32
31
  ..._picasso.ibc,
33
32
  ..._composablepolkadot.ibc,
34
33
  ..._penumbra.ibc,
35
- ..._symphonytestnet3.ibc,
36
34
  ..._cosmoshubicstestnet.ibc
37
35
  ];
38
36
  exports.default = ibc;
@@ -33,7 +33,6 @@ export * as xrpl from './xrpl';
33
33
  export * as zilliqa from './zilliqa';
34
34
  export * as berachain from './berachain';
35
35
  export * as hall from './hall';
36
- export * as symphonytestnet3 from './symphonytestnet3';
37
36
  export * as cosmoshubicstestnet from './cosmoshubicstestnet';
38
37
  export * as avalanchetestnet from './avalanchetestnet';
39
38
  export * as binancesmartchaintestnet from './binancesmartchaintestnet';
@@ -23,8 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.tontestnet = exports.solanatestnet = exports.polygontestnet = exports.polkadottestnet = exports.moonbeamtestnet = exports.litecointestnet = exports.fantomtestnet = exports.ethereumtestnet = exports.dogecointestnet = exports.bitcointestnet = exports.bitcoincashtestnet = exports.binancesmartchaintestnet = exports.avalanchetestnet = exports.cosmoshubicstestnet = exports.symphonytestnet3 = exports.hall = exports.berachain = exports.zilliqa = exports.xrpl = exports.tinkernet = exports.sui = exports.stellar = exports.statemine = exports.polygon = exports.polkadot = exports.optimism = exports.neo = exports.movement = exports.moonbeam = exports.mantle = exports.litecoin = exports.kusama = exports.internetcomputer = exports.forex = exports.filecoin = exports.fantom = exports.dogecoin = exports.comex = exports.bitcoincash = exports.bitcoin = exports.binancesmartchain = exports.base = exports.avalanche = exports.avail = exports.arbitrum = exports.aptos = exports._0l = exports.penumbra = exports.composablepolkadot = exports.picasso = void 0;
27
- exports.ojotestnet = exports.xrpltestnet = void 0;
26
+ exports.xrpltestnet = exports.tontestnet = exports.solanatestnet = exports.polygontestnet = exports.polkadottestnet = exports.moonbeamtestnet = exports.litecointestnet = exports.fantomtestnet = exports.ethereumtestnet = exports.dogecointestnet = exports.bitcointestnet = exports.bitcoincashtestnet = exports.binancesmartchaintestnet = exports.avalanchetestnet = exports.cosmoshubicstestnet = exports.hall = exports.berachain = exports.zilliqa = exports.xrpl = exports.tinkernet = exports.sui = exports.stellar = exports.statemine = exports.polygon = exports.polkadot = exports.optimism = exports.neo = exports.movement = exports.moonbeam = exports.mantle = exports.litecoin = exports.kusama = exports.internetcomputer = exports.forex = exports.filecoin = exports.fantom = exports.dogecoin = exports.comex = exports.bitcoincash = exports.bitcoin = exports.binancesmartchain = exports.base = exports.avalanche = exports.avail = exports.arbitrum = exports.aptos = exports._0l = exports.penumbra = exports.composablepolkadot = exports.picasso = void 0;
27
+ exports.ojotestnet = void 0;
28
28
  exports.picasso = __importStar(require("./picasso"));
29
29
  exports.composablepolkadot = __importStar(require("./composablepolkadot"));
30
30
  exports.penumbra = __importStar(require("./penumbra"));
@@ -60,7 +60,6 @@ exports.xrpl = __importStar(require("./xrpl"));
60
60
  exports.zilliqa = __importStar(require("./zilliqa"));
61
61
  exports.berachain = __importStar(require("./berachain"));
62
62
  exports.hall = __importStar(require("./hall"));
63
- exports.symphonytestnet3 = __importStar(require("./symphonytestnet3"));
64
63
  exports.cosmoshubicstestnet = __importStar(require("./cosmoshubicstestnet"));
65
64
  exports.avalanchetestnet = __importStar(require("./avalanchetestnet"));
66
65
  exports.binancesmartchaintestnet = __importStar(require("./binancesmartchaintestnet"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.276",
3
+ "version": "1.69.277",
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.172"
32
+ "@chain-registry/types": "^0.50.173"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "8424c7b32129820a2854984b747dc170b14fce88"
42
+ "gitHead": "4bc8d8a60a82589f3c2fbb383e7c7a224af46402"
43
43
  }
@@ -144,34 +144,6 @@ const info = [
144
144
  }
145
145
  }
146
146
  ]
147
- },
148
- {
149
- $schema: '../../ibc_data.schema.json',
150
- chain_1: {
151
- chain_name: 'archwaytestnet',
152
- client_id: '07-tendermint-139',
153
- connection_id: 'connection-144'
154
- },
155
- chain_2: {
156
- chain_name: 'symphonytestnet3',
157
- client_id: '07-tendermint-25',
158
- connection_id: 'connection-12'
159
- },
160
- channels: [{
161
- chain_1: {
162
- channel_id: 'channel-495',
163
- port_id: 'transfer'
164
- },
165
- chain_2: {
166
- channel_id: 'channel-10',
167
- port_id: '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
- chain_1: {
234
- chain_name: 'cosmoshubtestnet',
235
- client_id: '07-tendermint-3730',
236
- connection_id: 'connection-3782'
237
- },
238
- chain_2: {
239
- chain_name: 'symphonytestnet3',
240
- client_id: '07-tendermint-10',
241
- connection_id: 'connection-9'
242
- },
243
- channels: [{
244
- chain_1: {
245
- channel_id: 'channel-4300',
246
- port_id: 'transfer'
247
- },
248
- chain_2: {
249
- channel_id: 'channel-7',
250
- port_id: '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
  chain_1: {
@@ -1149,36 +1149,6 @@ const info = [
1149
1149
  }
1150
1150
  }]
1151
1151
  },
1152
- {
1153
- $schema: '../../ibc_data.schema.json',
1154
- chain_1: {
1155
- chain_name: 'osmosistestnet',
1156
- client_id: '07-tendermint-3946',
1157
- connection_id: 'connection-3419'
1158
- },
1159
- chain_2: {
1160
- chain_name: 'symphonytestnet3',
1161
- client_id: '07-tendermint-0',
1162
- connection_id: 'connection-0'
1163
- },
1164
- channels: [{
1165
- chain_1: {
1166
- channel_id: 'channel-8743',
1167
- port_id: 'transfer'
1168
- },
1169
- chain_2: {
1170
- channel_id: 'channel-0',
1171
- port_id: '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
  chain_1: {
@@ -157,34 +157,6 @@ const info = [
157
157
  }
158
158
  }]
159
159
  },
160
- {
161
- $schema: '../../ibc_data.schema.json',
162
- chain_1: {
163
- chain_name: 'stargazetestnet',
164
- client_id: '07-tendermint-952',
165
- connection_id: 'connection-947'
166
- },
167
- chain_2: {
168
- chain_name: 'symphonytestnet3',
169
- client_id: '07-tendermint-4',
170
- connection_id: 'connection-4'
171
- },
172
- channels: [{
173
- chain_1: {
174
- channel_id: 'channel-998',
175
- port_id: 'transfer'
176
- },
177
- chain_2: {
178
- channel_id: 'channel-4',
179
- port_id: '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
  chain_1: {
@@ -1,145 +0,0 @@
1
- const info = [
2
- {
3
- $schema: '../../ibc_data.schema.json',
4
- chain_1: {
5
- chain_name: 'archwaytestnet',
6
- client_id: '07-tendermint-139',
7
- connection_id: 'connection-144'
8
- },
9
- chain_2: {
10
- chain_name: 'symphonytestnet3',
11
- client_id: '07-tendermint-25',
12
- connection_id: 'connection-12'
13
- },
14
- channels: [{
15
- chain_1: {
16
- channel_id: 'channel-495',
17
- port_id: 'transfer'
18
- },
19
- chain_2: {
20
- channel_id: 'channel-10',
21
- port_id: '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
- chain_1: {
33
- chain_name: 'cosmoshubtestnet',
34
- client_id: '07-tendermint-3730',
35
- connection_id: 'connection-3782'
36
- },
37
- chain_2: {
38
- chain_name: 'symphonytestnet3',
39
- client_id: '07-tendermint-10',
40
- connection_id: 'connection-9'
41
- },
42
- channels: [{
43
- chain_1: {
44
- channel_id: 'channel-4300',
45
- port_id: 'transfer'
46
- },
47
- chain_2: {
48
- channel_id: 'channel-7',
49
- port_id: '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
- chain_1: {
61
- chain_name: 'junotestnet6',
62
- client_id: '07-tendermint-789',
63
- connection_id: 'connection-868'
64
- },
65
- chain_2: {
66
- chain_name: 'symphonytestnet3',
67
- client_id: '07-tendermint-28',
68
- connection_id: 'connection-13'
69
- },
70
- channels: [{
71
- chain_1: {
72
- channel_id: 'channel-943',
73
- port_id: 'transfer'
74
- },
75
- chain_2: {
76
- channel_id: 'channel-11',
77
- port_id: '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
- chain_1: {
89
- chain_name: 'osmosistestnet',
90
- client_id: '07-tendermint-3946',
91
- connection_id: 'connection-3419'
92
- },
93
- chain_2: {
94
- chain_name: 'symphonytestnet3',
95
- client_id: '07-tendermint-0',
96
- connection_id: 'connection-0'
97
- },
98
- channels: [{
99
- chain_1: {
100
- channel_id: 'channel-8743',
101
- port_id: 'transfer'
102
- },
103
- chain_2: {
104
- channel_id: 'channel-0',
105
- port_id: '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
- chain_1: {
119
- chain_name: 'stargazetestnet',
120
- client_id: '07-tendermint-952',
121
- connection_id: 'connection-947'
122
- },
123
- chain_2: {
124
- chain_name: 'symphonytestnet3',
125
- client_id: '07-tendermint-4',
126
- connection_id: 'connection-4'
127
- },
128
- channels: [{
129
- chain_1: {
130
- channel_id: 'channel-998',
131
- port_id: 'transfer'
132
- },
133
- chain_2: {
134
- channel_id: 'channel-4',
135
- port_id: '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 _ibc from './ibc';
2
- export const ibc = _ibc;
@@ -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
- chain_1: {
7
- chain_name: 'archwaytestnet',
8
- client_id: '07-tendermint-139',
9
- connection_id: 'connection-144'
10
- },
11
- chain_2: {
12
- chain_name: 'symphonytestnet3',
13
- client_id: '07-tendermint-25',
14
- connection_id: 'connection-12'
15
- },
16
- channels: [{
17
- chain_1: {
18
- channel_id: 'channel-495',
19
- port_id: 'transfer'
20
- },
21
- chain_2: {
22
- channel_id: 'channel-10',
23
- port_id: '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
- chain_1: {
35
- chain_name: 'cosmoshubtestnet',
36
- client_id: '07-tendermint-3730',
37
- connection_id: 'connection-3782'
38
- },
39
- chain_2: {
40
- chain_name: 'symphonytestnet3',
41
- client_id: '07-tendermint-10',
42
- connection_id: 'connection-9'
43
- },
44
- channels: [{
45
- chain_1: {
46
- channel_id: 'channel-4300',
47
- port_id: 'transfer'
48
- },
49
- chain_2: {
50
- channel_id: 'channel-7',
51
- port_id: '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
- chain_1: {
63
- chain_name: 'junotestnet6',
64
- client_id: '07-tendermint-789',
65
- connection_id: 'connection-868'
66
- },
67
- chain_2: {
68
- chain_name: 'symphonytestnet3',
69
- client_id: '07-tendermint-28',
70
- connection_id: 'connection-13'
71
- },
72
- channels: [{
73
- chain_1: {
74
- channel_id: 'channel-943',
75
- port_id: 'transfer'
76
- },
77
- chain_2: {
78
- channel_id: 'channel-11',
79
- port_id: '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
- chain_1: {
91
- chain_name: 'osmosistestnet',
92
- client_id: '07-tendermint-3946',
93
- connection_id: 'connection-3419'
94
- },
95
- chain_2: {
96
- chain_name: 'symphonytestnet3',
97
- client_id: '07-tendermint-0',
98
- connection_id: 'connection-0'
99
- },
100
- channels: [{
101
- chain_1: {
102
- channel_id: 'channel-8743',
103
- port_id: 'transfer'
104
- },
105
- chain_2: {
106
- channel_id: 'channel-0',
107
- port_id: '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
- chain_1: {
121
- chain_name: 'stargazetestnet',
122
- client_id: '07-tendermint-952',
123
- connection_id: 'connection-947'
124
- },
125
- chain_2: {
126
- chain_name: 'symphonytestnet3',
127
- client_id: '07-tendermint-4',
128
- connection_id: 'connection-4'
129
- },
130
- channels: [{
131
- chain_1: {
132
- channel_id: 'channel-998',
133
- port_id: 'transfer'
134
- },
135
- chain_2: {
136
- channel_id: 'channel-4',
137
- port_id: '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 ibc: import("@chain-registry/types").IBCInfo[];
@@ -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.ibc = void 0;
7
- const ibc_1 = __importDefault(require("./ibc"));
8
- exports.ibc = ibc_1.default;