From d4d654de00cc9210afc553bb6efd989382233a74 Mon Sep 17 00:00:00 2001 From: David Rugendyke Date: Sun, 1 Aug 2021 10:09:16 +1000 Subject: [PATCH] updated Prater deposit address --- migrations/2_deploy_contracts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/2_deploy_contracts.js b/migrations/2_deploy_contracts.js index 7df6247db..d271c73e6 100644 --- a/migrations/2_deploy_contracts.js +++ b/migrations/2_deploy_contracts.js @@ -140,7 +140,7 @@ module.exports = async (deployer, network) => { else if (network == 'goerli') { // Casper deposit contract details - const casperDepositAddress = '0x8c5fecdc472e27bc447696f431e425d02dd46a8c'; + const casperDepositAddress = '0xff50ed3d0ec03ac01d4c79aad74928bff48a7b2b'; // Prater const casperDepositABI = loadABI('./contracts/contract/casper/compiled/Deposit.abi'); contracts.casperDeposit = { address: casperDepositAddress,