From 06c4bebcb7f27536be138725bda1b736a2ce1adf Mon Sep 17 00:00:00 2001 From: defiQUG Date: Sun, 12 Apr 2026 07:06:34 -0700 Subject: [PATCH] fix(token-aggregation): restore Chain 138 cAUSDT fallback for report API Aligns canonical-tokens FALLBACK_ADDRESSES with smart-contracts-master.json so /api/v1/report/token-list includes cAUSDT when env overrides are absent. Made-with: Cursor --- services/token-aggregation/src/config/canonical-tokens.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/token-aggregation/src/config/canonical-tokens.ts b/services/token-aggregation/src/config/canonical-tokens.ts index f015d00..cf73245 100644 --- a/services/token-aggregation/src/config/canonical-tokens.ts +++ b/services/token-aggregation/src/config/canonical-tokens.ts @@ -128,6 +128,10 @@ const FALLBACK_ADDRESSES: Record>> = { cUSDW: { [CHAIN_138]: '0xcA6BFa614935f1AB71c9aB106bAA6FBB6057095e', }, + // ALL / AUSDT corridor hub on Chain 138 (see config/smart-contracts-master.json COMPLIANT_AUSDT_ADDRESS) + cAUSDT: { + [CHAIN_138]: '0x5fdDF65733e3d590463F68f93Cf16E8c04081271', + }, cBTC: { [CHAIN_138]: '0xcb7c000000000000000000000000000000000138', },