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.
Files changed (50) hide show
  1. package/esm/mainnet/asset-lists.js +4 -0
  2. package/esm/mainnet/chains.js +4 -0
  3. package/esm/mainnet/dydx/chain.js +8 -0
  4. package/esm/mainnet/gonka/chain.js +8 -0
  5. package/esm/mainnet/hipercapital/asset-list.js +27 -0
  6. package/esm/mainnet/hipercapital/chain.js +65 -0
  7. package/esm/mainnet/hipercapital/index.js +4 -0
  8. package/esm/mainnet/injective/asset-list.js +26 -0
  9. package/esm/mainnet/injective/chain.js +8 -0
  10. package/esm/mainnet/neutron/chain.js +8 -0
  11. package/esm/mainnet/osmosis/chain.js +8 -0
  12. package/esm/mainnet/qorechain/asset-list.js +26 -0
  13. package/esm/mainnet/qorechain/chain.js +78 -0
  14. package/esm/mainnet/qorechain/index.js +4 -0
  15. package/esm/mainnet/safrochain/asset-list.js +24 -3
  16. package/esm/testnet/asset-lists.js +2 -0
  17. package/esm/testnet/chains.js +2 -0
  18. package/esm/testnet/qorechaintestnet/asset-list.js +38 -0
  19. package/esm/testnet/qorechaintestnet/chain.js +75 -0
  20. package/esm/testnet/qorechaintestnet/index.js +4 -0
  21. package/mainnet/asset-lists.js +4 -0
  22. package/mainnet/chains.js +4 -0
  23. package/mainnet/dydx/chain.js +8 -0
  24. package/mainnet/gonka/chain.js +8 -0
  25. package/mainnet/hipercapital/asset-list.d.ts +3 -0
  26. package/mainnet/hipercapital/asset-list.js +29 -0
  27. package/mainnet/hipercapital/chain.d.ts +3 -0
  28. package/mainnet/hipercapital/chain.js +67 -0
  29. package/mainnet/hipercapital/index.d.ts +2 -0
  30. package/mainnet/hipercapital/index.js +10 -0
  31. package/mainnet/injective/asset-list.js +26 -0
  32. package/mainnet/injective/chain.js +8 -0
  33. package/mainnet/neutron/chain.js +8 -0
  34. package/mainnet/osmosis/chain.js +8 -0
  35. package/mainnet/qorechain/asset-list.d.ts +3 -0
  36. package/mainnet/qorechain/asset-list.js +28 -0
  37. package/mainnet/qorechain/chain.d.ts +3 -0
  38. package/mainnet/qorechain/chain.js +80 -0
  39. package/mainnet/qorechain/index.d.ts +2 -0
  40. package/mainnet/qorechain/index.js +10 -0
  41. package/mainnet/safrochain/asset-list.js +24 -3
  42. package/package.json +3 -3
  43. package/testnet/asset-lists.js +2 -0
  44. package/testnet/chains.js +2 -0
  45. package/testnet/qorechaintestnet/asset-list.d.ts +3 -0
  46. package/testnet/qorechaintestnet/asset-list.js +40 -0
  47. package/testnet/qorechaintestnet/chain.d.ts +3 -0
  48. package/testnet/qorechaintestnet/chain.js +77 -0
  49. package/testnet/qorechaintestnet/index.d.ts +2 -0
  50. package/testnet/qorechaintestnet/index.js +10 -0
@@ -86,6 +86,7 @@ import * as _haqq from './haqq';
86
86
  import * as _hazinachain from './hazinachain';
87
87
  import * as _heli from './heli';
88
88
  import * as _highbury from './highbury';
89
+ import * as _hipercapital from './hipercapital';
89
90
  import * as _hippoprotocol from './hippoprotocol';
90
91
  import * as _humans from './humans';
91
92
  import * as _idep from './idep';
@@ -163,6 +164,7 @@ import * as _pundix from './pundix';
163
164
  import * as _pylons from './pylons';
164
165
  import * as _qfs from './qfs';
165
166
  import * as _qie from './qie';
167
+ import * as _qorechain from './qorechain';
166
168
  import * as _quasar from './quasar';
167
169
  import * as _qubetics from './qubetics';
168
170
  import * as _quicksilver from './quicksilver';
