@paintswap/estfor-definitions 0.1.30 → 0.1.36
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/.eslintrc.json +27 -27
- package/.github/workflows/publish_npm.yml +18 -0
- package/.prettierrc +6 -6
- package/LICENSE +21 -21
- package/README.md +141 -135
- package/asconfig.json +17 -17
- package/constants.d.ts +647 -647
- package/constants.js +719 -719
- package/index.d.ts +4 -4
- package/index.js +9 -9
- package/package.json +47 -47
- package/src/constants.ts +745 -745
- package/src/index.ts +5 -5
- package/src/types.ts +464 -452
- package/src/whitelisted_admins.ts +13 -13
- package/src/whitelisted_alpha_snapshot.ts +5484 -5484
- package/tsconfig.json +9 -9
- package/types.d.ts +407 -396
- package/types.d.ts.map +1 -1
- package/types.js +458 -446
- package/whitelisted_admins.d.ts +2 -2
- package/whitelisted_admins.js +16 -16
- package/whitelisted_alpha_snapshot.d.ts +2 -2
- package/whitelisted_alpha_snapshot.d.ts.map +1 -1
- package/whitelisted_alpha_snapshot.js +5487 -5487
package/whitelisted_admins.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const whitelistedAdmins: string[];
|
|
2
|
-
export default whitelistedAdmins;
|
|
1
|
+
export declare const whitelistedAdmins: string[];
|
|
2
|
+
export default whitelistedAdmins;
|
|
3
3
|
//# sourceMappingURL=whitelisted_admins.d.ts.map
|
package/whitelisted_admins.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.whitelistedAdmins = void 0;
|
|
4
|
-
exports.whitelistedAdmins = [
|
|
5
|
-
'0x316342122a9ae36de41b231260579b92f4c8be7f',
|
|
6
|
-
'0xa801864d0d24686b15682261aa05d4e1e6e5bd94',
|
|
7
|
-
'0x946d17072eac624c3e3fb06108959b7fefbcb8ad',
|
|
8
|
-
'0xd50edd169341a4b518cf8700d8d1bb8a1c2c8970',
|
|
9
|
-
'0x43d5e0dc6fe97fc150c8eb651edd529cab3225dc',
|
|
10
|
-
'0x8ca12fb5438252ab8efa25d3fb34166eda1c17ed',
|
|
11
|
-
'0xec08fa2f34dd9ab9a53b956dddaa17e9972ee006',
|
|
12
|
-
'0x0b7653272db6468dbdebd99671c8d1e510c9a8a4',
|
|
13
|
-
'0x55ae8f2fe2c52ff5563bcb56e26015ee3ff1f427',
|
|
14
|
-
'0xa69950c58fd6f885088f492c80162eba237931c2',
|
|
15
|
-
];
|
|
16
|
-
exports.default = exports.whitelistedAdmins;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.whitelistedAdmins = void 0;
|
|
4
|
+
exports.whitelistedAdmins = [
|
|
5
|
+
'0x316342122a9ae36de41b231260579b92f4c8be7f',
|
|
6
|
+
'0xa801864d0d24686b15682261aa05d4e1e6e5bd94',
|
|
7
|
+
'0x946d17072eac624c3e3fb06108959b7fefbcb8ad',
|
|
8
|
+
'0xd50edd169341a4b518cf8700d8d1bb8a1c2c8970',
|
|
9
|
+
'0x43d5e0dc6fe97fc150c8eb651edd529cab3225dc',
|
|
10
|
+
'0x8ca12fb5438252ab8efa25d3fb34166eda1c17ed',
|
|
11
|
+
'0xec08fa2f34dd9ab9a53b956dddaa17e9972ee006',
|
|
12
|
+
'0x0b7653272db6468dbdebd99671c8d1e510c9a8a4',
|
|
13
|
+
'0x55ae8f2fe2c52ff5563bcb56e26015ee3ff1f427',
|
|
14
|
+
'0xa69950c58fd6f885088f492c80162eba237931c2',
|
|
15
|
+
];
|
|
16
|
+
exports.default = exports.whitelistedAdmins;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
export default
|
|
1
|
+
export declare const whitelistedAlphaSnapshot: string[];
|
|
2
|
+
export default whitelistedAlphaSnapshot;
|
|
3
3
|
//# sourceMappingURL=whitelisted_alpha_snapshot.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"whitelisted_alpha_snapshot.d.ts","sourceRoot":"","sources":["src/whitelisted_alpha_snapshot.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"whitelisted_alpha_snapshot.d.ts","sourceRoot":"","sources":["src/whitelisted_alpha_snapshot.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,UA02KpC,CAAA;AACD,eAAe,wBAAwB,CAAA"}
|