@chainflip/utils 0.7.2 → 0.7.4
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/dist/consts.cjs +8 -2
- package/dist/consts.d.cts +5 -1
- package/dist/consts.d.ts +5 -1
- package/dist/consts.js +6 -1
- package/package.json +2 -2
package/dist/consts.cjs
CHANGED
|
@@ -29,7 +29,8 @@ __export(consts_exports, {
|
|
|
29
29
|
brokerAliasMap: () => brokerAliasMap,
|
|
30
30
|
chainflipCommunityLinks: () => chainflipCommunityLinks,
|
|
31
31
|
chainflipLinks: () => chainflipLinks,
|
|
32
|
-
lpAliasMap: () => lpAliasMap
|
|
32
|
+
lpAliasMap: () => lpAliasMap,
|
|
33
|
+
smartContractAliasMap: () => smartContractAliasMap
|
|
33
34
|
});
|
|
34
35
|
module.exports = __toCommonJS(consts_exports);
|
|
35
36
|
var HEARTBEAT_BLOCK_INTERVAL = 150;
|
|
@@ -50,6 +51,10 @@ var chainflipCommunityLinks = {
|
|
|
50
51
|
twitter: "https://twitter.com/chainflip",
|
|
51
52
|
telegram: "https://t.me/chainflip_io_chat"
|
|
52
53
|
};
|
|
54
|
+
var smartContractAliasMap = {
|
|
55
|
+
"0xce16f69375520ab01377ce7b88f5ba8c48f8d666": "Squid",
|
|
56
|
+
"0xd99ac0681b904991169a4f398b9043781adbe0c3": "Symbiosis"
|
|
57
|
+
};
|
|
53
58
|
var brokerAliasMap = {
|
|
54
59
|
cFLRQDfEdmnv6d2XfHJNRBQHi4fruPMReLSfvB8WWD2ENbqj7: {
|
|
55
60
|
name: "Chainflip Swapping",
|
|
@@ -205,5 +210,6 @@ var GENESIS_LP_ACCOUNT_IDS = [
|
|
|
205
210
|
brokerAliasMap,
|
|
206
211
|
chainflipCommunityLinks,
|
|
207
212
|
chainflipLinks,
|
|
208
|
-
lpAliasMap
|
|
213
|
+
lpAliasMap,
|
|
214
|
+
smartContractAliasMap
|
|
209
215
|
});
|
package/dist/consts.d.cts
CHANGED
|
@@ -22,8 +22,12 @@ type AccountAliasMap = {
|
|
|
22
22
|
twitter: string | null;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
|
+
declare const smartContractAliasMap: {
|
|
26
|
+
'0xce16f69375520ab01377ce7b88f5ba8c48f8d666': string;
|
|
27
|
+
'0xd99ac0681b904991169a4f398b9043781adbe0c3': string;
|
|
28
|
+
};
|
|
25
29
|
declare const brokerAliasMap: AccountAliasMap;
|
|
26
30
|
declare const lpAliasMap: AccountAliasMap;
|
|
27
31
|
declare const GENESIS_LP_ACCOUNT_IDS: string[];
|
|
28
32
|
|
|
29
|
-
export { CHAINFLIP_BLOCKS_PER_YEAR, CHAINFLIP_BLOCK_TIME_SECONDS, CHAINFLIP_SS58_PREFIX, GENESIS_LP_ACCOUNT_IDS, HEARTBEAT_BLOCK_INTERVAL, POLKADOT_SS58_PREFIX, brokerAliasMap, chainflipCommunityLinks, chainflipLinks, lpAliasMap };
|
|
33
|
+
export { CHAINFLIP_BLOCKS_PER_YEAR, CHAINFLIP_BLOCK_TIME_SECONDS, CHAINFLIP_SS58_PREFIX, GENESIS_LP_ACCOUNT_IDS, HEARTBEAT_BLOCK_INTERVAL, POLKADOT_SS58_PREFIX, brokerAliasMap, chainflipCommunityLinks, chainflipLinks, lpAliasMap, smartContractAliasMap };
|
package/dist/consts.d.ts
CHANGED
|
@@ -22,8 +22,12 @@ type AccountAliasMap = {
|
|
|
22
22
|
twitter: string | null;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
|
+
declare const smartContractAliasMap: {
|
|
26
|
+
'0xce16f69375520ab01377ce7b88f5ba8c48f8d666': string;
|
|
27
|
+
'0xd99ac0681b904991169a4f398b9043781adbe0c3': string;
|
|
28
|
+
};
|
|
25
29
|
declare const brokerAliasMap: AccountAliasMap;
|
|
26
30
|
declare const lpAliasMap: AccountAliasMap;
|
|
27
31
|
declare const GENESIS_LP_ACCOUNT_IDS: string[];
|
|
28
32
|
|
|
29
|
-
export { CHAINFLIP_BLOCKS_PER_YEAR, CHAINFLIP_BLOCK_TIME_SECONDS, CHAINFLIP_SS58_PREFIX, GENESIS_LP_ACCOUNT_IDS, HEARTBEAT_BLOCK_INTERVAL, POLKADOT_SS58_PREFIX, brokerAliasMap, chainflipCommunityLinks, chainflipLinks, lpAliasMap };
|
|
33
|
+
export { CHAINFLIP_BLOCKS_PER_YEAR, CHAINFLIP_BLOCK_TIME_SECONDS, CHAINFLIP_SS58_PREFIX, GENESIS_LP_ACCOUNT_IDS, HEARTBEAT_BLOCK_INTERVAL, POLKADOT_SS58_PREFIX, brokerAliasMap, chainflipCommunityLinks, chainflipLinks, lpAliasMap, smartContractAliasMap };
|
package/dist/consts.js
CHANGED
|
@@ -17,6 +17,10 @@ var chainflipCommunityLinks = {
|
|
|
17
17
|
twitter: "https://twitter.com/chainflip",
|
|
18
18
|
telegram: "https://t.me/chainflip_io_chat"
|
|
19
19
|
};
|
|
20
|
+
var smartContractAliasMap = {
|
|
21
|
+
"0xce16f69375520ab01377ce7b88f5ba8c48f8d666": "Squid",
|
|
22
|
+
"0xd99ac0681b904991169a4f398b9043781adbe0c3": "Symbiosis"
|
|
23
|
+
};
|
|
20
24
|
var brokerAliasMap = {
|
|
21
25
|
cFLRQDfEdmnv6d2XfHJNRBQHi4fruPMReLSfvB8WWD2ENbqj7: {
|
|
22
26
|
name: "Chainflip Swapping",
|
|
@@ -171,5 +175,6 @@ export {
|
|
|
171
175
|
brokerAliasMap,
|
|
172
176
|
chainflipCommunityLinks,
|
|
173
177
|
chainflipLinks,
|
|
174
|
-
lpAliasMap
|
|
178
|
+
lpAliasMap,
|
|
179
|
+
smartContractAliasMap
|
|
175
180
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chainflip/utils",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@noble/hashes": "^1.7.1",
|
|
23
|
-
"@vitest/ui": "3.0.
|
|
23
|
+
"@vitest/ui": "3.0.9"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@date-fns/utc": "^2.1.0",
|