tenderly-cli icon indicating copy to clipboard operation
tenderly-cli copied to clipboard

CLI tool for Smart Contract error tracking, monitoring and alerting.

Results 61 tenderly-cli issues
Sort by recently updated
recently updated
newest added

1. Run a hardhat node `npx hardhat node --fork https://eth-mainnet.alchemyapi.io/v2/ --fork-block-number 15120938` 2. Run my script to create a transaction, after that I got a transaction hash 3. Run `tenderly...

``` ✗ tenderly export --export-network p2 0x7e84858a5827........45e3580da34a697b7c3a Collecting network information... Collecting transaction information... Collecting contracts... Compiler version is inconsistent ``` any idea what this means? version info: - tenderly CLI...

# Enviroment hardhat: 2.9.3 terderly: v1.4.2 OS: MacBook Pro (13-inch, M1, 2020) I am using hardhat, following the documentation, but the deployments directory does not appear, so I cannot tenderly...

Comparing https://dashboard.tenderly.co/tx/mainnet/0xc5e1926d0255627fd056122b3a51aa0a66b568ac2ec7d0ee8b43699beb9ecafc/state-diff and https://etherscan.io/tx/0xc5e1926d0255627fd056122b3a51aa0a66b568ac2ec7d0ee8b43699beb9ecafc#statechange I can't reproduce the state change

login via email : tenderly login ✔ Email ✔ Enter your email: 1xx ✔ Password: Failed making request. Please try again. login via access key : dev@AbrahamYusuf:~$ tenderly login ✔...

bug
question

Hi, I'm using hardhat seems like an issue with imports? This worked: ``` interface IUniswapV2Pair { function getReserves() external view returns (uint112 reserve0, uint112 reserve1, uint32 blockTimestampLast); } contract Reserves...

As it stands, the current documentation makes it rather hard to understand how to operate the cli. For example, it is not apparent how one is supposed to upload missing...

When I run "truffle push" from truffle directory I get this error, but the directory build/contracts exists and the .json files are there. ``` # tenderly push --debug Setting up...