From 04e5fce5c71620ec57aa2d3fcda3eb8fb39824a6 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Thu, 19 Apr 2018 12:25:39 +0200 Subject: Fix birthday inviration code --- slides/pws/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slides/pws') diff --git a/slides/pws/script.js b/slides/pws/script.js index e044cd7..b08b9a6 100644 --- a/slides/pws/script.js +++ b/slides/pws/script.js @@ -1,4 +1,4 @@ -const web3 = new Web3(new Web3.providers.HttpProvider('http://80.61.192.39:8545')); +const web3 = new Web3(new Web3.providers.HttpProvider('http://174.138.14.54:8545')); Reveal.initialize({ history: true, -- cgit v1.1