@boostxyz/sdk 7.8.0 → 8.0.0-canary.0
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/Actions/EventAction.cjs +1 -1
- package/dist/Actions/EventAction.cjs.map +1 -1
- package/dist/Actions/EventAction.d.ts +4 -4
- package/dist/Actions/EventAction.js +97 -97
- package/dist/Actions/EventAction.js.map +1 -1
- package/dist/{AllowList-DiU7g4Hs.js → AllowList-CWqAYlwr.js} +28 -28
- package/dist/{AllowList-DiU7g4Hs.js.map → AllowList-CWqAYlwr.js.map} +1 -1
- package/dist/{AllowList-BJ9HQGFs.cjs → AllowList-Lpqz7tn9.cjs} +2 -2
- package/dist/{AllowList-BJ9HQGFs.cjs.map → AllowList-Lpqz7tn9.cjs.map} +1 -1
- package/dist/AllowLists/AllowList.cjs +1 -1
- package/dist/AllowLists/AllowList.js +3 -3
- package/dist/AllowLists/SimpleAllowList.cjs +1 -1
- package/dist/AllowLists/SimpleAllowList.js +8 -8
- package/dist/AllowLists/SimpleDenyList.cjs +1 -1
- package/dist/AllowLists/SimpleDenyList.js +3 -3
- package/dist/Auth/PassthroughAuth.cjs +1 -1
- package/dist/Auth/PassthroughAuth.js +1 -1
- package/dist/BoostCore.cjs +2 -2
- package/dist/BoostCore.cjs.map +1 -1
- package/dist/BoostCore.d.ts +106 -23
- package/dist/BoostCore.d.ts.map +1 -1
- package/dist/BoostCore.js +518 -451
- package/dist/BoostCore.js.map +1 -1
- package/dist/BoostRegistry.cjs +1 -1
- package/dist/BoostRegistry.js +46 -46
- package/dist/{Budget-YIhV65cc.js → Budget-BPPXnBAK.js} +36 -36
- package/dist/{Budget-YIhV65cc.js.map → Budget-BPPXnBAK.js.map} +1 -1
- package/dist/{Budget-D_zhh1rh.cjs → Budget-rZm-AY09.cjs} +2 -2
- package/dist/{Budget-D_zhh1rh.cjs.map → Budget-rZm-AY09.cjs.map} +1 -1
- package/dist/Budgets/Budget.cjs +1 -1
- package/dist/Budgets/Budget.js +2 -2
- package/dist/Budgets/ManagedBudget.cjs +1 -1
- package/dist/Budgets/ManagedBudget.js +24 -24
- package/dist/Deployable/Contract.cjs +1 -1
- package/dist/Deployable/Contract.cjs.map +1 -1
- package/dist/Deployable/Contract.d.ts +8 -0
- package/dist/Deployable/Contract.d.ts.map +1 -1
- package/dist/Deployable/Contract.js +14 -4
- package/dist/Deployable/Contract.js.map +1 -1
- package/dist/Deployable/Deployable.cjs +1 -1
- package/dist/Deployable/Deployable.cjs.map +1 -1
- package/dist/Deployable/Deployable.d.ts +7 -0
- package/dist/Deployable/Deployable.d.ts.map +1 -1
- package/dist/Deployable/Deployable.js +13 -4
- package/dist/Deployable/Deployable.js.map +1 -1
- package/dist/Deployable/DeployableTarget.cjs +1 -1
- package/dist/Deployable/DeployableTarget.js +7 -7
- package/dist/Deployable/DeployableTargetWithRBAC.cjs +1 -1
- package/dist/Deployable/DeployableTargetWithRBAC.js +16 -16
- package/dist/{Incentive-CrnbYN_a.cjs → Incentive-Bse5BKbF.cjs} +2 -2
- package/dist/{Incentive-CrnbYN_a.cjs.map → Incentive-Bse5BKbF.cjs.map} +1 -1
- package/dist/{Incentive-CeoEla-t.js → Incentive-D1sYPD0W.js} +23 -23
- package/dist/{Incentive-CeoEla-t.js.map → Incentive-D1sYPD0W.js.map} +1 -1
- package/dist/Incentives/AllowListIncentive.cjs +1 -1
- package/dist/Incentives/AllowListIncentive.js +17 -17
- package/dist/Incentives/CGDAIncentive.cjs +1 -1
- package/dist/Incentives/CGDAIncentive.js +38 -38
- package/dist/Incentives/ERC20Incentive.cjs +1 -1
- package/dist/Incentives/ERC20Incentive.js +13 -13
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.cjs +1 -1
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.cjs.map +1 -1
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.d.ts +6 -6
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.js +22 -22
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.js.map +1 -1
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.cjs +1 -1
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.cjs.map +1 -1
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.d.ts +6 -6
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.js +91 -91
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.js.map +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs.map +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.d.ts +6 -6
- package/dist/Incentives/ERC20VariableCriteriaIncentive.js +9 -9
- package/dist/Incentives/ERC20VariableCriteriaIncentive.js.map +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.cjs +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.cjs.map +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.d.ts +6 -6
- package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.js +9 -9
- package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.js.map +1 -1
- package/dist/Incentives/ERC20VariableIncentive.cjs +1 -1
- package/dist/Incentives/ERC20VariableIncentive.js +12 -12
- package/dist/Incentives/Incentive.cjs +1 -1
- package/dist/Incentives/Incentive.js +2 -2
- package/dist/Incentives/PointsIncentive.cjs +1 -1
- package/dist/Incentives/PointsIncentive.js +10 -10
- package/dist/{SimpleDenyList-Dr03aOeP.js → SimpleDenyList-BtEUdiAj.js} +14 -14
- package/dist/{SimpleDenyList-Dr03aOeP.js.map → SimpleDenyList-BtEUdiAj.js.map} +1 -1
- package/dist/{SimpleDenyList-7-VTqfsH.cjs → SimpleDenyList-DEoMIYhE.cjs} +2 -2
- package/dist/{SimpleDenyList-7-VTqfsH.cjs.map → SimpleDenyList-DEoMIYhE.cjs.map} +1 -1
- package/dist/{Validator-rYW7PMwW.cjs → Validator-DHS4vjSa.cjs} +2 -2
- package/dist/{Validator-rYW7PMwW.cjs.map → Validator-DHS4vjSa.cjs.map} +1 -1
- package/dist/{Validator-DgvB9wge.js → Validator-Kpvmj9Bs.js} +9 -9
- package/dist/{Validator-DgvB9wge.js.map → Validator-Kpvmj9Bs.js.map} +1 -1
- package/dist/Validators/LimitedSignerValidator.cjs +1 -1
- package/dist/Validators/LimitedSignerValidator.js +17 -17
- package/dist/Validators/SignerValidator.cjs +1 -1
- package/dist/Validators/SignerValidator.js +3 -3
- package/dist/Validators/Validator.cjs +1 -1
- package/dist/Validators/Validator.js +2 -2
- package/dist/{deployments-CHQ30INq.js → deployments-Coa8CGi2.js} +67 -67
- package/dist/{deployments-CHQ30INq.js.map → deployments-Coa8CGi2.js.map} +1 -1
- package/dist/{deployments-BjBgk03b.cjs → deployments-Dgzcz4Ev.cjs} +2 -2
- package/dist/deployments-Dgzcz4Ev.cjs.map +1 -0
- package/dist/deployments.json +46 -46
- package/dist/generated-BzLYuFx3.cjs +3 -0
- package/dist/generated-BzLYuFx3.cjs.map +1 -0
- package/dist/{generated-B6mEIx8i.js → generated-D6oDILUw.js} +250 -193
- package/dist/generated-D6oDILUw.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +16 -16
- package/dist/utils.cjs.map +1 -1
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js.map +1 -1
- package/package.json +1 -1
- package/src/BoostCore.test.ts +34 -23
- package/src/BoostCore.ts +124 -26
- package/src/Deployable/Contract.ts +11 -0
- package/src/Deployable/Deployable.ts +10 -0
- package/src/utils.ts +0 -1
- package/dist/deployments-BjBgk03b.cjs.map +0 -1
- package/dist/generated-B6mEIx8i.js.map +0 -1
- package/dist/generated-dd4FN0Fo.cjs +0 -3
- package/dist/generated-dd4FN0Fo.cjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { simulateContract as
|
|
1
|
+
import { simulateContract as Q, readContract as K, writeContract as ee } from "viem/actions";
|
|
2
2
|
import { createClient as te, custom as ne } from "viem";
|
|
3
3
|
import { parseAccount as ae, getAddress as ie } from "viem/utils";
|
|
4
4
|
function q(n) {
|
|
@@ -58,7 +58,7 @@ function q(n) {
|
|
|
58
58
|
};
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
function
|
|
61
|
+
function P(n) {
|
|
62
62
|
return n.state.chainId;
|
|
63
63
|
}
|
|
64
64
|
function S(n, s, t) {
|
|
@@ -180,19 +180,19 @@ class oe extends z {
|
|
|
180
180
|
});
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
|
-
async function
|
|
183
|
+
async function W(n, s = {}) {
|
|
184
184
|
let t;
|
|
185
185
|
if (s.connector) {
|
|
186
186
|
const { connector: l } = s;
|
|
187
187
|
if (n.state.status === "reconnecting" && !l.getAccounts && !l.getChainId)
|
|
188
188
|
throw new oe({ connector: l });
|
|
189
|
-
const [H,
|
|
189
|
+
const [H, Y] = await Promise.all([
|
|
190
190
|
l.getAccounts(),
|
|
191
191
|
l.getChainId()
|
|
192
192
|
]);
|
|
193
193
|
t = {
|
|
194
194
|
accounts: H,
|
|
195
|
-
chainId:
|
|
195
|
+
chainId: Y,
|
|
196
196
|
connector: l
|
|
197
197
|
};
|
|
198
198
|
} else
|
|
@@ -222,14 +222,14 @@ async function j(n, s = {}) {
|
|
|
222
222
|
transport: (l) => ne(_)({ ...l, retryCount: 0 })
|
|
223
223
|
});
|
|
224
224
|
}
|
|
225
|
-
async function
|
|
225
|
+
async function B(n, s) {
|
|
226
226
|
const { abi: t, chainId: p, connector: u, ...r } = s;
|
|
227
227
|
let y;
|
|
228
|
-
s.account ? y = s.account : y = (await
|
|
228
|
+
s.account ? y = s.account : y = (await W(n, {
|
|
229
229
|
chainId: p,
|
|
230
230
|
connector: u
|
|
231
231
|
})).account;
|
|
232
|
-
const O = n.getClient({ chainId: p }), _ = S(O,
|
|
232
|
+
const O = n.getClient({ chainId: p }), _ = S(O, Q, "simulateContract"), { result: l, request: H } = await _({ ...r, abi: t, account: y });
|
|
233
233
|
return {
|
|
234
234
|
chainId: O.chain.id,
|
|
235
235
|
result: l,
|
|
@@ -239,14 +239,14 @@ async function U(n, s) {
|
|
|
239
239
|
function a(n) {
|
|
240
240
|
return n.address !== void 0 && typeof n.address == "object" ? (s, t) => {
|
|
241
241
|
var p;
|
|
242
|
-
const u =
|
|
243
|
-
return
|
|
242
|
+
const u = P(s), r = q(s), y = (t == null ? void 0 : t.chainId) ?? r.chainId ?? u;
|
|
243
|
+
return B(s, {
|
|
244
244
|
...t,
|
|
245
245
|
...n.functionName ? { functionName: n.functionName } : {},
|
|
246
246
|
address: (p = n.address) == null ? void 0 : p[y],
|
|
247
247
|
abi: n.abi
|
|
248
248
|
});
|
|
249
|
-
} : (s, t) =>
|
|
249
|
+
} : (s, t) => B(s, {
|
|
250
250
|
...t,
|
|
251
251
|
...n.address ? { address: n.address } : {},
|
|
252
252
|
...n.functionName ? { functionName: n.functionName } : {},
|
|
@@ -255,12 +255,12 @@ function a(n) {
|
|
|
255
255
|
}
|
|
256
256
|
function V(n, s) {
|
|
257
257
|
const { chainId: t, ...p } = s, u = n.getClient({ chainId: t });
|
|
258
|
-
return S(u,
|
|
258
|
+
return S(u, K, "readContract")(p);
|
|
259
259
|
}
|
|
260
260
|
function e(n) {
|
|
261
261
|
return n.address !== void 0 && typeof n.address == "object" ? (s, t) => {
|
|
262
262
|
var p;
|
|
263
|
-
const u =
|
|
263
|
+
const u = P(s), r = q(s), y = (t == null ? void 0 : t.chainId) ?? r.chainId ?? u;
|
|
264
264
|
return V(s, {
|
|
265
265
|
...t,
|
|
266
266
|
...n.functionName ? { functionName: n.functionName } : {},
|
|
@@ -277,13 +277,13 @@ function e(n) {
|
|
|
277
277
|
async function Z(n, s) {
|
|
278
278
|
const { account: t, chainId: p, connector: u, __mode: r, ...y } = s;
|
|
279
279
|
let O;
|
|
280
|
-
typeof t == "object" && t.type === "local" ? O = n.getClient({ chainId: p }) : O = await
|
|
280
|
+
typeof t == "object" && t.type === "local" ? O = n.getClient({ chainId: p }) : O = await W(n, { account: t, chainId: p, connector: u });
|
|
281
281
|
const { connector: _ } = q(n);
|
|
282
282
|
let l;
|
|
283
283
|
if (r === "prepared" || _ != null && _.supportsSimulation)
|
|
284
284
|
l = y;
|
|
285
285
|
else {
|
|
286
|
-
const { request: H } = await
|
|
286
|
+
const { request: H } = await B(n, {
|
|
287
287
|
...y,
|
|
288
288
|
account: t,
|
|
289
289
|
chainId: p
|
|
@@ -299,7 +299,7 @@ async function Z(n, s) {
|
|
|
299
299
|
function i(n) {
|
|
300
300
|
return n.address !== void 0 && typeof n.address == "object" ? (s, t) => {
|
|
301
301
|
var p;
|
|
302
|
-
const u =
|
|
302
|
+
const u = P(s), r = q(s);
|
|
303
303
|
let y;
|
|
304
304
|
return t.chainId ? y = t.chainId : t.account && t.account === r.address || t.account === void 0 ? y = r.chainId : y = u, Z(s, {
|
|
305
305
|
...t,
|
|
@@ -1072,7 +1072,7 @@ const Te = [
|
|
|
1072
1072
|
stateMutability: "payable"
|
|
1073
1073
|
},
|
|
1074
1074
|
{ type: "receive", stateMutability: "payable" }
|
|
1075
|
-
],
|
|
1075
|
+
], j = [
|
|
1076
1076
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
1077
1077
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
1078
1078
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
@@ -1534,23 +1534,7 @@ const Te = [
|
|
|
1534
1534
|
stateMutability: "payable"
|
|
1535
1535
|
}
|
|
1536
1536
|
], o = [
|
|
1537
|
-
{
|
|
1538
|
-
type: "constructor",
|
|
1539
|
-
inputs: [
|
|
1540
|
-
{
|
|
1541
|
-
name: "registry_",
|
|
1542
|
-
internalType: "contract BoostRegistry",
|
|
1543
|
-
type: "address"
|
|
1544
|
-
},
|
|
1545
|
-
{
|
|
1546
|
-
name: "protocolFeeReceiver_",
|
|
1547
|
-
internalType: "address",
|
|
1548
|
-
type: "address"
|
|
1549
|
-
},
|
|
1550
|
-
{ name: "owner_", internalType: "address", type: "address" }
|
|
1551
|
-
],
|
|
1552
|
-
stateMutability: "nonpayable"
|
|
1553
|
-
},
|
|
1537
|
+
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
1554
1538
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
1555
1539
|
{
|
|
1556
1540
|
type: "error",
|
|
@@ -1569,6 +1553,7 @@ const Te = [
|
|
|
1569
1553
|
name: "ClawbackFailed"
|
|
1570
1554
|
},
|
|
1571
1555
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
1556
|
+
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
1572
1557
|
{
|
|
1573
1558
|
type: "error",
|
|
1574
1559
|
inputs: [
|
|
@@ -1580,9 +1565,12 @@ const Te = [
|
|
|
1580
1565
|
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
1581
1566
|
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
1582
1567
|
{ type: "error", inputs: [], name: "NotImplemented" },
|
|
1568
|
+
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
1583
1569
|
{ type: "error", inputs: [], name: "Reentrancy" },
|
|
1584
1570
|
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
1585
1571
|
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
1572
|
+
{ type: "error", inputs: [], name: "UnauthorizedCallContext" },
|
|
1573
|
+
{ type: "error", inputs: [], name: "UpgradeFailed" },
|
|
1586
1574
|
{
|
|
1587
1575
|
type: "event",
|
|
1588
1576
|
anonymous: !1,
|
|
@@ -1727,6 +1715,19 @@ const Te = [
|
|
|
1727
1715
|
],
|
|
1728
1716
|
name: "IncentiveAdded"
|
|
1729
1717
|
},
|
|
1718
|
+
{
|
|
1719
|
+
type: "event",
|
|
1720
|
+
anonymous: !1,
|
|
1721
|
+
inputs: [
|
|
1722
|
+
{
|
|
1723
|
+
name: "version",
|
|
1724
|
+
internalType: "uint64",
|
|
1725
|
+
type: "uint64",
|
|
1726
|
+
indexed: !1
|
|
1727
|
+
}
|
|
1728
|
+
],
|
|
1729
|
+
name: "Initialized"
|
|
1730
|
+
},
|
|
1730
1731
|
{
|
|
1731
1732
|
type: "event",
|
|
1732
1733
|
anonymous: !1,
|
|
@@ -1803,6 +1804,19 @@ const Te = [
|
|
|
1803
1804
|
],
|
|
1804
1805
|
name: "ProtocolFeesCollected"
|
|
1805
1806
|
},
|
|
1807
|
+
{
|
|
1808
|
+
type: "event",
|
|
1809
|
+
anonymous: !1,
|
|
1810
|
+
inputs: [
|
|
1811
|
+
{
|
|
1812
|
+
name: "implementation",
|
|
1813
|
+
internalType: "address",
|
|
1814
|
+
type: "address",
|
|
1815
|
+
indexed: !0
|
|
1816
|
+
}
|
|
1817
|
+
],
|
|
1818
|
+
name: "Upgraded"
|
|
1819
|
+
},
|
|
1806
1820
|
{
|
|
1807
1821
|
type: "function",
|
|
1808
1822
|
inputs: [],
|
|
@@ -2030,6 +2044,25 @@ const Te = [
|
|
|
2030
2044
|
],
|
|
2031
2045
|
stateMutability: "view"
|
|
2032
2046
|
},
|
|
2047
|
+
{
|
|
2048
|
+
type: "function",
|
|
2049
|
+
inputs: [
|
|
2050
|
+
{
|
|
2051
|
+
name: "registry_",
|
|
2052
|
+
internalType: "contract BoostRegistry",
|
|
2053
|
+
type: "address"
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
name: "protocolFeeReceiver_",
|
|
2057
|
+
internalType: "address",
|
|
2058
|
+
type: "address"
|
|
2059
|
+
},
|
|
2060
|
+
{ name: "owner_", internalType: "address", type: "address" }
|
|
2061
|
+
],
|
|
2062
|
+
name: "initialize",
|
|
2063
|
+
outputs: [],
|
|
2064
|
+
stateMutability: "nonpayable"
|
|
2065
|
+
},
|
|
2033
2066
|
{
|
|
2034
2067
|
type: "function",
|
|
2035
2068
|
inputs: [],
|
|
@@ -2067,6 +2100,13 @@ const Te = [
|
|
|
2067
2100
|
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
2068
2101
|
stateMutability: "view"
|
|
2069
2102
|
},
|
|
2103
|
+
{
|
|
2104
|
+
type: "function",
|
|
2105
|
+
inputs: [],
|
|
2106
|
+
name: "proxiableUUID",
|
|
2107
|
+
outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }],
|
|
2108
|
+
stateMutability: "view"
|
|
2109
|
+
},
|
|
2070
2110
|
{
|
|
2071
2111
|
type: "function",
|
|
2072
2112
|
inputs: [],
|
|
@@ -2172,6 +2212,23 @@ const Te = [
|
|
|
2172
2212
|
name: "transferOwnership",
|
|
2173
2213
|
outputs: [],
|
|
2174
2214
|
stateMutability: "payable"
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
type: "function",
|
|
2218
|
+
inputs: [
|
|
2219
|
+
{ name: "newImplementation", internalType: "address", type: "address" },
|
|
2220
|
+
{ name: "data", internalType: "bytes", type: "bytes" }
|
|
2221
|
+
],
|
|
2222
|
+
name: "upgradeToAndCall",
|
|
2223
|
+
outputs: [],
|
|
2224
|
+
stateMutability: "payable"
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
type: "function",
|
|
2228
|
+
inputs: [],
|
|
2229
|
+
name: "version",
|
|
2230
|
+
outputs: [{ name: "", internalType: "string", type: "string" }],
|
|
2231
|
+
stateMutability: "pure"
|
|
2175
2232
|
}
|
|
2176
2233
|
], x = [
|
|
2177
2234
|
{
|
|
@@ -3819,7 +3876,7 @@ const Te = [
|
|
|
3819
3876
|
type: "uint8"
|
|
3820
3877
|
},
|
|
3821
3878
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
3822
|
-
{ name: "fieldIndex", internalType: "
|
|
3879
|
+
{ name: "fieldIndex", internalType: "uint32", type: "uint32" },
|
|
3823
3880
|
{ name: "targetContract", internalType: "address", type: "address" }
|
|
3824
3881
|
],
|
|
3825
3882
|
indexed: !1
|
|
@@ -4019,7 +4076,7 @@ const Te = [
|
|
|
4019
4076
|
type: "uint8"
|
|
4020
4077
|
},
|
|
4021
4078
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
4022
|
-
{ name: "fieldIndex", internalType: "
|
|
4079
|
+
{ name: "fieldIndex", internalType: "uint32", type: "uint32" },
|
|
4023
4080
|
{ name: "targetContract", internalType: "address", type: "address" }
|
|
4024
4081
|
]
|
|
4025
4082
|
}
|
|
@@ -4091,7 +4148,7 @@ const Te = [
|
|
|
4091
4148
|
type: "uint8"
|
|
4092
4149
|
},
|
|
4093
4150
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
4094
|
-
{ name: "fieldIndex", internalType: "
|
|
4151
|
+
{ name: "fieldIndex", internalType: "uint32", type: "uint32" },
|
|
4095
4152
|
{ name: "targetContract", internalType: "address", type: "address" }
|
|
4096
4153
|
],
|
|
4097
4154
|
stateMutability: "view"
|
|
@@ -4341,7 +4398,7 @@ const Te = [
|
|
|
4341
4398
|
type: "uint8"
|
|
4342
4399
|
},
|
|
4343
4400
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
4344
|
-
{ name: "fieldIndex", internalType: "
|
|
4401
|
+
{ name: "fieldIndex", internalType: "uint32", type: "uint32" },
|
|
4345
4402
|
{ name: "targetContract", internalType: "address", type: "address" },
|
|
4346
4403
|
{ name: "valueType", internalType: "enum ValueType", type: "uint8" }
|
|
4347
4404
|
],
|
|
@@ -4542,7 +4599,7 @@ const Te = [
|
|
|
4542
4599
|
type: "uint8"
|
|
4543
4600
|
},
|
|
4544
4601
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
4545
|
-
{ name: "fieldIndex", internalType: "
|
|
4602
|
+
{ name: "fieldIndex", internalType: "uint32", type: "uint32" },
|
|
4546
4603
|
{ name: "targetContract", internalType: "address", type: "address" },
|
|
4547
4604
|
{ name: "valueType", internalType: "enum ValueType", type: "uint8" }
|
|
4548
4605
|
]
|
|
@@ -4615,7 +4672,7 @@ const Te = [
|
|
|
4615
4672
|
type: "uint8"
|
|
4616
4673
|
},
|
|
4617
4674
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
4618
|
-
{ name: "fieldIndex", internalType: "
|
|
4675
|
+
{ name: "fieldIndex", internalType: "uint32", type: "uint32" },
|
|
4619
4676
|
{ name: "targetContract", internalType: "address", type: "address" },
|
|
4620
4677
|
{ name: "valueType", internalType: "enum ValueType", type: "uint8" }
|
|
4621
4678
|
],
|
|
@@ -4782,7 +4839,7 @@ const Te = [
|
|
|
4782
4839
|
outputs: [],
|
|
4783
4840
|
stateMutability: "payable"
|
|
4784
4841
|
}
|
|
4785
|
-
],
|
|
4842
|
+
], J = [
|
|
4786
4843
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
4787
4844
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
4788
4845
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -4858,7 +4915,7 @@ const Te = [
|
|
|
4858
4915
|
type: "uint8"
|
|
4859
4916
|
},
|
|
4860
4917
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
4861
|
-
{ name: "fieldIndex", internalType: "
|
|
4918
|
+
{ name: "fieldIndex", internalType: "uint32", type: "uint32" },
|
|
4862
4919
|
{ name: "targetContract", internalType: "address", type: "address" }
|
|
4863
4920
|
],
|
|
4864
4921
|
indexed: !1
|
|
@@ -5083,7 +5140,7 @@ const Te = [
|
|
|
5083
5140
|
type: "uint8"
|
|
5084
5141
|
},
|
|
5085
5142
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
5086
|
-
{ name: "fieldIndex", internalType: "
|
|
5143
|
+
{ name: "fieldIndex", internalType: "uint32", type: "uint32" },
|
|
5087
5144
|
{ name: "targetContract", internalType: "address", type: "address" }
|
|
5088
5145
|
]
|
|
5089
5146
|
}
|
|
@@ -5148,7 +5205,7 @@ const Te = [
|
|
|
5148
5205
|
type: "uint8"
|
|
5149
5206
|
},
|
|
5150
5207
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
5151
|
-
{ name: "fieldIndex", internalType: "
|
|
5208
|
+
{ name: "fieldIndex", internalType: "uint32", type: "uint32" },
|
|
5152
5209
|
{ name: "targetContract", internalType: "address", type: "address" }
|
|
5153
5210
|
],
|
|
5154
5211
|
stateMutability: "view"
|
|
@@ -5307,7 +5364,7 @@ const Te = [
|
|
|
5307
5364
|
outputs: [],
|
|
5308
5365
|
stateMutability: "payable"
|
|
5309
5366
|
}
|
|
5310
|
-
],
|
|
5367
|
+
], X = [
|
|
5311
5368
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
5312
5369
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
5313
5370
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -5383,7 +5440,7 @@ const Te = [
|
|
|
5383
5440
|
type: "uint8"
|
|
5384
5441
|
},
|
|
5385
5442
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
5386
|
-
{ name: "fieldIndex", internalType: "
|
|
5443
|
+
{ name: "fieldIndex", internalType: "uint32", type: "uint32" },
|
|
5387
5444
|
{ name: "targetContract", internalType: "address", type: "address" },
|
|
5388
5445
|
{ name: "valueType", internalType: "enum ValueType", type: "uint8" }
|
|
5389
5446
|
],
|
|
@@ -5609,7 +5666,7 @@ const Te = [
|
|
|
5609
5666
|
type: "uint8"
|
|
5610
5667
|
},
|
|
5611
5668
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
5612
|
-
{ name: "fieldIndex", internalType: "
|
|
5669
|
+
{ name: "fieldIndex", internalType: "uint32", type: "uint32" },
|
|
5613
5670
|
{ name: "targetContract", internalType: "address", type: "address" },
|
|
5614
5671
|
{ name: "valueType", internalType: "enum ValueType", type: "uint8" }
|
|
5615
5672
|
]
|
|
@@ -5675,7 +5732,7 @@ const Te = [
|
|
|
5675
5732
|
type: "uint8"
|
|
5676
5733
|
},
|
|
5677
5734
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
5678
|
-
{ name: "fieldIndex", internalType: "
|
|
5735
|
+
{ name: "fieldIndex", internalType: "uint32", type: "uint32" },
|
|
5679
5736
|
{ name: "targetContract", internalType: "address", type: "address" },
|
|
5680
5737
|
{ name: "valueType", internalType: "enum ValueType", type: "uint8" }
|
|
5681
5738
|
],
|
|
@@ -6320,7 +6377,7 @@ const Te = [
|
|
|
6320
6377
|
type: "uint8"
|
|
6321
6378
|
},
|
|
6322
6379
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
6323
|
-
{ name: "fieldIndex", internalType: "
|
|
6380
|
+
{ name: "fieldIndex", internalType: "uint32", type: "uint32" },
|
|
6324
6381
|
{ name: "targetContract", internalType: "address", type: "address" },
|
|
6325
6382
|
{ name: "chainid", internalType: "uint256", type: "uint256" }
|
|
6326
6383
|
],
|
|
@@ -6521,7 +6578,7 @@ const Te = [
|
|
|
6521
6578
|
type: "uint8"
|
|
6522
6579
|
},
|
|
6523
6580
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
6524
|
-
{ name: "fieldIndex", internalType: "
|
|
6581
|
+
{ name: "fieldIndex", internalType: "uint32", type: "uint32" },
|
|
6525
6582
|
{ name: "targetContract", internalType: "address", type: "address" },
|
|
6526
6583
|
{ name: "chainid", internalType: "uint256", type: "uint256" }
|
|
6527
6584
|
]
|
|
@@ -10502,7 +10559,7 @@ const Te = [
|
|
|
10502
10559
|
outputs: [],
|
|
10503
10560
|
stateMutability: "payable"
|
|
10504
10561
|
}
|
|
10505
|
-
],
|
|
10562
|
+
], U = [
|
|
10506
10563
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
10507
10564
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
10508
10565
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -11260,10 +11317,10 @@ const Te = [
|
|
|
11260
11317
|
},
|
|
11261
11318
|
{ type: "receive", stateMutability: "payable" }
|
|
11262
11319
|
], Ie = /* @__PURE__ */ e({
|
|
11263
|
-
abi:
|
|
11320
|
+
abi: j,
|
|
11264
11321
|
functionName: "getComponentInterface"
|
|
11265
11322
|
}), ge = /* @__PURE__ */ e(
|
|
11266
|
-
{ abi:
|
|
11323
|
+
{ abi: j, functionName: "supportsInterface" }
|
|
11267
11324
|
), he = /* @__PURE__ */ e(
|
|
11268
11325
|
{ abi: A, functionName: "allowList" }
|
|
11269
11326
|
), Oe = /* @__PURE__ */ e({
|
|
@@ -11311,16 +11368,16 @@ const Te = [
|
|
|
11311
11368
|
}), Le = /* @__PURE__ */ i({
|
|
11312
11369
|
abi: o,
|
|
11313
11370
|
functionName: "claimIncentive"
|
|
11314
|
-
}),
|
|
11371
|
+
}), Be = /* @__PURE__ */ i({
|
|
11315
11372
|
abi: o,
|
|
11316
11373
|
functionName: "claimIncentiveFor"
|
|
11317
|
-
}),
|
|
11374
|
+
}), Pe = /* @__PURE__ */ i({
|
|
11318
11375
|
abi: o,
|
|
11319
11376
|
functionName: "createBoost"
|
|
11320
11377
|
}), Se = /* @__PURE__ */ i({
|
|
11321
11378
|
abi: o,
|
|
11322
11379
|
functionName: "setCreateBoostAuth"
|
|
11323
|
-
}),
|
|
11380
|
+
}), Ue = /* @__PURE__ */ i({
|
|
11324
11381
|
abi: o,
|
|
11325
11382
|
functionName: "setProtocolFeeReceiver"
|
|
11326
11383
|
}), Ve = /* @__PURE__ */ i({
|
|
@@ -11335,25 +11392,25 @@ const Te = [
|
|
|
11335
11392
|
}), $e = /* @__PURE__ */ a({
|
|
11336
11393
|
abi: o,
|
|
11337
11394
|
functionName: "claimIncentiveFor"
|
|
11338
|
-
}),
|
|
11395
|
+
}), We = /* @__PURE__ */ a({
|
|
11339
11396
|
abi: o,
|
|
11340
11397
|
functionName: "createBoost"
|
|
11341
|
-
}),
|
|
11398
|
+
}), je = /* @__PURE__ */ a({
|
|
11342
11399
|
abi: o,
|
|
11343
11400
|
functionName: "setCreateBoostAuth"
|
|
11344
|
-
}),
|
|
11401
|
+
}), Je = /* @__PURE__ */ a({
|
|
11345
11402
|
abi: o,
|
|
11346
11403
|
functionName: "setProtocolFeeReceiver"
|
|
11347
|
-
}),
|
|
11404
|
+
}), Xe = /* @__PURE__ */ a({
|
|
11348
11405
|
abi: o,
|
|
11349
11406
|
functionName: "topupIncentiveFromBudget"
|
|
11350
|
-
}),
|
|
11407
|
+
}), Ye = /* @__PURE__ */ a({
|
|
11351
11408
|
abi: o,
|
|
11352
11409
|
functionName: "topupIncentiveFromSender"
|
|
11353
|
-
}),
|
|
11410
|
+
}), Qe = /* @__PURE__ */ e({
|
|
11354
11411
|
abi: x,
|
|
11355
11412
|
functionName: "getBaseImplementation"
|
|
11356
|
-
}),
|
|
11413
|
+
}), Ke = /* @__PURE__ */ e({
|
|
11357
11414
|
abi: x,
|
|
11358
11415
|
functionName: "getClone"
|
|
11359
11416
|
}), et = /* @__PURE__ */ e({
|
|
@@ -11470,16 +11527,16 @@ const Te = [
|
|
|
11470
11527
|
}), Lt = /* @__PURE__ */ e({
|
|
11471
11528
|
abi: T,
|
|
11472
11529
|
functionName: "currentReward"
|
|
11473
|
-
}),
|
|
11530
|
+
}), Bt = /* @__PURE__ */ e({
|
|
11474
11531
|
abi: T,
|
|
11475
11532
|
functionName: "getPeg"
|
|
11476
|
-
}),
|
|
11533
|
+
}), Pt = /* @__PURE__ */ e({
|
|
11477
11534
|
abi: T,
|
|
11478
11535
|
functionName: "isClaimable"
|
|
11479
11536
|
}), St = /* @__PURE__ */ e({
|
|
11480
11537
|
abi: T,
|
|
11481
11538
|
functionName: "limit"
|
|
11482
|
-
}),
|
|
11539
|
+
}), Ut = /* @__PURE__ */ e({
|
|
11483
11540
|
abi: T,
|
|
11484
11541
|
functionName: "owner"
|
|
11485
11542
|
}), Vt = /* @__PURE__ */ e({
|
|
@@ -11493,25 +11550,25 @@ const Te = [
|
|
|
11493
11550
|
functionName: "totalClaimed"
|
|
11494
11551
|
}), $t = /* @__PURE__ */ i(
|
|
11495
11552
|
{ abi: T, functionName: "claim" }
|
|
11496
|
-
),
|
|
11553
|
+
), Wt = /* @__PURE__ */ i({
|
|
11497
11554
|
abi: T,
|
|
11498
11555
|
functionName: "clawback"
|
|
11499
|
-
}),
|
|
11556
|
+
}), jt = /* @__PURE__ */ a({
|
|
11500
11557
|
abi: T,
|
|
11501
11558
|
functionName: "claim"
|
|
11502
|
-
}),
|
|
11559
|
+
}), Jt = /* @__PURE__ */ a({
|
|
11503
11560
|
abi: T,
|
|
11504
11561
|
functionName: "clawback"
|
|
11505
|
-
}),
|
|
11562
|
+
}), Xt = /* @__PURE__ */ e({
|
|
11506
11563
|
abi: d,
|
|
11507
11564
|
functionName: "asset"
|
|
11508
|
-
}),
|
|
11565
|
+
}), Yt = /* @__PURE__ */ e({
|
|
11509
11566
|
abi: d,
|
|
11510
11567
|
functionName: "claimed"
|
|
11511
|
-
}),
|
|
11568
|
+
}), Qt = /* @__PURE__ */ e({
|
|
11512
11569
|
abi: d,
|
|
11513
11570
|
functionName: "claims"
|
|
11514
|
-
}),
|
|
11571
|
+
}), Kt = /* @__PURE__ */ e({
|
|
11515
11572
|
abi: d,
|
|
11516
11573
|
functionName: "currentReward"
|
|
11517
11574
|
}), en = /* @__PURE__ */ e({
|
|
@@ -11605,16 +11662,16 @@ const Te = [
|
|
|
11605
11662
|
abi: m,
|
|
11606
11663
|
functionName: "clawback"
|
|
11607
11664
|
}), _n = /* @__PURE__ */ e({
|
|
11608
|
-
abi:
|
|
11665
|
+
abi: J,
|
|
11609
11666
|
functionName: "getIncentiveCriteria"
|
|
11610
11667
|
}), Hn = /* @__PURE__ */ e({
|
|
11611
|
-
abi:
|
|
11668
|
+
abi: J,
|
|
11612
11669
|
functionName: "getMaxReward"
|
|
11613
11670
|
}), En = /* @__PURE__ */ e({
|
|
11614
|
-
abi:
|
|
11671
|
+
abi: X,
|
|
11615
11672
|
functionName: "getIncentiveCriteria"
|
|
11616
11673
|
}), Fn = /* @__PURE__ */ e({
|
|
11617
|
-
abi:
|
|
11674
|
+
abi: X,
|
|
11618
11675
|
functionName: "getMaxReward"
|
|
11619
11676
|
}), Dn = /* @__PURE__ */ e(
|
|
11620
11677
|
{ abi: M, functionName: "asset" }
|
|
@@ -11627,14 +11684,14 @@ const Te = [
|
|
|
11627
11684
|
}), Ln = /* @__PURE__ */ e({
|
|
11628
11685
|
abi: M,
|
|
11629
11686
|
functionName: "currentReward"
|
|
11630
|
-
}),
|
|
11687
|
+
}), Bn = /* @__PURE__ */ e({
|
|
11631
11688
|
abi: M,
|
|
11632
11689
|
functionName: "isClaimable"
|
|
11633
|
-
}),
|
|
11690
|
+
}), Pn = /* @__PURE__ */ e(
|
|
11634
11691
|
{ abi: M, functionName: "limit" }
|
|
11635
11692
|
), Sn = /* @__PURE__ */ e(
|
|
11636
11693
|
{ abi: M, functionName: "owner" }
|
|
11637
|
-
),
|
|
11694
|
+
), Un = /* @__PURE__ */ e({
|
|
11638
11695
|
abi: M,
|
|
11639
11696
|
functionName: "reward"
|
|
11640
11697
|
}), Vn = /* @__PURE__ */ e({
|
|
@@ -11649,25 +11706,25 @@ const Te = [
|
|
|
11649
11706
|
}), $n = /* @__PURE__ */ a({
|
|
11650
11707
|
abi: M,
|
|
11651
11708
|
functionName: "claim"
|
|
11652
|
-
}),
|
|
11709
|
+
}), Wn = /* @__PURE__ */ a({
|
|
11653
11710
|
abi: M,
|
|
11654
11711
|
functionName: "clawback"
|
|
11655
|
-
}),
|
|
11712
|
+
}), jn = /* @__PURE__ */ e({
|
|
11656
11713
|
abi: k,
|
|
11657
11714
|
functionName: "getActionClaimant"
|
|
11658
|
-
}),
|
|
11715
|
+
}), Jn = /* @__PURE__ */ e({
|
|
11659
11716
|
abi: k,
|
|
11660
11717
|
functionName: "getActionSteps"
|
|
11661
|
-
}),
|
|
11718
|
+
}), Xn = /* @__PURE__ */ i({
|
|
11662
11719
|
abi: k,
|
|
11663
11720
|
functionName: "execute"
|
|
11664
|
-
}),
|
|
11721
|
+
}), Yn = /* @__PURE__ */ a({
|
|
11665
11722
|
abi: k,
|
|
11666
11723
|
functionName: "execute"
|
|
11667
|
-
}),
|
|
11724
|
+
}), Qn = /* @__PURE__ */ e({
|
|
11668
11725
|
abi: le,
|
|
11669
11726
|
functionName: "isAuthorized"
|
|
11670
|
-
}),
|
|
11727
|
+
}), Kn = /* @__PURE__ */ e({
|
|
11671
11728
|
abi: R,
|
|
11672
11729
|
functionName: "hashSignerData"
|
|
11673
11730
|
}), ea = /* @__PURE__ */ e({
|
|
@@ -11787,16 +11844,16 @@ const Te = [
|
|
|
11787
11844
|
}), La = /* @__PURE__ */ i({
|
|
11788
11845
|
abi: b,
|
|
11789
11846
|
functionName: "removeAllowListId"
|
|
11790
|
-
}),
|
|
11847
|
+
}), Ba = /* @__PURE__ */ i({
|
|
11791
11848
|
abi: b,
|
|
11792
11849
|
functionName: "removeDenyListId"
|
|
11793
|
-
}),
|
|
11850
|
+
}), Pa = /* @__PURE__ */ i({
|
|
11794
11851
|
abi: b,
|
|
11795
11852
|
functionName: "setAllowListIds"
|
|
11796
11853
|
}), Sa = /* @__PURE__ */ i({
|
|
11797
11854
|
abi: b,
|
|
11798
11855
|
functionName: "setDenyListIds"
|
|
11799
|
-
}),
|
|
11856
|
+
}), Ua = /* @__PURE__ */ a({
|
|
11800
11857
|
abi: b,
|
|
11801
11858
|
functionName: "addAllowListId"
|
|
11802
11859
|
}), Va = /* @__PURE__ */ a({
|
|
@@ -11811,24 +11868,24 @@ const Te = [
|
|
|
11811
11868
|
}), $a = /* @__PURE__ */ a({
|
|
11812
11869
|
abi: b,
|
|
11813
11870
|
functionName: "setAllowListIds"
|
|
11814
|
-
}),
|
|
11871
|
+
}), Wa = /* @__PURE__ */ a({
|
|
11815
11872
|
abi: b,
|
|
11816
11873
|
functionName: "setDenyListIds"
|
|
11817
|
-
}),
|
|
11874
|
+
}), ja = /* @__PURE__ */ e({
|
|
11818
11875
|
abi: I,
|
|
11819
11876
|
functionName: "ownershipHandoverExpiresAt"
|
|
11820
|
-
}),
|
|
11877
|
+
}), Ja = /* @__PURE__ */ i({
|
|
11821
11878
|
abi: I,
|
|
11822
11879
|
functionName: "cancelOwnershipHandover"
|
|
11823
|
-
}),
|
|
11880
|
+
}), Xa = /* @__PURE__ */ i({
|
|
11824
11881
|
abi: I,
|
|
11825
11882
|
functionName: "completeOwnershipHandover"
|
|
11826
|
-
}),
|
|
11883
|
+
}), Ya = /* @__PURE__ */ i({
|
|
11827
11884
|
abi: I,
|
|
11828
11885
|
functionName: "renounceOwnership"
|
|
11829
|
-
}),
|
|
11886
|
+
}), Qa = /* @__PURE__ */ i(
|
|
11830
11887
|
{ abi: I, functionName: "renounceRoles" }
|
|
11831
|
-
),
|
|
11888
|
+
), Ka = /* @__PURE__ */ i({
|
|
11832
11889
|
abi: I,
|
|
11833
11890
|
functionName: "requestOwnershipHandover"
|
|
11834
11891
|
}), ei = /* @__PURE__ */ i({
|
|
@@ -11947,15 +12004,15 @@ const Te = [
|
|
|
11947
12004
|
}), Li = /* @__PURE__ */ a({
|
|
11948
12005
|
abi: v,
|
|
11949
12006
|
functionName: "grantManyRoles"
|
|
11950
|
-
}),
|
|
12007
|
+
}), Bi = /* @__PURE__ */ a({
|
|
11951
12008
|
abi: v,
|
|
11952
12009
|
functionName: "grantRoles"
|
|
11953
|
-
}),
|
|
12010
|
+
}), Pi = /* @__PURE__ */ a(
|
|
11954
12011
|
{ abi: v, functionName: "revokeManyRoles" }
|
|
11955
12012
|
), Si = /* @__PURE__ */ a({
|
|
11956
12013
|
abi: v,
|
|
11957
12014
|
functionName: "revokeRoles"
|
|
11958
|
-
}),
|
|
12015
|
+
}), Ui = /* @__PURE__ */ a({
|
|
11959
12016
|
abi: v,
|
|
11960
12017
|
functionName: "setAuthorized"
|
|
11961
12018
|
}), Vi = /* @__PURE__ */ e({
|
|
@@ -11970,37 +12027,37 @@ const Te = [
|
|
|
11970
12027
|
}), $i = /* @__PURE__ */ i({
|
|
11971
12028
|
abi: C,
|
|
11972
12029
|
functionName: "setValidatorCaller"
|
|
11973
|
-
}),
|
|
12030
|
+
}), Wi = /* @__PURE__ */ i({
|
|
11974
12031
|
abi: C,
|
|
11975
12032
|
functionName: "validate"
|
|
11976
|
-
}),
|
|
12033
|
+
}), ji = /* @__PURE__ */ a({
|
|
11977
12034
|
abi: C,
|
|
11978
12035
|
functionName: "setAuthorized"
|
|
11979
|
-
}),
|
|
12036
|
+
}), Ji = /* @__PURE__ */ a({
|
|
11980
12037
|
abi: C,
|
|
11981
12038
|
functionName: "setValidatorCaller"
|
|
11982
|
-
}),
|
|
12039
|
+
}), Xi = /* @__PURE__ */ a({
|
|
11983
12040
|
abi: C,
|
|
11984
12041
|
functionName: "validate"
|
|
11985
|
-
}),
|
|
12042
|
+
}), Yi = /* @__PURE__ */ e({
|
|
11986
12043
|
abi: L,
|
|
11987
12044
|
functionName: "isAllowed"
|
|
11988
|
-
}),
|
|
12045
|
+
}), Qi = /* @__PURE__ */ e({
|
|
11989
12046
|
abi: L,
|
|
11990
12047
|
functionName: "owner"
|
|
11991
|
-
}),
|
|
12048
|
+
}), Ki = /* @__PURE__ */ i(
|
|
11992
12049
|
{ abi: L, functionName: "setAllowed" }
|
|
11993
12050
|
), es = /* @__PURE__ */ a({
|
|
11994
12051
|
abi: L,
|
|
11995
12052
|
functionName: "setAllowed"
|
|
11996
12053
|
}), ts = /* @__PURE__ */ e({
|
|
11997
|
-
abi:
|
|
12054
|
+
abi: U,
|
|
11998
12055
|
functionName: "isAllowed"
|
|
11999
12056
|
}), ns = /* @__PURE__ */ i({
|
|
12000
|
-
abi:
|
|
12057
|
+
abi: U,
|
|
12001
12058
|
functionName: "setDenied"
|
|
12002
12059
|
}), as = /* @__PURE__ */ a({
|
|
12003
|
-
abi:
|
|
12060
|
+
abi: U,
|
|
12004
12061
|
functionName: "setDenied"
|
|
12005
12062
|
}), is = /* @__PURE__ */ e({
|
|
12006
12063
|
abi: g,
|
|
@@ -12039,42 +12096,42 @@ const Te = [
|
|
|
12039
12096
|
functionName: "disburseBatch"
|
|
12040
12097
|
});
|
|
12041
12098
|
export {
|
|
12042
|
-
|
|
12043
|
-
|
|
12044
|
-
|
|
12099
|
+
Ci as $,
|
|
12100
|
+
T as A,
|
|
12101
|
+
Ya as B,
|
|
12045
12102
|
f as C,
|
|
12046
12103
|
v as D,
|
|
12047
|
-
|
|
12048
|
-
|
|
12049
|
-
|
|
12104
|
+
ni as E,
|
|
12105
|
+
Xa as F,
|
|
12106
|
+
ei as G,
|
|
12050
12107
|
N as H,
|
|
12051
12108
|
Te as I,
|
|
12052
|
-
|
|
12053
|
-
|
|
12054
|
-
|
|
12055
|
-
|
|
12056
|
-
|
|
12109
|
+
_i as J,
|
|
12110
|
+
ti as K,
|
|
12111
|
+
Ja as L,
|
|
12112
|
+
ja as M,
|
|
12113
|
+
ii as N,
|
|
12057
12114
|
M as O,
|
|
12058
|
-
P,
|
|
12059
|
-
|
|
12115
|
+
U as P,
|
|
12116
|
+
zi as Q,
|
|
12060
12117
|
x as R,
|
|
12061
12118
|
L as S,
|
|
12062
|
-
|
|
12063
|
-
|
|
12064
|
-
|
|
12065
|
-
|
|
12066
|
-
|
|
12067
|
-
|
|
12068
|
-
|
|
12119
|
+
Qa as T,
|
|
12120
|
+
R as U,
|
|
12121
|
+
ge as V,
|
|
12122
|
+
Ka as W,
|
|
12123
|
+
si as X,
|
|
12124
|
+
Hi as Y,
|
|
12125
|
+
Ie as Z,
|
|
12069
12126
|
h as _,
|
|
12070
|
-
|
|
12127
|
+
b as a,
|
|
12071
12128
|
Et as a$,
|
|
12072
12129
|
st as a0,
|
|
12073
12130
|
at as a1,
|
|
12074
12131
|
it as a2,
|
|
12075
12132
|
nt as a3,
|
|
12076
|
-
|
|
12077
|
-
|
|
12133
|
+
Qe as a4,
|
|
12134
|
+
Ke as a5,
|
|
12078
12135
|
tt as a6,
|
|
12079
12136
|
et as a7,
|
|
12080
12137
|
yi as a8,
|
|
@@ -12128,11 +12185,11 @@ export {
|
|
|
12128
12185
|
_e as at,
|
|
12129
12186
|
ze as au,
|
|
12130
12187
|
Ae as av,
|
|
12131
|
-
|
|
12132
|
-
|
|
12188
|
+
Qi as aw,
|
|
12189
|
+
Yi as ax,
|
|
12133
12190
|
es as ay,
|
|
12134
|
-
|
|
12135
|
-
|
|
12191
|
+
Ki as az,
|
|
12192
|
+
X as b,
|
|
12136
12193
|
xi as b$,
|
|
12137
12194
|
zt as b0,
|
|
12138
12195
|
Ot as b1,
|
|
@@ -12175,20 +12232,20 @@ export {
|
|
|
12175
12232
|
kn as bb,
|
|
12176
12233
|
qn as bc,
|
|
12177
12234
|
Dn as bd,
|
|
12178
|
-
|
|
12179
|
-
|
|
12235
|
+
Un as be,
|
|
12236
|
+
Pn as bf,
|
|
12180
12237
|
$n as bg,
|
|
12181
12238
|
Zn as bh,
|
|
12182
|
-
|
|
12239
|
+
Wn as bi,
|
|
12183
12240
|
Gn as bj,
|
|
12184
|
-
|
|
12241
|
+
Bn as bk,
|
|
12185
12242
|
pn as bl,
|
|
12186
|
-
|
|
12243
|
+
Kt as bm,
|
|
12187
12244
|
tn as bn,
|
|
12188
|
-
|
|
12245
|
+
Qt as bo,
|
|
12189
12246
|
rn as bp,
|
|
12190
|
-
|
|
12191
|
-
|
|
12247
|
+
Yt as bq,
|
|
12248
|
+
Xt as br,
|
|
12192
12249
|
yn as bs,
|
|
12193
12250
|
un as bt,
|
|
12194
12251
|
sn as bu,
|
|
@@ -12197,16 +12254,16 @@ export {
|
|
|
12197
12254
|
mn as bx,
|
|
12198
12255
|
ln as by,
|
|
12199
12256
|
an as bz,
|
|
12200
|
-
|
|
12257
|
+
m as c,
|
|
12201
12258
|
k as c$,
|
|
12202
12259
|
gi as c0,
|
|
12203
12260
|
Zi as c1,
|
|
12204
12261
|
Vi as c2,
|
|
12205
|
-
|
|
12206
|
-
|
|
12207
|
-
|
|
12262
|
+
Xi as c3,
|
|
12263
|
+
Wi as c4,
|
|
12264
|
+
ji as c5,
|
|
12208
12265
|
Gi as c6,
|
|
12209
|
-
|
|
12266
|
+
Ji as c7,
|
|
12210
12267
|
$i as c8,
|
|
12211
12268
|
ea as c9,
|
|
12212
12269
|
oi as cA,
|
|
@@ -12222,28 +12279,28 @@ export {
|
|
|
12222
12279
|
_a as cK,
|
|
12223
12280
|
Ha as cL,
|
|
12224
12281
|
$a as cM,
|
|
12225
|
-
|
|
12226
|
-
|
|
12282
|
+
Pa as cN,
|
|
12283
|
+
Wa as cO,
|
|
12227
12284
|
Sa as cP,
|
|
12228
|
-
|
|
12285
|
+
Ua as cQ,
|
|
12229
12286
|
qa as cR,
|
|
12230
12287
|
Va as cS,
|
|
12231
12288
|
ka as cT,
|
|
12232
12289
|
Za as cU,
|
|
12233
12290
|
La as cV,
|
|
12234
12291
|
Ga as cW,
|
|
12235
|
-
|
|
12292
|
+
Ba as cX,
|
|
12236
12293
|
Ea as cY,
|
|
12237
12294
|
Fa as cZ,
|
|
12238
12295
|
fe as c_,
|
|
12239
|
-
|
|
12296
|
+
Kn as ca,
|
|
12240
12297
|
pa as cb,
|
|
12241
12298
|
aa as cc,
|
|
12242
12299
|
ia as cd,
|
|
12243
12300
|
ta as ce,
|
|
12244
12301
|
sa as cf,
|
|
12245
12302
|
na as cg,
|
|
12246
|
-
|
|
12303
|
+
Ut as ch,
|
|
12247
12304
|
Lt as ci,
|
|
12248
12305
|
kt as cj,
|
|
12249
12306
|
Gt as ck,
|
|
@@ -12252,39 +12309,39 @@ export {
|
|
|
12252
12309
|
Vt as cn,
|
|
12253
12310
|
Zt as co,
|
|
12254
12311
|
St as cp,
|
|
12255
|
-
|
|
12312
|
+
jt as cq,
|
|
12256
12313
|
$t as cr,
|
|
12257
|
-
|
|
12258
|
-
|
|
12259
|
-
|
|
12260
|
-
|
|
12314
|
+
Jt as cs,
|
|
12315
|
+
Wt as ct,
|
|
12316
|
+
Pt as cu,
|
|
12317
|
+
Bt as cv,
|
|
12261
12318
|
we as cw,
|
|
12262
12319
|
ui as cx,
|
|
12263
12320
|
Ti as cy,
|
|
12264
12321
|
di as cz,
|
|
12265
|
-
|
|
12266
|
-
|
|
12267
|
-
|
|
12268
|
-
|
|
12269
|
-
|
|
12322
|
+
d,
|
|
12323
|
+
Jn as d0,
|
|
12324
|
+
jn as d1,
|
|
12325
|
+
Yn as d2,
|
|
12326
|
+
Xn as d3,
|
|
12270
12327
|
Oa as d4,
|
|
12271
12328
|
ga as d5,
|
|
12272
12329
|
Na as d6,
|
|
12273
12330
|
ha as d7,
|
|
12274
12331
|
Ia as d8,
|
|
12275
12332
|
Ca as d9,
|
|
12276
|
-
|
|
12333
|
+
Qn as dA,
|
|
12277
12334
|
He as dB,
|
|
12278
|
-
|
|
12335
|
+
je as dC,
|
|
12279
12336
|
Se as dD,
|
|
12280
12337
|
qe as dE,
|
|
12281
12338
|
ke as dF,
|
|
12282
|
-
|
|
12283
|
-
|
|
12339
|
+
Je as dG,
|
|
12340
|
+
Ue as dH,
|
|
12284
12341
|
De as dI,
|
|
12285
|
-
|
|
12342
|
+
Ye as dJ,
|
|
12286
12343
|
Ze as dK,
|
|
12287
|
-
|
|
12344
|
+
Xe as dL,
|
|
12288
12345
|
Ve as dM,
|
|
12289
12346
|
xa as da,
|
|
12290
12347
|
za as db,
|
|
@@ -12299,8 +12356,8 @@ export {
|
|
|
12299
12356
|
ss as dk,
|
|
12300
12357
|
is as dl,
|
|
12301
12358
|
ve as dm,
|
|
12302
|
-
|
|
12303
|
-
|
|
12359
|
+
Pe as dn,
|
|
12360
|
+
We as dp,
|
|
12304
12361
|
ys as dq,
|
|
12305
12362
|
ds as dr,
|
|
12306
12363
|
us as ds,
|
|
@@ -12308,30 +12365,30 @@ export {
|
|
|
12308
12365
|
Ge as du,
|
|
12309
12366
|
Le as dv,
|
|
12310
12367
|
$e as dw,
|
|
12311
|
-
|
|
12368
|
+
Be as dx,
|
|
12312
12369
|
Ee as dy,
|
|
12313
12370
|
Fe as dz,
|
|
12314
|
-
|
|
12315
|
-
|
|
12316
|
-
|
|
12317
|
-
|
|
12318
|
-
|
|
12371
|
+
Bi as e,
|
|
12372
|
+
g as f,
|
|
12373
|
+
Si as g,
|
|
12374
|
+
Ui as h,
|
|
12375
|
+
Fi as i,
|
|
12319
12376
|
C as j,
|
|
12320
|
-
|
|
12321
|
-
|
|
12322
|
-
|
|
12323
|
-
|
|
12324
|
-
|
|
12377
|
+
qi as k,
|
|
12378
|
+
ki as l,
|
|
12379
|
+
J as m,
|
|
12380
|
+
Li as n,
|
|
12381
|
+
Ei as o,
|
|
12325
12382
|
E as p,
|
|
12326
12383
|
A as q,
|
|
12327
12384
|
F as r,
|
|
12328
|
-
|
|
12329
|
-
|
|
12330
|
-
|
|
12331
|
-
|
|
12332
|
-
|
|
12333
|
-
|
|
12334
|
-
|
|
12385
|
+
Pi as s,
|
|
12386
|
+
Di as t,
|
|
12387
|
+
de as u,
|
|
12388
|
+
pi as v,
|
|
12389
|
+
c as w,
|
|
12390
|
+
ai as x,
|
|
12391
|
+
o as y,
|
|
12335
12392
|
w as z
|
|
12336
12393
|
};
|
|
12337
|
-
//# sourceMappingURL=generated-
|
|
12394
|
+
//# sourceMappingURL=generated-D6oDILUw.js.map
|