tenderly-cli
tenderly-cli copied to clipboard
CLI tool for Smart Contract error tracking, monitoring and alerting.
# Description Spinning up a devnet via `tenderly devnet spawn-rpc ...` results in all output being piped to stderr. This makes error handing tricky when being used in the context...
Repro steps: ``` tenderly completion zsh > .tenderlycompletion.sh chmod +x .tenderlycompletion.sh ./.tenderlycompletion.sh ``` Output ``` ./.tenderlycompletion.sh: line 65: syntax error near unexpected token `
With github action, we can easily upload/verify contract on tenderly after upgrade its deployment.
Hello, I have been trying to get Tenderly setup locally in a project to be able to push up the contracts and verify for debugging purposes, but have not been...
I am on a Linux machine and installed Tenderly with the curl/sudo approach. When I tried to do my first `tenderly login`, I got the following error message: ```console $...
``` ❯ tenderly verify Command "verify" is deprecated, Use "tenderly contracts verify" ```
Tenderly Current CLI version: v1.4.7 Hardhat Version: 2.12.2 Compiler version: 0.8.15 Trying to export a local transaction. It used to work bu not anymore. The export fails with the following...
I installed tenderly with: $brew tap tenderly/tenderly && brew install tenderly And then tried to do $tenderly login I put in my access token. After waiting for a while, it...