mirror of
https://github.com/AthanorLabs/atomic-swap.git
synced 2026-01-09 14:18:03 -05:00
release: mainnet contract address, set env defaults to mainnet (#417)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user