feat: Update ethereum router + executor addresses

We deployed gas optimizations :)
This commit is contained in:
TAMARA LIPOWSKI
2025-05-21 12:58:07 -04:00
parent ec702a0c7f
commit 5bf3b5d7ad
5 changed files with 34 additions and 24 deletions

View File

@@ -19,6 +19,9 @@ export PRIVATE_KEY=<private-key>
## Deploy on Ethereum Mainnet or Base
Make sure to run `unset HISTFILE` in your terminal before setting the private key. This will prevent the private key
from being stored in the shell history.
1. Set the following environment variables:
```
@@ -28,9 +31,6 @@ export PRIVATE_KEY=<private-key>
export BLOCKCHAIN_EXPLORER_API_KEY=<blockchain-explorer-api-key>
```
Make sure to run `unset HISTFILE` in your terminal before setting the private key. This will prevent the private key
from being stored in the shell history.
## Deploy Tycho Router
For each of the following, you must select one of `tenderly_ethereum`, `tenderly_base`,