Skip to content

Commit 9ac1a90

Browse files
committed
chore: update lock
1 parent 80e21d6 commit 9ac1a90

File tree

2 files changed

+533
-497
lines changed

2 files changed

+533
-497
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { computeAddress } from '@ethersproject/transactions'
22
import { ec as EC } from 'elliptic'
33
import type { BytesLike } from 'ethers'
44
import { keccak256 } from 'js-sha3'
5+
import type { AnonAuthoriser } from './types/AnonAuthoriser'
56
import CONTRACT_ADDRESS_MAP from './contract-address-map.json'
6-
import type { AnonAuthoriser } from './types'
77

88
type MinAnonAuthoriser = Pick<AnonAuthoriser, 'anonAuthorise' | 'generateAnonAuthorisation' | 'signer'>
99

0 commit comments

Comments
 (0)