Gateway outbox worker, MQ wrap, thirdweb adapter updates, and SolaceNet docs.

Made-with: Cursor
This commit is contained in:
defiQUG
2026-04-12 06:11:37 -07:00
parent 6ebf71dda8
commit ae744e4be4
23 changed files with 775 additions and 16 deletions

View File

@@ -20,6 +20,7 @@
"format": "prettier --write \"src/**/*.ts\"",
"prepare": "husky install",
"worker:dual-ledger-outbox": "ts-node src/workers/run-dual-ledger-outbox.ts",
"worker:gateway-outbox": "ts-node -r tsconfig-paths/register src/workers/run-gateway-outbox-worker.ts",
"db:verify-columns": "psql $DATABASE_URL -f scripts/verify-column-names.sql",
"db:audit-balances": "psql $DATABASE_URL -f scripts/audit-balances.sql",
"db:run-migrations": "./scripts/run-migrations.sh",