From f66adce9023e9aad6c5854806f2fa63db3c5520e Mon Sep 17 00:00:00 2001 From: Koda <12773720+0x0Koda@users.noreply.github.com> Date: Thu, 16 May 2024 13:33:56 +1000 Subject: [PATCH] Merge develop > main (#54) * chore: increment version (#50) * chore: add RamsesV3 DexName (#52) --------- Co-authored-by: Cory <146833132+corysquid@users.noreply.github.com> --- package.json | 2 +- src/dexes/index.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a6a866f..b42e350 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0xsquid/squid-types", - "version": "0.1.65", + "version": "0.1.66", "description": "JS and TS types relating to 0xsquid related projects.", "main": "dist/index.js", "types": "./dist/index.d.ts", diff --git a/src/dexes/index.ts b/src/dexes/index.ts index b46bb50..dde2afc 100644 --- a/src/dexes/index.ts +++ b/src/dexes/index.ts @@ -41,6 +41,7 @@ export enum DexName { QUICKSWAP = "Quickswap", QUICKSWAP_V3 = "Quickswap-v3", RAMSES = "Ramses", + RAMSES_V3 = "Ramses-v3", SPOOKYSWAP = "Spookyswap", STELLASWAP = "Stellaswap", STELLASWAP_V3 = "Stellaswap-v3",