-
Notifications
You must be signed in to change notification settings - Fork 27
Update node list
Anthony Law edited this page Jun 9, 2020
·
1 revision
Explorer is allowed to update the node list.
To configurate file /src/config/setup.json
Note: /src/config/setup.json
will auto-generate from setup.json.mt once you start your project.
"peersApi": {
"defaultNode":"http://api-explorer-01.eu-west-1.testnet-0951-v1.symboldev.network:3000",
"nodes": [
"http://api-explorer-01.eu-west-1.testnet-0951-v1.symboldev.network:3000",
"http://api-01.us-west-1.testnet-0951-v1.symboldev.network:3000"
]
}
Edit peersApi.nodes
array to set up the custom node list.
Set peersApi.defaultNode
property to the default node url.