Skip to content

Commit

Permalink
Fix imports in user story (#382)
Browse files Browse the repository at this point in the history
Related to #276

This PR fixes import error in the user story merged in #357
  • Loading branch information
akshay-ap authored Apr 12, 2024
1 parent 74d5a38 commit cc9c764
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { expect } from 'chai'
import { deployments, ethers } from 'hardhat'
import { WebAuthnCredentials, decodePublicKey, encodeWebAuthnSignature } from '../utils/webauthn'
import { decodePublicKey, encodeWebAuthnSignature } from '../../src/utils/webauthn'
import { WebAuthnCredentials } from '../../test/utils/webauthnShim'
import { buildSafeUserOpTransaction, buildPackedUserOperationFromSafeUserOperation } from '@safe-global/safe-4337/dist/src/utils/userOp'
import { buildSignatureBytes } from '@safe-global/safe-4337/dist/src/utils/execution'

Expand Down

0 comments on commit cc9c764

Please sign in to comment.