diff --git a/src/screens/WalletEmbed.tsx b/src/screens/WalletEmbed.tsx index eb45e76..9691fad 100644 --- a/src/screens/WalletEmbed.tsx +++ b/src/screens/WalletEmbed.tsx @@ -88,6 +88,7 @@ export const WalletEmbed = () => { throw new Error('Requested network not supported.'); } + console.log({ network, fromAddress, chainId, toAddress, amount }); const account = await retrieveSingleAccount(network.namespace, network.chainId, fromAddress); if (!account) { throw new Error('Account not found for the requested address.');