Skip to content

Commit

Permalink
feat: add support for sky protocol wrapper (#118)
Browse files Browse the repository at this point in the history
* chore: add sky protocol converter

* fix: spelling mistake in type

---------

Co-authored-by: Koda <[email protected]>
  • Loading branch information
rajat43 and 0x0Koda authored Oct 19, 2024
1 parent 10f8ea2 commit 1078356
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsquid/squid-types",
"version": "0.1.112",
"version": "0.1.113",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions src/wrappers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ export enum WrapperType {
WSTETH = "WstETH",
WRAPPED_MAI = "WrappedMAI",
WRAPPED_USDY = "WrappedUSDY",
CONVERTER_DAI_USDS = "ConverterDAIUSDS",
CONVERTER_MKR_SKY = "ConverterMKRSKY",
}

export enum WrapperName {
Expand All @@ -14,6 +16,8 @@ export enum WrapperName {
WSTETH = "Lido Wrapped stETH",
WRAPPED_MAI = "QiDAO Wrapped MAI",
WRAPPED_USDY = "Ondo Finance",
SKY_PROTOCOL_USDS = "DAI USDS Converter",
SKY_PROTOCOL_SKY = "MKR SKY Converter",
}

export enum WrapDirection {
Expand Down

0 comments on commit 1078356

Please sign in to comment.