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]>
20 lines
462 B
JSON
20 lines
462 B
JSON
{
|
|
"name": "@dbis/checkpoint-sdk",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Wallet/dApp helpers for Chain 138 mainnet checkpoint attestation",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@dbis/checkpoint-core": "file:../../packages/checkpoint-core",
|
|
"ethers": "^6.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.0",
|
|
"typescript": "^5.4.0"
|
|
}
|
|
}
|