Skip to content

Commit

Permalink
use ZeroAddress from ethers
Browse files Browse the repository at this point in the history
  • Loading branch information
HananINouman committed Sep 9, 2024
1 parent 0669e50 commit 6810ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/splitHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const splitMainContractInterface = new Interface(splitMainEthereumAbi);
const owrFactoryContractInterface = new Interface(OWRFactoryContract.abi);

// Double check if we need them as params with defaults
const RECOVERY_ADDRESS = '0x0000000000000000000000000000000000000000';
const RECOVERY_ADDRESS = ZeroAddress;

type Call = {
target: ETH_ADDRESS;
Expand Down

0 comments on commit 6810ad1

Please sign in to comment.