Skip to content

Commit

Permalink
Merge develop > main (#54)
Browse files Browse the repository at this point in the history
* chore: increment version (#50)

* chore: add RamsesV3 DexName (#52)

---------

Co-authored-by: Cory <[email protected]>
  • Loading branch information
0x0Koda and corysquid authored May 16, 2024
1 parent 7cf07c8 commit f66adce
Show file tree
Hide file tree
Showing 2 changed files with 2 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.65",
"version": "0.1.66",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/dexes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f66adce

Please sign in to comment.