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

SCCP-2146 #2142

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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 .github/workflows/PR-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: Get latest npm version
run: npm install -g npm@latest
run: npm install -g npm@latest --prefix .
- name: Install dependencies
run: npm install --prefer-offline --no-audit
- name: Validate SIP, STP, SR & SCCP frontmatters
Expand Down
31 changes: 31 additions & 0 deletions content/sccp/sccp-2146.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
sccp: 2146
network: Optimism
title: Raise the USDe Wrapper Cap on Optimism
author: Kaleb
status: Vote_Pending
proposal: >-
https://snapshot.org/#/snxgov.eth/proposal/0x31f3078ce7110bf267d81d49509bd33fc1d6632c3c7ba80270bd4e4af8c37f2a
created: 2024-11-18
type: Governance
---

# Simple Summary

This SCCP proposes to raise the USDe wrapper cap on optimism to 60m from 50m

# Abstract

The `maxTokenAmount` is the maximum amount of underlying that can be wrapped to mint sUSD.


# Motivation

The proposed changes are in light of increased usage of the USDe wrapper on optimism by trader.


# Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).


4 changes: 3 additions & 1 deletion content/sccp/sccp-361.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
sccp: 361
title: Deploy More Markets to Perps V3 Base and Arbitrum
network: Arbitrum & Base
status: Draft
status: Approved
proposal: >-
https://snapshot.org/#/snxgov.eth/proposal/0x5e7cf75d134a601387307761637ae1518d597ba3da6f48ea787149ed6ee62d18
type: Governance
created: 2024-10-28
author: Robin (@robin2192), Kaleb
Expand Down
Loading