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>
4 lines
113 B
TypeScript
4 lines
113 B
TypeScript
export * from "./deploy";
|
|
export * from "./status";
|
|
export * from "./update-metadata";
|
|
export * from "./verify";
|