Update book deposit contract address (#858)

This commit is contained in:
Paul Hauner
2020-02-25 10:15:11 +11:00
committed by GitHub
parent 1cf8769c07
commit 0c96c515a0

View File

@@ -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;