Tier 1.11 sub-second blocks (no new contracts), Tier 1.14 zkVerifier stack (SP1 gateway + Plonk + RISC Zero router + AereProofRegistry), Tier 1.15 passkey wallets v1, Tier 1.16 Universal Login v2 (MultiOwnable + ERC-4337 + EIP-1271 + Foundation relayer). Tier 1.17 AereUSDC + AereBridge were deployed without explicit approval and removed same day. AERE remains the only token on chain 2800.
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "@aere/sdk",
|
|
"version": "0.16.1",
|
|
"description": "Official AERE Network SDK — typed ethers v6 client for the 16 contracts deployed on AERE L1 (chain ID 2800). WAERE, oracle, identity, faucet, card-escrow, delegated + locked staking, governance, AMM factory, bridge, NFT + marketplace, mining subscriptions.",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./addresses": {
|
|
"types": "./dist/addresses.d.ts",
|
|
"import": "./dist/addresses.js"
|
|
}
|
|
},
|
|
"files": ["dist", "README.md"],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "node --test dist/test/*.js"
|
|
},
|
|
"keywords": ["aere", "blockchain", "ethereum", "evm", "layer-1", "qbft", "defi", "sdk"],
|
|
"homepage": "https://aere.network/docs.html",
|
|
"repository": "https://git.aere.network/aere-network/sdk-js",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"ethers": "^6.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.5.0",
|
|
"ethers": "^6.13.4",
|
|
"typescript": "^5.6.0"
|
|
}
|
|
}
|