You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ script:
27
27
- |
28
28
if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ]; then
29
29
yarn build-desktop
30
-
echo \{\"networks\":[\{\"key\":\"prebuilt_mainnet\",\"name\":\"Apla Main Network\",\"networkID\":1,\"fullNodes\":[\"https://main-node0.apla.io:7079\",\"https://main-node1.apla.io:7079\",\"https://main-node2.apla.io:7079\"]\},\{\"key\":\"prebuilt_testnet\",\"name\":\"Apla Test Network\",\"networkID\":1,\"fullNodes\":[\"https://testapla0.apla.io:7079\",\"https://testapla1.apla.io:7079\",\"https://testapla2.apla.io:7079\"]\}]\} > ./build/app/settings.json
30
+
echo \{\"networks\":[\{\"key\":\"prebuilt_xregdemo\",\"name\":\"XReg Demo Network\",\"networkID\":1000,\"fullNodes\":[\"https://xreg-node0.apla.io:7079\",\"https://xreg-node1.apla.io:7079\",\"https://xreg-node2.apla.io:7079\"]\},\{\"key\":\"prebuilt_cn\",\"name\":\"Consortium Network\",\"networkID\":4000,\"fullNodes\":[\"https://node0.consortium-network.org\",\"https://node1.consortium-network.org\",\"https://node2.consortium-network.org\"]\},\{\"key\":\"prebuilt_xregtest\",\"name\":\"XReg Test Network\",\"networkID\":1200,\"fullNodes\":[\"https://xreg-test0.apla.io:7079\",\"https://xreg-test1.apla.io:7079\",\"https://xreg-test2.apla.io:7079\"]\},\{\"key\":\"prebuilt_xregminicn\",\"name\":\"XReg MiniCN\",\"networkID\":3201,\"fullNodes\":[\"https://xreg-minicn0.apla.io:7079\",\"https://xreg-minicn1.apla.io:7079\",\"https://xreg-minicn2.apla.io:7079\"]\}]\} > ./build/app/settings.json
- echo \{\"networks\":[\{\"key\":\"prebuilt_mainnet\",\"name\":\"Apla Main Network\",\"networkID\":1,\"fullNodes\":[\"https://main-node0.apla.io:7079\",\"https://main-node1.apla.io:7079\",\"https://main-node2.apla.io:7079\"]\},\{\"key\":\"prebuilt_testnet\",\"name\":\"Apla Test Network\",\"networkID\":1,\"fullNodes\":[\"https://testapla0.apla.io:7079\",\"https://testapla1.apla.io:7079\",\"https://testapla2.apla.io:7079\"]\}]\} > ./build/settings.json
0 commit comments