v0.12.0 — Tier-1.9 batch-auction DEX (CoW-style)

This commit is contained in:
Liviu 2026-05-31 20:13:54 +03:00
parent 8f21df96d2
commit d7e25d13e6

View File

@ -102,6 +102,11 @@ export const AERE_MAINNET = {
// ── Tier-1.8 burn flow (deployed 2026-05-31) ──────────
AereCoinbaseSplitter: '0xb4b0eCe9011613A5b84248a9B42a0f309E6F01Ec', // 37.5% to FeeBurnVault, 62.5% to validator. Whitepaper §3.3 made real.
// ── Tier-1.9 batch-auction DEX (deployed 2026-05-31) ──────────
AereVaultRelayer: '0x9FCA122e87E36D7cba20DbEA7b9b7354A4Cece91', // Token allowance proxy for batch settlement
AereSolverRegistry: '0xDBD29332a9993d2816EF0bD240288E03a8103f3B', // Permissioned solver allowlist (Phase 1)
AereSettlement: '0x9C2957b1622567B4802E4AFd4c42FB2ec70dE875', // CoW-style batch-atomic settlement (MEV-resistant)
// NOTE: AERE is the network's only native token. No stablecoin issuance.
// ── Deferred to future phases (not yet deployed) ──────────