datahaven/test/cli/handlers/contracts/.env.example
Gonza Montiel 9f6614770c
feat: support updating the AVS dashboard metadata (#136)
## Key changes
- Add CLI command to update AVS metadata URI on-chain via
`updateAVSMetadataURI` function. Use:
  - `bun cli contracts update-metadata --chain <...> --uri <...>`
- Support for multiple chains (tipicaly holesky, hoodi, or a mainnet)
- Tx confirmation and gas usage reporting

---------

Co-authored-by: Steve Degosserie <723552+stiiifff@users.noreply.github.com>
2025-09-02 15:54:47 +02:00

13 lines
No EOL
591 B
Text

# DataHaven Contrats Deployment Environment Variables
# Copy this file to .env and fill in your values
# Private key for contract deployment (REQUIRED)
PRIVATE_KEY=0x0000000000000000000000000000000000000000000000000000000000000000
# AVS Owner private key (for post-deployment configuration)
AVS_OWNER_PRIVATE_KEY=0x0000000000000000000000000000000000000000000000000000000000000000
# Etherscan API key for contract verification (optional)
# Get your API key from: https://etherscan.io/apis
# This is used for contract verification on Etherscan
ETHERSCAN_API_KEY=your_etherscan_api_key_here