v0.2.0 — add AA stack, NameService, Router, dUSD, MultiSig, Vesting, Subscriptions, Launchpad, InsurancePool, Multicall, TWAP

This commit is contained in:
architect 2026-05-03 17:17:55 +03:00
parent 83f837b9b0
commit 38ccaaad4e
2 changed files with 25 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@aere/sdk",
"version": "0.1.0",
"version": "0.2.0",
"description": "Official AERE Network SDK — wraps ethers v6 with typed contract clients for the deployed AERE L1 contracts (stablecoin, lending, staking, swap, bridge, identity, Lightning, ZK rollup).",
"type": "module",
"main": "./dist/index.js",

View File

@ -65,6 +65,30 @@ export const AERE_MAINNET = {
AereZKRollup: '0x6F5c279A3436d8b21AF6f8f7E48174A12D4a94a1',
AereZKRollupVerifier: '0x99fe69077B3DDaA81B94D0F95f6724F6819CC320',
// Account Abstraction (ERC-4337-style)
AereEntryPoint: '0x7fF2103ecf38B83A86B82fE7Fd84A73B36bc8556',
AereSmartAccountFactory: '0xc2a9a5375f2B93C7513240Db75a30F4fb45a5597',
AerePaymaster: '0x4c7Ce4051c8C976918DfE5d296A072A63D6e2129',
// Name service
AereNameService: '0x0763e2810F1a1b3FEdd568dDEbCcE61ECa18b272',
// DeFi extras
AereSwapRouter: '0x65d098d8733309785BaD058773C7EA919e0C3162',
AereDemoUSD: '0x1cE2949e8cE3f1A77b178aF767a4455c08ec6F82',
AereTWAPOracle: '0xf0c8178a5d9feb0f70C5f184e79edeEDaddcF350',
WAERE_dUSD_Pair: '0x72F4c32f666a52aD80AE9C621bd8c57870d6508B',
// Foundation tooling
AereMultiSig: '0x30f62deb4fE4e926c414813D4184732d5be181D7',
AereVesting: '0x1f921F7c131ae12908f2eB8Ced0D3Dd2d8731Fd6',
// Recurring payments / launchpad / insurance
AereSubscriptions: '0xE6827547d883055DAdC8467d3e6a4F4b89e3c875',
AereLaunchpad: '0x33E3B06A7344f0B201fdD11B18bC244c84dbca32',
AereInsurancePool: '0xe9Baa9174621845Eb8196238628fdF82c6b7383b',
AereMulticall: '0x170ab6DE1686537763759AFaf1c3b7eFd104F4C2',
// Plasma — 6 production chains
AerePlasmaChain1: '0xFBd34Ad45ef07b0B7616E77a8a6cef2cb62f98d4',
AerePlasmaChain2: '0xE4E53a1eb1F6C40bbD334C191901dBF99BCb8af0',