fix: resolve TX-DYNAMIC 404 error and enhance multi-chain API support
This commit is contained in:
@@ -39,7 +39,9 @@ export async function GET(
|
||||
// Only expose public wallet addresses, not private keys
|
||||
wallets: metadata.wallets ? {
|
||||
EVM: metadata.wallets.EVM?.address,
|
||||
SOLANA: metadata.wallets.SOLANA?.address
|
||||
SOLANA: metadata.wallets.SOLANA?.address,
|
||||
TRON: metadata.wallets.TRON?.address,
|
||||
BITCOIN: metadata.wallets.BITCOIN?.address
|
||||
} : null,
|
||||
clientSecret: tx.stripe_pi_id, // For Stripe/Mock
|
||||
nextAction: metadata.nextAction || 'none',
|
||||
|
||||
Reference in New Issue
Block a user