feat: bridges, PMM, flash workflow, token-aggregation, and deployment docs
- 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
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"description": "API integration and contract tests",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"test:ci": "jest --runInBand",
|
||||
"test:integration": "jest --testPathPattern=integration",
|
||||
"test:contract": "jest --testPathPattern=contract",
|
||||
"test:watch": "jest --watch"
|
||||
@@ -28,7 +29,10 @@
|
||||
"preset": "ts-jest",
|
||||
"testEnvironment": "node",
|
||||
"testMatch": [
|
||||
"**/test/**/*.test.ts"
|
||||
"**/*.test.ts"
|
||||
],
|
||||
"testPathIgnorePatterns": [
|
||||
"/node_modules/"
|
||||
],
|
||||
"collectCoverageFrom": [
|
||||
"api/services/**/*.ts",
|
||||
@@ -37,4 +41,3 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user