Add Z Bank mainnet payment presets

This commit is contained in:
defiQUG
2026-07-05 16:48:36 -07:00
parent b5d4f268bf
commit abdd8881e2
9 changed files with 464 additions and 22 deletions

View File

@@ -224,6 +224,8 @@ export function createSettlementRouter(): Router {
targetChainId: body.convertToCrypto?.targetChainId ?? 138,
tokenLineId: body.convertToCrypto?.tokenLineId ?? `${body.currency ?? 'USD'}-M2`,
recipientAddress: body.convertToCrypto?.recipientAddress ?? '',
symbol: body.convertToCrypto?.symbol,
tokenAddress: body.convertToCrypto?.tokenAddress,
},
moneyLayers: ['M2', 'M3'],
});