Skip to content

Commit

Permalink
docs: add new version field to docs and schema
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Jan 9, 2025
1 parent 30f813c commit 84a35ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,9 @@ deployments:
- type: eigenlayer
# Same as before
ref: v0.4.2-mainnet-pepe
# In case the ref doesn't start with the version (i.e. is a specific commit or branch)
# you can specify the nearest version, so the devnet knows how to deploy it
version: v0.4.2
# The strategies to deploy, all of them backed by the same mocked token
strategies:
# The strategy name
Expand Down
3 changes: 3 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"ref": {
"type": "string"
},
"version": {
"type": "string"
},
"contracts_path": {
"type": "string"
},
Expand Down

0 comments on commit 84a35ae

Please sign in to comment.