Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deploy/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ FOREIGN_ERC677_TOKEN_IMAGE=0x
FOREIGN_TOKEN_FACTORY=0x

# Suffixes appended to the token names on the bridged side
HOME_TOKEN_NAME_SUFFIX=" on xDai"
FOREIGN_TOKEN_NAME_SUFFIX=" on Mainnet"
HOME_TOKEN_NAME_SUFFIX= on xDai
FOREIGN_TOKEN_NAME_SUFFIX= on Mainnet
4 changes: 2 additions & 2 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ FOREIGN_TOKEN_FACTORY=

# suffix used for token names for tokens bridged from Foreign to Home
# usually you might want it to start with a space character
HOME_TOKEN_NAME_SUFFIX=""
HOME_TOKEN_NAME_SUFFIX= from XXX

# suffix used for token names for tokens bridged from Home to Foreign
# usually you might want it to start with a space character
FOREIGN_TOKEN_NAME_SUFFIX=""
FOREIGN_TOKEN_NAME_SUFFIX= from YYY

# The api url of an explorer to verify all the deployed contracts in Home network. Supported explorers: Blockscout, etherscan
#HOME_EXPLORER_URL=https://blockscout.com/poa/core/api
Expand Down