From 0c96c515a037d602d36eb02d7fa283a28c931f0d Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Tue, 25 Feb 2020 10:15:11 +1100 Subject: [PATCH] Update book deposit contract address (#858) --- book/src/js/deposit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/js/deposit.js b/book/src/js/deposit.js index 3f2bb3b390..63098e0bd7 100644 --- a/book/src/js/deposit.js +++ b/book/src/js/deposit.js @@ -1,6 +1,6 @@ const NETWORK = "5"; const NETWORK_NAME = "Goerli Test Network"; -const DEPOSIT_CONTRACT = "0x74a03685a1cbc279efe4ea88b5a86d6cb0c6cedb"; +const DEPOSIT_CONTRACT = "0xa4d8bee071d57ccf47d2bf9f2cc8dd9151e21ec5"; const DEPOSIT_AMOUNT_ETH = "3.2"; const GAS_LIMIT = "4000000"; const DEPOSIT_DATA_BYTES = 420;