Skip to content

Commit

Permalink
sdk updated
Browse files Browse the repository at this point in the history
  • Loading branch information
unixvb committed Dec 6, 2024
1 parent 8aa3557 commit 6c000e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"axios": "^1.7.9",
"buffer": "^6.0.3",
"lodash-es": "^4.17.21",
"rainbow-swap-sdk": "^1.4.15",
"rainbow-swap-sdk": "^1.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
Expand Down
1 change: 0 additions & 1 deletion src/store/swap-routes/swap-routes-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export interface SwapRoutesState {
}

export const emptyBestRouteResponse: BestRouteResponse = {
bestRoute: [],
displayData: {
inputAssetAmount: 0,
inputAssetUsdAmount: 0,
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ available-typed-arrays@^1.0.7:
dependencies:
possible-typed-array-names "^1.0.0"

axios@^1.7.4, axios@^1.7.7, axios@^1.7.9:
axios@^1.7.4, axios@^1.7.9:
version "1.7.9"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
Expand Down Expand Up @@ -2786,13 +2786,13 @@ queue-microtask@^1.2.2:
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==

rainbow-swap-sdk@^1.4.15:
version "1.4.15"
resolved "https://registry.yarnpkg.com/rainbow-swap-sdk/-/rainbow-swap-sdk-1.4.15.tgz#e6ee165252dcc4be84999d03840e3d126051531a"
integrity sha512-9onecLR7ZJs3AH4x8vkjl3wW1dnUHsPv4VxuAVfi9zRbQi9CFS+2JjQbYHlF1jEVU6U3XeMNeAN4AXzPllXbnw==
rainbow-swap-sdk@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/rainbow-swap-sdk/-/rainbow-swap-sdk-1.5.0.tgz#eff18d87585aa7b01d2c53bc015dce2fa2474f46"
integrity sha512-+NXPPWvbBmyynMzHcTW3fKE6XxJAq/KolEPXEEo5FcuBJVDNXJmPkjvP+aSUcuIJKmpHnhtMt2ZxirvQHF2ldQ==
dependencies:
"@rnw-community/shared" "^0.74.0"
axios "^1.7.7"
axios "^1.7.9"

react-dom@^18.3.1:
version "18.3.1"
Expand Down

0 comments on commit 6c000e3

Please sign in to comment.