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
This commit is contained in:
defiQUG
2026-04-12 07:06:34 -07:00
parent f19c771760
commit 06c4bebcb7

View File

@@ -128,6 +128,10 @@ const FALLBACK_ADDRESSES: Record<string, Partial<Record<number, string>>> = {
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',
},