chain-registry 2.0.22 → 2.0.23
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.
- package/esm/mainnet/bitbadges/asset-list.js +0 -24
- package/esm/mainnet/bitbadges/chain.js +1 -1
- package/esm/mainnet/ibc-data.js +2 -0
- package/esm/mainnet/osmosis/ibc-data.js +30 -0
- package/esm/mainnet/pryzm/asset-list.js +6 -1
- package/esm/mainnet/symphony/ibc-data.js +31 -0
- package/esm/mainnet/symphony/index.js +2 -0
- package/esm/noncosmos/ibc-data.js +0 -2
- package/esm/testnet/archwaytestnet/ibc-data.js +0 -28
- package/esm/testnet/cosmoshubtestnet/ibc-data.js +0 -28
- package/esm/testnet/osmosistestnet/ibc-data.js +0 -30
- package/esm/testnet/stargazetestnet/ibc-data.js +0 -28
- package/mainnet/bitbadges/asset-list.js +0 -24
- package/mainnet/bitbadges/chain.js +1 -1
- package/mainnet/ibc-data.js +2 -0
- package/mainnet/osmosis/ibc-data.js +30 -0
- package/mainnet/pryzm/asset-list.js +6 -1
- package/mainnet/symphony/ibc-data.js +33 -0
- package/mainnet/symphony/index.d.ts +1 -0
- package/mainnet/symphony/index.js +3 -1
- package/noncosmos/ibc-data.js +0 -2
- package/package.json +3 -3
- package/testnet/archwaytestnet/ibc-data.js +0 -28
- package/testnet/cosmoshubtestnet/ibc-data.js +0 -28
- package/testnet/osmosistestnet/ibc-data.js +0 -30
- package/testnet/stargazetestnet/ibc-data.js +0 -28
- package/esm/noncosmos/symphonytestnet3/ibc-data.js +0 -145
- package/esm/noncosmos/symphonytestnet3/index.js +0 -2
- package/noncosmos/symphonytestnet3/ibc-data.js +0 -147
- package/noncosmos/symphonytestnet3/index.d.ts +0 -1
- package/noncosmos/symphonytestnet3/index.js +0 -8
- /package/{noncosmos/symphonytestnet3 → mainnet/symphony}/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;
|
package/esm/mainnet/ibc-data.js
CHANGED
|
@@ -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 ibcData = [
|
|
|
305
306
|
..._starname.ibcData,
|
|
306
307
|
..._stratos.ibcData,
|
|
307
308
|
..._stride.ibcData,
|
|
309
|
+
..._symphony.ibcData,
|
|
308
310
|
..._synternet.ibcData,
|
|
309
311
|
..._taketitan.ibcData,
|
|
310
312
|
..._teritori.ibcData,
|
|
@@ -4539,6 +4539,36 @@ const info = [
|
|
|
4539
4539
|
}
|
|
4540
4540
|
}]
|
|
4541
4541
|
},
|
|
4542
|
+
{
|
|
4543
|
+
$schema: '../ibc_data.schema.json',
|
|
4544
|
+
chain1: {
|
|
4545
|
+
chainName: 'osmosis',
|
|
4546
|
+
clientId: '07-tendermint-3517',
|
|
4547
|
+
connectionId: 'connection-10760'
|
|
4548
|
+
},
|
|
4549
|
+
chain2: {
|
|
4550
|
+
chainName: 'symphony',
|
|
4551
|
+
clientId: '07-tendermint-3',
|
|
4552
|
+
connectionId: 'connection-0'
|
|
4553
|
+
},
|
|
4554
|
+
channels: [{
|
|
4555
|
+
chain1: {
|
|
4556
|
+
channelId: 'channel-104867',
|
|
4557
|
+
portId: 'transfer'
|
|
4558
|
+
},
|
|
4559
|
+
chain2: {
|
|
4560
|
+
channelId: 'channel-0',
|
|
4561
|
+
portId: '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
|
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,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;
|
package/mainnet/ibc-data.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 ibcData = [
|
|
|
330
331
|
..._starname.ibcData,
|
|
331
332
|
..._stratos.ibcData,
|
|
332
333
|
..._stride.ibcData,
|
|
334
|
+
..._symphony.ibcData,
|
|
333
335
|
..._synternet.ibcData,
|
|
334
336
|
..._taketitan.ibcData,
|
|
335
337
|
..._teritori.ibcData,
|
|
@@ -4541,6 +4541,36 @@ const info = [
|
|
|
4541
4541
|
}
|
|
4542
4542
|
}]
|
|
4543
4543
|
},
|
|
4544
|
+
{
|
|
4545
|
+
$schema: '../ibc_data.schema.json',
|
|
4546
|
+
chain1: {
|
|
4547
|
+
chainName: 'osmosis',
|
|
4548
|
+
clientId: '07-tendermint-3517',
|
|
4549
|
+
connectionId: 'connection-10760'
|
|
4550
|
+
},
|
|
4551
|
+
chain2: {
|
|
4552
|
+
chainName: 'symphony',
|
|
4553
|
+
clientId: '07-tendermint-3',
|
|
4554
|
+
connectionId: 'connection-0'
|
|
4555
|
+
},
|
|
4556
|
+
channels: [{
|
|
4557
|
+
chain1: {
|
|
4558
|
+
channelId: 'channel-104867',
|
|
4559
|
+
portId: 'transfer'
|
|
4560
|
+
},
|
|
4561
|
+
chain2: {
|
|
4562
|
+
channelId: 'channel-0',
|
|
4563
|
+
portId: '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
|
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,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;
|
|
@@ -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;
|
package/noncosmos/ibc-data.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 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.
|
|
3
|
+
"version": "2.0.23",
|
|
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.
|
|
32
|
+
"@chain-registry/types": "^2.0.23"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "1fe64b151f9272a4f86a99da529c4cd8ffcc5d76"
|
|
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,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;
|
|
File without changes
|