We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c31d0 commit c4e64abCopy full SHA for c4e64ab
packages/arb-token-bridge-ui/src/components/TransferPanel/TransferPanel.tsx
@@ -486,7 +486,8 @@ export function TransferPanel() {
486
isSmartContractWallet,
487
walletAddress,
488
destinationAddress,
489
- transferStarter: cctpTransferStarter
+ transferStarter: cctpTransferStarter,
490
+ wagmiConfig
491
})
492
493
// this is only necessary while we are migrating to the ui driver
0 commit comments