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:
11
package.json
11
package.json
@@ -4,7 +4,16 @@
|
||||
"description": "Production-grade CCIP integration for Chain-138 to Ethereum Mainnet",
|
||||
"scripts": {
|
||||
"compile": "hardhat compile",
|
||||
"test": "hardhat test",
|
||||
"test": "pnpm run test:ci",
|
||||
"test:ci": "pnpm run test:contracts:ci && pnpm run test:services:ci",
|
||||
"test:contracts:ci": "pnpm run test:contracts:transport && pnpm run test:contracts:ccip-smoke",
|
||||
"test:contracts:transport": "bash ../scripts/verify/check-cstar-v2-transport-stack.sh",
|
||||
"test:contracts:ccip-smoke": "npx hardhat test --no-compile test/ccip-integration/CCIPIntegration.test.js",
|
||||
"test:services:ci": "pnpm run test:services:token-aggregation && pnpm run test:services:emoney-api",
|
||||
"test:services:token-aggregation": "pnpm --dir services/token-aggregation run test:ci",
|
||||
"test:services:emoney-api": "pnpm --dir test/emoney/api run test:ci",
|
||||
"test:hardhat:full": "hardhat test",
|
||||
"test:forge:full": "forge test",
|
||||
"forge:build": "forge build",
|
||||
"forge:test": "forge test",
|
||||
"forge:test:vault": "forge test --match-path 'test/vault/Ledger.t.sol'",
|
||||
|
||||
Reference in New Issue
Block a user