chain-registry 1.69.257 → 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 +4 -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/{testnet/symphonytestnet3 → mainnet/buycex}/index.js +0 -2
- package/esm/mainnet/chains.js +4 -0
- package/esm/mainnet/manifest/assets.js +2 -1
- package/esm/mainnet/manifest/chain.js +3 -3
- package/esm/mainnet/named.js +2 -0
- package/esm/{testnet/symphonytestnet3 → mainnet/symphony}/assets.js +16 -19
- package/esm/{testnet/symphonytestnet3 → mainnet/symphony}/chain.js +23 -23
- package/esm/mainnet/symphony/index.js +4 -0
- package/esm/mainnet/xion/chain.js +6 -6
- package/esm/noncosmos/ibc.js +2 -0
- package/esm/noncosmos/named.js +1 -0
- package/esm/noncosmos/symphonytestnet3/index.js +2 -0
- package/esm/testnet/assets.js +2 -2
- package/esm/testnet/chains.js +2 -2
- package/esm/testnet/hippoprotocoltestnet/ibc.js +30 -0
- package/esm/testnet/hippoprotocoltestnet/index.js +2 -0
- package/esm/testnet/ibc.js +2 -2
- package/esm/testnet/named.js +1 -1
- package/esm/testnet/osmosistestnet/ibc.js +29 -0
- package/esm/testnet/safrochaintestnet/assets.js +38 -0
- package/esm/testnet/safrochaintestnet/chain.js +63 -0
- package/esm/testnet/safrochaintestnet/index.js +4 -0
- package/esm/testnet/symphonytestnet/assets.js +14 -17
- package/esm/testnet/symphonytestnet/chain.js +2 -2
- package/esm/testnet/xiontestnet2/assets.js +2 -1
- package/esm/testnet/xiontestnet2/chain.js +6 -6
- package/mainnet/assets.js +4 -0
- package/mainnet/bitsong/chain.js +7 -7
- package/mainnet/buycex/assets.js +30 -0
- package/mainnet/buycex/chain.js +51 -0
- package/{testnet/symphonytestnet3 → mainnet/buycex}/index.d.ts +0 -1
- package/{testnet/symphonytestnet3 → mainnet/buycex}/index.js +1 -3
- package/mainnet/chains.js +4 -0
- package/mainnet/manifest/assets.js +2 -1
- package/mainnet/manifest/chain.js +3 -3
- package/mainnet/named.d.ts +2 -0
- package/mainnet/named.js +7 -5
- package/mainnet/symphony/assets.d.ts +3 -0
- package/{testnet/symphonytestnet3 → mainnet/symphony}/assets.js +16 -19
- package/mainnet/symphony/chain.d.ts +3 -0
- package/{testnet/symphonytestnet3 → mainnet/symphony}/chain.js +23 -23
- package/mainnet/symphony/index.d.ts +2 -0
- package/mainnet/symphony/index.js +10 -0
- package/mainnet/xion/chain.js +6 -6
- package/noncosmos/ibc.js +2 -0
- package/noncosmos/named.d.ts +1 -0
- package/noncosmos/named.js +3 -2
- package/noncosmos/symphonytestnet3/index.d.ts +1 -0
- package/noncosmos/symphonytestnet3/index.js +8 -0
- package/package.json +3 -3
- package/testnet/assets.js +2 -2
- package/testnet/chains.js +2 -2
- 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 -2
- package/testnet/named.d.ts +1 -1
- package/testnet/named.js +3 -3
- package/testnet/osmosistestnet/ibc.js +29 -0
- package/testnet/safrochaintestnet/assets.d.ts +3 -0
- package/testnet/safrochaintestnet/assets.js +40 -0
- package/testnet/safrochaintestnet/chain.d.ts +3 -0
- package/testnet/safrochaintestnet/chain.js +65 -0
- package/testnet/safrochaintestnet/index.d.ts +2 -0
- package/testnet/safrochaintestnet/index.js +10 -0
- package/testnet/symphonytestnet/assets.js +14 -17
- package/testnet/symphonytestnet/chain.js +2 -2
- package/testnet/xiontestnet2/assets.js +2 -1
- package/testnet/xiontestnet2/chain.js +6 -6
- /package/esm/{testnet → noncosmos}/symphonytestnet3/ibc.js +0 -0
- /package/{testnet/symphonytestnet3 → mainnet/buycex}/assets.d.ts +0 -0
- /package/{testnet/symphonytestnet3 → mainnet/buycex}/chain.d.ts +0 -0
- /package/{testnet → noncosmos}/symphonytestnet3/ibc.d.ts +0 -0
- /package/{testnet → noncosmos}/symphonytestnet3/ibc.js +0 -0
|
@@ -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: {
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
|
+
chain_name: 'safrochaintestnet',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The native token of Safrochain testnet used for staking, governance, and fees.',
|
|
6
|
+
denom_units: [
|
|
7
|
+
{
|
|
8
|
+
denom: 'saf',
|
|
9
|
+
exponent: 0,
|
|
10
|
+
aliases: ['microsaf']
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
denom: 'kuta',
|
|
14
|
+
exponent: 3,
|
|
15
|
+
aliases: ['millisaf']
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
denom: 'hela',
|
|
19
|
+
exponent: 6,
|
|
20
|
+
aliases: []
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
base: 'saf',
|
|
24
|
+
name: 'Safrochain',
|
|
25
|
+
display: 'hela',
|
|
26
|
+
symbol: 'SAF',
|
|
27
|
+
logo_URIs: {
|
|
28
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.png',
|
|
29
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.svg'
|
|
30
|
+
},
|
|
31
|
+
images: [{
|
|
32
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.png',
|
|
33
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.svg'
|
|
34
|
+
}],
|
|
35
|
+
type_asset: 'sdk.coin'
|
|
36
|
+
}]
|
|
37
|
+
};
|
|
38
|
+
export default info;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
chain_type: 'cosmos',
|
|
3
|
+
$schema: '../../chain.schema.json',
|
|
4
|
+
chain_name: 'safrochaintestnet',
|
|
5
|
+
status: 'live',
|
|
6
|
+
network_type: 'testnet',
|
|
7
|
+
website: 'https://safrochain.com',
|
|
8
|
+
pretty_name: 'Safrochain Testnet',
|
|
9
|
+
chain_id: 'safrochain-testnet',
|
|
10
|
+
bech32_prefix: 'addr_safro',
|
|
11
|
+
daemon_name: 'safrochaind',
|
|
12
|
+
node_home: '.safrochaind',
|
|
13
|
+
key_algos: ['secp256k1', 'ed25519'],
|
|
14
|
+
slip44: 118,
|
|
15
|
+
fees: {
|
|
16
|
+
fee_tokens: [{
|
|
17
|
+
denom: 'saf',
|
|
18
|
+
fixed_min_gas_price: 0.001,
|
|
19
|
+
low_gas_price: 0.0025,
|
|
20
|
+
average_gas_price: 0.025,
|
|
21
|
+
high_gas_price: 0.04
|
|
22
|
+
}]
|
|
23
|
+
},
|
|
24
|
+
staking: {
|
|
25
|
+
staking_tokens: [{
|
|
26
|
+
denom: 'saf'
|
|
27
|
+
}]
|
|
28
|
+
},
|
|
29
|
+
codebase: {
|
|
30
|
+
git_repo: 'https://github.com/Safrochain-Org/safrochain-node',
|
|
31
|
+
recommended_version: 'v1.0.0',
|
|
32
|
+
compatible_versions: ['v1.0.0'],
|
|
33
|
+
binaries: {
|
|
34
|
+
"linux/amd64": 'https://github.com/Safrochain-Org/safrochain-node/releases/download/v1.0.0/v1.0.0_linux_amd64.tar.gz',
|
|
35
|
+
"darwin/amd64": 'https://github.com/Safrochain-Org/safrochain-node/releases/download/v1.0.0/v1.0.0_darwin_amd64.tar.gz',
|
|
36
|
+
"darwin/arm64": 'https://github.com/Safrochain-Org/safrochain-node/releases/download/v1.0.0/v1.0.0_darwin_arm64.tar.gz'
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
apis: {
|
|
40
|
+
rpc: [{
|
|
41
|
+
address: 'https://rpc.testnet.safrochain.com',
|
|
42
|
+
provider: 'Safrochain'
|
|
43
|
+
}],
|
|
44
|
+
rest: [{
|
|
45
|
+
address: 'https://rest.testnet.safrochain.com',
|
|
46
|
+
provider: 'Safrochain'
|
|
47
|
+
}],
|
|
48
|
+
grpc: [{
|
|
49
|
+
address: 'https://grpc.testnet.safrochain.com',
|
|
50
|
+
provider: 'Safrochain'
|
|
51
|
+
}]
|
|
52
|
+
},
|
|
53
|
+
explorers: [{
|
|
54
|
+
kind: 'bigdipper',
|
|
55
|
+
url: 'https://explorer.testnet.safrochain.com',
|
|
56
|
+
tx_page: 'https://explorer.testnet.safrochain.com/transactions/${txHash}'
|
|
57
|
+
}],
|
|
58
|
+
logo_URIs: {
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.png',
|
|
60
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.svg'
|
|
61
|
+
}
|
|
62
|
+
};
|
|
63
|
+
export default info;
|
|
@@ -19,10 +19,10 @@ const info = {
|
|
|
19
19
|
display: 'mld',
|
|
20
20
|
symbol: 'MLD',
|
|
21
21
|
logo_URIs: {
|
|
22
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
23
23
|
},
|
|
24
24
|
images: [{
|
|
25
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
26
26
|
}]
|
|
27
27
|
},
|
|
28
28
|
{
|
|
@@ -30,11 +30,10 @@ const info = {
|
|
|
30
30
|
denom_units: [{
|
|
31
31
|
denom: 'uusd',
|
|
32
32
|
exponent: 0,
|
|
33
|
-
aliases: []
|
|
33
|
+
aliases: ['microusd']
|
|
34
34
|
}, {
|
|
35
35
|
denom: 'husd',
|
|
36
|
-
exponent: 6
|
|
37
|
-
aliases: ['harmony USD']
|
|
36
|
+
exponent: 6
|
|
38
37
|
}],
|
|
39
38
|
type_asset: 'sdk.coin',
|
|
40
39
|
base: 'uusd',
|
|
@@ -42,10 +41,10 @@ const info = {
|
|
|
42
41
|
display: 'husd',
|
|
43
42
|
symbol: 'HUSD',
|
|
44
43
|
logo_URIs: {
|
|
45
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
44
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
46
45
|
},
|
|
47
46
|
images: [{
|
|
48
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
47
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
49
48
|
}]
|
|
50
49
|
},
|
|
51
50
|
{
|
|
@@ -53,11 +52,10 @@ const info = {
|
|
|
53
52
|
denom_units: [{
|
|
54
53
|
denom: 'ukhd',
|
|
55
54
|
exponent: 0,
|
|
56
|
-
aliases: []
|
|
55
|
+
aliases: ['microhkd']
|
|
57
56
|
}, {
|
|
58
57
|
denom: 'hkhd',
|
|
59
|
-
exponent: 6
|
|
60
|
-
aliases: ['harmony HKD']
|
|
58
|
+
exponent: 6
|
|
61
59
|
}],
|
|
62
60
|
type_asset: 'sdk.coin',
|
|
63
61
|
base: 'ukhd',
|
|
@@ -65,10 +63,10 @@ const info = {
|
|
|
65
63
|
display: 'hkhd',
|
|
66
64
|
symbol: 'HKHD',
|
|
67
65
|
logo_URIs: {
|
|
68
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
69
67
|
},
|
|
70
68
|
images: [{
|
|
71
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
69
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
72
70
|
}]
|
|
73
71
|
},
|
|
74
72
|
{
|
|
@@ -76,11 +74,10 @@ const info = {
|
|
|
76
74
|
denom_units: [{
|
|
77
75
|
denom: 'uvnd',
|
|
78
76
|
exponent: 0,
|
|
79
|
-
aliases: []
|
|
77
|
+
aliases: ['microvnd']
|
|
80
78
|
}, {
|
|
81
79
|
denom: 'hvnd',
|
|
82
|
-
exponent: 6
|
|
83
|
-
aliases: ['harmony VND']
|
|
80
|
+
exponent: 6
|
|
84
81
|
}],
|
|
85
82
|
type_asset: 'sdk.coin',
|
|
86
83
|
base: 'uvnd',
|
|
@@ -88,10 +85,10 @@ const info = {
|
|
|
88
85
|
display: 'hvnd',
|
|
89
86
|
symbol: 'HVND',
|
|
90
87
|
logo_URIs: {
|
|
91
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
88
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
92
89
|
},
|
|
93
90
|
images: [{
|
|
94
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
91
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
95
92
|
}]
|
|
96
93
|
}
|
|
97
94
|
]
|
|
@@ -69,10 +69,10 @@ const info = {
|
|
|
69
69
|
}]
|
|
70
70
|
},
|
|
71
71
|
logo_URIs: {
|
|
72
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
72
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
|
|
73
73
|
},
|
|
74
74
|
images: [{
|
|
75
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
75
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
|
|
76
76
|
}]
|
|
77
77
|
};
|
|
78
78
|
export default info;
|
|
@@ -36,17 +36,17 @@ const info = {
|
|
|
36
36
|
},
|
|
37
37
|
codebase: {
|
|
38
38
|
git_repo: 'https://github.com/burnt-labs/xion',
|
|
39
|
-
tag: 'v19.0.
|
|
40
|
-
recommended_version: 'v19.0.
|
|
39
|
+
tag: 'v19.0.2',
|
|
40
|
+
recommended_version: 'v19.0.2',
|
|
41
41
|
language: {
|
|
42
42
|
type: 'go',
|
|
43
43
|
version: 'v1.23'
|
|
44
44
|
},
|
|
45
45
|
binaries: {
|
|
46
|
-
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.
|
|
47
|
-
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.
|
|
48
|
-
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.
|
|
49
|
-
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.
|
|
46
|
+
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_darwin_amd64.tar.gz?checksum=sha256:edda13aec2274f1eceb933874a885d055b14acbbe0de21ba61ed9c25c64813d6',
|
|
47
|
+
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_darwin_arm64.tar.gz?checksum=sha256:7b94d2fdf1baa1d3dff4f947858a2bac684257be27f8bf179fb973ee8dd4fdb8',
|
|
48
|
+
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_linux_amd64.tar.gz?checksum=sha256:6072ce81d08f77f98e2d2ae7726007eca18579ea2b1690b5f76b4df782690dcb',
|
|
49
|
+
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_linux_arm64.tar.gz?checksum=sha256:0a55360653b596da5ace43c3b4a3fef6c9785bfe0e73405f591768b449af0e70'
|
|
50
50
|
},
|
|
51
51
|
sdk: {
|
|
52
52
|
type: 'cosmos',
|
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"));
|
|
@@ -208,6 +209,7 @@ const _starname = __importStar(require("./starname"));
|
|
|
208
209
|
const _stratos = __importStar(require("./stratos"));
|
|
209
210
|
const _stride = __importStar(require("./stride"));
|
|
210
211
|
const _sunrise = __importStar(require("./sunrise"));
|
|
212
|
+
const _symphony = __importStar(require("./symphony"));
|
|
211
213
|
const _synternet = __importStar(require("./synternet"));
|
|
212
214
|
const _taketitan = __importStar(require("./taketitan"));
|
|
213
215
|
const _tenet = __importStar(require("./tenet"));
|
|
@@ -262,6 +264,7 @@ const assets = [
|
|
|
262
264
|
_bluzelle.assets,
|
|
263
265
|
_bostrom.assets,
|
|
264
266
|
_bouachain.assets,
|
|
267
|
+
_buycex.assets,
|
|
265
268
|
_canto.assets,
|
|
266
269
|
_carbon.assets,
|
|
267
270
|
_celestia.assets,
|
|
@@ -415,6 +418,7 @@ const assets = [
|
|
|
415
418
|
_stratos.assets,
|
|
416
419
|
_stride.assets,
|
|
417
420
|
_sunrise.assets,
|
|
421
|
+
_symphony.assets,
|
|
418
422
|
_synternet.assets,
|
|
419
423
|
_taketitan.assets,
|
|
420
424
|
_tenet.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;
|
|
@@ -3,10 +3,8 @@ 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.
|
|
6
|
+
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"));
|
|
10
9
|
exports.assets = assets_1.default;
|
|
11
10
|
exports.chain = chain_1.default;
|
|
12
|
-
exports.ibc = ibc_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"));
|
|
@@ -208,6 +209,7 @@ const _starname = __importStar(require("./starname"));
|
|
|
208
209
|
const _stratos = __importStar(require("./stratos"));
|
|
209
210
|
const _stride = __importStar(require("./stride"));
|
|
210
211
|
const _sunrise = __importStar(require("./sunrise"));
|
|
212
|
+
const _symphony = __importStar(require("./symphony"));
|
|
211
213
|
const _synternet = __importStar(require("./synternet"));
|
|
212
214
|
const _taketitan = __importStar(require("./taketitan"));
|
|
213
215
|
const _tenet = __importStar(require("./tenet"));
|
|
@@ -262,6 +264,7 @@ const chains = [
|
|
|
262
264
|
_bluzelle.chain,
|
|
263
265
|
_bostrom.chain,
|
|
264
266
|
_bouachain.chain,
|
|
267
|
+
_buycex.chain,
|
|
265
268
|
_canto.chain,
|
|
266
269
|
_carbon.chain,
|
|
267
270
|
_celestia.chain,
|
|
@@ -415,6 +418,7 @@ const chains = [
|
|
|
415
418
|
_stratos.chain,
|
|
416
419
|
_stride.chain,
|
|
417
420
|
_sunrise.chain,
|
|
421
|
+
_symphony.chain,
|
|
418
422
|
_synternet.chain,
|
|
419
423
|
_taketitan.chain,
|
|
420
424
|
_tenet.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';
|
|
@@ -183,6 +184,7 @@ export * as starname from './starname';
|
|
|
183
184
|
export * as stratos from './stratos';
|
|
184
185
|
export * as stride from './stride';
|
|
185
186
|
export * as sunrise from './sunrise';
|
|
187
|
+
export * as symphony from './symphony';
|
|
186
188
|
export * as synternet from './synternet';
|
|
187
189
|
export * as taketitan from './taketitan';
|
|
188
190
|
export * as tenet from './tenet';
|
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 = 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"));
|
|
@@ -213,6 +214,7 @@ exports.starname = __importStar(require("./starname"));
|
|
|
213
214
|
exports.stratos = __importStar(require("./stratos"));
|
|
214
215
|
exports.stride = __importStar(require("./stride"));
|
|
215
216
|
exports.sunrise = __importStar(require("./sunrise"));
|
|
217
|
+
exports.symphony = __importStar(require("./symphony"));
|
|
216
218
|
exports.synternet = __importStar(require("./synternet"));
|
|
217
219
|
exports.taketitan = __importStar(require("./taketitan"));
|
|
218
220
|
exports.tenet = __importStar(require("./tenet"));
|