Skip to content

Commit

Permalink
Update packages/widget/src/controllers/transfers/evm/build.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Štoković <[email protected]>
  • Loading branch information
wainola and sztok7 authored Jun 9, 2024
1 parent 3b160fa commit 48cd4fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/widget/src/controllers/transfers/evm/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ type BuildEvmFungibleTransactionsArtifacts = {
* Not sure how to handle if it throws :shrug:
*/
export async function buildEvmFungibleTransactions({
evmWallet,
evmWallet: {
address,
provider,
providerChainId
},
chainId,
destinationAddress,
resourceId,
Expand Down

0 comments on commit 48cd4fd

Please sign in to comment.