Skip to content

Commit

Permalink
Update modules/4337/test/erc4337/ERC4337ModuleNew.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Shebin John <admin@remedcu.com>
  • Loading branch information
akshay-ap and remedcu authored Jul 9, 2024
1 parent 1c31fda commit 195f792
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/4337/test/erc4337/ERC4337ModuleNew.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,10 @@ describe('Safe4337Module - Newly deployed safe', () => {
await user1.sendTransaction({ to: daughterSafe.address, value: accountBalance })
expect(await ethers.provider.getBalance(daughterSafe.address)).to.be.eq(accountBalance)

const transfer = ethers.parseEther('0.1')
const safeOp = buildSafeUserOpTransaction(
daughterSafe.address,
user1.address,
transfer,
ethers.parseEther('0.1'),
'0x',
'0x0',
await entryPoint.getAddress(),
Expand Down

0 comments on commit 195f792

Please sign in to comment.