chain-registry 1.69.258 → 1.69.259
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/assets.js +2 -0
- package/esm/mainnet/bitsong/chain.js +7 -7
- package/esm/mainnet/buycex/assets.js +28 -0
- package/esm/mainnet/buycex/chain.js +49 -0
- package/esm/mainnet/buycex/index.js +4 -0
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/manifest/assets.js +2 -1
- package/esm/mainnet/manifest/chain.js +3 -3
- package/esm/mainnet/named.js +1 -0
- package/esm/testnet/hippoprotocoltestnet/ibc.js +30 -0
- package/esm/testnet/hippoprotocoltestnet/index.js +2 -0
- package/esm/testnet/ibc.js +2 -0
- package/esm/testnet/osmosistestnet/ibc.js +29 -0
- package/mainnet/assets.js +2 -0
- package/mainnet/bitsong/chain.js +7 -7
- package/mainnet/buycex/assets.d.ts +3 -0
- package/mainnet/buycex/assets.js +30 -0
- package/mainnet/buycex/chain.d.ts +3 -0
- package/mainnet/buycex/chain.js +51 -0
- package/mainnet/buycex/index.d.ts +2 -0
- package/mainnet/buycex/index.js +10 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/manifest/assets.js +2 -1
- package/mainnet/manifest/chain.js +3 -3
- package/mainnet/named.d.ts +1 -0
- package/mainnet/named.js +6 -5
- package/package.json +3 -3
- package/testnet/hippoprotocoltestnet/ibc.d.ts +3 -0
- package/testnet/hippoprotocoltestnet/ibc.js +32 -0
- package/testnet/hippoprotocoltestnet/index.d.ts +1 -0
- package/testnet/hippoprotocoltestnet/index.js +3 -1
- package/testnet/ibc.js +2 -0
- package/testnet/osmosistestnet/ibc.js +29 -0
package/esm/mainnet/assets.js
CHANGED
|
@@ -30,6 +30,7 @@ import * as _bluechip from './bluechip';
|
|
|
30
30
|
import * as _bluzelle from './bluzelle';
|
|
31
31
|
import * as _bostrom from './bostrom';
|
|
32
32
|
import * as _bouachain from './bouachain';
|
|
33
|
+
import * as _buycex from './buycex';
|
|
33
34
|
import * as _canto from './canto';
|
|
34
35
|
import * as _carbon from './carbon';
|
|
35
36
|
import * as _celestia from './celestia';
|
|
@@ -238,6 +239,7 @@ const assets = [
|
|
|
238
239
|
_bluzelle.assets,
|
|
239
240
|
_bostrom.assets,
|
|
240
241
|
_bouachain.assets,
|
|
242
|
+
_buycex.assets,
|
|
241
243
|
_canto.assets,
|
|
242
244
|
_carbon.assets,
|
|
243
245
|
_celestia.assets,
|
|
@@ -13,25 +13,25 @@ const info = {
|
|
|
13
13
|
node_home: '$HOME/.bitsongd',
|
|
14
14
|
codebase: {
|
|
15
15
|
git_repo: 'https://github.com/bitsongofficial/go-bitsong',
|
|
16
|
-
recommended_version: 'v0.
|
|
17
|
-
compatible_versions: ['v0.
|
|
16
|
+
recommended_version: 'v0.23.0',
|
|
17
|
+
compatible_versions: ['v0.23.0'],
|
|
18
18
|
binaries: {
|
|
19
|
-
"linux/amd64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.
|
|
20
|
-
"linux/arm64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.
|
|
19
|
+
"linux/amd64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.23.0/bitsongd-linux-amd64',
|
|
20
|
+
"linux/arm64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.23.0/bitsongd-linux-arm64'
|
|
21
21
|
},
|
|
22
22
|
genesis: {
|
|
23
23
|
genesis_url: 'https://raw.githubusercontent.com/bitsongofficial/networks/master/bitsong-2b/genesis.json'
|
|
24
24
|
},
|
|
25
25
|
sdk: {
|
|
26
26
|
type: 'cosmos',
|
|
27
|
-
version: '0.
|
|
27
|
+
version: '0.53.0'
|
|
28
28
|
},
|
|
29
29
|
ibc: {
|
|
30
30
|
type: 'go',
|
|
31
|
-
version: '
|
|
31
|
+
version: 'v8.7.0'
|
|
32
32
|
},
|
|
33
33
|
cosmwasm: {
|
|
34
|
-
version: '0.
|
|
34
|
+
version: '0.53.3',
|
|
35
35
|
enabled: true
|
|
36
36
|
}
|
|
37
37
|
},
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../assetlist.schema.json',
|
|
3
|
+
chain_name: 'buycex',
|
|
4
|
+
assets: [{
|
|
5
|
+
type_asset: 'sdk.coin',
|
|
6
|
+
description: 'Buycex is the native token of the BuyCex Infinity Chain.',
|
|
7
|
+
denom_units: [{
|
|
8
|
+
denom: 'ubcx',
|
|
9
|
+
exponent: 0
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'BCX',
|
|
12
|
+
exponent: 18
|
|
13
|
+
}],
|
|
14
|
+
base: 'ubcx',
|
|
15
|
+
name: 'Buycex',
|
|
16
|
+
display: 'BCX',
|
|
17
|
+
symbol: 'BCX',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/buycex/images/bcx.png'
|
|
20
|
+
},
|
|
21
|
+
keywords: [
|
|
22
|
+
'native',
|
|
23
|
+
'staking',
|
|
24
|
+
'utility'
|
|
25
|
+
]
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
export default info;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../chain.schema.json',
|
|
3
|
+
chain_name: 'buycex',
|
|
4
|
+
chain_id: 'bcx_323-1',
|
|
5
|
+
pretty_name: 'BuyCex Infinity Chain',
|
|
6
|
+
status: 'live',
|
|
7
|
+
network_type: 'mainnet',
|
|
8
|
+
website: 'https://infinity.buycex.com',
|
|
9
|
+
bech32_prefix: 'bcx',
|
|
10
|
+
daemon_name: 'bcxd',
|
|
11
|
+
node_home: '$HOME/.bcxd',
|
|
12
|
+
chain_type: 'cosmos',
|
|
13
|
+
slip44: 60,
|
|
14
|
+
codebase: {
|
|
15
|
+
genesis: {
|
|
16
|
+
genesis_url: 'https://buycex.net/genesis.json'
|
|
17
|
+
},
|
|
18
|
+
git_repo: 'https://github.com/cosvmlabs/buycex-chain',
|
|
19
|
+
recommended_version: 'v1.0.0',
|
|
20
|
+
compatible_versions: ['v1.0.0'],
|
|
21
|
+
sdk: {
|
|
22
|
+
type: 'cosmos',
|
|
23
|
+
version: 'v0.45.16'
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
apis: {
|
|
27
|
+
rpc: [{
|
|
28
|
+
address: 'https://endpoint.buycex.net',
|
|
29
|
+
provider: 'buycex'
|
|
30
|
+
}],
|
|
31
|
+
rest: [{
|
|
32
|
+
address: 'https://api.buycex.net',
|
|
33
|
+
provider: 'buycex'
|
|
34
|
+
}],
|
|
35
|
+
grpc: [{
|
|
36
|
+
address: 'https://grpc.buycex.net',
|
|
37
|
+
provider: 'buycex'
|
|
38
|
+
}]
|
|
39
|
+
},
|
|
40
|
+
explorers: [{
|
|
41
|
+
kind: 'pingpub',
|
|
42
|
+
url: 'https://cosmos.buycex.net',
|
|
43
|
+
tx_page: 'https://cosmos.buycex.net/tx/${txHash}'
|
|
44
|
+
}],
|
|
45
|
+
logo_URIs: {
|
|
46
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/buycex/images/bcx.png'
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
export default info;
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -30,6 +30,7 @@ import * as _bluechip from './bluechip';
|
|
|
30
30
|
import * as _bluzelle from './bluzelle';
|
|
31
31
|
import * as _bostrom from './bostrom';
|
|
32
32
|
import * as _bouachain from './bouachain';
|
|
33
|
+
import * as _buycex from './buycex';
|
|
33
34
|
import * as _canto from './canto';
|
|
34
35
|
import * as _carbon from './carbon';
|
|
35
36
|
import * as _celestia from './celestia';
|
|
@@ -238,6 +239,7 @@ const chains = [
|
|
|
238
239
|
_bluzelle.chain,
|
|
239
240
|
_bostrom.chain,
|
|
240
241
|
_bouachain.chain,
|
|
242
|
+
_buycex.chain,
|
|
241
243
|
_canto.chain,
|
|
242
244
|
_carbon.chain,
|
|
243
245
|
_celestia.chain,
|
|
@@ -27,10 +27,10 @@ const info = {
|
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
29
|
git_repo: 'https://github.com/liftedinit/manifest-ledger',
|
|
30
|
-
recommended_version: 'v1.0.
|
|
31
|
-
compatible_versions: ['v1.0.3'],
|
|
30
|
+
recommended_version: 'v1.0.5',
|
|
31
|
+
compatible_versions: ['v1.0.3', 'v1.0.5'],
|
|
32
32
|
binaries: {
|
|
33
|
-
"linux/amd64": 'https://github.com/liftedinit/manifest-ledger/releases/download/v1.0.
|
|
33
|
+
"linux/amd64": 'https://github.com/liftedinit/manifest-ledger/releases/download/v1.0.5/manifest-ledger-v1.0.5-linux-amd64.tar.gz'
|
|
34
34
|
},
|
|
35
35
|
genesis: {
|
|
36
36
|
genesis_url: 'https://nodes.liftedinit.app/manifest/rpc/genesis?'
|
package/esm/mainnet/named.js
CHANGED
|
@@ -30,6 +30,7 @@ export * as bluechip from './bluechip';
|
|
|
30
30
|
export * as bluzelle from './bluzelle';
|
|
31
31
|
export * as bostrom from './bostrom';
|
|
32
32
|
export * as bouachain from './bouachain';
|
|
33
|
+
export * as buycex from './buycex';
|
|
33
34
|
export * as canto from './canto';
|
|
34
35
|
export * as carbon from './carbon';
|
|
35
36
|
export * as celestia from './celestia';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const info = [{
|
|
2
|
+
$schema: '../../ibc_data.schema.json',
|
|
3
|
+
chain_1: {
|
|
4
|
+
chain_name: 'hippoprotocoltestnet',
|
|
5
|
+
client_id: '07-tendermint-0',
|
|
6
|
+
connection_id: 'connection-0'
|
|
7
|
+
},
|
|
8
|
+
chain_2: {
|
|
9
|
+
chain_name: 'osmosistestnet',
|
|
10
|
+
client_id: '07-tendermint-4754',
|
|
11
|
+
connection_id: 'connection-4185'
|
|
12
|
+
},
|
|
13
|
+
channels: [{
|
|
14
|
+
chain_1: {
|
|
15
|
+
channel_id: 'channel-0',
|
|
16
|
+
port_id: 'transfer'
|
|
17
|
+
},
|
|
18
|
+
chain_2: {
|
|
19
|
+
channel_id: 'channel-10743',
|
|
20
|
+
port_id: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
ordering: 'unordered',
|
|
23
|
+
version: 'ics20-1',
|
|
24
|
+
tags: {
|
|
25
|
+
status: 'live',
|
|
26
|
+
preferred: true
|
|
27
|
+
}
|
|
28
|
+
}]
|
|
29
|
+
}];
|
|
30
|
+
export default info;
|
package/esm/testnet/ibc.js
CHANGED
|
@@ -13,6 +13,7 @@ import * as _doravotatestnet from './doravotatestnet';
|
|
|
13
13
|
import * as _dydxtestnet from './dydxtestnet';
|
|
14
14
|
import * as _elystestnet from './elystestnet';
|
|
15
15
|
import * as _empowertestnet from './empowertestnet';
|
|
16
|
+
import * as _hippoprotocoltestnet from './hippoprotocoltestnet';
|
|
16
17
|
import * as _impacthubtestnet from './impacthubtestnet';
|
|
17
18
|
import * as _injectivetestnet from './injectivetestnet';
|
|
18
19
|
import * as _int3facetestnet from './int3facetestnet';
|
|
@@ -62,6 +63,7 @@ const ibc = [
|
|
|
62
63
|
..._dydxtestnet.ibc,
|
|
63
64
|
..._elystestnet.ibc,
|
|
64
65
|
..._empowertestnet.ibc,
|
|
66
|
+
..._hippoprotocoltestnet.ibc,
|
|
65
67
|
..._impacthubtestnet.ibc,
|
|
66
68
|
..._injectivetestnet.ibc,
|
|
67
69
|
..._int3facetestnet.ibc,
|
|
@@ -430,6 +430,35 @@ const info = [
|
|
|
430
430
|
}
|
|
431
431
|
}]
|
|
432
432
|
},
|
|
433
|
+
{
|
|
434
|
+
$schema: '../../ibc_data.schema.json',
|
|
435
|
+
chain_1: {
|
|
436
|
+
chain_name: 'hippoprotocoltestnet',
|
|
437
|
+
client_id: '07-tendermint-0',
|
|
438
|
+
connection_id: 'connection-0'
|
|
439
|
+
},
|
|
440
|
+
chain_2: {
|
|
441
|
+
chain_name: 'osmosistestnet',
|
|
442
|
+
client_id: '07-tendermint-4754',
|
|
443
|
+
connection_id: 'connection-4185'
|
|
444
|
+
},
|
|
445
|
+
channels: [{
|
|
446
|
+
chain_1: {
|
|
447
|
+
channel_id: 'channel-0',
|
|
448
|
+
port_id: 'transfer'
|
|
449
|
+
},
|
|
450
|
+
chain_2: {
|
|
451
|
+
channel_id: 'channel-10743',
|
|
452
|
+
port_id: 'transfer'
|
|
453
|
+
},
|
|
454
|
+
ordering: 'unordered',
|
|
455
|
+
version: 'ics20-1',
|
|
456
|
+
tags: {
|
|
457
|
+
status: 'live',
|
|
458
|
+
preferred: true
|
|
459
|
+
}
|
|
460
|
+
}]
|
|
461
|
+
},
|
|
433
462
|
{
|
|
434
463
|
$schema: '../../ibc_data.schema.json',
|
|
435
464
|
chain_1: {
|
package/mainnet/assets.js
CHANGED
|
@@ -55,6 +55,7 @@ const _bluechip = __importStar(require("./bluechip"));
|
|
|
55
55
|
const _bluzelle = __importStar(require("./bluzelle"));
|
|
56
56
|
const _bostrom = __importStar(require("./bostrom"));
|
|
57
57
|
const _bouachain = __importStar(require("./bouachain"));
|
|
58
|
+
const _buycex = __importStar(require("./buycex"));
|
|
58
59
|
const _canto = __importStar(require("./canto"));
|
|
59
60
|
const _carbon = __importStar(require("./carbon"));
|
|
60
61
|
const _celestia = __importStar(require("./celestia"));
|
|
@@ -263,6 +264,7 @@ const assets = [
|
|
|
263
264
|
_bluzelle.assets,
|
|
264
265
|
_bostrom.assets,
|
|
265
266
|
_bouachain.assets,
|
|
267
|
+
_buycex.assets,
|
|
266
268
|
_canto.assets,
|
|
267
269
|
_carbon.assets,
|
|
268
270
|
_celestia.assets,
|
package/mainnet/bitsong/chain.js
CHANGED
|
@@ -15,25 +15,25 @@ const info = {
|
|
|
15
15
|
node_home: '$HOME/.bitsongd',
|
|
16
16
|
codebase: {
|
|
17
17
|
git_repo: 'https://github.com/bitsongofficial/go-bitsong',
|
|
18
|
-
recommended_version: 'v0.
|
|
19
|
-
compatible_versions: ['v0.
|
|
18
|
+
recommended_version: 'v0.23.0',
|
|
19
|
+
compatible_versions: ['v0.23.0'],
|
|
20
20
|
binaries: {
|
|
21
|
-
"linux/amd64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.
|
|
22
|
-
"linux/arm64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.
|
|
21
|
+
"linux/amd64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.23.0/bitsongd-linux-amd64',
|
|
22
|
+
"linux/arm64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.23.0/bitsongd-linux-arm64'
|
|
23
23
|
},
|
|
24
24
|
genesis: {
|
|
25
25
|
genesis_url: 'https://raw.githubusercontent.com/bitsongofficial/networks/master/bitsong-2b/genesis.json'
|
|
26
26
|
},
|
|
27
27
|
sdk: {
|
|
28
28
|
type: 'cosmos',
|
|
29
|
-
version: '0.
|
|
29
|
+
version: '0.53.0'
|
|
30
30
|
},
|
|
31
31
|
ibc: {
|
|
32
32
|
type: 'go',
|
|
33
|
-
version: '
|
|
33
|
+
version: 'v8.7.0'
|
|
34
34
|
},
|
|
35
35
|
cosmwasm: {
|
|
36
|
-
version: '0.
|
|
36
|
+
version: '0.53.3',
|
|
37
37
|
enabled: true
|
|
38
38
|
}
|
|
39
39
|
},
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../assetlist.schema.json',
|
|
5
|
+
chain_name: 'buycex',
|
|
6
|
+
assets: [{
|
|
7
|
+
type_asset: 'sdk.coin',
|
|
8
|
+
description: 'Buycex is the native token of the BuyCex Infinity Chain.',
|
|
9
|
+
denom_units: [{
|
|
10
|
+
denom: 'ubcx',
|
|
11
|
+
exponent: 0
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'BCX',
|
|
14
|
+
exponent: 18
|
|
15
|
+
}],
|
|
16
|
+
base: 'ubcx',
|
|
17
|
+
name: 'Buycex',
|
|
18
|
+
display: 'BCX',
|
|
19
|
+
symbol: 'BCX',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/buycex/images/bcx.png'
|
|
22
|
+
},
|
|
23
|
+
keywords: [
|
|
24
|
+
'native',
|
|
25
|
+
'staking',
|
|
26
|
+
'utility'
|
|
27
|
+
]
|
|
28
|
+
}]
|
|
29
|
+
};
|
|
30
|
+
exports.default = info;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chain_name: 'buycex',
|
|
6
|
+
chain_id: 'bcx_323-1',
|
|
7
|
+
pretty_name: 'BuyCex Infinity Chain',
|
|
8
|
+
status: 'live',
|
|
9
|
+
network_type: 'mainnet',
|
|
10
|
+
website: 'https://infinity.buycex.com',
|
|
11
|
+
bech32_prefix: 'bcx',
|
|
12
|
+
daemon_name: 'bcxd',
|
|
13
|
+
node_home: '$HOME/.bcxd',
|
|
14
|
+
chain_type: 'cosmos',
|
|
15
|
+
slip44: 60,
|
|
16
|
+
codebase: {
|
|
17
|
+
genesis: {
|
|
18
|
+
genesis_url: 'https://buycex.net/genesis.json'
|
|
19
|
+
},
|
|
20
|
+
git_repo: 'https://github.com/cosvmlabs/buycex-chain',
|
|
21
|
+
recommended_version: 'v1.0.0',
|
|
22
|
+
compatible_versions: ['v1.0.0'],
|
|
23
|
+
sdk: {
|
|
24
|
+
type: 'cosmos',
|
|
25
|
+
version: 'v0.45.16'
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
apis: {
|
|
29
|
+
rpc: [{
|
|
30
|
+
address: 'https://endpoint.buycex.net',
|
|
31
|
+
provider: 'buycex'
|
|
32
|
+
}],
|
|
33
|
+
rest: [{
|
|
34
|
+
address: 'https://api.buycex.net',
|
|
35
|
+
provider: 'buycex'
|
|
36
|
+
}],
|
|
37
|
+
grpc: [{
|
|
38
|
+
address: 'https://grpc.buycex.net',
|
|
39
|
+
provider: 'buycex'
|
|
40
|
+
}]
|
|
41
|
+
},
|
|
42
|
+
explorers: [{
|
|
43
|
+
kind: 'pingpub',
|
|
44
|
+
url: 'https://cosmos.buycex.net',
|
|
45
|
+
tx_page: 'https://cosmos.buycex.net/tx/${txHash}'
|
|
46
|
+
}],
|
|
47
|
+
logo_URIs: {
|
|
48
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/buycex/images/bcx.png'
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
exports.default = info;
|
|
@@ -0,0 +1,10 @@
|
|
|
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.chain = exports.assets = void 0;
|
|
7
|
+
const assets_1 = __importDefault(require("./assets"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
exports.assets = assets_1.default;
|
|
10
|
+
exports.chain = chain_1.default;
|
package/mainnet/chains.js
CHANGED
|
@@ -55,6 +55,7 @@ const _bluechip = __importStar(require("./bluechip"));
|
|
|
55
55
|
const _bluzelle = __importStar(require("./bluzelle"));
|
|
56
56
|
const _bostrom = __importStar(require("./bostrom"));
|
|
57
57
|
const _bouachain = __importStar(require("./bouachain"));
|
|
58
|
+
const _buycex = __importStar(require("./buycex"));
|
|
58
59
|
const _canto = __importStar(require("./canto"));
|
|
59
60
|
const _carbon = __importStar(require("./carbon"));
|
|
60
61
|
const _celestia = __importStar(require("./celestia"));
|
|
@@ -263,6 +264,7 @@ const chains = [
|
|
|
263
264
|
_bluzelle.chain,
|
|
264
265
|
_bostrom.chain,
|
|
265
266
|
_bouachain.chain,
|
|
267
|
+
_buycex.chain,
|
|
266
268
|
_canto.chain,
|
|
267
269
|
_carbon.chain,
|
|
268
270
|
_celestia.chain,
|
|
@@ -29,10 +29,10 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
git_repo: 'https://github.com/liftedinit/manifest-ledger',
|
|
32
|
-
recommended_version: 'v1.0.
|
|
33
|
-
compatible_versions: ['v1.0.3'],
|
|
32
|
+
recommended_version: 'v1.0.5',
|
|
33
|
+
compatible_versions: ['v1.0.3', 'v1.0.5'],
|
|
34
34
|
binaries: {
|
|
35
|
-
"linux/amd64": 'https://github.com/liftedinit/manifest-ledger/releases/download/v1.0.
|
|
35
|
+
"linux/amd64": 'https://github.com/liftedinit/manifest-ledger/releases/download/v1.0.5/manifest-ledger-v1.0.5-linux-amd64.tar.gz'
|
|
36
36
|
},
|
|
37
37
|
genesis: {
|
|
38
38
|
genesis_url: 'https://nodes.liftedinit.app/manifest/rpc/genesis?'
|
package/mainnet/named.d.ts
CHANGED
|
@@ -30,6 +30,7 @@ export * as bluechip from './bluechip';
|
|
|
30
30
|
export * as bluzelle from './bluzelle';
|
|
31
31
|
export * as bostrom from './bostrom';
|
|
32
32
|
export * as bouachain from './bouachain';
|
|
33
|
+
export * as buycex from './buycex';
|
|
33
34
|
export * as canto from './canto';
|
|
34
35
|
export * as carbon from './carbon';
|
|
35
36
|
export * as celestia from './celestia';
|
package/mainnet/named.js
CHANGED
|
@@ -23,11 +23,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
29
|
-
exports.
|
|
30
|
-
exports.zetachain = exports.zenrock = exports.xrplevm = exports.xpla = exports.xion = exports.vector = exports.uptick = void 0;
|
|
26
|
+
exports.crescent = exports.coss = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.commercionetwork = exports.comdex = exports.cnhostables = exports.cifer = exports.chimba = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.celestia = exports.carbon = exports.canto = exports.buycex = exports.bouachain = exports.bostrom = exports.bluzelle = exports.bluechip = exports.blockx = exports.bitsong = exports.bitcanna = exports.bitbadges = exports.beezee = exports.bandchain = exports.babylon = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.arkeo = exports.archway = exports.andromeda = exports.althea = exports.allora = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.tron = exports.ton = exports.solana = exports.rootstock = exports.namada = exports.ethereum = void 0;
|
|
27
|
+
exports.kujira = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.int3face = exports.injective = exports.initia = exports.imversed = exports.impacthub = exports.idep = exports.humans = exports.hippoprotocol = exports.highbury = exports.heli = exports.haqq = exports.gravitybridge = exports.govgen = exports.gitopia = exports.ggezchain = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.finschia = exports.fetchhub = exports.evmos = exports.ethos = exports.epix = exports.empowerchain = exports.emoney = exports.elys = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.dhealth = exports.desmos = exports.decentr = exports.cryptoorgchain = exports.cronos = void 0;
|
|
28
|
+
exports.point = exports.pocket = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.paloma = exports.osmosis = exports.oraichain = exports.opct = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.octa = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nillion = exports.nibiru = exports.neutron = exports.neutaro = exports.neura = exports.mythos = exports.mun = exports.mtgbp = exports.mises = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mayachain = exports.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.lumera = exports.loyal = exports.lorenzo = exports.loop = exports.lombardledger = exports.logos = exports.likecoin = exports.lefeef = exports.lava = exports.lambda = exports.kyve = void 0;
|
|
29
|
+
exports.unification = exports.unicorn = exports.umee = exports.titan = exports.thorchain = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.symphony = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.qubetics = exports.quasar = exports.qfs = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = void 0;
|
|
30
|
+
exports.zetachain = exports.zenrock = exports.xrplevm = exports.xpla = exports.xion = exports.vector = exports.uptick = exports.ununifi = void 0;
|
|
31
31
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
32
32
|
exports.namada = __importStar(require("./namada"));
|
|
33
33
|
exports.rootstock = __importStar(require("./rootstock"));
|
|
@@ -60,6 +60,7 @@ exports.bluechip = __importStar(require("./bluechip"));
|
|
|
60
60
|
exports.bluzelle = __importStar(require("./bluzelle"));
|
|
61
61
|
exports.bostrom = __importStar(require("./bostrom"));
|
|
62
62
|
exports.bouachain = __importStar(require("./bouachain"));
|
|
63
|
+
exports.buycex = __importStar(require("./buycex"));
|
|
63
64
|
exports.canto = __importStar(require("./canto"));
|
|
64
65
|
exports.carbon = __importStar(require("./carbon"));
|
|
65
66
|
exports.celestia = __importStar(require("./celestia"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.259",
|
|
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.
|
|
32
|
+
"@chain-registry/types": "^0.50.163"
|
|
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": "f90933e639804eb0a807501ec5ca05b3b36dfe83"
|
|
43
43
|
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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: 'hippoprotocoltestnet',
|
|
7
|
+
client_id: '07-tendermint-0',
|
|
8
|
+
connection_id: 'connection-0'
|
|
9
|
+
},
|
|
10
|
+
chain_2: {
|
|
11
|
+
chain_name: 'osmosistestnet',
|
|
12
|
+
client_id: '07-tendermint-4754',
|
|
13
|
+
connection_id: 'connection-4185'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain_1: {
|
|
17
|
+
channel_id: 'channel-0',
|
|
18
|
+
port_id: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain_2: {
|
|
21
|
+
channel_id: 'channel-10743',
|
|
22
|
+
port_id: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
status: 'live',
|
|
28
|
+
preferred: true
|
|
29
|
+
}
|
|
30
|
+
}]
|
|
31
|
+
}];
|
|
32
|
+
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.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/testnet/ibc.js
CHANGED
|
@@ -38,6 +38,7 @@ const _doravotatestnet = __importStar(require("./doravotatestnet"));
|
|
|
38
38
|
const _dydxtestnet = __importStar(require("./dydxtestnet"));
|
|
39
39
|
const _elystestnet = __importStar(require("./elystestnet"));
|
|
40
40
|
const _empowertestnet = __importStar(require("./empowertestnet"));
|
|
41
|
+
const _hippoprotocoltestnet = __importStar(require("./hippoprotocoltestnet"));
|
|
41
42
|
const _impacthubtestnet = __importStar(require("./impacthubtestnet"));
|
|
42
43
|
const _injectivetestnet = __importStar(require("./injectivetestnet"));
|
|
43
44
|
const _int3facetestnet = __importStar(require("./int3facetestnet"));
|
|
@@ -87,6 +88,7 @@ const ibc = [
|
|
|
87
88
|
..._dydxtestnet.ibc,
|
|
88
89
|
..._elystestnet.ibc,
|
|
89
90
|
..._empowertestnet.ibc,
|
|
91
|
+
..._hippoprotocoltestnet.ibc,
|
|
90
92
|
..._impacthubtestnet.ibc,
|
|
91
93
|
..._injectivetestnet.ibc,
|
|
92
94
|
..._int3facetestnet.ibc,
|
|
@@ -432,6 +432,35 @@ const info = [
|
|
|
432
432
|
}
|
|
433
433
|
}]
|
|
434
434
|
},
|
|
435
|
+
{
|
|
436
|
+
$schema: '../../ibc_data.schema.json',
|
|
437
|
+
chain_1: {
|
|
438
|
+
chain_name: 'hippoprotocoltestnet',
|
|
439
|
+
client_id: '07-tendermint-0',
|
|
440
|
+
connection_id: 'connection-0'
|
|
441
|
+
},
|
|
442
|
+
chain_2: {
|
|
443
|
+
chain_name: 'osmosistestnet',
|
|
444
|
+
client_id: '07-tendermint-4754',
|
|
445
|
+
connection_id: 'connection-4185'
|
|
446
|
+
},
|
|
447
|
+
channels: [{
|
|
448
|
+
chain_1: {
|
|
449
|
+
channel_id: 'channel-0',
|
|
450
|
+
port_id: 'transfer'
|
|
451
|
+
},
|
|
452
|
+
chain_2: {
|
|
453
|
+
channel_id: 'channel-10743',
|
|
454
|
+
port_id: 'transfer'
|
|
455
|
+
},
|
|
456
|
+
ordering: 'unordered',
|
|
457
|
+
version: 'ics20-1',
|
|
458
|
+
tags: {
|
|
459
|
+
status: 'live',
|
|
460
|
+
preferred: true
|
|
461
|
+
}
|
|
462
|
+
}]
|
|
463
|
+
},
|
|
435
464
|
{
|
|
436
465
|
$schema: '../../ibc_data.schema.json',
|
|
437
466
|
chain_1: {
|