Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
unixvb committed Nov 4, 2024
1 parent 1f87304 commit ee1eb86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rainbow-swap-sdk",
"version": "1.4.12",
"version": "1.4.13",
"description": "SDK for building applications on top of Rainbow.ag - Swap Aggregator on TON 💎.",
"repository": "https://github.com/0xblackbot/rainbow-swap-sdk.git",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/types/best-route-display-data.type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export type BestRouteDisplayData = {
priceImprovementPercent: number;
roughGasFee: number;
roughGasUsdFee: number;
route: {
routes: {
inputPercent: number;
routeSteps: {
dex: {
Expand Down

0 comments on commit ee1eb86

Please sign in to comment.