v0.6.0 — paymaster stack (EntryPoint + 4 paymasters) for gasless UX

This commit is contained in:
Liviu 2026-05-31 12:56:30 +03:00
parent 68a81dc2ba
commit e0104594f8

View File

@ -76,6 +76,13 @@ export const AERE_MAINNET = {
AereFeeBurnVault: '0x696afDF4f814e6Fd6aa45CE14C498ed9375fB2c6', // protocol-fee burn endpoint (stateless, no admin)
AereYieldFarm: '0xF86Fb0Eb3262C4e93Dbb349d63023218a5Db713F', // MasterChef-style LP staking → native AERE rewards
AereMiningDistributor: '0x0607ad23534ee251f359D960f7a6823C6b876b26', // Merkle-claim AireFlow payout (per-epoch, sweepable)
// ── Tier-1.3 paymaster stack (deployed 2026-05-31) ──────────
AereEntryPoint: '0x19773ba45287A64B05d0BCBD59D1371BF51Bd5D2', // Lightweight ERC-4337 EntryPoint compatible with our paymasters
AereOnboardingPaymaster: '0x4058E406475Dbed7056Aee0c808f293F05fEa879', // Foundation-funded · 3 lifetime UserOps/sender · 100/day sitewide cap
AereTokenPaymaster: '0xEb6e2Eb24e597C85392DdCD68a1F9b654FffdcB2', // Pay gas in any whitelisted ERC-20 (Foundation enables tokens)
AereStakeQuotaPaymaster: '0xD16C86D792444c2667A26dB62f01b90FC0DaB87b', // Stake AERE → daily free-tx quota (Tron-style UX)
AereAppPaymasterFactory: '0xEC22603E8712cBc5c31E53370D10f1a80CcB4DF0', // Permissionless factory — any dApp clones its own AereAppPaymaster
// NOTE: AERE is the network's only native token. No stablecoin issuance.
// ── Deferred to future phases (not yet deployed) ──────────