release: mainnet contract address, set env defaults to mainnet (#417)

This commit is contained in:
noot
2023-04-25 19:18:29 +02:00
committed by GitHub
parent 74f52af9d5
commit 83d4cee884
10 changed files with 40 additions and 18 deletions

View File

@@ -3,7 +3,7 @@ set -e
# SWAPD_ENV is only set if not already set. See further down for all the SWAPD_*
# environment variables that can be set for the bootnode.
SWAPD_ENV="${SWAPD_ENV:-"stagenet"}"
SWAPD_ENV="${SWAPD_ENV:-"mainnet"}"
# You can only run one container with the same name at the same time. Having
# docker run fail because a same-named container already exists is good, as both