Add live route matrix and stable bridge decision flows
Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m25s
CI/CD Pipeline / Lint and Format (push) Has been cancelled
CI/CD Pipeline / Terraform Validation (push) Has been cancelled
CI/CD Pipeline / Kubernetes Validation (push) Has been cancelled
Deploy ChainID 138 / Deploy ChainID 138 (push) Has been cancelled
Validation / validate-genesis (push) Has been cancelled
Validation / validate-terraform (push) Has been cancelled
Validation / validate-kubernetes (push) Has been cancelled
Validation / validate-smart-contracts (push) Has been cancelled
Validation / validate-security (push) Has been cancelled
Validation / validate-documentation (push) Has been cancelled
CI/CD Pipeline / Security Scanning (push) Successful in 13m49s
Verify Deployment / Verify Deployment (push) Failing after 1m22s

This commit is contained in:
defiQUG
2026-03-27 12:02:36 -07:00
parent a780eff7c5
commit 721cdeb92f
16 changed files with 2001 additions and 6 deletions

View File

@@ -10,7 +10,8 @@
"dev": "ts-node src/index.ts",
"test": "jest",
"lint": "eslint src --ext .ts",
"migrate": "node -r dotenv/config dist/database/migrations.js"
"migrate": "node -r dotenv/config dist/database/migrations.js",
"example:partner-payloads": "node scripts/resolve-partner-payloads-example.mjs"
},
"dependencies": {
"axios": "^1.13.5",