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;