Skip to content

Commit afc0b97

Browse files
committed
ci(fix): use OpenAllowlist
1 parent bb9cf68 commit afc0b97

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

examples/agora-vote/src/agora-vote.test.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,7 @@ describe('Boost with Voting Incentive', () => {
140140
signers: [owner, trustedSigner.account], // Whichever account we're going to sign with needs to be a signer
141141
validatorCaller: fixtures.core.assertValidAddress(), // Only core should be calling into the validate otherwise it's possible to burn signatures
142142
}),
143-
allowList: core.SimpleAllowList({
144-
owner: owner,
145-
allowed: [owner],
146-
}),
143+
allowList: core.OpenAllowList(),
147144
incentives: [
148145
core.ERC20VariableIncentive({
149146
asset: erc20.assertValidAddress(),
@@ -225,7 +222,6 @@ describe('Boost with Voting Incentive', () => {
225222
boostId: boost.id,
226223
});
227224

228-
229225
// Claim the incentive for the imposter
230226
await core.claimIncentiveFor(
231227
boost.id,

0 commit comments

Comments
 (0)