Skip to content

Commit

Permalink
Feat/450 pool wrapper addr (#46)
Browse files Browse the repository at this point in the history
* v0.1.61-dev4

* Feat/add blast chain (#42)

* chore: add new blast chain

* chore: increment package version for release

* add types for aero/velodrome slipstream (#44)

* Added address for pool action

---------

Co-authored-by: rajat43 <[email protected]>
Co-authored-by: jmd3v <[email protected]>
Co-authored-by: Cory <[email protected]>
  • Loading branch information
4 people authored May 13, 2024
1 parent a3098b5 commit 3852b7e
Show file tree
Hide file tree
Showing 3 changed files with 5 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.63",
"version": "0.1.64",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
3 changes: 3 additions & 0 deletions src/dexes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export interface Dex {
export enum DexName {
AGNI_V3 = "Agni-v3",
AERODROME = "Aerodrome",
AERODROME_V3 = "Aerodrome-v3",
APESWAP = "Apeswap",
APESWAP_V3 = "Apeswap-v3",
BALANCER_V2 = "Balancer-v2",
Expand Down Expand Up @@ -62,6 +63,7 @@ export enum DexName {
WOMBAT = "Wombat",
VELODROME = "Velodrome",
VELODROME_V2 = "Velodrome-v2",
VELODROME_V3 = "Velodrome-v3",
VELOCIMETER = "Velocimeter",
ZYBERSWAP = "Zyberswap",
ZYBERSWAP_V3 = "Zyberswap-v3",
Expand All @@ -78,6 +80,7 @@ export enum DexType {
PLATYPUS = "platypus",
PANCAKESWAP_STABLE = "pancakeswap-stable",
SADDLE = "saddle",
SLIPSTREAM = "slipstream",
SOLIDLY = "solidly",
TRIDENT = "trident",
WOMBAT = "wombat",
Expand Down
1 change: 1 addition & 0 deletions src/routes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export interface SwapDetails {
isStable?: boolean;
exchangeId?: string;
exchangeProvider?: string;
address?: string;
custom?: Record<string, any>;
}

Expand Down

0 comments on commit 3852b7e

Please sign in to comment.