@@ -311,6 +313,7 @@ const assetList = [
311
313
  _hazinachain.assetList,
312
314
  _heli.assetList,
313
315
  _highbury.assetList,
316
+ _hipercapital.assetList,
314
317
  _hippoprotocol.assetList,
315
318
  _humans.assetList,
316
319
  _idep.assetList,
@@ -388,6 +391,7 @@ const assetList = [
388
391
  _pylons.assetList,
389
392
  _qfs.assetList,
390
393
  _qie.assetList,
394
+ _qorechain.assetList,
391
395
  _quasar.assetList,
392
396
  _qubetics.assetList,
393
397
  _quicksilver.assetList,
@@ -86,6 +86,7 @@ import * as _haqq from './haqq';
86
86
  import * as _hazinachain from './hazinachain';
87
87
  import * as _heli from './heli';
88
88
  import * as _highbury from './highbury';
89
+ import * as _hipercapital from './hipercapital';
89
90
  import * as _hippoprotocol from './hippoprotocol';
90
91
  import * as _humans from './humans';
91
92
  import * as _idep from './idep';
@@ -163,6 +164,7 @@ import * as _pundix from './pundix';
163
164
  import * as _pylons from './pylons';
164
165
  import * as _qfs from './qfs';
165
166
  import * as _qie from './qie';
167
+ import * as _qorechain from './qorechain';
166
168
  import * as _quasar from './quasar';
167
169
  import * as _qubetics from './qubetics';
168
170
  import * as _quicksilver from './quicksilver';
@@ -311,6 +313,7 @@ const chains = [
311
313
  _hazinachain.chain,
312
314
  _heli.chain,
313
315
  _highbury.chain,
316
+ _hipercapital.chain,
314
317
  _hippoprotocol.chain,
315
318
  _humans.chain,
316
319
  _idep.chain,
@@ -388,6 +391,7 @@ const chains = [
388
391
  _pylons.chain,
389
392
  _qfs.chain,
390
393
  _qie.chain,
394
+ _qorechain.chain,
391
395
  _quasar.chain,
392
396
  _qubetics.chain,
393
397
  _quicksilver.chain,
@@ -94,6 +94,10 @@ const info = {
94
94
  {
95
95
  address: 'https://dydx-rpc.noders.services',
96
96
  provider: '[NODERS]TEAM'
97
+ },
98
+ {
99
+ address: 'https://dydx.rpc.uquad.org:443',
100
+ provider: 'QUAD'
97
101
  }
98
102
  ],
99
103
  rest: [
@@ -124,6 +128,10 @@ const info = {
124
128
  {
125
129
  address: 'https://dydx-api.noders.services',
126
130
  provider: '[NODERS]TEAM'
131
+ },
132
+ {
133
+ address: 'https://dydx.rpc.uquad.org:443',
134
+ provider: 'QUAD'
127
135
  }
128
136
  ],
129
137
  grpc: [
@@ -158,6 +158,14 @@ const info = {
158
158
  url: 'https://node2.gonka.ai:8443/dashboard',
159
159
  txPage: 'https://node2.gonka.ai:8443/dashboard/gonka/txs/${txHash}',
160
160
  accountPage: 'https://node2.gonka.ai:8443/dashboard/gonka/account/${accountAddress}'
161
+ },
162
+ {
163
+ kind: 'gnkscan',
164
+ url: 'https://www.gnkscan.com',
165
+ txPage: 'https://www.gnkscan.com/tx/${txHash}',
166
+ accountPage: 'https://www.gnkscan.com/address/${accountAddress}',
167
+ blockPage: 'https://www.gnkscan.com/blocks/${blockHeight}',
168
+ proposalPage: 'https://www.gnkscan.com/proposals/${proposalId}'
161
169
  }
162
170
  ],
163
171
  keywords: [
@@ -0,0 +1,27 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chainName: 'hipercapital',
4
+ assets: [{
5
+ description: 'HIP is the native governance and gas token of the HiperCapital sovereign chain (hipcf_7777-1).',
6
+ typeAsset: 'sdk.coin',
7
+ denomUnits: [{
8
+ denom: 'ahip',
9
+ exponent: 0,
10
+ aliases: ['attoahip']
11
+ }, {
12
+ denom: 'hip',
13
+ exponent: 18
14
+ }],
15
+ base: 'ahip',
16
+ name: 'HiperCapital Governance',
17
+ display: 'hip',
18
+ symbol: 'HIP',
19
+ logoURIs: {
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hipercapital/images/hip.png'
21
+ },
22
+ images: [{
23
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hipercapital/images/hip.png'
24
+ }]
25
+ }]
26
+ };
27
+ export default info;
@@ -0,0 +1,65 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chainName: 'hipercapital',
4
+ status: 'live',
5
+ networkType: 'mainnet',
6
+ prettyName: 'Hipercapital Finance',
7
+ chainType: 'cosmos',
8
+ chainId: 'hipcf_7777-1',
9
+ bech32Prefix: 'cosmos',
10
+ daemonName: 'evmd',
11
+ nodeHome: '$HOME/.evmd-mainnet',
12
+ keyAlgos: ['ethsecp256k1'],
13
+ slip44: 60,
14
+ logoURIs: {
15
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hipercapital/images/hip.png'
16
+ },
17
+ fees: {
18
+ feeTokens: [{
19
+ denom: 'ahip',
20
+ fixedMinGasPrice: 0,
21
+ lowGasPrice: 1000000000,
22
+ averageGasPrice: 5000000000,
23
+ highGasPrice: 10000000000
24
+ }]
25
+ },
26
+ staking: {
27
+ stakingTokens: [{
28
+ denom: 'ahip'
29
+ }]
30
+ },
31
+ codebase: {
32
+ gitRepo: 'https://github.com/hipercapital/evm',
33
+ recommendedVersion: 'v0.7.0',
34
+ consensus: {
35
+ type: 'cometbft'
36
+ },
37
+ genesis: {
38
+ genesisUrl: 'https://rpc-cosmos.hipercapitalfinance.com/genesis.json'
39
+ },
40
+ compatibleVersions: ['v0.7.0']
41
+ },
42
+ apis: {
43
+ rpc: [{
44
+ address: 'https://rpc-cosmos.hipercapitalfinance.com',
45
+ provider: 'HiperCapital Finance'
46
+ }],
47
+ rest: [{
48
+ address: 'https://api-cosmos.hipercapitalfinance.com',
49
+ provider: 'HiperCapital Finance'
50
+ }],
51
+ evmHttpJsonrpc: [{
52
+ address: 'https://evm-cosmos.hipercapitalfinance.com',
53
+ provider: 'HiperCapital Finance'
54
+ }]
55
+ },
56
+ explorers: [{
57
+ kind: 'HiperCapital Explorer',
58
+ url: 'https://explorer.hipercapitalfinance.com'
59
+ }],
60
+ images: [{
61
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hipercapital/images/hip.png'
62
+ }],
63
+ website: 'https://hipercapitalfinance.com'
64
+ };
65
+ export default info;
@@ -0,0 +1,4 @@
1
+ import _assetList from './asset-list';
2
+ import _chain from './chain';
3
+ export const assetList = _assetList;
4
+ export const chain = _chain;
@@ -1265,6 +1265,32 @@ const info = {
1265
1265
  website: 'https://agora.finance'
1266
1266
  },
1267
1267
  typeAsset: 'sdk.coin'
1268
+ },
1269
+ {
1270
+ description: 'HELIXPOINT is the points token on Injective, launched on Trippy Pump (SHROOM Pad)',
1271
+ denomUnits: [{
1272
+ denom: 'factory/inj13j2rpnlwl30c02d4pzukykwfeyyhelvry9cqte/shroom_8_be9bddf36b94db69',
1273
+ exponent: 0
1274
+ }, {
1275
+ denom: 'HELIXPOINT',
1276
+ exponent: 18
1277
+ }],
1278
+ base: 'factory/inj13j2rpnlwl30c02d4pzukykwfeyyhelvry9cqte/shroom_8_be9bddf36b94db69',
1279
+ name: 'HELIXPOINT',
1280
+ display: 'HELIXPOINT',
1281
+ symbol: 'HELIXPOINT',
1282
+ logoURIs: {
1283
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/helixpoint.png'
1284
+ },
1285
+ images: [{
1286
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/helixpoint.png'
1287
+ }],
1288
+ socials: {
1289
+ website: 'https://wenpoints.xyz',
1290
+ x: 'https://x.com/helixpoints',
1291
+ telegram: 'https://t.me/helixpoints'
1292
+ },
1293
+ typeAsset: 'sdk.coin'
1268
1294
  }
1269
1295
  ]
1270
1296
  };
@@ -64,6 +64,10 @@ const info = {
64
64
  {
65
65
  address: 'https://public.stakewolle.com/cosmos/injective/rpc',
66
66
  provider: 'Stakewolle'
67
+ },
68
+ {
69
+ address: 'https://injective.rpc.uquad.org:443',
70
+ provider: 'QUAD'
67
71
  }
68
72
  ],
69
73
  rest: [
@@ -86,6 +90,10 @@ const info = {
86
90
  {
87
91
  address: 'https://public.stakewolle.com/cosmos/injective/rest',
88
92
  provider: 'Stakewolle'
93
+ },
94
+ {
95
+ address: 'https://injective.rpc.uquad.org:443',
96
+ provider: 'QUAD'
89
97
  }
90
98
  ],
91
99
  grpc: [
@@ -138,6 +138,10 @@ const info = {
138
138
  {
139
139
  address: 'https://neutron.drpc.org',
140
140
  provider: 'dRPC'
141
+ },
142
+ {
143
+ address: 'https://neutron.rpc.uquad.org:443',
144
+ provider: 'QUAD'
141
145
  }
142
146
  ],
143
147
  rest: [
@@ -189,6 +193,10 @@ const info = {
189
193
  {
190
194
  address: 'https://api.neutron.quokkastake.io',
191
195
  provider: '🐹 Quokka Stake'
196
+ },
197
+ {
198
+ address: 'https://neutron.rpc.uquad.org:443',
199
+ provider: 'QUAD'
192
200
  }
193
201
  ],
194
202
  grpc: [
@@ -638,6 +638,10 @@ const info = {
638
638
  {
639
639
  address: 'https://osmosis.api.pocket.network',
640
640
  provider: 'Pocket Network'
641
+ },
642
+ {
643
+ address: 'https://osmosis.rpc.uquad.org:443',
644
+ provider: 'QUAD'
641
645
  }
642
646
  ],
643
647
  rest: [
@@ -700,6 +704,10 @@ const info = {
700
704
  {
701
705
  address: 'https://osmosis.api.pocket.network',
702
706
  provider: 'Pocket Network'
707
+ },
708
+ {
709
+ address: 'https://osmosis.rpc.uquad.org:443',
710
+ provider: 'QUAD'
703
711
  }
704
712
  ],
705
713
  grpc: [
@@ -0,0 +1,26 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chainName: 'qorechain',
4
+ assets: [{
5
+ 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.',
6
+ denomUnits: [{
7
+ denom: 'uqor',
8
+ exponent: 0
9
+ }, {
10
+ denom: 'qor',
11
+ exponent: 6
12
+ }],
13
+ typeAsset: 'sdk.coin',
14
+ base: 'uqor',
15
+ name: 'QoreChain',
16
+ display: 'qor',
17
+ symbol: 'QOR',
18
+ logoURIs: {
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qorechain/images/qorechain.png'
20
+ },
21
+ images: [{
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qorechain/images/qorechain.png'
23
+ }]
24
+ }]
25
+ };
26
+ export default info;
@@ -0,0 +1,78 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chainName: 'qorechain',
4
+ chainType: 'cosmos',
5
+ chainId: 'qorechain-vladi',
6
+ prettyName: 'QoreChain',
7
+ website: 'https://www.qorechain.io',
8
+ status: 'live',
9
+ networkType: 'mainnet',
10
+ bech32Prefix: 'qor',
11
+ daemonName: 'qorechaind',
12
+ nodeHome: '$HOME/.qorechaind',
13
+ keyAlgos: ['secp256k1'],
14
+ slip44: 118,
15
+ 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).',
16
+ fees: {
17
+ feeTokens: [{
18
+ denom: 'uqor',
19
+ fixedMinGasPrice: 0.1,
20
+ lowGasPrice: 0.1,
21
+ averageGasPrice: 0.15,
22
+ highGasPrice: 0.25
23
+ }]
24
+ },
25
+ staking: {
26
+ stakingTokens: [{
27
+ denom: 'uqor'
28
+ }]
29
+ },
30
+ codebase: {
31
+ gitRepo: 'https://github.com/qorechain/qorechain-core',
32
+ recommendedVersion: 'v3.1.82',
33
+ compatibleVersions: ['v3.1.82'],
34
+ consensus: {
35
+ type: 'cometbft',
36
+ version: '0.38.19'
37
+ }
38
+ },
39
+ logoURIs: {
40
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qorechain/images/qorechain.png'
41
+ },
42
+ images: [{
43
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qorechain/images/qorechain.png'
44
+ }],
45
+ apis: {
46
+ rpc: [{
47
+ address: 'https://rpc.qore.host',
48
+ provider: 'QoreChain'
49
+ }],
50
+ rest: [{
51
+ address: 'https://api.qore.host',
52
+ provider: 'QoreChain'
53
+ }],
54
+ wss: [{
55
+ address: 'wss://rpc.qore.host/websocket',
56
+ provider: 'QoreChain'
57
+ }],
58
+ evmHttpJsonrpc: [{
59
+ address: 'https://evm.qore.host',
60
+ provider: 'QoreChain'
61
+ }]
62
+ },
63
+ explorers: [{
64
+ kind: 'QoreChain Explorer',
65
+ url: 'https://explore.qore.network',
66
+ txPage: 'https://explore.qore.network/tx/${txHash}',
67
+ accountPage: 'https://explore.qore.network/address/${accountAddress}'
68
+ }],
69
+ keywords: [
70
+ 'mainnet',
71
+ 'quantum-safe',
72
+ 'post-quantum',
73
+ 'pqc',
74
+ 'evm',
75
+ 'svm'
76
+ ]
77
+ };
78
+ export default info;
@@ -0,0 +1,4 @@
1
+ import _assetList from './asset-list';
2
+ import _chain from './chain';
3
+ export const assetList = _assetList;
4
+ export const chain = _chain;
@@ -53,9 +53,21 @@ const info = {
53
53
  }
54
54
  }],
55
55
  logoURIs: {
56
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
56
57
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
57
58
  },
58
- typeAsset: 'ics20'
59
+ typeAsset: 'ics20',
60
+ images: [{
61
+ imageSync: {
62
+ chainName: 'noble',
63
+ baseDenom: 'uusdc'
64
+ },
65
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
66
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
67
+ theme: {
68
+ circle: true
69
+ }
70
+ }]
59
71
  },
60
72
  {
61
73
  description: 'Osmosis OSMO bridged over IBC channel-1.',
@@ -84,9 +96,18 @@ const info = {
84
96
  }
85
97
  }],
