Skip to content

Commit

Permalink
Merge branch 'master' of ssh.dev.azure.com-kanewallmann:v3/rocket-poo…
Browse files Browse the repository at this point in the history
…l/RocketPool/rocketpool
  • Loading branch information
kanewallmann committed Aug 1, 2021
2 parents 4511342 + d4d654d commit 3d6df4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/2_deploy_contracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3d6df4c

Please sign in to comment.