mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
## 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>
13 lines
No EOL
591 B
Text
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 |