Skip to content

Commit

Permalink
Put it back the way it was
Browse files Browse the repository at this point in the history
  • Loading branch information
zencephalon committed Oct 12, 2023
1 parent e39b5d5 commit 8163db8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { expect, test } from 'vitest'
import { accounts } from '../../../_test/constants.js'
import { publicClient } from '../../../_test/utils.js'
import { baseAddresses } from '../../../chains/base.js'
import { type FinalizeWithdrawalTransactionParameters } from '../../wallet/L1/writeFinalizeWithdrawalTransaction.js'
Expand All @@ -17,6 +18,7 @@ test('succesfully submits finalizeWithdrawalTransaction', async () => {
const { request } = await simulateFinalizeWithdrawalTransaction(publicClient, {
...baseAddresses,
withdrawal,
account: accounts[0].address,
})

expect(request.address).toEqual(baseAddresses.optimismPortal.address)
Expand Down

0 comments on commit 8163db8

Please sign in to comment.