From 1078356ee58a452aaa0eaaf760c605466688f60e Mon Sep 17 00:00:00 2001 From: rajat43 <89901304+rajat43@users.noreply.github.com> Date: Sat, 19 Oct 2024 14:59:10 +1100 Subject: [PATCH] feat: add support for sky protocol wrapper (#118) * chore: add sky protocol converter * fix: spelling mistake in type --------- Co-authored-by: Koda <12773720+0x0Koda@users.noreply.github.com> --- package.json | 2 +- src/wrappers/index.ts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5be4dab..fe0d63b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/wrappers/index.ts b/src/wrappers/index.ts index 9e50e1a..0f0fd34 100644 --- a/src/wrappers/index.ts +++ b/src/wrappers/index.ts @@ -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 { @@ -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 {