86
98
  logoURIs: {
87
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png'
99
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
100
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
88
101
  },
89
- typeAsset: 'ics20'
102
+ typeAsset: 'ics20',
103
+ images: [{
104
+ imageSync: {
105
+ chainName: 'osmosis',
106
+ baseDenom: 'uosmo'
107
+ },
108
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
109
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
110
+ }]
90
111
  }
91
112
  ]
92
113
  };
@@ -97,6 +97,7 @@ import * as _planqtestnet from './planqtestnet';
97
97
  import * as _pockettestnet from './pockettestnet';
98
98
  import * as _provenancetestnet from './provenancetestnet';
99
99
  import * as _pryzmtestnet from './pryzmtestnet';
100
+ import * as _qorechaintestnet from './qorechaintestnet';
100
101
  import * as _quasartestnet from './quasartestnet';
101
102
  import * as _qubeticstestnet from './qubeticstestnet';
102
103
  import * as _quicksilvertestnet from './quicksilvertestnet';
@@ -245,6 +246,7 @@ const assetList = [
245
246
  _pockettestnet.assetList,
246
247
  _provenancetestnet.assetList,
247
248
  _pryzmtestnet.assetList,
249
+ _qorechaintestnet.assetList,
248
250
  _quasartestnet.assetList,
249
251
  _qubeticstestnet.assetList,
250
252
  _quicksilvertestnet.assetList,
@@ -97,6 +97,7 @@ import * as _planqtestnet from './planqtestnet';
97
97
  import * as _pockettestnet from './pockettestnet';
98
98
  import * as _provenancetestnet from './provenancetestnet';
99
99
  import * as _pryzmtestnet from './pryzmtestnet';
100
+ import * as _qorechaintestnet from './qorechaintestnet';
100
101
  import * as _quasartestnet from './quasartestnet';
101
102
  import * as _qubeticstestnet from './qubeticstestnet';
102
103
  import * as _quicksilvertestnet from './quicksilvertestnet';
@@ -245,6 +246,7 @@ const chains = [
245
246
  _pockettestnet.chain,
246
247
  _provenancetestnet.chain,
247
248
  _pryzmtestnet.chain,
249
+ _qorechaintestnet.chain,
248
250
  _quasartestnet.chain,
249
251
  _qubeticstestnet.chain,
250
252
  _quicksilvertestnet.chain,
@@ -0,0 +1,38 @@
1
+ const info = {
2
+ $schema: '../../assetlist.schema.json',
3
+ chainName: 'qorechaintestnet',
4
+ assets: [{
5
+ description: 'Testnet QOR, the native staking, gas and governance token of the QoreChain test network (quantum-safe Layer 1 with hybrid post-quantum signing).',
6
+ denomUnits: [{
7
+ denom: 'uqor',
8
+ exponent: 0
9
+ }, {
10
+ denom: 'qor',
11
+ exponent: 6
12
+ }],
13
+ typeAsset: 'sdk.coin',
14
+ base: 'uqor',
15
+ name: 'QoreChain',
16
+ display: 'qor',
17
+ symbol: 'QOR',
18
+ logoURIs: {
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qorechain/images/qorechain.png'
20
+ },
21
+ images: [{
22
+ imageSync: {
23
+ chainName: 'qorechain',
24
+ baseDenom: 'uqor'
25
+ },
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qorechain/images/qorechain.png'
27
+ }],
28
+ traces: [{
29
+ type: 'test-mintage',
30
+ counterparty: {
31
+ chainName: 'qorechain',
32
+ baseDenom: 'uqor'
33
+ },
34
+ provider: 'QoreChain'
35
+ }]
36
+ }]
37
+ };
38
+ export default info;
@@ -0,0 +1,75 @@
1
+ const info = {
2
+ $schema: '../../chain.schema.json',
3
+ chainName: 'qorechaintestnet',
4
+ chainType: 'cosmos',
5
+ chainId: 'qorechain-diana',
6
+ prettyName: 'QoreChain Testnet',
7
+ website: 'https://www.qorechain.io',
8
+ status: 'live',
9
+ networkType: 'testnet',
10
+ bech32Prefix: 'qor',
11
+ daemonName: 'qorechaind',
12
+ nodeHome: '$HOME/.qorechaind',
13
+ keyAlgos: ['secp256k1'],
14
+ slip44: 118,
15
+ 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.',
16
+ fees: {
17
+ feeTokens: [{
18
+ denom: 'uqor',
19
+ fixedMinGasPrice: 0.1,
20
+ lowGasPrice: 0.1,
21
+ averageGasPrice: 0.15,
22
+ highGasPrice: 0.25
23
+ }]
24
+ },
25
+ staking: {
26
+ stakingTokens: [{
27
+ denom: 'uqor'
28
+ }]
29
+ },
30
+ codebase: {
31
+ gitRepo: 'https://github.com/qorechain/qorechain-core',
32
+ recommendedVersion: 'v3.1.82',
33
+ compatibleVersions: ['v3.1.82'],
34
+ consensus: {
35
+ type: 'cometbft',
36
+ version: '0.38.19'
37
+ }
38
+ },
39
+ logoURIs: {
40
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qorechain/images/qorechain.png'
41
+ },
42
+ images: [{
43
+ imageSync: {
44
+ chainName: 'qorechain'
45
+ },
46
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qorechain/images/qorechain.png'
47
+ }],
48
+ apis: {
49
+ rpc: [{
50
+ address: 'https://rpc-testnet.qore.host',
51
+ provider: 'QoreChain'
52
+ }],
53
+ rest: [{
54
+ address: 'https://api-testnet.qore.host',
55
+ provider: 'QoreChain'
56
+ }],
57
+ wss: [{
58
+ address: 'wss://rpc-testnet.qore.host/websocket',
59
+ provider: 'QoreChain'
60
+ }],
61
+ evmHttpJsonrpc: [{
62
+ address: 'https://evm-testnet.qore.host',
63
+ provider: 'QoreChain'
64
+ }]
65
+ },
66
+ keywords: [
67
+ 'testnet',
68
+ 'quantum-safe',
69
+ 'post-quantum',
70
+ 'pqc',
71
+ 'evm',
72
+ 'svm'
73
+ ]
74
+ };
75
+ export default info;
@@ -0,0 +1,4 @@
1
+ import _assetList from './asset-list';
2
+ import _chain from './chain';
3
+ export const assetList = _assetList;
4
+ export const chain = _chain;
@@ -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 assetList = [
336
338
  _hazinachain.assetList,
337
339
  _heli.assetList,
338
340
  _highbury.assetList,
341
+ _hipercapital.assetList,
339
342
  _hippoprotocol.assetList,
340
343
  _humans.assetList,
341
344
  _idep.assetList,
@@ -413,6 +416,7 @@ const assetList = [
413
416
  _pylons.assetList,
414
417
  _qfs.assetList,
415
418
  _qie.assetList,
419
+ _qorechain.assetList,
416
420
  _quasar.assetList,
417
421
  _qubetics.assetList,
418
422
  _quicksilver.assetList,