Skip to content

Commit

Permalink
Update DeployStandardBridge.s.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Feb 1, 2024
1 parent adc9576 commit c037d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/DeployStandardBridge.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ contract DeploySettlementGateway is Script, Create2Deployer {
function run() external {

// Note this addr is dependant on values given to contract constructor
address expectedAddr = 0x0D70A44c81a27f33a36C334bFEA8bBBD8A7d58AA;
address expectedAddr = 0xF457d6dC28418182AFfc4A0790f3A9151Cf0499f;
if (isContractDeployed(expectedAddr)) {
console.log("Standard bridge gateway on settlement chain already deployed to:",
expectedAddr);
Expand Down Expand Up @@ -43,7 +43,7 @@ contract DeployL1Gateway is Script, Create2Deployer {
function run() external {

// Note this addr is dependant on values given to contract constructor
address expectedAddr = 0x38b7e046bd971B4123974Bc78DcB0D7C680d85d2;
address expectedAddr = 0xE3e28fFC8A90EE85db78815D22b33CbEe7E64A1d;
if (isContractDeployed(expectedAddr)) {
console.log("Standard bridge gateway on l1 already deployed to:",
expectedAddr);
Expand Down

0 comments on commit c037d4c

Please sign in to comment.