We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to set the PREFERRED_NODES environment variable in both mainnet and testnet.
PREFERRED_NODES
mainnet
testnet
It should be a list of 5. The first one should be always reserved for Tresto's node and other 4 should be picked from the link below.
https://symbol-tools.com/symbolTools/view/tool/nodeList.html
PREFERRED_NODES=['node1', 'node2']
And we should be removing the default value for PREFERRED_NODES from the config/index.ts
config/index.ts
The text was updated successfully, but these errors were encountered:
art-cmyk
No branches or pull requests
We need to set the
PREFERRED_NODES
environment variable in bothmainnet
andtestnet
.It should be a list of 5. The first one should be always reserved for Tresto's node and other 4 should be picked from the link below.
https://symbol-tools.com/symbolTools/view/tool/nodeList.html
PREFERRED_NODES=['node1', 'node2']
And we should be removing the default value for
PREFERRED_NODES
from theconfig/index.ts
The text was updated successfully, but these errors were encountered: