Skip to content

Commit

Permalink
feat: add thruster dex on blast
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0Koda committed May 10, 2024
1 parent 71e2929 commit 488e08c
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.62",
"version": "0.1.63",
"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 @@ -54,6 +54,7 @@ export enum DexName {
THENA_V3 = "Thena-v3",
TRADERJOE = "TraderJoe",
TRIDENT = "Trident",
THRUSTER_V3 = "Thruster-v3",
UBESWAP = "Ubeswap",
UBESWAP_V3 = "Ubeswap-v3",
UNISWAP_V2 = "Uniswap-v2",
Expand Down

0 comments on commit 488e08c

Please sign in to comment.