From 7e85fb0b2f1f96fe5415a9d5e656c65cb0fbf55f Mon Sep 17 00:00:00 2001 From: Jane Date: Tue, 27 Aug 2019 15:54:42 -0700 Subject: [PATCH] Update ci node url for the staging version --- blank_project/src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blank_project/src/config.js b/blank_project/src/config.js index bf92ded6..e7aecba7 100644 --- a/blank_project/src/config.js +++ b/blank_project/src/config.js @@ -34,7 +34,7 @@ case 'ci': return { networkId: 'shared-test', - nodeUrl: 'http://shared-test.nearprotocol.com:3030', + nodeUrl: 'http://34.94.237.200:3030', contractName: CONTRACT_NAME, masterAccount: 'test.near', initialBalance: 100000000,