Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniSomoza committed Nov 28, 2024
1 parent e7f2f13 commit 612edb9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { SignatureTypes } from '@safe-global/types-kit'
import { ENTRYPOINT_ADDRESS_V06, ENTRYPOINT_ADDRESS_V07 } from '../constants'

export const OWNER_1 = '0xFfAC5578BE8AC1B2B9D13b34cAf4A074B96B8A1b'
Expand Down Expand Up @@ -109,7 +110,7 @@ export const SAFE_OPERATION_RESPONSE = {
owner: '0x3059EfD1BCe33be41eeEfd5fb6D520d7fEd54E43',
signature:
'0xcb28e74375889e400a4d8aca46b8c59e1cf8825e373c26fa99c2fd7c078080e64fe30eaf1125257bdfe0b358b5caef68aa0420478145f52decc8e74c979d43ab1d',
signatureType: 'EOA'
signatureType: SignatureTypes.EOA
}
],
preparedSignature:
Expand Down

0 comments on commit 612edb9

Please sign in to comment.