Skip to content

Commit

Permalink
add types for event deployment status (#15260)
Browse files Browse the repository at this point in the history
0xTxbi authored Dec 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ccc6680 commit 8911556
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/types/src/types/unlockTypes.ts
Original file line number Diff line number Diff line change
@@ -20,6 +20,12 @@ export enum TransactionStatus {
NONE = '', // for testing purposes
}

// Event deployment status
export enum EventStatus {
PENDING = 'pending',
DEPLOYED = 'deployed',
}

export interface NetworkDeploy {
unlockAddress: string
startBlock: number

0 comments on commit 8911556

Please sign in to comment.