Skip to content

Commit

Permalink
op-heartbeat: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
protolambda committed Feb 2, 2023
1 parent 562fddc commit c32ec96
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions op-heartbeat/whitelists.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ var AllowedVersions = map[string]bool{
"": true,
"v0.1.0-beta.1": true,
"v0.1.0-goerli-rehearsal.1": true,
"v0.10.9": true,
"v0.10.10": true,
"v0.10.11": true,
"v0.10.12": true,
"v0.10.13": true,
"v0.10.14": true,
"v0.11.0": true,
"v0.10.9": true,
"v0.10.10": true,
"v0.10.11": true,
"v0.10.12": true,
"v0.10.13": true,
"v0.10.14": true,
"v0.11.0": true,
}

0 comments on commit c32ec96

Please sign in to comment.