Skip to content

Commit

Permalink
Fix funding transfer to controller addr
Browse files Browse the repository at this point in the history
  • Loading branch information
broody committed Sep 10, 2024
1 parent c74c4f5 commit c27c93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/keychain/src/components/Funding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function FundingInner({ onComplete, title, defaultAmount }: FundingInnerProps) {
contractAddress: ETH_CONTRACT_ADDRESS,
entrypoint: "transfer",
calldata: CallData.compile({
sender: extAccount.address,
sender: controller.account.address,
amount: cairo.uint256(parseEther(amount)),
}),
},
Expand Down

0 comments on commit c27c93c

Please sign in to comment.