Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove quote sign from the example #69

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
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