Parent: #877
Scope
Manual operator task — lock PLOT tokens via Mint Club V2 Locker contract on Base.
Steps
Test Run
- Lock 10 PLOT via Mint Club Locker (
0xA3dCf3Ca587D9929d540868c924f208726DC9aB6)
- Set unlock time to 3 days from lock tx
- Set receiver to P7 wallet
- Set title: "PLOT 10x Airdrop - Test"
- Record lockup ID in
AIRDROP_CONFIG.LOCKER_ID
Production Run (after test)
- Lock 50,000 PLOT via Mint Club Locker
- Set unlock time to 6 months from campaign start
- Set receiver to P7 wallet
- Set title: "PLOT 10x Airdrop Pool"
- Update
AIRDROP_CONFIG.LOCKER_ID with production lockup ID
Can use SDK
mintclub.network("base").token(PLOT).createLockUp({
amount: 50000e18,
unlockTime: campaignEndTimestamp,
receiver: P7_WALLET,
title: "PLOT 10x Airdrop Pool"
})
Or use the Mint Club web UI at mint.club.
Acceptance Criteria
Parent: #877
Scope
Manual operator task — lock PLOT tokens via Mint Club V2 Locker contract on Base.
Steps
Test Run
0xA3dCf3Ca587D9929d540868c924f208726DC9aB6)AIRDROP_CONFIG.LOCKER_IDProduction Run (after test)
AIRDROP_CONFIG.LOCKER_IDwith production lockup IDCan use SDK
Or use the Mint Club web UI at mint.club.
Acceptance Criteria