Skip to content

Commit

Permalink
Release 0.1.77 (#66)
Browse files Browse the repository at this point in the history
* [squid-api#586] update @axelar-network/axelarjs-sdk to 0.16.1 (#62)

* feat: Trader Joe v2.1 types (#63)

* feat: Trader Joe v2.1 types

- Add Trader Joe v2.1 DexName and DexType
- Add binStep to ActionBaseData and SwapDetails type

* feat: DEX parity (#65)

* [squid-api#586] update @axelar-network/axelarjs-sdk to 0.16.1 (#62) (#64)

* chore: add Beamswap Saddle DexName

* chore: add Lynex V3 DexName

* fix: Pharaoh Solidly DexName

* chore: Nile/Ramses Solidly DexName

- Add back Ramses Solidly
- Add Nile Solidly (Linea)

* chore: add Ra, Pharaoh and Nile V3 DexNames

---------

Co-authored-by: Anthony <[email protected]>

* [squid-api#586] update @axelar-network/axelarjs-sdk to 0.16.1 (#62) (#64) (#67)

Co-authored-by: Anthony <[email protected]>

---------

Co-authored-by: Anthony <[email protected]>
Co-authored-by: fig <[email protected]>
  • Loading branch information
3 people authored Jun 9, 2024
1 parent c14ed9d commit f6cae3e
Show file tree
Hide file tree
Showing 4 changed files with 12 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.76",
"version": "0.1.77",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions src/dexes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export enum DexName {
BASESWAP_V3 = "Baseswap V3",
BEAMSWAP_V2 = "Beamswap V2",
BEAMSWAP_V3 = "Beamswap V3",
BEAMSWAP_SADDLE = "Beamswap Saddle",
CAMELOT_V3 = "Camelot V3",
CURVE_V2 = "Curve V2",
ELLIPSIS = "Ellipsis",
Expand All @@ -31,17 +32,23 @@ export enum DexName {
KYBERSWAP = "KyberSwap",
KYBERSWAP_AGGREGATOR = "kyberswap Aggregator",
KINETIX_V3 = "Kinetix V3",
LYNEX_V3 = "Lynex V3",
MENTO_V2 = "Mento V2",
NILE_SOLIDLY = "Nile Solidly",
NILE_V3 = "Nile V3",
OPENOCEAN = "OpenOcean",
OSMOSIS = "Osmosis",
PANCAKESWAP_V2 = "Pancakeswap V2",
PANCAKESWAP_V3 = "Pancakeswap V3",
PANCAKESWAP_STABLE = "Pancakeswap Stable",
PANGOLIN_V2 = "Pangolin V2",
PHARAOH_SOLIDLY = "Pharaoh Solidly",
PHARAOH_V3 = "Pharaoh V3",
PLATYPUS = "Platypus",
QUICKSWAP_V2 = "Quickswap V2",
QUICKSWAP_V3 = "Quickswap V3",
RAMSES_SOLIDLY = "Ramses Solidly",
RA_V3 = "Ra V3",
RAMSES_V3 = "Ramses V3",
SPOOKYSWAP_V2 = "Spookyswap V2",
STELLASWAP_V2 = "Stellaswap V2",
Expand All @@ -56,6 +63,7 @@ export enum DexName {
THENA_SOLIDLY = "Thena Solidly",
THENA_V3 = "Thena V3",
TRADERJOE_V2 = "Trader Joe V2",
TRADERJOE_V21 = "Trader Joe V2.1",
TRIDENT = "Trident",
THRUSTER_V3 = "Thruster V3",
UBESWAP_V2 = "Ubeswap V2",
Expand Down Expand Up @@ -86,6 +94,7 @@ export enum DexType {
SADDLE = "saddle",
SLIPSTREAM = "slipstream",
SOLIDLY = "solidly",
TRADERJOE_V21 = "traderjoe-v21",
TRIDENT = "trident",
WOMBAT = "wombat",
UNISWAP_V2 = "uniswap-v2",
Expand Down
1 change: 1 addition & 0 deletions src/path/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export interface ActionBaseData {
}[];
buckets: Buckets;
tickSpacing: number;
binStep: number;

// wrappers
address: string;
Expand Down
1 change: 1 addition & 0 deletions src/routes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export interface SwapDetails {
poolId: string;
poolFee: string;
tickSpacing: number;
binStep: number;
osmosisPools: {
poolId: string;
tokenOutDenom: string;
Expand Down

0 comments on commit f6cae3e

Please sign in to comment.