Skip to content

Commit

Permalink
add back error message used by upstream (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel authored Oct 29, 2024
1 parent 214aff9 commit 97b9e51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions seth/.changeset/v1.50.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add back error message used by upstream dependencies
2 changes: 2 additions & 0 deletions seth/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ const (
ErrRpcHealthCheckFailed = "RPC health check failed ¯\\_(ツ)_/¯"
ErrContractDeploymentFailed = "contract deployment failed"
ErrNoPksEphemeralMode = "no private keys loaded, cannot fund ephemeral addresses"
// unused by Seth, but used by upstream
ErrNoKeyLoaded = "failed to load private key"

ErrReadOnlyWithPrivateKeys = "read-only mode is enabled, but you tried to load private keys"
ErrReadOnlyEphemeralKeys = "ephemeral mode is not supported in read-only mode"
Expand Down

0 comments on commit 97b9e51

Please sign in to comment.