Skip to content

[TM-342] Update template scripts to use babylonnet

Ivan Gromakovskii requested to merge gromak/tm342-babylonnet into master

Description

Problem: we have some templates in scripts/templates and they are using hardcoded alphanet.sh constant and refer to alphanet in variable names and comments. But alphanet is about to be decommissioned and babylonnet will be the primary network for testing instead.

Solution: simply replace all occurrences of alphanet with babylonnet. Ideally this thing should be configurable, but there is ongoing work to move this logic to Haskell, so these scripts are temporary and it should be fine to use a simple solution.

Related issue(s)

https://issues.serokell.io/issue/TM-342

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:

Stylistic guide (mandatory)

Merge request reports