Skip to content

Commit

Permalink
Add Oxford to “known” protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
smondet committed Aug 24, 2023
1 parent 3a94ba0 commit 18001d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/tezos_html.ml
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@ let protocol s =
let known name url =
span (link ~target:url (it name)) %% t "(" % proto s % t ")" in
match s with
| "PtMumbai2TmsJHNGRkD8v8YDbtao7BLUC3wjASn1inAKLFCjaH1" ->
known "Mumbai2" "https://tezos.gitlab.io/protocols/016_mumbai.html"
| "PtNairobiyssHuh87hEhfVBGCVrK3WnS8Z2FT4ymB5tAa4r1nQf" ->
known "Nairobi" "https://tezos.gitlab.io/protocols/017_nairobi.html"
| "ProxfordSW2S7fvchT1Zgj2avb5UES194neRyYVXoaDGvF9egt8" ->
known "Oxford" "https://tezos.gitlab.io/protocols/018_oxford.html"
| s -> proto s

let open_in_editor ?(and_explorer = false) ctxt text =
Expand Down

0 comments on commit 18001d4

Please sign in to comment.