Skip to main content

Configuration

Before using the CLI, configure your environment variables. You can set them in a .env file in your project root.

CHAIN_ID=11155111 // required
CL_URL=url
EL_URL=url

# Contract addresses
DEPLOYED=deployed-hoodi-vaults-testnet.json // required

# Wallet
PRIVATE_KEY=0x

If you plan to manage contracts the PRIVATE_KEY is required property for this type of operations. For using EL_URL in a right way be attentive to match rpc resolver link and its chain ID.