Skip to content

Commit

Permalink
updated Prater deposit address
Browse files Browse the repository at this point in the history
  • Loading branch information
darcius committed Aug 1, 2021
1 parent dc31ec8 commit d4d654d
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 d4d654d

Please sign in to comment.