Skip to content

Commit

Permalink
fix: type simulate (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
quangdz1704 authored May 4, 2024
1 parent f0fe249 commit 7bb46e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/universal-swap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraidex-universal-swap",
"version": "1.0.77",
"version": "1.0.78",
"main": "build/index.js",
"files": [
"build/"
Expand Down
2 changes: 1 addition & 1 deletion packages/universal-swap/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface SimulateResponse {
amount: Uint128;
displayAmount: number;
routes?: SmartRouteSwapAPIOperations[];
routeSwapOps?: SmartRouteSwapOperations;
routeSwapOps?: SmartRouteSwapOperations[];
}

export interface SwapData {
Expand Down

0 comments on commit 7bb46e4

Please sign in to comment.