@boostxyz/sdk 6.1.1 → 6.1.3
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/Actions/Action.cjs +1 -1
- package/dist/Actions/Action.js +1 -1
- package/dist/AllowLists/AllowList.cjs +1 -1
- package/dist/AllowLists/AllowList.js +1 -1
- package/dist/BoostCore.cjs +1 -1
- package/dist/BoostCore.js +2 -2
- package/dist/{Budget-Dm6h8giH.cjs → Budget-BjfL8dVX.cjs} +2 -2
- package/dist/{Budget-Dm6h8giH.cjs.map → Budget-BjfL8dVX.cjs.map} +1 -1
- package/dist/{Budget-JjYzHgRx.js → Budget-DD7IPuDx.js} +2 -2
- package/dist/{Budget-JjYzHgRx.js.map → Budget-DD7IPuDx.js.map} +1 -1
- package/dist/Budgets/Budget.cjs +1 -1
- package/dist/Budgets/Budget.js +2 -2
- package/dist/{Incentive-DCOhfsid.js → Incentive-V1RjH38L.js} +2 -2
- package/dist/{Incentive-DCOhfsid.js.map → Incentive-V1RjH38L.js.map} +1 -1
- package/dist/{Incentive-BHOurMJr.cjs → Incentive-gVTfsnMB.cjs} +2 -2
- package/dist/{Incentive-BHOurMJr.cjs.map → Incentive-gVTfsnMB.cjs.map} +1 -1
- package/dist/Incentives/Incentive.cjs +1 -1
- package/dist/Incentives/Incentive.js +2 -2
- package/dist/Validators/LimitedSignerValidator.cjs +1 -1
- package/dist/Validators/LimitedSignerValidator.cjs.map +1 -1
- package/dist/Validators/LimitedSignerValidator.d.ts.map +1 -1
- package/dist/Validators/LimitedSignerValidator.js +37 -41
- package/dist/Validators/LimitedSignerValidator.js.map +1 -1
- package/dist/Validators/Validator.cjs +1 -1
- package/dist/Validators/Validator.cjs.map +1 -1
- package/dist/Validators/Validator.d.ts +2 -2
- package/dist/Validators/Validator.d.ts.map +1 -1
- package/dist/Validators/Validator.js +19 -20
- package/dist/Validators/Validator.js.map +1 -1
- package/dist/componentInterfaces-CA1UIqWL.js +20 -0
- package/dist/componentInterfaces-CA1UIqWL.js.map +1 -0
- package/dist/componentInterfaces-aBgBbB7r.cjs +2 -0
- package/dist/componentInterfaces-aBgBbB7r.cjs.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/src/Validators/LimitedSignerValidator.ts +1 -4
- package/src/Validators/Validator.ts +2 -4
- package/dist/componentInterfaces-5Ezh3Pvx.js +0 -19
- package/dist/componentInterfaces-5Ezh3Pvx.js.map +0 -1
- package/dist/componentInterfaces-Cm4Zfn1v.cjs +0 -2
- package/dist/componentInterfaces-Cm4Zfn1v.cjs.map +0 -1
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { aValidatorAbi } from '@boostxyz/evm';
|
|
2
2
|
import {
|
|
3
|
+
ALimitedSignerValidator,
|
|
3
4
|
ASignerValidator,
|
|
4
|
-
// TODO: bring this back in
|
|
5
|
-
// ALimitedSignerValidator,
|
|
6
5
|
} from '@boostxyz/evm/deploys/componentInterfaces.json';
|
|
7
6
|
import { readContract } from '@wagmi/core';
|
|
8
7
|
import { type Address, type Hex, decodeAbiParameters } from 'viem';
|
|
@@ -29,8 +28,7 @@ export type Validator = SignerValidator | LimitedSignerValidator;
|
|
|
29
28
|
*/
|
|
30
29
|
export const ValidatorByComponentInterface = {
|
|
31
30
|
[ASignerValidator as Hex]: SignerValidator,
|
|
32
|
-
|
|
33
|
-
// [ALimitedSignerValidator as Hex]: LimitedSignerValidator,
|
|
31
|
+
[ALimitedSignerValidator as Hex]: LimitedSignerValidator,
|
|
34
32
|
};
|
|
35
33
|
|
|
36
34
|
/**
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
const e = "0xc2c281ec", n = "0x53cf8555", a = "0x7cc1d5bb", t = "0x56586338", c = "0xf60c99c9", s = "0x52b8e45c", i = "0x90318111", o = "0x7687b0ed", A = "0x5fbfaa4e", d = "0xde98bbf0", x = "0xa2dceadb", b = "0x0d36a40d", g = "0xb8ce7b22", l = "0x1392d798", r = "0x3d30a22c";
|
|
2
|
-
export {
|
|
3
|
-
o as A,
|
|
4
|
-
g as a,
|
|
5
|
-
l as b,
|
|
6
|
-
r as c,
|
|
7
|
-
A as d,
|
|
8
|
-
d as e,
|
|
9
|
-
x as f,
|
|
10
|
-
b as g,
|
|
11
|
-
a as h,
|
|
12
|
-
c as i,
|
|
13
|
-
t as j,
|
|
14
|
-
e as k,
|
|
15
|
-
n as l,
|
|
16
|
-
i as m,
|
|
17
|
-
s as n
|
|
18
|
-
};
|
|
19
|
-
//# sourceMappingURL=componentInterfaces-5Ezh3Pvx.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"componentInterfaces-5Ezh3Pvx.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";const e="0xc2c281ec",n="0x53cf8555",t="0x7cc1d5bb",i="0x56586338",c="0xf60c99c9",a="0x52b8e45c",A="0x90318111",s="0x7687b0ed",d="0x5fbfaa4e",o="0xde98bbf0",g="0xa2dceadb",l="0x0d36a40d",r="0xb8ce7b22",v="0x1392d798",b="0x3d30a22c";exports.AAllowListIncentive=e;exports.ACGDAIncentive=n;exports.AERC20Incentive=t;exports.AERC20PeggedIncentive=i;exports.AERC20PeggedVariableCriteriaIncentive=c;exports.AERC20VariableCriteriaIncentive=a;exports.AERC20VariableIncentive=A;exports.AEventAction=s;exports.AManagedBudget=d;exports.AManagedBudgetWithFees=o;exports.AManagedBudgetWithFeesV2=g;exports.APointsIncentive=l;exports.ASignerValidator=r;exports.ASimpleAllowList=v;exports.ASimpleDenyList=b;
|
|
2
|
-
//# sourceMappingURL=componentInterfaces-Cm4Zfn1v.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"componentInterfaces-Cm4Zfn1v.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|