Ship AddressActivityRegistry V1/V2, ISO20022IntakeGateway, Chain138ParticipantSurface, checkpoint hub contracts, checkpoint-core package, aggregator/indexer/sdk services, relay profile guards, M00 diamond bridge facet, and OMNL compliance contracts. Co-authored-by: Cursor <[email protected]>
22 lines
497 B
JSON
22 lines
497 B
JSON
{
|
|
"name": "checkpoint-aggregator",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Chain 138 → mainnet checkpoint batches (default 10 txs)",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/index.js",
|
|
"dev": "ts-node src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@dbis/checkpoint-core": "workspace:*",
|
|
"dotenv": "^16.4.5",
|
|
"ethers": "^6.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.0",
|
|
"typescript": "^5.4.0"
|
|
}
|
|
}
|