- CCIP/trustless bridge contracts, GRU tokens, DEX/PMM tests, reserve vault. - Token-aggregation service routes, planner, chain config, relay env templates. - Config snapshots and multi-chain deployment markdown updates. - gitignore services/btc-intake/dist/ (tsc output); do not track dist. Run forge build && forge test before deploy (large solc graph). Made-with: Cursor
18 lines
383 B
JSON
18 lines
383 B
JSON
{
|
|
"name": "btc-intake-service",
|
|
"version": "1.0.0",
|
|
"description": "BTC intake watcher for Chain 138 cBTC mint workflows",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@types/node": "^20.19.33",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^1.6.1"
|
|
}
|
|
}
|