Skip to content

Commit

Permalink
fix: change from pure to view
Browse files Browse the repository at this point in the history
  • Loading branch information
sendra committed Jul 18, 2024
1 parent 50f4e86 commit 8957926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Adapters/DeployZkSyncAdapter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ library ZkSyncAdapterDeploymentHelper {
abstract contract BaseZkSyncAdapter is BaseAdapterScript {
function BRIDGE_HUB() internal view virtual returns (address);

function REFUND_ADDRESS() internal pure virtual returns (address) {
function REFUND_ADDRESS() internal view virtual returns (address) {
return address(0);
}

Expand Down

0 comments on commit 8957926

Please sign in to comment.