fix: txnBot AGENTS.md ENVIRONMENT enum is stale (#784)
This commit is contained in:
parent
504977941e
commit
0f3399a73c
2 changed files with 4 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ Automation service that maintains liquidity alignment and tax enforcement for th
|
||||||
## Configuration
|
## Configuration
|
||||||
Set the following environment variables (automatically generated when the stack script is used):
|
Set the following environment variables (automatically generated when the stack script is used):
|
||||||
```
|
```
|
||||||
ENVIRONMENT=BASE_SEPOLIA_LOCAL_FORK|BASE_SEPOLIA|BASE
|
ENVIRONMENT=BASE_SEPOLIA_LOCAL_FORK|BASE_MAINNET_LOCAL_FORK|BASE_SEPOLIA|BASE
|
||||||
PROVIDER_URL=<rpc-url>
|
PROVIDER_URL=<rpc-url>
|
||||||
PRIVATE_KEY=<hex-private-key>
|
PRIVATE_KEY=<hex-private-key>
|
||||||
LM_CONTRACT_ADDRESS=<liquidity-manager-address>
|
LM_CONTRACT_ADDRESS=<liquidity-manager-address>
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,10 @@ Automation worker that monitors staking positions and calls `recenter()` / `payT
|
||||||
|
|
||||||
## Environments
|
## Environments
|
||||||
|
|
||||||
The bot supports three environments shared across the stack:
|
The bot supports four environments shared across the stack:
|
||||||
|
|
||||||
- `BASE_SEPOLIA_LOCAL_FORK` – Anvil fork started by `scripts/dev.sh`
|
- `BASE_SEPOLIA_LOCAL_FORK` – Anvil fork of Base Sepolia started by `scripts/dev.sh`
|
||||||
|
- `BASE_MAINNET_LOCAL_FORK` – Anvil fork of Base mainnet started by `scripts/dev.sh`
|
||||||
- `BASE_SEPOLIA` – Public Base Sepolia testnet
|
- `BASE_SEPOLIA` – Public Base Sepolia testnet
|
||||||
- `BASE` – Base mainnet
|
- `BASE` – Base mainnet
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue