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

@@ -160,6 +160,8 @@ export async function processExternalTransfer(
recipient: req.convertToCrypto.recipientAddress,
settlementRef: record.settlementId,
dryRun: !cfg.production.allowChainMintExecute,
symbol: req.convertToCrypto.symbol,
tokenAddress: req.convertToCrypto.tokenAddress,
});
advance('CHAIN_MINT_REQUESTED', { chainTxHash: mint.txHash });
} else {