Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update validation + update headers #2069

Merged
merged 3 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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','Arbitrum','Ethereum, Optimism, Base & Arbitrum'])
.oneOf(['Ethereum', 'Optimism', 'Ethereum & Optimism','Base','Ethereum, Optimism & Base','Ethereum & Base','Optimism & Base','Arbitrum','Ethereum, Optimism, Base & Arbitrum','Ethereum & Arbitrum'])
.required(),
implementor: Yup.string().nullable(),
release: Yup.string().nullable(),
Expand Down
2 changes: 1 addition & 1 deletion content/sccp/sccp-2133.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sccp: 2133
network: Ethereum & Optimism
title: Facilitate sUSD Transfers from L2 to L1 - Peg Rebalancing
author: Kaleb (@kaleb-keny)
status: Approved
status: Implemented
proposal: >-
https://snapshot.org/#/snxgov.eth/proposal/0x16fcd1f7bd12a5695a4464412e059960c1c75e1d56c564e6546decdfcf9ba230
created: 2024-08-05
Expand Down
2 changes: 1 addition & 1 deletion content/sccp/sccp-2134.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sccp: 2134
network: Ethereum & Optimism
title: LegacyMarket V3 Migration Preparations
author: Kaleb (@kaleb-keny)
status: Draft
status: Approved
created: 2024-08-06
proposal: >-
https://snapshot.org/#/snxgov.eth/proposal/0x76837e764e96af7a0852e051776b50bbaccdd734b7fd552fe153261eb28d3312
Expand Down
2 changes: 1 addition & 1 deletion content/sccp/sccp-338.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sccp: 338
title: Set Arbitrum Yield-Generating Asset LP & Issuance Variables
network: Arbitrum
status: Draft
status: Approved
type: Governance
author: Matt, DSacks
proposal: >-
Expand Down
2 changes: 1 addition & 1 deletion content/sccp/sccp-339.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sccp: 339
title: Reconfigure sUSDe Issuance Ratio
network: Arbitrum
status: Draft
status: Approved
type: Governance
author: Matt
proposal: >-
Expand Down
2 changes: 1 addition & 1 deletion content/sccp/sccp-347.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sccp: 347
title: Deploy Multicollateral Perps Arbitrum
network: Arbitrum
status: Draft
status: Approved
type: Governance
proposal: >-
https://snapshot.org/#/snxgov.eth/proposal/0x2e2528343ec51eb6385a2922f6f7ec08a804bec0afdafff7c97d606ec539e44f
Expand Down
2 changes: 1 addition & 1 deletion content/sccp/sccp-348.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sccp: 348
title: Update RNDR Feed
network: Arbitrum
status: Draft
status: Implemented
type: Governance
created: 2024-08-12
proposal: >-
Expand Down
2 changes: 1 addition & 1 deletion content/sips/sip-385.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ status: Draft
type: Governance
author: cyberduck (@acyberduck)
proposal: >-
https://snapshot.org/#/snxgov.eth/proposal/0xf2450dd68131dfc46b5da6069f9a8febf51b3a8ee7061184478f394be5633567
https://snapshot.org/#/snxgov.eth/proposal/0x3b3b4330ab41960df890e8e3bc80d5ac69a27105ebcd4e98151e1a271423378c
---

## Simple Summary
Expand Down
2 changes: 1 addition & 1 deletion content/sips/sip-400.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sip: 400
network: Ethereum, Optimism, Base & Arbitrum
title: Fix for underflow error when offchain price timestamp is bigger than current block timestamp
status: Draft
status: Approved
author: Noisekit
created: 2024-07-29
type: Governance
Expand Down
2 changes: 1 addition & 1 deletion content/sips/sip-402.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sip: 402
title: Remove Account Cooldown Timer for Rewards Claim Function
network: Ethereum, Optimism, Base & Arbitrum
status: Draft
status: Approved
type: Governance
author: Robin (@0xrobin2192)
proposal: >-
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 | Arbitrum | Ethereum, Optimism, Base & Arbitrum >
network: <Ethereum | Optimism | Base | Ethereum & Optimism | Ethereum, Optimism & Base | Ethereum & Base | Optimism & Base | Arbitrum | Ethereum, Optimism, Base & Arbitrum, Ethereum & 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 <[email protected]>, 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 | Arbitrum | Ethereum, Optimism, Base & Arbitrum >
network: <Ethereum | Optimism | Base | Ethereum & Optimism | Ethereum, Optimism & Base | Ethereum & Base | Optimism & Base | Arbitrum | Ethereum, Optimism, Base & Arbitrum, Ethereum & 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 <[email protected]>, FirstName (@GitHubUsername) and GitHubUsername (@GitHubUsername)>
Expand Down
Loading