Skip to content

Commit

Permalink
fix: added scroll guardian
Browse files Browse the repository at this point in the history
  • Loading branch information
sendra committed Jan 12, 2024
1 parent 2c58554 commit 1859083
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/InitialDeployments.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ contract Zkevm is BaseInitialDeployment {
}

contract Scroll is BaseInitialDeployment {
// function GUARDIAN() public pure override returns (address) {
// return ;
// }
function GUARDIAN() public pure override returns (address) {
return 0x63B20270b695E44Ac94Ad7592D5f81E3575b93e7;
}

function TRANSACTION_NETWORK() public pure override returns (uint256) {
return ChainIds.SCROLL;
Expand Down

0 comments on commit 1859083

Please sign in to comment.