chain-registry 2.0.192 → 2.0.193
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 +2 -0
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/hazinachain/asset-list.js +28 -0
- package/esm/mainnet/hazinachain/chain.js +60 -0
- package/esm/mainnet/hazinachain/index.js +4 -0
- package/esm/mainnet/neutron/chain.js +1 -1
- package/esm/mainnet/terra2/chain.js +0 -4
- package/mainnet/asset-lists.js +2 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/hazinachain/asset-list.d.ts +3 -0
- package/mainnet/hazinachain/asset-list.js +30 -0
- package/mainnet/hazinachain/chain.d.ts +3 -0
- package/mainnet/hazinachain/chain.js +62 -0
- package/mainnet/hazinachain/index.d.ts +2 -0
- package/mainnet/hazinachain/index.js +10 -0
- package/mainnet/neutron/chain.js +1 -1
- package/mainnet/terra2/chain.js +0 -4
- package/package.json +3 -3
|
@@ -85,6 +85,7 @@ import * as _gonka from './gonka';
|
|
|
85
85
|
import * as _govgen from './govgen';
|
|
86
86
|
import * as _gravitybridge from './gravitybridge';
|
|
87
87
|
import * as _haqq from './haqq';
|
|
88
|
+
import * as _hazinachain from './hazinachain';
|
|
88
89
|
import * as _heli from './heli';
|
|
89
90
|
import * as _highbury from './highbury';
|
|
90
91
|
import * as _hippoprotocol from './hippoprotocol';
|
|
@@ -317,6 +318,7 @@ const assetList = [
|
|
|
317
318
|
_govgen.assetList,
|
|
318
319
|
_gravitybridge.assetList,
|
|
319
320
|
_haqq.assetList,
|
|
321
|
+
_hazinachain.assetList,
|
|
320
322
|
_heli.assetList,
|
|
321
323
|
_highbury.assetList,
|
|
322
324
|
_hippoprotocol.assetList,
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -85,6 +85,7 @@ import * as _gonka from './gonka';
|
|
|
85
85
|
import * as _govgen from './govgen';
|
|
86
86
|
import * as _gravitybridge from './gravitybridge';
|
|
87
87
|
import * as _haqq from './haqq';
|
|
88
|
+
import * as _hazinachain from './hazinachain';
|
|
88
89
|
import * as _heli from './heli';
|
|
89
90
|
import * as _highbury from './highbury';
|
|
90
91
|
import * as _hippoprotocol from './hippoprotocol';
|
|
@@ -317,6 +318,7 @@ const chains = [
|
|
|
317
318
|
_govgen.chain,
|
|
318
319
|
_gravitybridge.chain,
|
|
319
320
|
_haqq.chain,
|
|
321
|
+
_hazinachain.chain,
|
|
320
322
|
_heli.chain,
|
|
321
323
|
_highbury.chain,
|
|
322
324
|
_hippoprotocol.chain,
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../assetlist.schema.json',
|
|
3
|
+
chainName: 'hazinachain',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The native staking and governance token of HazinaChain',
|
|
6
|
+
denomUnits: [{
|
|
7
|
+
denom: 'uhzn',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'HZN',
|
|
11
|
+
exponent: 6
|
|
12
|
+
}],
|
|
13
|
+
typeAsset: 'sdk.coin',
|
|
14
|
+
base: 'uhzn',
|
|
15
|
+
name: 'Hazina',
|
|
16
|
+
display: 'HZN',
|
|
17
|
+
symbol: 'HZN',
|
|
18
|
+
logoURIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hazinachain/images/hazinachain.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hazinachain/images/hazinachain.svg'
|
|
21
|
+
},
|
|
22
|
+
images: [{
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hazinachain/images/hazinachain.png',
|
|
24
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hazinachain/images/hazinachain.svg'
|
|
25
|
+
}]
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
export default info;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../chain.schema.json',
|
|
3
|
+
chainName: 'hazinachain',
|
|
4
|
+
status: 'live',
|
|
5
|
+
networkType: 'mainnet',
|
|
6
|
+
chainType: 'cosmos',
|
|
7
|
+
prettyName: 'HazinaChain',
|
|
8
|
+
chainId: 'hazinachain-1',
|
|
9
|
+
bech32Prefix: 'hazina',
|
|
10
|
+
daemonName: 'hazinad',
|
|
11
|
+
nodeHome: '$HOME/.hazinachain',
|
|
12
|
+
keyAlgos: ['secp256k1'],
|
|
13
|
+
slip44: 118,
|
|
14
|
+
fees: {
|
|
15
|
+
feeTokens: [{
|
|
16
|
+
denom: 'uhzn',
|
|
17
|
+
fixedMinGasPrice: 0.001,
|
|
18
|
+
lowGasPrice: 0.001,
|
|
19
|
+
averageGasPrice: 0.0025,
|
|
20
|
+
highGasPrice: 0.01
|
|
21
|
+
}]
|
|
22
|
+
},
|
|
23
|
+
staking: {
|
|
24
|
+
stakingTokens: [{
|
|
25
|
+
denom: 'uhzn'
|
|
26
|
+
}]
|
|
27
|
+
},
|
|
28
|
+
codebase: {
|
|
29
|
+
gitRepo: 'https://github.com/hazinachain/hazinachain',
|
|
30
|
+
recommendedVersion: 'v1.0.0',
|
|
31
|
+
compatibleVersions: ['v1.0.0'],
|
|
32
|
+
genesis: {
|
|
33
|
+
genesisUrl: 'https://raw.githubusercontent.com/hazinachain/hazinachain/main/genesis.json'
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
apis: {
|
|
37
|
+
rpc: [{
|
|
38
|
+
address: 'https://rpc.hazinachain.com',
|
|
39
|
+
provider: 'HazinaChain'
|
|
40
|
+
}],
|
|
41
|
+
rest: [{
|
|
42
|
+
address: 'https://api.hazinachain.com',
|
|
43
|
+
provider: 'HazinaChain'
|
|
44
|
+
}]
|
|
45
|
+
},
|
|
46
|
+
explorers: [{
|
|
47
|
+
kind: 'custom',
|
|
48
|
+
url: 'https://explorer.hazinachain.com',
|
|
49
|
+
txPage: 'https://explorer.hazinachain.com/tx/${txHash}'
|
|
50
|
+
}],
|
|
51
|
+
logoURIs: {
|
|
52
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hazinachain/images/hazinachain.png',
|
|
53
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hazinachain/images/hazinachain.svg'
|
|
54
|
+
},
|
|
55
|
+
images: [{
|
|
56
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hazinachain/images/hazinachain.png',
|
|
57
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hazinachain/images/hazinachain.svg'
|
|
58
|
+
}]
|
|
59
|
+
};
|
|
60
|
+
export default info;
|
|
@@ -124,10 +124,6 @@ const info = {
|
|
|
124
124
|
address: 'https://api-terra-01.stakeflow.io',
|
|
125
125
|
provider: 'Stakeflow'
|
|
126
126
|
},
|
|
127
|
-
{
|
|
128
|
-
address: 'https://terra-phoenix-api.highstakes.ch',
|
|
129
|
-
provider: 'High Stakes 🇨🇭'
|
|
130
|
-
},
|
|
131
127
|
{
|
|
132
128
|
address: 'https://terra2.tdrsys.com',
|
|
133
129
|
provider: 'TdrSys'
|
package/mainnet/asset-lists.js
CHANGED
|
@@ -110,6 +110,7 @@ const _gonka = __importStar(require("./gonka"));
|
|
|
110
110
|
const _govgen = __importStar(require("./govgen"));
|
|
111
111
|
const _gravitybridge = __importStar(require("./gravitybridge"));
|
|
112
112
|
const _haqq = __importStar(require("./haqq"));
|
|
113
|
+
const _hazinachain = __importStar(require("./hazinachain"));
|
|
113
114
|
const _heli = __importStar(require("./heli"));
|
|
114
115
|
const _highbury = __importStar(require("./highbury"));
|
|
115
116
|
const _hippoprotocol = __importStar(require("./hippoprotocol"));
|
|
@@ -342,6 +343,7 @@ const assetList = [
|
|
|
342
343
|
_govgen.assetList,
|
|
343
344
|
_gravitybridge.assetList,
|
|
344
345
|
_haqq.assetList,
|
|
346
|
+
_hazinachain.assetList,
|
|
345
347
|
_heli.assetList,
|
|
346
348
|
_highbury.assetList,
|
|
347
349
|
_hippoprotocol.assetList,
|
package/mainnet/chains.js
CHANGED
|
@@ -110,6 +110,7 @@ const _gonka = __importStar(require("./gonka"));
|
|
|
110
110
|
const _govgen = __importStar(require("./govgen"));
|
|
111
111
|
const _gravitybridge = __importStar(require("./gravitybridge"));
|
|
112
112
|
const _haqq = __importStar(require("./haqq"));
|
|
113
|
+
const _hazinachain = __importStar(require("./hazinachain"));
|
|
113
114
|
const _heli = __importStar(require("./heli"));
|
|
114
115
|
const _highbury = __importStar(require("./highbury"));
|
|
115
116
|
const _hippoprotocol = __importStar(require("./hippoprotocol"));
|
|
@@ -342,6 +343,7 @@ const chains = [
|
|
|
342
343
|
_govgen.chain,
|
|
343
344
|
_gravitybridge.chain,
|
|
344
345
|
_haqq.chain,
|
|
346
|
+
_hazinachain.chain,
|
|
345
347
|
_heli.chain,
|
|
346
348
|
_highbury.chain,
|
|
347
349
|
_hippoprotocol.chain,
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../assetlist.schema.json',
|
|
5
|
+
chainName: 'hazinachain',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'The native staking and governance token of HazinaChain',
|
|
8
|
+
denomUnits: [{
|
|
9
|
+
denom: 'uhzn',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'HZN',
|
|
13
|
+
exponent: 6
|
|
14
|
+
}],
|
|
15
|
+
typeAsset: 'sdk.coin',
|
|
16
|
+
base: 'uhzn',
|
|
17
|
+
name: 'Hazina',
|
|
18
|
+
display: 'HZN',
|
|
19
|
+
symbol: 'HZN',
|
|
20
|
+
logoURIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hazinachain/images/hazinachain.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hazinachain/images/hazinachain.svg'
|
|
23
|
+
},
|
|
24
|
+
images: [{
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hazinachain/images/hazinachain.png',
|
|
26
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hazinachain/images/hazinachain.svg'
|
|
27
|
+
}]
|
|
28
|
+
}]
|
|
29
|
+
};
|
|
30
|
+
exports.default = info;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chainName: 'hazinachain',
|
|
6
|
+
status: 'live',
|
|
7
|
+
networkType: 'mainnet',
|
|
8
|
+
chainType: 'cosmos',
|
|
9
|
+
prettyName: 'HazinaChain',
|
|
10
|
+
chainId: 'hazinachain-1',
|
|
11
|
+
bech32Prefix: 'hazina',
|
|
12
|
+
daemonName: 'hazinad',
|
|
13
|
+
nodeHome: '$HOME/.hazinachain',
|
|
14
|
+
keyAlgos: ['secp256k1'],
|
|
15
|
+
slip44: 118,
|
|
16
|
+
fees: {
|
|
17
|
+
feeTokens: [{
|
|
18
|
+
denom: 'uhzn',
|
|
19
|
+
fixedMinGasPrice: 0.001,
|
|
20
|
+
lowGasPrice: 0.001,
|
|
21
|
+
averageGasPrice: 0.0025,
|
|
22
|
+
highGasPrice: 0.01
|
|
23
|
+
}]
|
|
24
|
+
},
|
|
25
|
+
staking: {
|
|
26
|
+
stakingTokens: [{
|
|
27
|
+
denom: 'uhzn'
|
|
28
|
+
}]
|
|
29
|
+
},
|
|
30
|
+
codebase: {
|
|
31
|
+
gitRepo: 'https://github.com/hazinachain/hazinachain',
|
|
32
|
+
recommendedVersion: 'v1.0.0',
|
|
33
|
+
compatibleVersions: ['v1.0.0'],
|
|
34
|
+
genesis: {
|
|
35
|
+
genesisUrl: 'https://raw.githubusercontent.com/hazinachain/hazinachain/main/genesis.json'
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
apis: {
|
|
39
|
+
rpc: [{
|
|
40
|
+
address: 'https://rpc.hazinachain.com',
|
|
41
|
+
provider: 'HazinaChain'
|
|
42
|
+
}],
|
|
43
|
+
rest: [{
|
|
44
|
+
address: 'https://api.hazinachain.com',
|
|
45
|
+
provider: 'HazinaChain'
|
|
46
|
+
}]
|
|
47
|
+
},
|
|
48
|
+
explorers: [{
|
|
49
|
+
kind: 'custom',
|
|
50
|
+
url: 'https://explorer.hazinachain.com',
|
|
51
|
+
txPage: 'https://explorer.hazinachain.com/tx/${txHash}'
|
|
52
|
+
}],
|
|
53
|
+
logoURIs: {
|
|
54
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hazinachain/images/hazinachain.png',
|
|
55
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hazinachain/images/hazinachain.svg'
|
|
56
|
+
},
|
|
57
|
+
images: [{
|
|
58
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hazinachain/images/hazinachain.png',
|
|
59
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hazinachain/images/hazinachain.svg'
|
|
60
|
+
}]
|
|
61
|
+
};
|
|
62
|
+
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;
|
package/mainnet/neutron/chain.js
CHANGED
package/mainnet/terra2/chain.js
CHANGED
|
@@ -126,10 +126,6 @@ const info = {
|
|
|
126
126
|
address: 'https://api-terra-01.stakeflow.io',
|
|
127
127
|
provider: 'Stakeflow'
|
|
128
128
|
},
|
|
129
|
-
{
|
|
130
|
-
address: 'https://terra-phoenix-api.highstakes.ch',
|
|
131
|
-
provider: 'High Stakes 🇨🇭'
|
|
132
|
-
},
|
|
133
129
|
{
|
|
134
130
|
address: 'https://terra2.tdrsys.com',
|
|
135
131
|
provider: 'TdrSys'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.193",
|
|
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.193"
|
|
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": "cf11344a8ac709b6924e6c476e0a58acc719b5d2"
|
|
43
43
|
}
|