Skip to content

Commit

Permalink
Merge pull request #47 from 0xsquid/develop
Browse files Browse the repository at this point in the history
chore: release package
  • Loading branch information
jmdev3 authored May 14, 2024
2 parents 3852b7e + 6d9faec commit d1bcbe8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dexes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,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
1 change: 1 addition & 0 deletions src/path/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export interface ActionBaseData {
tokenOutDenom: string;
}[];
buckets: Buckets;
tickSpacing: 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 @@ -128,6 +128,7 @@ export interface SwapDetails {
calls: ChainCall[];
poolId: string;
poolFee: string;
tickSpacing: number;
osmosisPools: {
poolId: string;
tokenOutDenom: string;
Expand Down

0 comments on commit d1bcbe8

Please sign in to comment.