Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit 252546b

Browse files
committed
fix: 🐛 typo error
1 parent 7dafc39 commit 252546b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/types.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ import {
6161
VolumeRestrictionTMEventArgs,
6262
VestingEscrowWalletContract,
6363
VestingEscrowWalletEvents,
64-
VestingEscrowWalletUnpauseEventArgs,
6564
LockUpTransferManagerEventArgs,
6665
LockUpTransferManagerContract,
6766
LockUpTransferManagerEvents,
@@ -264,7 +263,7 @@ export type ContractEvents =
264263
| CountTransferManagerEvents
265264
| PercentageTransferManagerEvents
266265
| VolumeRestrictionTMEvents
267-
| VestingEscrowWalletEvents;
266+
| VestingEscrowWalletEvents
268267
| LockUpTransferManagerEvents
269268
| VolumeRestrictionTMEvents;
270269

@@ -319,7 +318,7 @@ export type GenericModuleContract =
319318
| CountTransferManagerContract
320319
| PercentageTransferManagerContract
321320
| VolumeRestrictionTMContract
322-
| VestingEscrowWalletContract;
321+
| VestingEscrowWalletContract
323322
| LockUpTransferManagerContract
324323
| VolumeRestrictionTMContract;
325324

0 commit comments

Comments
 (0)