Skip to content

Commit

Permalink
fix after conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda committed Sep 5, 2024
1 parent 1319fb4 commit d4a2794
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/evm-to-evm-fungible-transfer/src/transfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export async function erc20Transfer(): Promise<void> {
sourceNetworkProvider: web3Provider as unknown as Eip1193Provider,
resource: RESOURCE_ID,
amount: BigInt(1) * BigInt(1e18),
destinationAddress: destinationAddress,
recipientAddress: destinationAddress,
sourceAddress,
};
Expand Down

0 comments on commit d4a2794

Please sign in to comment.