Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdev3 committed Jun 24, 2024
1 parent 28c5eab commit 0815ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/evm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export class EvmHandler extends Utils {
// to avoid changing the entire approach, we only inject the address on the contract instance for on chain validation
// need to be considered that fundToken is unknown and we probably do not support
fromTokenContract = ethersAdapter.contract(
preHook ? preHook.fundToken : _fromToken.address,
preHook ? preHook.fundToken : _fromToken.address,
erc20Abi,
signer || fromProvider,
);
Expand Down

0 comments on commit 0815ecf

Please sign in to comment.