Skip to content

Commit

Permalink
feat: swap support base (#1745)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmy147 authored Sep 15, 2023
1 parent e7e8942 commit 3adaa89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@rabby-wallet/page-provider": "^0.1.20",
"@rabby-wallet/rabby-api": "^0.6.21",
"@rabby-wallet/rabby-security-engine": "^1.1.16",
"@rabby-wallet/rabby-swap": "^0.0.28",
"@rabby-wallet/rabby-swap": "^0.0.29",
"@rabby-wallet/widgets": "^1.0.9",
"@rematch/core": "^2.2.0",
"@rematch/select": "^3.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3569,10 +3569,10 @@
sha256-uint8array "^0.10.3"
url-parse "^1.5.1"

"@rabby-wallet/rabby-swap@^0.0.28":
version "0.0.28"
resolved "https://registry.yarnpkg.com/@rabby-wallet/rabby-swap/-/rabby-swap-0.0.28.tgz#27ebda9932699ce291b1189586f7b38b0d81d7e9"
integrity sha512-CIUZi0zsNyDVBmI+1lSXxWXRu7pBqn615gQidROrpRcFUyhH46yGF0IW9b15OlLPg15deqsXrrka8Tgt9vvm4A==
"@rabby-wallet/rabby-swap@^0.0.29":
version "0.0.29"
resolved "https://registry.yarnpkg.com/@rabby-wallet/rabby-swap/-/rabby-swap-0.0.29.tgz#5663f7f189598017e6dac3184168645710dd8c75"
integrity sha512-ZYdj28GYQzxu/pXNSZHaCELH8olYLvxRlLTwSTQ4Y/D2xgd6FpV2d05R34w89j2DyR6tF8gCYs2sEunbCdm8TQ==
dependencies:
"@ethersproject/abi" "^5.7.0"
axios "^0.27.2"
Expand Down

0 comments on commit 3adaa89

Please sign in to comment.