diff --git a/src/dexes/index.ts b/src/dexes/index.ts index 8044d4b..b46bb50 100644 --- a/src/dexes/index.ts +++ b/src/dexes/index.ts @@ -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", diff --git a/src/path/index.ts b/src/path/index.ts index fd65279..ff86cb4 100644 --- a/src/path/index.ts +++ b/src/path/index.ts @@ -54,6 +54,7 @@ export interface ActionBaseData { tokenOutDenom: string; }[]; buckets: Buckets; + tickSpacing: number; // wrappers address: string; diff --git a/src/routes/index.ts b/src/routes/index.ts index fd73191..3d6b1b0 100644 --- a/src/routes/index.ts +++ b/src/routes/index.ts @@ -128,6 +128,7 @@ export interface SwapDetails { calls: ChainCall[]; poolId: string; poolFee: string; + tickSpacing: number; osmosisPools: { poolId: string; tokenOutDenom: string;