Skip to content

Commit

Permalink
Merge pull request #668 from serokell/krendelhff/chore-v17-release-ho…
Browse files Browse the repository at this point in the history
…tfix

[Chore] Add PtNairob instances for nets
  • Loading branch information
krendelhoff2 authored Jun 13, 2023
2 parents 1d9ec89 + 3d10a3c commit b5618ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/package/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ class TezosBakingServicesPackage(AbstractPackage):
# native releases, so we append an extra letter to the version of
# the package.
# This should be reset to "" whenever the native version is bumped.
letter_version = ""
letter_version = "a"

buildfile = "setup.py"

Expand Down
4 changes: 2 additions & 2 deletions docker/package/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"nairobinet": "https://teztnets.xyz/nairobinet",
}
networks_protos = {
"mainnet": ["PtMumbai"],
"ghostnet": ["PtMumbai"],
"mainnet": ["PtMumbai", "PtNairob"],
"ghostnet": ["PtMumbai", "PtNairob"],
"mumbainet": ["PtMumbai"],
"nairobinet": ["PtNairob"],
}
Expand Down
2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"release": "1",
"release": "2",
"maintainer": "Serokell <[email protected]>",
"tezos_ref": "v17.0"
}

0 comments on commit b5618ec

Please sign in to comment.