Add Z Bank mainnet payment presets
This commit is contained in:
@@ -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'],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user