Skip to content

Commit

Permalink
Remove extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
gvladika committed Feb 29, 2024
1 parent 8ebca89 commit fcf008b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/foundry/arbos-upgrades/at-timestamp/Deployer.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ contract DeployScript is Script {
// finally deploy upgrade action
new UpgradeArbOSVersionAtTimestampAction({
_newArbOSVersion: uint64(arbosVersion),
_upgradeTimestamp: uint64(scheduleTimestamp),
_upgradeTimestamp: uint64(scheduleTimestamp)
});

vm.stopBroadcast();
Expand Down

0 comments on commit fcf008b

Please sign in to comment.