@boostxyz/sdk 0.0.0-alpha.12 → 0.0.0-alpha.13
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/ContractAction.d.ts +2 -2
- package/dist/Actions/ContractAction.d.ts.map +1 -1
- package/dist/Actions/ERC721MintAction.d.ts +2 -2
- package/dist/Actions/ERC721MintAction.d.ts.map +1 -1
- package/dist/Actions/EventAction.cjs +1 -1
- package/dist/Actions/EventAction.cjs.map +1 -1
- package/dist/Actions/EventAction.d.ts +2 -2
- package/dist/Actions/EventAction.d.ts.map +1 -1
- package/dist/Actions/EventAction.js +47 -43
- package/dist/Actions/EventAction.js.map +1 -1
- package/dist/AllowLists/AllowList.cjs +1 -1
- package/dist/AllowLists/AllowList.js +2 -2
- package/dist/AllowLists/SimpleAllowList.cjs +1 -1
- package/dist/AllowLists/SimpleAllowList.cjs.map +1 -1
- package/dist/AllowLists/SimpleAllowList.d.ts +2 -2
- package/dist/AllowLists/SimpleAllowList.d.ts.map +1 -1
- package/dist/AllowLists/SimpleAllowList.js +23 -19
- package/dist/AllowLists/SimpleAllowList.js.map +1 -1
- package/dist/AllowLists/SimpleDenyList.cjs +1 -1
- package/dist/AllowLists/SimpleDenyList.d.ts +2 -2
- package/dist/AllowLists/SimpleDenyList.d.ts.map +1 -1
- package/dist/AllowLists/SimpleDenyList.js +6 -5
- package/dist/AllowLists/SimpleDenyList.js.map +1 -1
- 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 +27 -5
- package/dist/BoostCore.d.ts.map +1 -1
- package/dist/BoostCore.js +438 -347
- package/dist/BoostCore.js.map +1 -1
- package/dist/BoostRegistry.cjs +1 -1
- package/dist/BoostRegistry.cjs.map +1 -1
- package/dist/BoostRegistry.d.ts +26 -5
- package/dist/BoostRegistry.d.ts.map +1 -1
- package/dist/BoostRegistry.js +125 -64
- package/dist/BoostRegistry.js.map +1 -1
- package/dist/Budgets/Budget.cjs +1 -1
- package/dist/Budgets/Budget.js +1 -1
- package/dist/Budgets/ManagedBudget.cjs +1 -1
- package/dist/Budgets/ManagedBudget.cjs.map +1 -1
- package/dist/Budgets/ManagedBudget.d.ts +2 -2
- package/dist/Budgets/ManagedBudget.d.ts.map +1 -1
- package/dist/Budgets/ManagedBudget.js +41 -37
- package/dist/Budgets/ManagedBudget.js.map +1 -1
- package/dist/Budgets/SimpleBudget.d.ts +2 -2
- package/dist/Budgets/SimpleBudget.d.ts.map +1 -1
- package/dist/Budgets/VestingBudget.d.ts +2 -2
- package/dist/Budgets/VestingBudget.d.ts.map +1 -1
- package/dist/Deployable/DeployableTarget.cjs +1 -1
- package/dist/Deployable/DeployableTarget.cjs.map +1 -1
- package/dist/Deployable/DeployableTarget.d.ts +6 -6
- package/dist/Deployable/DeployableTarget.d.ts.map +1 -1
- package/dist/Deployable/DeployableTarget.js +22 -17
- package/dist/Deployable/DeployableTarget.js.map +1 -1
- package/dist/Incentives/AllowListIncentive.cjs +1 -1
- package/dist/Incentives/AllowListIncentive.cjs.map +1 -1
- package/dist/Incentives/AllowListIncentive.d.ts +2 -2
- package/dist/Incentives/AllowListIncentive.d.ts.map +1 -1
- package/dist/Incentives/AllowListIncentive.js +17 -13
- package/dist/Incentives/AllowListIncentive.js.map +1 -1
- package/dist/Incentives/CGDAIncentive.cjs +1 -1
- package/dist/Incentives/CGDAIncentive.cjs.map +1 -1
- package/dist/Incentives/CGDAIncentive.d.ts +14 -2
- package/dist/Incentives/CGDAIncentive.d.ts.map +1 -1
- package/dist/Incentives/CGDAIncentive.js +27 -23
- package/dist/Incentives/CGDAIncentive.js.map +1 -1
- package/dist/Incentives/ERC1155Incentive.d.ts +2 -2
- package/dist/Incentives/ERC1155Incentive.d.ts.map +1 -1
- package/dist/Incentives/ERC20Incentive.cjs +1 -1
- package/dist/Incentives/ERC20Incentive.cjs.map +1 -1
- package/dist/Incentives/ERC20Incentive.d.ts +2 -2
- package/dist/Incentives/ERC20Incentive.d.ts.map +1 -1
- package/dist/Incentives/ERC20Incentive.js +17 -13
- package/dist/Incentives/ERC20Incentive.js.map +1 -1
- package/dist/Incentives/ERC20VariableIncentive.d.ts +2 -2
- package/dist/Incentives/ERC20VariableIncentive.d.ts.map +1 -1
- package/dist/Incentives/Incentive.cjs +1 -1
- package/dist/Incentives/Incentive.cjs.map +1 -1
- package/dist/Incentives/Incentive.js +32 -28
- package/dist/Incentives/Incentive.js.map +1 -1
- package/dist/Incentives/PointsIncentive.cjs +1 -1
- package/dist/Incentives/PointsIncentive.cjs.map +1 -1
- package/dist/Incentives/PointsIncentive.d.ts +2 -2
- package/dist/Incentives/PointsIncentive.d.ts.map +1 -1
- package/dist/Incentives/PointsIncentive.js +13 -9
- package/dist/Incentives/PointsIncentive.js.map +1 -1
- package/dist/{SimpleDenyList-IJ9Ipya7.js → SimpleDenyList-C21O9Yfi.js} +23 -19
- package/dist/SimpleDenyList-C21O9Yfi.js.map +1 -0
- package/dist/SimpleDenyList-DeJRKD2D.cjs +2 -0
- package/dist/{SimpleDenyList-IJ9Ipya7.js.map → SimpleDenyList-DeJRKD2D.cjs.map} +1 -1
- package/dist/Validators/SignerValidator.cjs +1 -1
- package/dist/Validators/SignerValidator.cjs.map +1 -1
- package/dist/Validators/SignerValidator.d.ts +2 -2
- package/dist/Validators/SignerValidator.d.ts.map +1 -1
- package/dist/Validators/SignerValidator.js +18 -14
- package/dist/Validators/SignerValidator.js.map +1 -1
- package/dist/Validators/Validator.cjs +1 -1
- package/dist/Validators/Validator.js +1 -1
- package/dist/deployments-BvFcK_eR.js +40 -0
- package/dist/deployments-BvFcK_eR.js.map +1 -0
- package/dist/deployments-Ho4PnGCS.cjs +2 -0
- package/dist/deployments-Ho4PnGCS.cjs.map +1 -0
- package/dist/deployments.json +38 -0
- package/dist/errors.cjs +1 -1
- package/dist/errors.cjs.map +1 -1
- package/dist/errors.d.ts +6 -0
- package/dist/errors.d.ts.map +1 -1
- package/dist/errors.js +70 -54
- package/dist/errors.js.map +1 -1
- package/dist/{generated-HGddZXHJ.js → generated-LpgSHrH0.js} +130 -90
- package/dist/generated-LpgSHrH0.js.map +1 -0
- package/dist/generated-tq_HLZJ0.cjs +3 -0
- package/dist/generated-tq_HLZJ0.cjs.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +113 -109
- package/dist/utils.cjs +1 -1
- package/dist/utils.cjs.map +1 -1
- package/dist/utils.d.ts +25 -11
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +38 -23
- package/dist/utils.js.map +1 -1
- package/package.json +6 -5
- package/src/Actions/ContractAction.ts +5 -3
- package/src/Actions/ERC721MintAction.ts +5 -3
- package/src/Actions/EventAction.ts +6 -2
- package/src/AllowLists/AllowList.test.ts +1 -1
- package/src/AllowLists/SimpleAllowList.ts +6 -3
- package/src/AllowLists/SimpleDenyList.ts +6 -3
- package/src/BoostCore.test.ts +31 -91
- package/src/BoostCore.ts +137 -34
- package/src/BoostRegistry.ts +89 -21
- package/src/Budgets/ManagedBudget.ts +6 -4
- package/src/Budgets/SimpleBudget.ts +4 -3
- package/src/Budgets/VestingBudget.ts +4 -3
- package/src/Deployable/DeployableTarget.ts +22 -11
- package/src/Incentives/AllowListIncentive.ts +6 -3
- package/src/Incentives/CGDAIncentive.ts +6 -3
- package/src/Incentives/ERC1155Incentive.ts +4 -3
- package/src/Incentives/ERC20Incentive.ts +6 -3
- package/src/Incentives/ERC20VariableIncentive.ts +6 -3
- package/src/Incentives/PointsIncentive.ts +6 -3
- package/src/Validators/SignerValidator.ts +6 -3
- package/src/errors.ts +17 -1
- package/src/utils.ts +60 -11
- package/dist/SimpleDenyList-CqT0BMP7.cjs +0 -2
- package/dist/SimpleDenyList-CqT0BMP7.cjs.map +0 -1
- package/dist/generated-HGddZXHJ.js.map +0 -1
- package/dist/generated-wKBNvm48.cjs +0 -3
- package/dist/generated-wKBNvm48.cjs.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { simulateContract as P, readContract as L, writeContract as
|
|
2
|
-
import { createClient as
|
|
3
|
-
import { parseAccount as
|
|
1
|
+
import { simulateContract as P, readContract as L, writeContract as S } from "viem/actions";
|
|
2
|
+
import { createClient as U, custom as V } from "viem";
|
|
3
|
+
import { parseAccount as j, getAddress as $ } from "viem/utils";
|
|
4
4
|
function A(t) {
|
|
5
5
|
const a = t.state.current, e = t.state.connections.get(a), i = e == null ? void 0 : e.accounts, y = i == null ? void 0 : i[0], u = t.chains.find((T) => T.id === (e == null ? void 0 : e.chainId)), r = t.state.status;
|
|
6
6
|
switch (r) {
|
|
@@ -68,7 +68,7 @@ function R(t, a, e) {
|
|
|
68
68
|
const y = t[e];
|
|
69
69
|
return typeof y == "function" ? y : (u) => a(t, u);
|
|
70
70
|
}
|
|
71
|
-
const Z = "2.13.0",
|
|
71
|
+
const Z = "2.13.0", K = () => `@wagmi/core@${Z}`;
|
|
72
72
|
var F = function(t, a, e, i) {
|
|
73
73
|
if (e === "a" && !i)
|
|
74
74
|
throw new TypeError("Private accessor was defined without a getter");
|
|
@@ -81,7 +81,7 @@ class h extends Error {
|
|
|
81
81
|
return "https://wagmi.sh/core";
|
|
82
82
|
}
|
|
83
83
|
get version() {
|
|
84
|
-
return
|
|
84
|
+
return K();
|
|
85
85
|
}
|
|
86
86
|
constructor(a, e = {}) {
|
|
87
87
|
var i;
|
|
@@ -131,7 +131,7 @@ class h extends Error {
|
|
|
131
131
|
O = /* @__PURE__ */ new WeakSet(), E = function t(a, e) {
|
|
132
132
|
return e != null && e(a) ? a : a.cause ? F(this, O, "m", t).call(this, a.cause, e) : a;
|
|
133
133
|
};
|
|
134
|
-
class
|
|
134
|
+
class G extends h {
|
|
135
135
|
constructor() {
|
|
136
136
|
super("Connector not connected."), Object.defineProperty(this, "name", {
|
|
137
137
|
enumerable: !0,
|
|
@@ -141,7 +141,7 @@ class W extends h {
|
|
|
141
141
|
});
|
|
142
142
|
}
|
|
143
143
|
}
|
|
144
|
-
class
|
|
144
|
+
class W extends h {
|
|
145
145
|
constructor({ address: a, connector: e }) {
|
|
146
146
|
super(`Account "${a}" not found for connector "${e.name}".`), Object.defineProperty(this, "name", {
|
|
147
147
|
enumerable: !0,
|
|
@@ -151,7 +151,7 @@ class X extends h {
|
|
|
151
151
|
});
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
|
-
class
|
|
154
|
+
class Y extends h {
|
|
155
155
|
constructor({ connectionChainId: a, connectorChainId: e }) {
|
|
156
156
|
super(`The current chain of the connector (id: ${e}) does not match the connection's chain (id: ${a}).`, {
|
|
157
157
|
metaMessages: [
|
|
@@ -181,29 +181,29 @@ async function B(t, a = {}) {
|
|
|
181
181
|
} else
|
|
182
182
|
e = t.state.connections.get(t.state.current);
|
|
183
183
|
if (!e)
|
|
184
|
-
throw new
|
|
184
|
+
throw new G();
|
|
185
185
|
const i = a.chainId ?? e.chainId, y = await e.connector.getChainId();
|
|
186
186
|
if (y !== e.chainId)
|
|
187
|
-
throw new
|
|
187
|
+
throw new Y({
|
|
188
188
|
connectionChainId: e.chainId,
|
|
189
189
|
connectorChainId: y
|
|
190
190
|
});
|
|
191
191
|
const u = e.connector;
|
|
192
192
|
if (u.getClient)
|
|
193
193
|
return u.getClient({ chainId: i });
|
|
194
|
-
const r =
|
|
194
|
+
const r = j(a.account ?? e.accounts[0]);
|
|
195
195
|
r.address = $(r.address);
|
|
196
196
|
const T = t.chains.find((m) => m.id === i), M = await e.connector.getProvider({ chainId: i });
|
|
197
197
|
if (a.account && !e.accounts.some((m) => m.toLowerCase() === r.address.toLowerCase()))
|
|
198
|
-
throw new
|
|
198
|
+
throw new W({
|
|
199
199
|
address: r.address,
|
|
200
200
|
connector: u
|
|
201
201
|
});
|
|
202
|
-
return
|
|
202
|
+
return U({
|
|
203
203
|
account: r,
|
|
204
204
|
chain: T,
|
|
205
205
|
name: "Connector Client",
|
|
206
|
-
transport: (m) =>
|
|
206
|
+
transport: (m) => V(M)({ ...m, retryCount: 0 })
|
|
207
207
|
});
|
|
208
208
|
}
|
|
209
209
|
async function C(t, a) {
|
|
@@ -274,7 +274,7 @@ async function D(t, a) {
|
|
|
274
274
|
});
|
|
275
275
|
m = g;
|
|
276
276
|
}
|
|
277
|
-
return await R(T,
|
|
277
|
+
return await R(T, S, "writeContract")({
|
|
278
278
|
...m,
|
|
279
279
|
...e ? { account: e } : {},
|
|
280
280
|
chain: i ? { id: i } : null
|
|
@@ -1127,6 +1127,38 @@ const ne = [
|
|
|
1127
1127
|
{ type: "error", inputs: [], name: "Reentrancy" },
|
|
1128
1128
|
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
1129
1129
|
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
1130
|
+
{
|
|
1131
|
+
type: "event",
|
|
1132
|
+
anonymous: !1,
|
|
1133
|
+
inputs: [
|
|
1134
|
+
{
|
|
1135
|
+
name: "boostId",
|
|
1136
|
+
internalType: "uint256",
|
|
1137
|
+
type: "uint256",
|
|
1138
|
+
indexed: !0
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
name: "incentiveId",
|
|
1142
|
+
internalType: "uint256",
|
|
1143
|
+
type: "uint256",
|
|
1144
|
+
indexed: !0
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
name: "claimant",
|
|
1148
|
+
internalType: "address",
|
|
1149
|
+
type: "address",
|
|
1150
|
+
indexed: !0
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
name: "referrer",
|
|
1154
|
+
internalType: "address",
|
|
1155
|
+
type: "address",
|
|
1156
|
+
indexed: !1
|
|
1157
|
+
},
|
|
1158
|
+
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
1159
|
+
],
|
|
1160
|
+
name: "BoostClaimed"
|
|
1161
|
+
},
|
|
1130
1162
|
{
|
|
1131
1163
|
type: "event",
|
|
1132
1164
|
anonymous: !1,
|
|
@@ -1677,6 +1709,14 @@ const ne = [
|
|
|
1677
1709
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
1678
1710
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
1679
1711
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
1712
|
+
{
|
|
1713
|
+
type: "error",
|
|
1714
|
+
inputs: [
|
|
1715
|
+
{ name: "caller", internalType: "address", type: "address" },
|
|
1716
|
+
{ name: "data", internalType: "bytes", type: "bytes" }
|
|
1717
|
+
],
|
|
1718
|
+
name: "ClaimFailed"
|
|
1719
|
+
},
|
|
1680
1720
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
1681
1721
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
1682
1722
|
{
|
|
@@ -2697,7 +2737,7 @@ const ne = [
|
|
|
2697
2737
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
2698
2738
|
stateMutability: "view"
|
|
2699
2739
|
}
|
|
2700
|
-
],
|
|
2740
|
+
], Q = [
|
|
2701
2741
|
{
|
|
2702
2742
|
type: "function",
|
|
2703
2743
|
inputs: [{ name: "addr", internalType: "address", type: "address" }],
|
|
@@ -3149,7 +3189,7 @@ const ne = [
|
|
|
3149
3189
|
stateMutability: "payable"
|
|
3150
3190
|
},
|
|
3151
3191
|
{ type: "receive", stateMutability: "payable" }
|
|
3152
|
-
],
|
|
3192
|
+
], J = [
|
|
3153
3193
|
{
|
|
3154
3194
|
type: "function",
|
|
3155
3195
|
inputs: [{ name: "user", internalType: "address", type: "address" }],
|
|
@@ -4191,16 +4231,16 @@ const ne = [
|
|
|
4191
4231
|
}), Le = /* @__PURE__ */ s({
|
|
4192
4232
|
abi: I,
|
|
4193
4233
|
functionName: "register"
|
|
4194
|
-
}),
|
|
4234
|
+
}), Se = /* @__PURE__ */ n({
|
|
4195
4235
|
abi: c,
|
|
4196
4236
|
functionName: "asset"
|
|
4197
|
-
}),
|
|
4237
|
+
}), Ue = /* @__PURE__ */ n({
|
|
4198
4238
|
abi: c,
|
|
4199
4239
|
functionName: "cgdaParams"
|
|
4200
|
-
}),
|
|
4240
|
+
}), Ve = /* @__PURE__ */ n({
|
|
4201
4241
|
abi: c,
|
|
4202
4242
|
functionName: "claimed"
|
|
4203
|
-
}),
|
|
4243
|
+
}), je = /* @__PURE__ */ n({
|
|
4204
4244
|
abi: c,
|
|
4205
4245
|
functionName: "claims"
|
|
4206
4246
|
}), $e = /* @__PURE__ */ n({
|
|
@@ -4209,25 +4249,25 @@ const ne = [
|
|
|
4209
4249
|
}), Ze = /* @__PURE__ */ n({
|
|
4210
4250
|
abi: c,
|
|
4211
4251
|
functionName: "isClaimable"
|
|
4212
|
-
}),
|
|
4252
|
+
}), Ke = /* @__PURE__ */ n({
|
|
4213
4253
|
abi: c,
|
|
4214
4254
|
functionName: "owner"
|
|
4215
|
-
}),
|
|
4255
|
+
}), Ge = /* @__PURE__ */ n({
|
|
4216
4256
|
abi: c,
|
|
4217
4257
|
functionName: "reward"
|
|
4218
|
-
}),
|
|
4258
|
+
}), We = /* @__PURE__ */ n({
|
|
4219
4259
|
abi: c,
|
|
4220
4260
|
functionName: "totalBudget"
|
|
4221
|
-
}),
|
|
4261
|
+
}), Ye = /* @__PURE__ */ p({
|
|
4222
4262
|
abi: c,
|
|
4223
4263
|
functionName: "claim"
|
|
4224
|
-
}),
|
|
4264
|
+
}), Qe = /* @__PURE__ */ p({
|
|
4225
4265
|
abi: c,
|
|
4226
4266
|
functionName: "clawback"
|
|
4227
|
-
}),
|
|
4267
|
+
}), Je = /* @__PURE__ */ s({
|
|
4228
4268
|
abi: c,
|
|
4229
4269
|
functionName: "claim"
|
|
4230
|
-
}),
|
|
4270
|
+
}), Xe = /* @__PURE__ */ s({
|
|
4231
4271
|
abi: c,
|
|
4232
4272
|
functionName: "clawback"
|
|
4233
4273
|
}), et = /* @__PURE__ */ n({
|
|
@@ -4325,7 +4365,7 @@ const ne = [
|
|
|
4325
4365
|
abi: z,
|
|
4326
4366
|
functionName: "execute"
|
|
4327
4367
|
}), Dt = /* @__PURE__ */ n({
|
|
4328
|
-
abi:
|
|
4368
|
+
abi: Q,
|
|
4329
4369
|
functionName: "isAuthorized"
|
|
4330
4370
|
}), Ft = /* @__PURE__ */ n({
|
|
4331
4371
|
abi: o,
|
|
@@ -4348,16 +4388,16 @@ const ne = [
|
|
|
4348
4388
|
}), Lt = /* @__PURE__ */ n({
|
|
4349
4389
|
abi: o,
|
|
4350
4390
|
functionName: "rolesOf"
|
|
4351
|
-
}),
|
|
4391
|
+
}), St = /* @__PURE__ */ n({
|
|
4352
4392
|
abi: o,
|
|
4353
4393
|
functionName: "total"
|
|
4354
|
-
}),
|
|
4394
|
+
}), Ut = /* @__PURE__ */ p({
|
|
4355
4395
|
abi: o,
|
|
4356
4396
|
functionName: "allocate"
|
|
4357
|
-
}),
|
|
4397
|
+
}), Vt = /* @__PURE__ */ p({
|
|
4358
4398
|
abi: o,
|
|
4359
4399
|
functionName: "clawback"
|
|
4360
|
-
}),
|
|
4400
|
+
}), jt = /* @__PURE__ */ p({
|
|
4361
4401
|
abi: o,
|
|
4362
4402
|
functionName: "disburse"
|
|
4363
4403
|
}), $t = /* @__PURE__ */ p({
|
|
@@ -4366,25 +4406,25 @@ const ne = [
|
|
|
4366
4406
|
}), Zt = /* @__PURE__ */ p({
|
|
4367
4407
|
abi: o,
|
|
4368
4408
|
functionName: "grantRoles"
|
|
4369
|
-
}),
|
|
4409
|
+
}), Kt = /* @__PURE__ */ p({
|
|
4370
4410
|
abi: o,
|
|
4371
4411
|
functionName: "revokeRoles"
|
|
4372
|
-
}),
|
|
4412
|
+
}), Gt = /* @__PURE__ */ p({
|
|
4373
4413
|
abi: o,
|
|
4374
4414
|
functionName: "setAuthorized"
|
|
4375
|
-
}),
|
|
4415
|
+
}), Wt = /* @__PURE__ */ s({
|
|
4376
4416
|
abi: o,
|
|
4377
4417
|
functionName: "allocate"
|
|
4378
|
-
}),
|
|
4418
|
+
}), Yt = /* @__PURE__ */ s({
|
|
4379
4419
|
abi: o,
|
|
4380
4420
|
functionName: "clawback"
|
|
4381
|
-
}),
|
|
4421
|
+
}), Qt = /* @__PURE__ */ s({
|
|
4382
4422
|
abi: o,
|
|
4383
4423
|
functionName: "disburse"
|
|
4384
|
-
}),
|
|
4424
|
+
}), Jt = /* @__PURE__ */ s({
|
|
4385
4425
|
abi: o,
|
|
4386
4426
|
functionName: "disburseBatch"
|
|
4387
|
-
}),
|
|
4427
|
+
}), Xt = /* @__PURE__ */ s({
|
|
4388
4428
|
abi: o,
|
|
4389
4429
|
functionName: "grantRoles"
|
|
4390
4430
|
}), en = /* @__PURE__ */ s({
|
|
@@ -4394,7 +4434,7 @@ const ne = [
|
|
|
4394
4434
|
abi: o,
|
|
4395
4435
|
functionName: "setAuthorized"
|
|
4396
4436
|
}), nn = /* @__PURE__ */ n(
|
|
4397
|
-
{ abi:
|
|
4437
|
+
{ abi: J, functionName: "isAuthorized" }
|
|
4398
4438
|
), an = /* @__PURE__ */ n({
|
|
4399
4439
|
abi: f,
|
|
4400
4440
|
functionName: "claimed"
|
|
@@ -4475,32 +4515,32 @@ const ne = [
|
|
|
4475
4515
|
export {
|
|
4476
4516
|
me as $,
|
|
4477
4517
|
w as A,
|
|
4478
|
-
|
|
4479
|
-
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
|
|
4518
|
+
Lt as B,
|
|
4519
|
+
qt as C,
|
|
4520
|
+
Pt as D,
|
|
4521
|
+
kt as E,
|
|
4522
|
+
Ut as F,
|
|
4523
|
+
Ft as G,
|
|
4524
|
+
Et as H,
|
|
4525
|
+
qe as I,
|
|
4526
|
+
Gt as J,
|
|
4487
4527
|
re as K,
|
|
4488
|
-
|
|
4528
|
+
ce as L,
|
|
4489
4529
|
v as M,
|
|
4490
|
-
|
|
4491
|
-
|
|
4492
|
-
|
|
4493
|
-
|
|
4494
|
-
|
|
4530
|
+
le as N,
|
|
4531
|
+
Bt as O,
|
|
4532
|
+
jt as P,
|
|
4533
|
+
Kt as Q,
|
|
4534
|
+
be as R,
|
|
4495
4535
|
_ as S,
|
|
4496
4536
|
N as T,
|
|
4497
|
-
|
|
4498
|
-
|
|
4499
|
-
|
|
4537
|
+
Zt as U,
|
|
4538
|
+
St as V,
|
|
4539
|
+
oe as W,
|
|
4500
4540
|
ne as X,
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4541
|
+
Wt as Y,
|
|
4542
|
+
ue as Z,
|
|
4543
|
+
fe as _,
|
|
4504
4544
|
ie as a,
|
|
4505
4545
|
Tt as a$,
|
|
4506
4546
|
Te as a0,
|
|
@@ -4540,17 +4580,17 @@ export {
|
|
|
4540
4580
|
vt as aY,
|
|
4541
4581
|
wt as aZ,
|
|
4542
4582
|
ft as a_,
|
|
4543
|
-
|
|
4544
|
-
|
|
4545
|
-
|
|
4546
|
-
|
|
4547
|
-
|
|
4548
|
-
|
|
4549
|
-
|
|
4550
|
-
|
|
4551
|
-
|
|
4552
|
-
|
|
4553
|
-
|
|
4583
|
+
Ke as aa,
|
|
4584
|
+
je as ab,
|
|
4585
|
+
Ge as ac,
|
|
4586
|
+
Ve as ad,
|
|
4587
|
+
Se as ae,
|
|
4588
|
+
Ue as af,
|
|
4589
|
+
We as ag,
|
|
4590
|
+
Je as ah,
|
|
4591
|
+
Ye as ai,
|
|
4592
|
+
Xe as aj,
|
|
4593
|
+
Qe as ak,
|
|
4554
4594
|
Ze as al,
|
|
4555
4595
|
$e as am,
|
|
4556
4596
|
rt as an,
|
|
@@ -4597,29 +4637,29 @@ export {
|
|
|
4597
4637
|
we as br,
|
|
4598
4638
|
_e as bs,
|
|
4599
4639
|
Ae as bt,
|
|
4600
|
-
|
|
4601
|
-
|
|
4602
|
-
|
|
4640
|
+
ke as c,
|
|
4641
|
+
l as d,
|
|
4642
|
+
Fe as e,
|
|
4603
4643
|
d as f,
|
|
4604
|
-
|
|
4605
|
-
|
|
4644
|
+
Le as g,
|
|
4645
|
+
Pe as h,
|
|
4606
4646
|
Be as i,
|
|
4607
|
-
|
|
4608
|
-
|
|
4647
|
+
Ee as j,
|
|
4648
|
+
I as k,
|
|
4609
4649
|
f as l,
|
|
4610
|
-
|
|
4611
|
-
|
|
4650
|
+
nn as m,
|
|
4651
|
+
Vt as n,
|
|
4612
4652
|
ae as o,
|
|
4613
4653
|
o as p,
|
|
4614
|
-
|
|
4654
|
+
Qt as q,
|
|
4615
4655
|
pe as r,
|
|
4616
|
-
|
|
4656
|
+
Jt as s,
|
|
4617
4657
|
Yt as t,
|
|
4618
|
-
|
|
4658
|
+
$t as u,
|
|
4619
4659
|
c as v,
|
|
4620
|
-
|
|
4621
|
-
|
|
4622
|
-
|
|
4623
|
-
|
|
4660
|
+
tn as w,
|
|
4661
|
+
Xt as x,
|
|
4662
|
+
en as y,
|
|
4663
|
+
J as z
|
|
4624
4664
|
};
|
|
4625
|
-
//# sourceMappingURL=generated-
|
|
4665
|
+
//# sourceMappingURL=generated-LpgSHrH0.js.map
|