chore(repo): sync operator workspace (config, scripts, docs, multi-chain)
Some checks failed
Deploy to Phoenix / validate (push) Failing after 1s
Deploy to Phoenix / deploy (push) Has been skipped
Deploy to Phoenix / deploy-atomic-swap-dapp (push) Has been skipped
Deploy to Phoenix / cloudflare (push) Has been skipped

Add optional Cosmos/Engine-X/act-runner templates, CWUSDC/EI-matrix tooling,
non-EVM route planner in multi-chain-execution (tests passing), token list and
extraction updates, and documentation (MetaMask matrix, GRU/CWUSDC packets).

Ignore institutional evidence tarballs/sha256 under reports/status.

Validated with: bash scripts/verify/run-all-validation.sh --skip-genesis

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-05-11 16:25:08 -07:00
parent a5f7400955
commit 4ebf2d7902
292 changed files with 21574 additions and 1146 deletions

View File

@@ -29,6 +29,41 @@ paths:
'400':
description: Validation error
/v1/routes/non-evm-families:
get:
summary: List non-EVM route families (Tezos, Solana, Tron, XRPL) and supported source chains
responses:
'200':
description: family metadata and supported_source_chain_ids (138, 651940)
/v1/routes/plan-non-evm:
post:
summary: Multi-hop route plan from Chain 138 or ALL Mainnet through Ethereum hub to a non-EVM destination
requestBody:
content:
application/json:
schema:
type: object
required: [destination_family, destination_address]
properties:
destination_family:
type: string
enum: [tezos_usdtz, solana_usdc, tron_usdt, xrpl_usdc]
destination_address:
type: string
description: Destination address validated per family (Tezos tz1… / Solana base58 / Tron T… / XRPL r…)
source_chain_id: { type: integer, default: 138 }
source_asset: { type: string, description: Defaults to cUSDC on 138 or AUSDC on 651940 when omitted }
source_amount: { type: string }
async_quotes:
type: boolean
description: Reserved for future enrichment (Tezos path uses chain138-to-usdtz with async_quotes)
responses:
'200':
description: Route plan with hops, optional quote_hints (aggregator / bridge entry points), destination_family
'400':
description: Validation error
/v1/intents:
post:
summary: Create intent