From ba42d69dc1dc6298e7499fb70cd35e69bcabf04f Mon Sep 17 00:00:00 2001 From: Roman Storm Date: Tue, 19 Sep 2017 00:01:20 -0700 Subject: [PATCH] Fix contract address --- web/public/javascripts/application/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/public/javascripts/application/constants.js b/web/public/javascripts/application/constants.js index 9d6fc96..f0838d1 100644 --- a/web/public/javascripts/application/constants.js +++ b/web/public/javascripts/application/constants.js @@ -1,4 +1,4 @@ -const contractAddress = "0xf7e9626dbaeb1a6c8b3d02379eb54b81f16e785f"; // Oracles network ProofOfPhone contract address +const contractAddress = "0x6d57f4a5509f80966ea0abefa71a67526e7bf549"; // Oracles network ProofOfPhone contract address const bottomMainText = `There is a smart contract deployed to the Oracles network. You can find it here: @@ -22,4 +22,4 @@ const phoneIsNotSetText = "This phone wasn't set for any wallet yet"; const defaultStepTitleText = "Submit your phone number"; const secondStepTitleText = "Submit received code"; const secondStepTitleDescription = "Copy the code from the SMS to continue"; -const thirdStepTitleText = "Success"; \ No newline at end of file +const thirdStepTitleText = "Success";