Skip to content

Commit

Permalink
fix arbi (#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleb-keny authored Mar 12, 2024
1 parent 2c591c6 commit 7cb7eea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/checkFrontmatters.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const commonValidationSchema = Yup.object().shape({
status: Yup.string().oneOf(statuses),
author: Yup.string().required(),
network: Yup.string()
.oneOf(['Ethereum', 'Optimism', 'Ethereum & Optimism','Base','Ethereum, Optimism & Base','Ethereum & Base','Optimism & Base'])
.oneOf(['Ethereum', 'Optimism', 'Ethereum & Optimism','Base','Ethereum, Optimism & Base','Ethereum & Base','Optimism & Base','Arbitrum'])
.required(),
implementor: Yup.string().nullable(),
release: Yup.string().nullable(),
Expand Down
2 changes: 1 addition & 1 deletion content/sips/sip-367.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sip: 367
sitle: Synthetix V3 Deployment to Arbitrum
title: Synthetix V3 Deployment to Arbitrum
network: Arbitrum
status: Draft
type: Governance
Expand Down
2 changes: 1 addition & 1 deletion sccp-x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sccp: <to be assigned>
title: <SCCP title>
type: <Meta-Governance | Governance>
network: <Ethereum | Optimism | Base | Ethereum & Optimism | Ethereum, Optimism & Base | Ethereum & Base | Optimism & Base>
network: <Ethereum | Optimism | Base | Ethereum & Optimism | Ethereum, Optimism & Base | Ethereum & Base | Optimism & Base | Arbitrum >
author: <a list of the author's or authors' name(s) and/or username(s), or name(s) and email(s), e.g. (use with the parentheses or triangular brackets): FirstName LastName (@GitHubUsername), FirstName LastName <foo@bar.com>, FirstName (@GitHubUsername) and GitHubUsername (@GitHubUsername)>
discussions-to: <Discord Channel>
status: <Draft>
Expand Down
2 changes: 1 addition & 1 deletion sip-x.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sip: <to be assigned>
title: <SIP title>
network: <Ethereum | Optimism | Base | Ethereum & Optimism | Ethereum, Optimism & Base | Ethereum & Base | Optimism & Base>
network: <Ethereum | Optimism | Base | Ethereum & Optimism | Ethereum, Optimism & Base | Ethereum & Base | Optimism & Base | Arbitrum >
status: <Draft>
type: <Meta-Governance | Governance>
author: <a list of the author's or authors' name(s) and/or username(s), or name(s) and email(s), e.g. (use with the parentheses or triangular brackets): FirstName LastName (@GitHubUsername), FirstName LastName <foo@bar.com>, FirstName (@GitHubUsername) and GitHubUsername (@GitHubUsername)>
Expand Down

0 comments on commit 7cb7eea

Please sign in to comment.