chain-registry 2.0.228 → 2.0.230
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/asset-lists.js +4 -0
- package/esm/mainnet/chains.js +4 -0
- package/esm/mainnet/dydx/chain.js +8 -0
- package/esm/mainnet/gonka/chain.js +8 -0
- package/esm/mainnet/hipercapital/asset-list.js +27 -0
- package/esm/mainnet/hipercapital/chain.js +65 -0
- package/esm/mainnet/hipercapital/index.js +4 -0
- package/esm/mainnet/injective/asset-list.js +26 -0
- package/esm/mainnet/injective/chain.js +8 -0
- package/esm/mainnet/neutron/chain.js +8 -0
- package/esm/mainnet/osmosis/chain.js +8 -0
- package/esm/mainnet/qorechain/asset-list.js +26 -0
- package/esm/mainnet/qorechain/chain.js +78 -0
- package/esm/mainnet/qorechain/index.js +4 -0
- package/esm/mainnet/safrochain/asset-list.js +24 -3
- package/esm/testnet/asset-lists.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/qorechaintestnet/asset-list.js +38 -0
- package/esm/testnet/qorechaintestnet/chain.js +75 -0
- package/esm/testnet/qorechaintestnet/index.js +4 -0
- package/mainnet/asset-lists.js +4 -0
- package/mainnet/chains.js +4 -0
- package/mainnet/dydx/chain.js +8 -0
- package/mainnet/gonka/chain.js +8 -0
- package/mainnet/hipercapital/asset-list.d.ts +3 -0
- package/mainnet/hipercapital/asset-list.js +29 -0
- package/mainnet/hipercapital/chain.d.ts +3 -0
- package/mainnet/hipercapital/chain.js +67 -0
- package/mainnet/hipercapital/index.d.ts +2 -0
- package/mainnet/hipercapital/index.js +10 -0
- package/mainnet/injective/asset-list.js +26 -0
- package/mainnet/injective/chain.js +8 -0
- package/mainnet/neutron/chain.js +8 -0
- package/mainnet/osmosis/chain.js +8 -0
- package/mainnet/qorechain/asset-list.d.ts +3 -0
- package/mainnet/qorechain/asset-list.js +28 -0
- package/mainnet/qorechain/chain.d.ts +3 -0
- package/mainnet/qorechain/chain.js +80 -0
- package/mainnet/qorechain/index.d.ts +2 -0
- package/mainnet/qorechain/index.js +10 -0
- package/mainnet/safrochain/asset-list.js +24 -3
- package/package.json +3 -3
- package/testnet/asset-lists.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/qorechaintestnet/asset-list.d.ts +3 -0
- package/testnet/qorechaintestnet/asset-list.js +40 -0
- package/testnet/qorechaintestnet/chain.d.ts +3 -0
- package/testnet/qorechaintestnet/chain.js +77 -0
- package/testnet/qorechaintestnet/index.d.ts +2 -0
- package/testnet/qorechaintestnet/index.js +10 -0
package/mainnet/chains.js
CHANGED
|
@@ -111,6 +111,7 @@ const _haqq = __importStar(require("./haqq"));
|
|
|
111
111
|
const _hazinachain = __importStar(require("./hazinachain"));
|
|
112
112
|
const _heli = __importStar(require("./heli"));
|
|
113
113
|
const _highbury = __importStar(require("./highbury"));
|
|
114
|
+
const _hipercapital = __importStar(require("./hipercapital"));
|
|
114
115
|
const _hippoprotocol = __importStar(require("./hippoprotocol"));
|
|
115
116
|
const _humans = __importStar(require("./humans"));
|
|
116
117
|
const _idep = __importStar(require("./idep"));
|
|
@@ -188,6 +189,7 @@ const _pundix = __importStar(require("./pundix"));
|
|
|
188
189
|
const _pylons = __importStar(require("./pylons"));
|
|
189
190
|
const _qfs = __importStar(require("./qfs"));
|
|
190
191
|
const _qie = __importStar(require("./qie"));
|
|
192
|
+
const _qorechain = __importStar(require("./qorechain"));
|
|
191
193
|
const _quasar = __importStar(require("./quasar"));
|
|
192
194
|
const _qubetics = __importStar(require("./qubetics"));
|
|
193
195
|
const _quicksilver = __importStar(require("./quicksilver"));
|
|
@@ -336,6 +338,7 @@ const chains = [
|
|
|
336
338
|
_hazinachain.chain,
|
|
337
339
|
_heli.chain,
|
|
338
340
|
_highbury.chain,
|
|
341
|
+
_hipercapital.chain,
|
|
339
342
|
_hippoprotocol.chain,
|
|
340
343
|
_humans.chain,
|
|
341
344
|
_idep.chain,
|
|
@@ -413,6 +416,7 @@ const chains = [
|
|
|
413
416
|
_pylons.chain,
|
|
414
417
|
_qfs.chain,
|
|
415
418
|
_qie.chain,
|
|
419
|
+
_qorechain.chain,
|
|
416
420
|
_quasar.chain,
|
|
417
421
|
_qubetics.chain,
|
|
418
422
|
_quicksilver.chain,
|
package/mainnet/dydx/chain.js
CHANGED
|
@@ -96,6 +96,10 @@ const info = {
|
|
|
96
96
|
{
|
|
97
97
|
address: 'https://dydx-rpc.noders.services',
|
|
98
98
|
provider: '[NODERS]TEAM'
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
address: 'https://dydx.rpc.uquad.org:443',
|
|
102
|
+
provider: 'QUAD'
|
|
99
103
|
}
|
|
100
104
|
],
|
|
101
105
|
rest: [
|
|
@@ -126,6 +130,10 @@ const info = {
|
|
|
126
130
|
{
|
|
127
131
|
address: 'https://dydx-api.noders.services',
|
|
128
132
|
provider: '[NODERS]TEAM'
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
address: 'https://dydx.rpc.uquad.org:443',
|
|
136
|
+
provider: 'QUAD'
|
|
129
137
|
}
|
|
130
138
|
],
|
|
131
139
|
grpc: [
|
package/mainnet/gonka/chain.js
CHANGED
|
@@ -160,6 +160,14 @@ const info = {
|
|
|
160
160
|
url: 'https://node2.gonka.ai:8443/dashboard',
|
|
161
161
|
txPage: 'https://node2.gonka.ai:8443/dashboard/gonka/txs/${txHash}',
|
|
162
162
|
accountPage: 'https://node2.gonka.ai:8443/dashboard/gonka/account/${accountAddress}'
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
kind: 'gnkscan',
|
|
166
|
+
url: 'https://www.gnkscan.com',
|
|
167
|
+
txPage: 'https://www.gnkscan.com/tx/${txHash}',
|
|
168
|
+
accountPage: 'https://www.gnkscan.com/address/${accountAddress}',
|
|
169
|
+
blockPage: 'https://www.gnkscan.com/blocks/${blockHeight}',
|
|
170
|
+
proposalPage: 'https://www.gnkscan.com/proposals/${proposalId}'
|
|
163
171
|
}
|
|
164
172
|
],
|
|
165
173
|
keywords: [
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../assetlist.schema.json',
|
|
5
|
+
chainName: 'hipercapital',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'HIP is the native governance and gas token of the HiperCapital sovereign chain (hipcf_7777-1).',
|
|
8
|
+
typeAsset: 'sdk.coin',
|
|
9
|
+
denomUnits: [{
|
|
10
|
+
denom: 'ahip',
|
|
11
|
+
exponent: 0,
|
|
12
|
+
aliases: ['attoahip']
|
|
13
|
+
}, {
|
|
14
|
+
denom: 'hip',
|
|
15
|
+
exponent: 18
|
|
16
|
+
}],
|
|
17
|
+
base: 'ahip',
|
|
18
|
+
name: 'HiperCapital Governance',
|
|
19
|
+
display: 'hip',
|
|
20
|
+
symbol: 'HIP',
|
|
21
|
+
logoURIs: {
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hipercapital/images/hip.png'
|
|
23
|
+
},
|
|
24
|
+
images: [{
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hipercapital/images/hip.png'
|
|
26
|
+
}]
|
|
27
|
+
}]
|
|
28
|
+
};
|
|
29
|
+
exports.default = info;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chainName: 'hipercapital',
|
|
6
|
+
status: 'live',
|
|
7
|
+
networkType: 'mainnet',
|
|
8
|
+
prettyName: 'Hipercapital Finance',
|
|
9
|
+
chainType: 'cosmos',
|
|
10
|
+
chainId: 'hipcf_7777-1',
|
|
11
|
+
bech32Prefix: 'cosmos',
|
|
12
|
+
daemonName: 'evmd',
|
|
13
|
+
nodeHome: '$HOME/.evmd-mainnet',
|
|
14
|
+
keyAlgos: ['ethsecp256k1'],
|
|
15
|
+
slip44: 60,
|
|
16
|
+
logoURIs: {
|
|
17
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hipercapital/images/hip.png'
|
|
18
|
+
},
|
|
19
|
+
fees: {
|
|
20
|
+
feeTokens: [{
|
|
21
|
+
denom: 'ahip',
|
|
22
|
+
fixedMinGasPrice: 0,
|
|
23
|
+
lowGasPrice: 1000000000,
|
|
24
|
+
averageGasPrice: 5000000000,
|
|
25
|
+
highGasPrice: 10000000000
|
|
26
|
+
}]
|
|
27
|
+
},
|
|
28
|
+
staking: {
|
|
29
|
+
stakingTokens: [{
|
|
30
|
+
denom: 'ahip'
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
33
|
+
codebase: {
|
|
34
|
+
gitRepo: 'https://github.com/hipercapital/evm',
|
|
35
|
+
recommendedVersion: 'v0.7.0',
|
|
36
|
+
consensus: {
|
|
37
|
+
type: 'cometbft'
|
|
38
|
+
},
|
|
39
|
+
genesis: {
|
|
40
|
+
genesisUrl: 'https://rpc-cosmos.hipercapitalfinance.com/genesis.json'
|
|
41
|
+
},
|
|
42
|
+
compatibleVersions: ['v0.7.0']
|
|
43
|
+
},
|
|
44
|
+
apis: {
|
|
45
|
+
rpc: [{
|
|
46
|
+
address: 'https://rpc-cosmos.hipercapitalfinance.com',
|
|
47
|
+
provider: 'HiperCapital Finance'
|
|
48
|
+
}],
|
|
49
|
+
rest: [{
|
|
50
|
+
address: 'https://api-cosmos.hipercapitalfinance.com',
|
|
51
|
+
provider: 'HiperCapital Finance'
|
|
52
|
+
}],
|
|
53
|
+
evmHttpJsonrpc: [{
|
|
54
|
+
address: 'https://evm-cosmos.hipercapitalfinance.com',
|
|
55
|
+
provider: 'HiperCapital Finance'
|
|
56
|
+
}]
|
|
57
|
+
},
|
|
58
|
+
explorers: [{
|
|
59
|
+
kind: 'HiperCapital Explorer',
|
|
60
|
+
url: 'https://explorer.hipercapitalfinance.com'
|
|
61
|
+
}],
|
|
62
|
+
images: [{
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hipercapital/images/hip.png'
|
|
64
|
+
}],
|
|
65
|
+
website: 'https://hipercapitalfinance.com'
|
|
66
|
+
};
|
|
67
|
+
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.assetList = void 0;
|
|
7
|
+
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
exports.assetList = asset_list_1.default;
|
|
10
|
+
exports.chain = chain_1.default;
|
|
@@ -1267,6 +1267,32 @@ const info = {
|
|
|
1267
1267
|
website: 'https://agora.finance'
|
|
1268
1268
|
},
|
|
1269
1269
|
typeAsset: 'sdk.coin'
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
description: 'HELIXPOINT is the points token on Injective, launched on Trippy Pump (SHROOM Pad)',
|
|
1273
|
+
denomUnits: [{
|
|
1274
|
+
denom: 'factory/inj13j2rpnlwl30c02d4pzukykwfeyyhelvry9cqte/shroom_8_be9bddf36b94db69',
|
|
1275
|
+
exponent: 0
|
|
1276
|
+
}, {
|
|
1277
|
+
denom: 'HELIXPOINT',
|
|
1278
|
+
exponent: 18
|
|
1279
|
+
}],
|
|
1280
|
+
base: 'factory/inj13j2rpnlwl30c02d4pzukykwfeyyhelvry9cqte/shroom_8_be9bddf36b94db69',
|
|
1281
|
+
name: 'HELIXPOINT',
|
|
1282
|
+
display: 'HELIXPOINT',
|
|
1283
|
+
symbol: 'HELIXPOINT',
|
|
1284
|
+
logoURIs: {
|
|
1285
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/helixpoint.png'
|
|
1286
|
+
},
|
|
1287
|
+
images: [{
|
|
1288
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/helixpoint.png'
|
|
1289
|
+
}],
|
|
1290
|
+
socials: {
|
|
1291
|
+
website: 'https://wenpoints.xyz',
|
|
1292
|
+
x: 'https://x.com/helixpoints',
|
|
1293
|
+
telegram: 'https://t.me/helixpoints'
|
|
1294
|
+
},
|
|
1295
|
+
typeAsset: 'sdk.coin'
|
|
1270
1296
|
}
|
|
1271
1297
|
]
|
|
1272
1298
|
};
|
|
@@ -66,6 +66,10 @@ const info = {
|
|
|
66
66
|
{
|
|
67
67
|
address: 'https://public.stakewolle.com/cosmos/injective/rpc',
|
|
68
68
|
provider: 'Stakewolle'
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
address: 'https://injective.rpc.uquad.org:443',
|
|
72
|
+
provider: 'QUAD'
|
|
69
73
|
}
|
|
70
74
|
],
|
|
71
75
|
rest: [
|
|
@@ -88,6 +92,10 @@ const info = {
|
|
|
88
92
|
{
|
|
89
93
|
address: 'https://public.stakewolle.com/cosmos/injective/rest',
|
|
90
94
|
provider: 'Stakewolle'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
address: 'https://injective.rpc.uquad.org:443',
|
|
98
|
+
provider: 'QUAD'
|
|
91
99
|
}
|
|
92
100
|
],
|
|
93
101
|
grpc: [
|
package/mainnet/neutron/chain.js
CHANGED
|
@@ -140,6 +140,10 @@ const info = {
|
|
|
140
140
|
{
|
|
141
141
|
address: 'https://neutron.drpc.org',
|
|
142
142
|
provider: 'dRPC'
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
address: 'https://neutron.rpc.uquad.org:443',
|
|
146
|
+
provider: 'QUAD'
|
|
143
147
|
}
|
|
144
148
|
],
|
|
145
149
|
rest: [
|
|
@@ -191,6 +195,10 @@ const info = {
|
|
|
191
195
|
{
|
|
192
196
|
address: 'https://api.neutron.quokkastake.io',
|
|
193
197
|
provider: '🐹 Quokka Stake'
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
address: 'https://neutron.rpc.uquad.org:443',
|
|
201
|
+
provider: 'QUAD'
|
|
194
202
|
}
|
|
195
203
|
],
|
|
196
204
|
grpc: [
|
package/mainnet/osmosis/chain.js
CHANGED
|
@@ -640,6 +640,10 @@ const info = {
|
|
|
640
640
|
{
|
|
641
641
|
address: 'https://osmosis.api.pocket.network',
|
|
642
642
|
provider: 'Pocket Network'
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
address: 'https://osmosis.rpc.uquad.org:443',
|
|
646
|
+
provider: 'QUAD'
|
|
643
647
|
}
|
|
644
648
|
],
|
|
645
649
|
rest: [
|
|
@@ -702,6 +706,10 @@ const info = {
|
|
|
702
706
|
{
|
|
703
707
|
address: 'https://osmosis.api.pocket.network',
|
|
704
708
|
provider: 'Pocket Network'
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
address: 'https://osmosis.rpc.uquad.org:443',
|
|
712
|
+
provider: 'QUAD'
|
|
705
713
|
}
|
|
706
714
|
],
|
|
707
715
|
grpc: [
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../assetlist.schema.json',
|
|
5
|
+
chainName: 'qorechain',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'QOR is the native staking, gas and governance token of QoreChain, a quantum-safe Layer 1 with hybrid post-quantum (ML-DSA-87 plus secp256k1) transaction signing and unified EVM/SVM execution.',
|
|
8
|
+
denomUnits: [{
|
|
9
|
+
denom: 'uqor',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'qor',
|
|
13
|
+
exponent: 6
|
|
14
|
+
}],
|
|
15
|
+
typeAsset: 'sdk.coin',
|
|
16
|
+
base: 'uqor',
|
|
17
|
+
name: 'QoreChain',
|
|
18
|
+
display: 'qor',
|
|
19
|
+
symbol: 'QOR',
|
|
20
|
+
logoURIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qorechain/images/qorechain.png'
|
|
22
|
+
},
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qorechain/images/qorechain.png'
|
|
25
|
+
}]
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
exports.default = info;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chainName: 'qorechain',
|
|
6
|
+
chainType: 'cosmos',
|
|
7
|
+
chainId: 'qorechain-vladi',
|
|
8
|
+
prettyName: 'QoreChain',
|
|
9
|
+
website: 'https://www.qorechain.io',
|
|
10
|
+
status: 'live',
|
|
11
|
+
networkType: 'mainnet',
|
|
12
|
+
bech32Prefix: 'qor',
|
|
13
|
+
daemonName: 'qorechaind',
|
|
14
|
+
nodeHome: '$HOME/.qorechaind',
|
|
15
|
+
keyAlgos: ['secp256k1'],
|
|
16
|
+
slip44: 118,
|
|
17
|
+
description: 'QoreChain is a quantum-safe Layer 1. Every transaction is signed with a hybrid post-quantum scheme (ML-DSA-87, FIPS 204, plus classical secp256k1), enforced by default, with SHAKE-256 as the default hash. Accounts use standard secp256k1 keys (coin type 118) and the hybrid post-quantum signature is carried alongside and verified on-chain. QoreChain also runs EVM (chain id 9801) and SVM execution over a single unified account: the 20-byte account is shared across VMs, so the bech32 address (qor1...) maps to the same bytes as the EVM 0x address, and the SVM address is those 20 bytes right-padded to 32 and base58-encoded. All VMs read one native bank balance (1 QOR = 1,000,000 uqor).',
|
|
18
|
+
fees: {
|
|
19
|
+
feeTokens: [{
|
|
20
|
+
denom: 'uqor',
|
|
21
|
+
fixedMinGasPrice: 0.1,
|
|
22
|
+
lowGasPrice: 0.1,
|
|
23
|
+
averageGasPrice: 0.15,
|
|
24
|
+
highGasPrice: 0.25
|
|
25
|
+
}]
|
|
26
|
+
},
|
|
27
|
+
staking: {
|
|
28
|
+
stakingTokens: [{
|
|
29
|
+
denom: 'uqor'
|
|
30
|
+
}]
|
|
31
|
+
},
|
|
32
|
+
codebase: {
|
|
33
|
+
gitRepo: 'https://github.com/qorechain/qorechain-core',
|
|
34
|
+
recommendedVersion: 'v3.1.82',
|
|
35
|
+
compatibleVersions: ['v3.1.82'],
|
|
36
|
+
consensus: {
|
|
37
|
+
type: 'cometbft',
|
|
38
|
+
version: '0.38.19'
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
logoURIs: {
|
|
42
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qorechain/images/qorechain.png'
|
|
43
|
+
},
|
|
44
|
+
images: [{
|
|
45
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qorechain/images/qorechain.png'
|
|
46
|
+
}],
|
|
47
|
+
apis: {
|
|
48
|
+
rpc: [{
|
|
49
|
+
address: 'https://rpc.qore.host',
|
|
50
|
+
provider: 'QoreChain'
|
|
51
|
+
}],
|
|
52
|
+
rest: [{
|
|
53
|
+
address: 'https://api.qore.host',
|
|
54
|
+
provider: 'QoreChain'
|
|
55
|
+
}],
|
|
56
|
+
wss: [{
|
|
57
|
+
address: 'wss://rpc.qore.host/websocket',
|
|
58
|
+
provider: 'QoreChain'
|
|
59
|
+
}],
|
|
60
|
+
evmHttpJsonrpc: [{
|
|
61
|
+
address: 'https://evm.qore.host',
|
|
62
|
+
provider: 'QoreChain'
|
|
63
|
+
}]
|
|
64
|
+
},
|
|
65
|
+
explorers: [{
|
|
66
|
+
kind: 'QoreChain Explorer',
|
|
67
|
+
url: 'https://explore.qore.network',
|
|
68
|
+
txPage: 'https://explore.qore.network/tx/${txHash}',
|
|
69
|
+
accountPage: 'https://explore.qore.network/address/${accountAddress}'
|
|
70
|
+
}],
|
|
71
|
+
keywords: [
|
|
72
|
+
'mainnet',
|
|
73
|
+
'quantum-safe',
|
|
74
|
+
'post-quantum',
|
|
75
|
+
'pqc',
|
|
76
|
+
'evm',
|
|
77
|
+
'svm'
|
|
78
|
+
]
|
|
79
|
+
};
|
|
80
|
+
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.assetList = void 0;
|
|
7
|
+
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
exports.assetList = asset_list_1.default;
|
|
10
|
+
exports.chain = chain_1.default;
|
|
@@ -55,9 +55,21 @@ const info = {
|
|
|
55
55
|
}
|
|
56
56
|
}],
|
|
57
57
|
logoURIs: {
|
|
58
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
58
59
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
59
60
|
},
|
|
60
|
-
typeAsset: 'ics20'
|
|
61
|
+
typeAsset: 'ics20',
|
|
62
|
+
images: [{
|
|
63
|
+
imageSync: {
|
|
64
|
+
chainName: 'noble',
|
|
65
|
+
baseDenom: 'uusdc'
|
|
66
|
+
},
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
68
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
69
|
+
theme: {
|
|
70
|
+
circle: true
|
|
71
|
+
}
|
|
72
|
+
}]
|
|
61
73
|
},
|
|
62
74
|
{
|
|
63
75
|
description: 'Osmosis OSMO bridged over IBC channel-1.',
|
|
@@ -86,9 +98,18 @@ const info = {
|
|
|
86
98
|
}
|
|
87
99
|
}],
|
|
88
100
|
logoURIs: {
|
|
89
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png'
|
|
101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
90
103
|
},
|
|
91
|
-
typeAsset: 'ics20'
|
|
104
|
+
typeAsset: 'ics20',
|
|
105
|
+
images: [{
|
|
106
|
+
imageSync: {
|
|
107
|
+
chainName: 'osmosis',
|
|
108
|
+
baseDenom: 'uosmo'
|
|
109
|
+
},
|
|
110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
112
|
+
}]
|
|
92
113
|
}
|
|
93
114
|
]
|
|
94
115
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.230",
|
|
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.230"
|
|
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": "b81237ee4a31506f064587cf4611d406f3142f04"
|
|
43
43
|
}
|
package/testnet/asset-lists.js
CHANGED
|
@@ -122,6 +122,7 @@ const _planqtestnet = __importStar(require("./planqtestnet"));
|
|
|
122
122
|
const _pockettestnet = __importStar(require("./pockettestnet"));
|
|
123
123
|
const _provenancetestnet = __importStar(require("./provenancetestnet"));
|
|
124
124
|
const _pryzmtestnet = __importStar(require("./pryzmtestnet"));
|
|
125
|
+
const _qorechaintestnet = __importStar(require("./qorechaintestnet"));
|
|
125
126
|
const _quasartestnet = __importStar(require("./quasartestnet"));
|
|
126
127
|
const _qubeticstestnet = __importStar(require("./qubeticstestnet"));
|
|
127
128
|
const _quicksilvertestnet = __importStar(require("./quicksilvertestnet"));
|
|
@@ -270,6 +271,7 @@ const assetList = [
|
|
|
270
271
|
_pockettestnet.assetList,
|
|
271
272
|
_provenancetestnet.assetList,
|
|
272
273
|
_pryzmtestnet.assetList,
|
|
274
|
+
_qorechaintestnet.assetList,
|
|
273
275
|
_quasartestnet.assetList,
|
|
274
276
|
_qubeticstestnet.assetList,
|
|
275
277
|
_quicksilvertestnet.assetList,
|
package/testnet/chains.js
CHANGED
|
@@ -122,6 +122,7 @@ const _planqtestnet = __importStar(require("./planqtestnet"));
|
|
|
122
122
|
const _pockettestnet = __importStar(require("./pockettestnet"));
|
|
123
123
|
const _provenancetestnet = __importStar(require("./provenancetestnet"));
|
|
124
124
|
const _pryzmtestnet = __importStar(require("./pryzmtestnet"));
|
|
125
|
+
const _qorechaintestnet = __importStar(require("./qorechaintestnet"));
|
|
125
126
|
const _quasartestnet = __importStar(require("./quasartestnet"));
|
|
126
127
|
const _qubeticstestnet = __importStar(require("./qubeticstestnet"));
|
|
127
128
|
const _quicksilvertestnet = __importStar(require("./quicksilvertestnet"));
|
|
@@ -270,6 +271,7 @@ const chains = [
|
|
|
270
271
|
_pockettestnet.chain,
|
|
271
272
|
_provenancetestnet.chain,
|
|
272
273
|
_pryzmtestnet.chain,
|
|
274
|
+
_qorechaintestnet.chain,
|
|
273
275
|
_quasartestnet.chain,
|
|
274
276
|
_qubeticstestnet.chain,
|
|
275
277
|
_quicksilvertestnet.chain,
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../assetlist.schema.json',
|
|
5
|
+
chainName: 'qorechaintestnet',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'Testnet QOR, the native staking, gas and governance token of the QoreChain test network (quantum-safe Layer 1 with hybrid post-quantum signing).',
|
|
8
|
+
denomUnits: [{
|
|
9
|
+
denom: 'uqor',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'qor',
|
|
13
|
+
exponent: 6
|
|
14
|
+
}],
|
|
15
|
+
typeAsset: 'sdk.coin',
|
|
16
|
+
base: 'uqor',
|
|
17
|
+
name: 'QoreChain',
|
|
18
|
+
display: 'qor',
|
|
19
|
+
symbol: 'QOR',
|
|
20
|
+
logoURIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qorechain/images/qorechain.png'
|
|
22
|
+
},
|
|
23
|
+
images: [{
|
|
24
|
+
imageSync: {
|
|
25
|
+
chainName: 'qorechain',
|
|
26
|
+
baseDenom: 'uqor'
|
|
27
|
+
},
|
|
28
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qorechain/images/qorechain.png'
|
|
29
|
+
}],
|
|
30
|
+
traces: [{
|
|
31
|
+
type: 'test-mintage',
|
|
32
|
+
counterparty: {
|
|
33
|
+
chainName: 'qorechain',
|
|
34
|
+
baseDenom: 'uqor'
|
|
35
|
+
},
|
|
36
|
+
provider: 'QoreChain'
|
|
37
|
+
}]
|
|
38
|
+
}]
|
|
39
|
+
};
|
|
40
|
+
exports.default = info;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../chain.schema.json',
|
|
5
|
+
chainName: 'qorechaintestnet',
|
|
6
|
+
chainType: 'cosmos',
|
|
7
|
+
chainId: 'qorechain-diana',
|
|
8
|
+
prettyName: 'QoreChain Testnet',
|
|
9
|
+
website: 'https://www.qorechain.io',
|
|
10
|
+
status: 'live',
|
|
11
|
+
networkType: 'testnet',
|
|
12
|
+
bech32Prefix: 'qor',
|
|
13
|
+
daemonName: 'qorechaind',
|
|
14
|
+
nodeHome: '$HOME/.qorechaind',
|
|
15
|
+
keyAlgos: ['secp256k1'],
|
|
16
|
+
slip44: 118,
|
|
17
|
+
description: 'Public test network for QoreChain, a quantum-safe Layer 1. Transactions are signed with a hybrid post-quantum scheme (ML-DSA-87 plus classical secp256k1), enforced by default, with SHAKE-256 as the default hash. Accounts use standard secp256k1 keys (coin type 118). QoreChain also runs EVM (chain id 9800) and SVM execution over a single unified 20-byte account shared across all VMs.',
|
|
18
|
+
fees: {
|
|
19
|
+
feeTokens: [{
|
|
20
|
+
denom: 'uqor',
|
|
21
|
+
fixedMinGasPrice: 0.1,
|
|
22
|
+
lowGasPrice: 0.1,
|
|
23
|
+
averageGasPrice: 0.15,
|
|
24
|
+
highGasPrice: 0.25
|
|
25
|
+
}]
|
|
26
|
+
},
|
|
27
|
+
staking: {
|
|
28
|
+
stakingTokens: [{
|
|
29
|
+
denom: 'uqor'
|
|
30
|
+
}]
|
|
31
|
+
},
|
|
32
|
+
codebase: {
|
|
33
|
+
gitRepo: 'https://github.com/qorechain/qorechain-core',
|
|
34
|
+
recommendedVersion: 'v3.1.82',
|
|
35
|
+
compatibleVersions: ['v3.1.82'],
|
|
36
|
+
consensus: {
|
|
37
|
+
type: 'cometbft',
|
|
38
|
+
version: '0.38.19'
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
logoURIs: {
|
|
42
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qorechain/images/qorechain.png'
|
|
43
|
+
},
|
|
44
|
+
images: [{
|
|
45
|
+
imageSync: {
|
|
46
|
+
chainName: 'qorechain'
|
|
47
|
+
},
|
|
48
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qorechain/images/qorechain.png'
|
|
49
|
+
}],
|
|
50
|
+
apis: {
|
|
51
|
+
rpc: [{
|
|
52
|
+
address: 'https://rpc-testnet.qore.host',
|
|
53
|
+
provider: 'QoreChain'
|
|
54
|
+
}],
|
|
55
|
+
rest: [{
|
|
56
|
+
address: 'https://api-testnet.qore.host',
|
|
57
|
+
provider: 'QoreChain'
|
|
58
|
+
}],
|
|
59
|
+
wss: [{
|
|
60
|
+
address: 'wss://rpc-testnet.qore.host/websocket',
|
|
61
|
+
provider: 'QoreChain'
|
|
62
|
+
}],
|
|
63
|
+
evmHttpJsonrpc: [{
|
|
64
|
+
address: 'https://evm-testnet.qore.host',
|
|
65
|
+
provider: 'QoreChain'
|
|
66
|
+
}]
|
|
67
|
+
},
|
|
68
|
+
keywords: [
|
|
69
|
+
'testnet',
|
|
70
|
+
'quantum-safe',
|
|
71
|
+
'post-quantum',
|
|
72
|
+
'pqc',
|
|
73
|
+
'evm',
|
|
74
|
+
'svm'
|
|
75
|
+
]
|
|
76
|
+
};
|
|
77
|
+
exports.default = info;
|