@chainflip/utils 0.4.5 → 0.4.6
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 +3 -1
- package/dist/consts.js +3 -1
- package/package.json +2 -2
package/dist/consts.cjs
CHANGED
|
@@ -122,7 +122,9 @@ var lpAliasMap = {
|
|
|
122
122
|
cFKZarxpf9MVwzzmYUtQfV61PRkYgTj9wUgUCeuKpKgMLrTow: { name: "Selini", twitter: "@SeliniCapital" },
|
|
123
123
|
cFLBRkucKofjzUNnFpSoW8Lv4RK24K5tUPFKAWgdrBci9WPDY: { name: "Selini", twitter: "@SeliniCapital" },
|
|
124
124
|
cFJsDTPT4Pcwco6raEz5PJC65nrdvhcu3ZoEBhtQxapsWmB8A: { name: "Tokka Labs", twitter: "@TokkaLabs" },
|
|
125
|
-
cFPJNbXH9KNP1CRejnf19ARopcS8w8c4teTz5GF3G36MZRWJG: { name: "curiouspleb", twitter: null }
|
|
125
|
+
cFPJNbXH9KNP1CRejnf19ARopcS8w8c4teTz5GF3G36MZRWJG: { name: "curiouspleb", twitter: null },
|
|
126
|
+
cFNBZ5iYqorZcAEjpUSHgt6Ghy4Hmf9sNK6rRYemEa93Xnark: { name: "curiouspleb", twitter: null },
|
|
127
|
+
cFNgY2xnF9jvLLJ9TTtFwVTUCoo9aAX26UveiN7NftzkhEyYW: { name: "curiouspleb", twitter: null }
|
|
126
128
|
};
|
|
127
129
|
var GENESIS_LP_ACCOUNT_IDS = [
|
|
128
130
|
// perseverance
|
package/dist/consts.js
CHANGED
|
@@ -89,7 +89,9 @@ var lpAliasMap = {
|
|
|
89
89
|
cFKZarxpf9MVwzzmYUtQfV61PRkYgTj9wUgUCeuKpKgMLrTow: { name: "Selini", twitter: "@SeliniCapital" },
|
|
90
90
|
cFLBRkucKofjzUNnFpSoW8Lv4RK24K5tUPFKAWgdrBci9WPDY: { name: "Selini", twitter: "@SeliniCapital" },
|
|
91
91
|
cFJsDTPT4Pcwco6raEz5PJC65nrdvhcu3ZoEBhtQxapsWmB8A: { name: "Tokka Labs", twitter: "@TokkaLabs" },
|
|
92
|
-
cFPJNbXH9KNP1CRejnf19ARopcS8w8c4teTz5GF3G36MZRWJG: { name: "curiouspleb", twitter: null }
|
|
92
|
+
cFPJNbXH9KNP1CRejnf19ARopcS8w8c4teTz5GF3G36MZRWJG: { name: "curiouspleb", twitter: null },
|
|
93
|
+
cFNBZ5iYqorZcAEjpUSHgt6Ghy4Hmf9sNK6rRYemEa93Xnark: { name: "curiouspleb", twitter: null },
|
|
94
|
+
cFNgY2xnF9jvLLJ9TTtFwVTUCoo9aAX26UveiN7NftzkhEyYW: { name: "curiouspleb", twitter: null }
|
|
93
95
|
};
|
|
94
96
|
var GENESIS_LP_ACCOUNT_IDS = [
|
|
95
97
|
// perseverance
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chainflip/utils",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@noble/hashes": "^1.5.0",
|
|
23
|
-
"@vitest/ui": "2.1.
|
|
23
|
+
"@vitest/ui": "2.1.4"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@date-fns/utc": "^2.1.0",
|