Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mslipper committed Oct 2, 2024
1 parent 2761ef8 commit 7b32680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-chain-ops/deployer/opcm/standard.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func SuperchainFor(chainID uint64) (*superchain.Superchain, error) {
func ManagerImplementationAddrFor(chainID uint64) (common.Address, error) {
switch chainID {
case 11155111:
// Generated using the bootstrap command on 09/26/2024.
// Generated using the bootstrap command on 10/02/2024.
return common.HexToAddress("0x0f29118caed0f72873701bcc079398c594b6f8e4"), nil
default:
return common.Address{}, fmt.Errorf("unsupported chain ID: %d", chainID)
Expand Down

0 comments on commit 7b32680

Please sign in to comment.