chain-registry 2.0.11 → 2.0.12
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/{testnet/symphonytestnet3 → mainnet/symphony}/asset-list.js +16 -19
- package/esm/{testnet/symphonytestnet3 → mainnet/symphony}/chain.js +23 -23
- package/esm/{testnet/symphonytestnet3 → mainnet/symphony}/index.js +0 -2
- package/esm/mainnet/xion/chain.js +6 -6
- package/esm/noncosmos/ibc-data.js +2 -0
- package/esm/noncosmos/symphonytestnet3/index.js +2 -0
- package/esm/testnet/asset-lists.js +2 -2
- package/esm/testnet/chains.js +2 -2
- package/esm/testnet/ibc-data.js +0 -2
- package/esm/testnet/safrochaintestnet/asset-list.js +38 -0
- package/esm/testnet/safrochaintestnet/chain.js +63 -0
- package/esm/testnet/safrochaintestnet/index.js +4 -0
- package/esm/testnet/symphonytestnet/asset-list.js +14 -17
- package/esm/testnet/symphonytestnet/chain.js +2 -2
- package/esm/testnet/xiontestnet2/asset-list.js +2 -1
- package/esm/testnet/xiontestnet2/chain.js +6 -6
- package/mainnet/asset-lists.js +2 -0
- package/mainnet/chains.js +2 -0
- package/{testnet/symphonytestnet3 → mainnet/symphony}/asset-list.js +16 -19
- package/{testnet/symphonytestnet3 → mainnet/symphony}/chain.js +23 -23
- package/{testnet/symphonytestnet3 → mainnet/symphony}/index.d.ts +0 -1
- package/{testnet/symphonytestnet3 → mainnet/symphony}/index.js +1 -3
- package/mainnet/xion/chain.js +6 -6
- package/noncosmos/ibc-data.js +2 -0
- package/noncosmos/symphonytestnet3/index.d.ts +1 -0
- package/noncosmos/symphonytestnet3/index.js +8 -0
- package/package.json +3 -3
- package/testnet/asset-lists.js +2 -2
- package/testnet/chains.js +2 -2
- package/testnet/ibc-data.js +0 -2
- package/testnet/safrochaintestnet/asset-list.d.ts +3 -0
- package/testnet/safrochaintestnet/asset-list.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/asset-list.js +14 -17
- package/testnet/symphonytestnet/chain.js +2 -2
- package/testnet/xiontestnet2/asset-list.js +2 -1
- package/testnet/xiontestnet2/chain.js +6 -6
- /package/esm/{testnet → noncosmos}/symphonytestnet3/ibc-data.js +0 -0
- /package/{testnet/symphonytestnet3 → mainnet/symphony}/asset-list.d.ts +0 -0
- /package/{testnet/symphonytestnet3 → mainnet/symphony}/chain.d.ts +0 -0
- /package/{testnet → noncosmos}/symphonytestnet3/ibc-data.d.ts +0 -0
- /package/{testnet → noncosmos}/symphonytestnet3/ibc-data.js +0 -0
package/mainnet/chains.js
CHANGED
|
@@ -208,6 +208,7 @@ const _starname = __importStar(require("./starname"));
|
|
|
208
208
|
const _stratos = __importStar(require("./stratos"));
|
|
209
209
|
const _stride = __importStar(require("./stride"));
|
|
210
210
|
const _sunrise = __importStar(require("./sunrise"));
|
|
211
|
+
const _symphony = __importStar(require("./symphony"));
|
|
211
212
|
const _synternet = __importStar(require("./synternet"));
|
|
212
213
|
const _taketitan = __importStar(require("./taketitan"));
|
|
213
214
|
const _tenet = __importStar(require("./tenet"));
|
|
@@ -415,6 +416,7 @@ const chains = [
|
|
|
415
416
|
_stratos.chain,
|
|
416
417
|
_stride.chain,
|
|
417
418
|
_sunrise.chain,
|
|
419
|
+
_symphony.chain,
|
|
418
420
|
_synternet.chain,
|
|
419
421
|
_taketitan.chain,
|
|
420
422
|
_tenet.chain,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const info = {
|
|
4
|
-
$schema: '
|
|
5
|
-
chainName: '
|
|
4
|
+
$schema: '../assetlist.schema.json',
|
|
5
|
+
chainName: 'symphony',
|
|
6
6
|
assets: [
|
|
7
7
|
{
|
|
8
8
|
description: 'The native token of Symphony',
|
|
@@ -21,10 +21,10 @@ const info = {
|
|
|
21
21
|
display: 'mld',
|
|
22
22
|
symbol: 'MLD',
|
|
23
23
|
logoURIs: {
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
25
25
|
},
|
|
26
26
|
images: [{
|
|
27
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
27
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
28
28
|
}]
|
|
29
29
|
},
|
|
30
30
|
{
|
|
@@ -32,11 +32,10 @@ const info = {
|
|
|
32
32
|
denomUnits: [{
|
|
33
33
|
denom: 'uusd',
|
|
34
34
|
exponent: 0,
|
|
35
|
-
aliases: []
|
|
35
|
+
aliases: ['microusd']
|
|
36
36
|
}, {
|
|
37
37
|
denom: 'husd',
|
|
38
|
-
exponent: 6
|
|
39
|
-
aliases: ['harmony USD']
|
|
38
|
+
exponent: 6
|
|
40
39
|
}],
|
|
41
40
|
typeAsset: 'sdk.coin',
|
|
42
41
|
base: 'uusd',
|
|
@@ -44,10 +43,10 @@ const info = {
|
|
|
44
43
|
display: 'husd',
|
|
45
44
|
symbol: 'HUSD',
|
|
46
45
|
logoURIs: {
|
|
47
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
46
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
48
47
|
},
|
|
49
48
|
images: [{
|
|
50
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
49
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
51
50
|
}]
|
|
52
51
|
},
|
|
53
52
|
{
|
|
@@ -55,11 +54,10 @@ const info = {
|
|
|
55
54
|
denomUnits: [{
|
|
56
55
|
denom: 'ukhd',
|
|
57
56
|
exponent: 0,
|
|
58
|
-
aliases: []
|
|
57
|
+
aliases: ['microhkd']
|
|
59
58
|
}, {
|
|
60
59
|
denom: 'hkhd',
|
|
61
|
-
exponent: 6
|
|
62
|
-
aliases: ['harmony HKD']
|
|
60
|
+
exponent: 6
|
|
63
61
|
}],
|
|
64
62
|
typeAsset: 'sdk.coin',
|
|
65
63
|
base: 'ukhd',
|
|
@@ -67,10 +65,10 @@ const info = {
|
|
|
67
65
|
display: 'hkhd',
|
|
68
66
|
symbol: 'HKHD',
|
|
69
67
|
logoURIs: {
|
|
70
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
71
69
|
},
|
|
72
70
|
images: [{
|
|
73
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
71
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
74
72
|
}]
|
|
75
73
|
},
|
|
76
74
|
{
|
|
@@ -78,11 +76,10 @@ const info = {
|
|
|
78
76
|
denomUnits: [{
|
|
79
77
|
denom: 'uvnd',
|
|
80
78
|
exponent: 0,
|
|
81
|
-
aliases: []
|
|
79
|
+
aliases: ['microvnd']
|
|
82
80
|
}, {
|
|
83
81
|
denom: 'hvnd',
|
|
84
|
-
exponent: 6
|
|
85
|
-
aliases: ['harmony VND']
|
|
82
|
+
exponent: 6
|
|
86
83
|
}],
|
|
87
84
|
typeAsset: 'sdk.coin',
|
|
88
85
|
base: 'uvnd',
|
|
@@ -90,10 +87,10 @@ const info = {
|
|
|
90
87
|
display: 'hvnd',
|
|
91
88
|
symbol: 'HVND',
|
|
92
89
|
logoURIs: {
|
|
93
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
90
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
94
91
|
},
|
|
95
92
|
images: [{
|
|
96
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
93
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
97
94
|
}]
|
|
98
95
|
}
|
|
99
96
|
]
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const info = {
|
|
4
|
-
$schema: '
|
|
5
|
-
chainName: '
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chainName: 'symphony',
|
|
6
6
|
status: 'live',
|
|
7
|
-
networkType: '
|
|
8
|
-
prettyName: 'Symphony
|
|
7
|
+
networkType: 'mainnet',
|
|
8
|
+
prettyName: 'Symphony',
|
|
9
9
|
chainType: 'cosmos',
|
|
10
|
-
chainId: 'symphony-
|
|
10
|
+
chainId: 'symphony-1',
|
|
11
11
|
bech32Prefix: 'symphony',
|
|
12
12
|
daemonName: 'symphonyd',
|
|
13
13
|
nodeHome: '$HOME/.symphonyd',
|
|
@@ -17,9 +17,9 @@ const info = {
|
|
|
17
17
|
feeTokens: [{
|
|
18
18
|
denom: 'note',
|
|
19
19
|
fixedMinGasPrice: 0,
|
|
20
|
-
lowGasPrice: 0.
|
|
21
|
-
averageGasPrice: 0.
|
|
22
|
-
highGasPrice: 0.
|
|
20
|
+
lowGasPrice: 0.00025,
|
|
21
|
+
averageGasPrice: 0.0025,
|
|
22
|
+
highGasPrice: 0.004
|
|
23
23
|
}]
|
|
24
24
|
},
|
|
25
25
|
staking: {
|
|
@@ -29,52 +29,52 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
gitRepo: 'https://github.com/Orchestra-Labs/symphony',
|
|
32
|
-
recommendedVersion: '
|
|
33
|
-
compatibleVersions: ['
|
|
32
|
+
recommendedVersion: 'v1.0.0',
|
|
33
|
+
compatibleVersions: ['v1.0.0'],
|
|
34
34
|
consensus: {
|
|
35
|
-
type: '
|
|
36
|
-
version: '0.
|
|
35
|
+
type: 'cometbft',
|
|
36
|
+
version: '0.38.11'
|
|
37
37
|
},
|
|
38
38
|
genesis: {
|
|
39
|
-
genesisUrl: 'https://
|
|
39
|
+
genesisUrl: 'https://raw.githubusercontent.com/Orchestra-Labs/symphony/refs/heads/main/networks/symphony-1/genesis.json'
|
|
40
40
|
},
|
|
41
41
|
sdk: {
|
|
42
42
|
type: 'cosmos',
|
|
43
|
-
version: '0.
|
|
43
|
+
version: '0.50.9'
|
|
44
44
|
},
|
|
45
45
|
cosmwasm: {
|
|
46
|
-
version: '0.
|
|
46
|
+
version: '0.53.0',
|
|
47
47
|
enabled: true
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
apis: {
|
|
51
51
|
rpc: [{
|
|
52
|
-
address: 'https://symphony.
|
|
52
|
+
address: 'https://symphony.rpc.nodeshub.online/',
|
|
53
53
|
provider: 'Nodes Hub'
|
|
54
54
|
}, {
|
|
55
|
-
address: 'https://symphony-
|
|
55
|
+
address: 'https://symphony-rpc.cogwheel.zone/',
|
|
56
56
|
provider: 'Cogwheel ⚙️'
|
|
57
57
|
}],
|
|
58
58
|
rest: [{
|
|
59
|
-
address: 'https://symphony.
|
|
59
|
+
address: 'https://symphony.api.nodeshub.online/',
|
|
60
60
|
provider: 'Nodes Hub'
|
|
61
61
|
}, {
|
|
62
|
-
address: 'https://symphony-
|
|
62
|
+
address: 'https://symphony-api.cogwheel.zone/',
|
|
63
63
|
provider: 'Cogwheel ⚙️'
|
|
64
64
|
}],
|
|
65
65
|
grpc: [{
|
|
66
|
-
address: 'https://symphony.
|
|
66
|
+
address: 'https://symphony.grpc.nodeshub.online/',
|
|
67
67
|
provider: 'Nodes Hub'
|
|
68
68
|
}, {
|
|
69
|
-
address: 'https://symphony-
|
|
69
|
+
address: 'https://symphony-grpc.cogwheel.zone:443',
|
|
70
70
|
provider: 'Cogwheel ⚙️'
|
|
71
71
|
}]
|
|
72
72
|
},
|
|
73
73
|
logoURIs: {
|
|
74
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
74
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
|
|
75
75
|
},
|
|
76
76
|
images: [{
|
|
77
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
77
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
|
|
78
78
|
}]
|
|
79
79
|
};
|
|
80
80
|
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.assetList = void 0;
|
|
7
7
|
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
-
const ibc_data_1 = __importDefault(require("./ibc-data"));
|
|
10
9
|
exports.assetList = asset_list_1.default;
|
|
11
10
|
exports.chain = chain_1.default;
|
|
12
|
-
exports.ibcData = ibc_data_1.default;
|
package/mainnet/xion/chain.js
CHANGED
|
@@ -38,17 +38,17 @@ const info = {
|
|
|
38
38
|
},
|
|
39
39
|
codebase: {
|
|
40
40
|
gitRepo: 'https://github.com/burnt-labs/xion',
|
|
41
|
-
tag: 'v19.0.
|
|
42
|
-
recommendedVersion: 'v19.0.
|
|
41
|
+
tag: 'v19.0.2',
|
|
42
|
+
recommendedVersion: 'v19.0.2',
|
|
43
43
|
language: {
|
|
44
44
|
type: 'go',
|
|
45
45
|
version: 'v1.23'
|
|
46
46
|
},
|
|
47
47
|
binaries: {
|
|
48
|
-
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.
|
|
49
|
-
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.
|
|
50
|
-
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.
|
|
51
|
-
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.
|
|
48
|
+
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_darwin_amd64.tar.gz?checksum=sha256:edda13aec2274f1eceb933874a885d055b14acbbe0de21ba61ed9c25c64813d6',
|
|
49
|
+
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_darwin_arm64.tar.gz?checksum=sha256:7b94d2fdf1baa1d3dff4f947858a2bac684257be27f8bf179fb973ee8dd4fdb8',
|
|
50
|
+
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_linux_amd64.tar.gz?checksum=sha256:6072ce81d08f77f98e2d2ae7726007eca18579ea2b1690b5f76b4df782690dcb',
|
|
51
|
+
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_linux_arm64.tar.gz?checksum=sha256:0a55360653b596da5ace43c3b4a3fef6c9785bfe0e73405f591768b449af0e70'
|
|
52
52
|
},
|
|
53
53
|
sdk: {
|
|
54
54
|
type: 'cosmos',
|
package/noncosmos/ibc-data.js
CHANGED
|
@@ -26,11 +26,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
const _picasso = __importStar(require("./picasso"));
|
|
27
27
|
const _composablepolkadot = __importStar(require("./composablepolkadot"));
|
|
28
28
|
const _penumbra = __importStar(require("./penumbra"));
|
|
29
|
+
const _symphonytestnet3 = __importStar(require("./symphonytestnet3"));
|
|
29
30
|
const _cosmoshubicstestnet = __importStar(require("./cosmoshubicstestnet"));
|
|
30
31
|
const ibcData = [
|
|
31
32
|
..._picasso.ibcData,
|
|
32
33
|
..._composablepolkadot.ibcData,
|
|
33
34
|
..._penumbra.ibcData,
|
|
35
|
+
..._symphonytestnet3.ibcData,
|
|
34
36
|
..._cosmoshubicstestnet.ibcData
|
|
35
37
|
];
|
|
36
38
|
exports.default = ibcData;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ibcData: import("@chain-registry/types").IBCData[];
|
|
@@ -0,0 +1,8 @@
|
|
|
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.ibcData = void 0;
|
|
7
|
+
const ibc_data_1 = __importDefault(require("./ibc-data"));
|
|
8
|
+
exports.ibcData = ibc_data_1.default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.12",
|
|
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.12"
|
|
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": "a1949f88679fc5bb45f0a598408f377ae8d1e8f1"
|
|
43
43
|
}
|
package/testnet/asset-lists.js
CHANGED
|
@@ -120,6 +120,7 @@ const _quasartestnet = __importStar(require("./quasartestnet"));
|
|
|
120
120
|
const _qubeticstestnet = __importStar(require("./qubeticstestnet"));
|
|
121
121
|
const _quicksilvertestnet = __importStar(require("./quicksilvertestnet"));
|
|
122
122
|
const _qwoyntestnet = __importStar(require("./qwoyntestnet"));
|
|
123
|
+
const _safrochaintestnet = __importStar(require("./safrochaintestnet"));
|
|
123
124
|
const _sagatestnet = __importStar(require("./sagatestnet"));
|
|
124
125
|
const _secretnetworktestnet = __importStar(require("./secretnetworktestnet"));
|
|
125
126
|
const _sedatestnet = __importStar(require("./sedatestnet"));
|
|
@@ -138,7 +139,6 @@ const _stridetestnet = __importStar(require("./stridetestnet"));
|
|
|
138
139
|
const _sunrisetestnet = __importStar(require("./sunrisetestnet"));
|
|
139
140
|
const _swisstroniktestnet = __importStar(require("./swisstroniktestnet"));
|
|
140
141
|
const _symphonytestnet = __importStar(require("./symphonytestnet"));
|
|
141
|
-
const _symphonytestnet3 = __importStar(require("./symphonytestnet3"));
|
|
142
142
|
const _synternettestnet = __importStar(require("./synternettestnet"));
|
|
143
143
|
const _terpnettestnet = __importStar(require("./terpnettestnet"));
|
|
144
144
|
const _terpnettestnet2 = __importStar(require("./terpnettestnet2"));
|
|
@@ -257,6 +257,7 @@ const assetList = [
|
|
|
257
257
|
_qubeticstestnet.assetList,
|
|
258
258
|
_quicksilvertestnet.assetList,
|
|
259
259
|
_qwoyntestnet.assetList,
|
|
260
|
+
_safrochaintestnet.assetList,
|
|
260
261
|
_sagatestnet.assetList,
|
|
261
262
|
_secretnetworktestnet.assetList,
|
|
262
263
|
_sedatestnet.assetList,
|
|
@@ -275,7 +276,6 @@ const assetList = [
|
|
|
275
276
|
_sunrisetestnet.assetList,
|
|
276
277
|
_swisstroniktestnet.assetList,
|
|
277
278
|
_symphonytestnet.assetList,
|
|
278
|
-
_symphonytestnet3.assetList,
|
|
279
279
|
_synternettestnet.assetList,
|
|
280
280
|
_terpnettestnet.assetList,
|
|
281
281
|
_terpnettestnet2.assetList,
|
package/testnet/chains.js
CHANGED
|
@@ -120,6 +120,7 @@ const _quasartestnet = __importStar(require("./quasartestnet"));
|
|
|
120
120
|
const _qubeticstestnet = __importStar(require("./qubeticstestnet"));
|
|
121
121
|
const _quicksilvertestnet = __importStar(require("./quicksilvertestnet"));
|
|
122
122
|
const _qwoyntestnet = __importStar(require("./qwoyntestnet"));
|
|
123
|
+
const _safrochaintestnet = __importStar(require("./safrochaintestnet"));
|
|
123
124
|
const _sagatestnet = __importStar(require("./sagatestnet"));
|
|
124
125
|
const _secretnetworktestnet = __importStar(require("./secretnetworktestnet"));
|
|
125
126
|
const _sedatestnet = __importStar(require("./sedatestnet"));
|
|
@@ -138,7 +139,6 @@ const _stridetestnet = __importStar(require("./stridetestnet"));
|
|
|
138
139
|
const _sunrisetestnet = __importStar(require("./sunrisetestnet"));
|
|
139
140
|
const _swisstroniktestnet = __importStar(require("./swisstroniktestnet"));
|
|
140
141
|
const _symphonytestnet = __importStar(require("./symphonytestnet"));
|
|
141
|
-
const _symphonytestnet3 = __importStar(require("./symphonytestnet3"));
|
|
142
142
|
const _synternettestnet = __importStar(require("./synternettestnet"));
|
|
143
143
|
const _terpnettestnet = __importStar(require("./terpnettestnet"));
|
|
144
144
|
const _terpnettestnet2 = __importStar(require("./terpnettestnet2"));
|
|
@@ -257,6 +257,7 @@ const chains = [
|
|
|
257
257
|
_qubeticstestnet.chain,
|
|
258
258
|
_quicksilvertestnet.chain,
|
|
259
259
|
_qwoyntestnet.chain,
|
|
260
|
+
_safrochaintestnet.chain,
|
|
260
261
|
_sagatestnet.chain,
|
|
261
262
|
_secretnetworktestnet.chain,
|
|
262
263
|
_sedatestnet.chain,
|
|
@@ -275,7 +276,6 @@ const chains = [
|
|
|
275
276
|
_sunrisetestnet.chain,
|
|
276
277
|
_swisstroniktestnet.chain,
|
|
277
278
|
_symphonytestnet.chain,
|
|
278
|
-
_symphonytestnet3.chain,
|
|
279
279
|
_synternettestnet.chain,
|
|
280
280
|
_terpnettestnet.chain,
|
|
281
281
|
_terpnettestnet2.chain,
|
package/testnet/ibc-data.js
CHANGED
|
@@ -64,7 +64,6 @@ const _stargazetestnet = __importStar(require("./stargazetestnet"));
|
|
|
64
64
|
const _stridetestnet = __importStar(require("./stridetestnet"));
|
|
65
65
|
const _swisstroniktestnet = __importStar(require("./swisstroniktestnet"));
|
|
66
66
|
const _symphonytestnet = __importStar(require("./symphonytestnet"));
|
|
67
|
-
const _symphonytestnet3 = __importStar(require("./symphonytestnet3"));
|
|
68
67
|
const _synternettestnet = __importStar(require("./synternettestnet"));
|
|
69
68
|
const _terra2testnet = __importStar(require("./terra2testnet"));
|
|
70
69
|
const _titannettestnet = __importStar(require("./titannettestnet"));
|
|
@@ -114,7 +113,6 @@ const ibcData = [
|
|
|
114
113
|
..._stridetestnet.ibcData,
|
|
115
114
|
..._swisstroniktestnet.ibcData,
|
|
116
115
|
..._symphonytestnet.ibcData,
|
|
117
|
-
..._symphonytestnet3.ibcData,
|
|
118
116
|
..._synternettestnet.ibcData,
|
|
119
117
|
..._terra2testnet.ibcData,
|
|
120
118
|
..._titannettestnet.ibcData,
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../assetlist.schema.json',
|
|
5
|
+
chainName: 'safrochaintestnet',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'The native token of Safrochain testnet used for staking, governance, and fees.',
|
|
8
|
+
denomUnits: [
|
|
9
|
+
{
|
|
10
|
+
denom: 'saf',
|
|
11
|
+
exponent: 0,
|
|
12
|
+
aliases: ['microsaf']
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
denom: 'kuta',
|
|
16
|
+
exponent: 3,
|
|
17
|
+
aliases: ['millisaf']
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
denom: 'hela',
|
|
21
|
+
exponent: 6,
|
|
22
|
+
aliases: []
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
base: 'saf',
|
|
26
|
+
name: 'Safrochain',
|
|
27
|
+
display: 'hela',
|
|
28
|
+
symbol: 'SAF',
|
|
29
|
+
logoURIs: {
|
|
30
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.png',
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.svg'
|
|
32
|
+
},
|
|
33
|
+
images: [{
|
|
34
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.png',
|
|
35
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.svg'
|
|
36
|
+
}],
|
|
37
|
+
typeAsset: 'sdk.coin'
|
|
38
|
+
}]
|
|
39
|
+
};
|
|
40
|
+
exports.default = info;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
chainType: 'cosmos',
|
|
5
|
+
$schema: '../../chain.schema.json',
|
|
6
|
+
chainName: 'safrochaintestnet',
|
|
7
|
+
status: 'live',
|
|
8
|
+
networkType: 'testnet',
|
|
9
|
+
website: 'https://safrochain.com',
|
|
10
|
+
prettyName: 'Safrochain Testnet',
|
|
11
|
+
chainId: 'safrochain-testnet',
|
|
12
|
+
bech32Prefix: 'addr_safro',
|
|
13
|
+
daemonName: 'safrochaind',
|
|
14
|
+
nodeHome: '.safrochaind',
|
|
15
|
+
keyAlgos: ['secp256k1', 'ed25519'],
|
|
16
|
+
slip44: 118,
|
|
17
|
+
fees: {
|
|
18
|
+
feeTokens: [{
|
|
19
|
+
denom: 'saf',
|
|
20
|
+
fixedMinGasPrice: 0.001,
|
|
21
|
+
lowGasPrice: 0.0025,
|
|
22
|
+
averageGasPrice: 0.025,
|
|
23
|
+
highGasPrice: 0.04
|
|
24
|
+
}]
|
|
25
|
+
},
|
|
26
|
+
staking: {
|
|
27
|
+
stakingTokens: [{
|
|
28
|
+
denom: 'saf'
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
31
|
+
codebase: {
|
|
32
|
+
gitRepo: 'https://github.com/Safrochain-Org/safrochain-node',
|
|
33
|
+
recommendedVersion: 'v1.0.0',
|
|
34
|
+
compatibleVersions: ['v1.0.0'],
|
|
35
|
+
binaries: {
|
|
36
|
+
"linux/amd64": 'https://github.com/Safrochain-Org/safrochain-node/releases/download/v1.0.0/v1.0.0_linux_amd64.tar.gz',
|
|
37
|
+
"darwin/amd64": 'https://github.com/Safrochain-Org/safrochain-node/releases/download/v1.0.0/v1.0.0_darwin_amd64.tar.gz',
|
|
38
|
+
"darwin/arm64": 'https://github.com/Safrochain-Org/safrochain-node/releases/download/v1.0.0/v1.0.0_darwin_arm64.tar.gz'
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
apis: {
|
|
42
|
+
rpc: [{
|
|
43
|
+
address: 'https://rpc.testnet.safrochain.com',
|
|
44
|
+
provider: 'Safrochain'
|
|
45
|
+
}],
|
|
46
|
+
rest: [{
|
|
47
|
+
address: 'https://rest.testnet.safrochain.com',
|
|
48
|
+
provider: 'Safrochain'
|
|
49
|
+
}],
|
|
50
|
+
grpc: [{
|
|
51
|
+
address: 'https://grpc.testnet.safrochain.com',
|
|
52
|
+
provider: 'Safrochain'
|
|
53
|
+
}]
|
|
54
|
+
},
|
|
55
|
+
explorers: [{
|
|
56
|
+
kind: 'bigdipper',
|
|
57
|
+
url: 'https://explorer.testnet.safrochain.com',
|
|
58
|
+
txPage: 'https://explorer.testnet.safrochain.com/transactions/${txHash}'
|
|
59
|
+
}],
|
|
60
|
+
logoURIs: {
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.png',
|
|
62
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.svg'
|
|
63
|
+
}
|
|
64
|
+
};
|
|
65
|
+
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;
|
|
@@ -21,10 +21,10 @@ const info = {
|
|
|
21
21
|
display: 'mld',
|
|
22
22
|
symbol: 'MLD',
|
|
23
23
|
logoURIs: {
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
25
25
|
},
|
|
26
26
|
images: [{
|
|
27
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
27
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
28
28
|
}]
|
|
29
29
|
},
|
|
30
30
|
{
|
|
@@ -32,11 +32,10 @@ const info = {
|
|
|
32
32
|
denomUnits: [{
|
|
33
33
|
denom: 'uusd',
|
|
34
34
|
exponent: 0,
|
|
35
|
-
aliases: []
|
|
35
|
+
aliases: ['microusd']
|
|
36
36
|
}, {
|
|
37
37
|
denom: 'husd',
|
|
38
|
-
exponent: 6
|
|
39
|
-
aliases: ['harmony USD']
|
|
38
|
+
exponent: 6
|
|
40
39
|
}],
|
|
41
40
|
typeAsset: 'sdk.coin',
|
|
42
41
|
base: 'uusd',
|
|
@@ -44,10 +43,10 @@ const info = {
|
|
|
44
43
|
display: 'husd',
|
|
45
44
|
symbol: 'HUSD',
|
|
46
45
|
logoURIs: {
|
|
47
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
46
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
48
47
|
},
|
|
49
48
|
images: [{
|
|
50
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
49
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
51
50
|
}]
|
|
52
51
|
},
|
|
53
52
|
{
|
|
@@ -55,11 +54,10 @@ const info = {
|
|
|
55
54
|
denomUnits: [{
|
|
56
55
|
denom: 'ukhd',
|
|
57
56
|
exponent: 0,
|
|
58
|
-
aliases: []
|
|
57
|
+
aliases: ['microhkd']
|
|
59
58
|
}, {
|
|
60
59
|
denom: 'hkhd',
|
|
61
|
-
exponent: 6
|
|
62
|
-
aliases: ['harmony HKD']
|
|
60
|
+
exponent: 6
|
|
63
61
|
}],
|
|
64
62
|
typeAsset: 'sdk.coin',
|
|
65
63
|
base: 'ukhd',
|
|
@@ -67,10 +65,10 @@ const info = {
|
|
|
67
65
|
display: 'hkhd',
|
|
68
66
|
symbol: 'HKHD',
|
|
69
67
|
logoURIs: {
|
|
70
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
71
69
|
},
|
|
72
70
|
images: [{
|
|
73
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
71
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
74
72
|
}]
|
|
75
73
|
},
|
|
76
74
|
{
|
|
@@ -78,11 +76,10 @@ const info = {
|
|
|
78
76
|
denomUnits: [{
|
|
79
77
|
denom: 'uvnd',
|
|
80
78
|
exponent: 0,
|
|
81
|
-
aliases: []
|
|
79
|
+
aliases: ['microvnd']
|
|
82
80
|
}, {
|
|
83
81
|
denom: 'hvnd',
|
|
84
|
-
exponent: 6
|
|
85
|
-
aliases: ['harmony VND']
|
|
82
|
+
exponent: 6
|
|
86
83
|
}],
|
|
87
84
|
typeAsset: 'sdk.coin',
|
|
88
85
|
base: 'uvnd',
|
|
@@ -90,10 +87,10 @@ const info = {
|
|
|
90
87
|
display: 'hvnd',
|
|
91
88
|
symbol: 'HVND',
|
|
92
89
|
logoURIs: {
|
|
93
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
90
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
94
91
|
},
|
|
95
92
|
images: [{
|
|
96
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
93
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
97
94
|
}]
|
|
98
95
|
}
|
|
99
96
|
]
|
|
@@ -71,10 +71,10 @@ const info = {
|
|
|
71
71
|
}]
|
|
72
72
|
},
|
|
73
73
|
logoURIs: {
|
|
74
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
74
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
|
|
75
75
|
},
|
|
76
76
|
images: [{
|
|
77
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
77
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
|
|
78
78
|
}]
|
|
79
79
|
};
|
|
80
80
|
exports.default = info;
|