Skip to content

Commit

Permalink
add back error used by chainlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Sep 26, 2024
1 parent 1809fd0 commit 967b0d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions seth/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const (
ErrCreateNonceManager = "failed to create nonce manager"
ErrCreateTracer = "failed to create tracer"
ErrReadContractMap = "failed to read deployed contract map"
ErrNoKeyLoaded = "failed to load private key"
ErrRpcHealthCheckFailed = "RPC health check failed ¯\\_(ツ)_/¯"
ErrContractDeploymentFailed = "contract deployment failed"

Expand Down

0 comments on commit 967b0d4

Please sign in to comment.