Skip to content

Commit

Permalink
feat: remove funding state from vaultstate
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 committed Jul 12, 2024
1 parent ce9eb2a commit 32d1e45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/models/ethereum-models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export enum VaultState {
CLOSING = 2,
CLOSED = 3,
PENDING = 4,
FUNDING = 5,
}

export interface RawVault {
Expand Down

0 comments on commit 32d1e45

Please sign in to comment.