Skip to content

Commit

Permalink
add astroport dex info (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnoln authored Jun 27, 2024
1 parent f1a3d41 commit 06dd378
Show file tree
Hide file tree
Showing 2 changed files with 3 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.82",
"version": "0.1.83",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/dexes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export enum DexName {
AERODROME_V3 = "Aerodrome V3",
APESWAP_V2 = "Apeswap V2",
APESWAP_V3 = "Apeswap V3",
ASTROPORT = "Astroport",
BALANCER_V2 = "Balancer V2",
BASESWAP_V2 = "Baseswap V2",
BASESWAP_V3 = "Baseswap V3",
Expand Down Expand Up @@ -102,6 +103,7 @@ export enum DexType {
MENTO_V2 = "mento-v2",
// COSMOS
OSMOSIS = "osmosis",
ASTROPORT = "astroport",

// ONCE WE START ADDING DEXES WE WILL BE MOVING THEM ABOVE
/*
Expand Down

0 comments on commit 06dd378

Please sign in to comment.