Skip to content

Commit

Permalink
fix okx on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Mar 8, 2024
1 parent d433e49 commit b175e5a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/coinbase-wallet-sdk@3"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/walletconnect-v1@1"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/walletconnect-v2@2"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-wallets@16.5.0"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-wallets@16.5.1"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-assets@7"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-exchanges@13"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-payments@13"></script>
Expand Down
2 changes: 1 addition & 1 deletion dist/esm/index.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/umd/index.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.evm.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@depay/web3-exchanges-evm": "^13.8.1",
"@depay/web3-payments-evm": "^13.8.0",
"@depay/web3-tokens-evm": "^10.3.0",
"@depay/web3-wallets-evm": "^16.5.0",
"@depay/web3-wallets-evm": "^16.5.1",
"@tanstack/react-virtual": "^3.0.0-beta.54",
"@uiw/copy-to-clipboard": "^1.0.14",
"decimal.js": "^10.4.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@depay/web3-exchanges": "^13.8.1",
"@depay/web3-payments": "^13.8.0",
"@depay/web3-tokens": "^10.3.0",
"@depay/web3-wallets": "^16.5.0",
"@depay/web3-wallets": "^16.5.1",
"@tanstack/react-virtual": "^3.0.0-beta.54",
"@uiw/copy-to-clipboard": "^1.0.14",
"decimal.js": "^10.4.3",
Expand Down
2 changes: 1 addition & 1 deletion package.solana.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@depay/web3-exchanges-solana": "^13.8.1",
"@depay/web3-payments-solana": "^13.8.0",
"@depay/web3-tokens-solana": "^10.3.0",
"@depay/web3-wallets-solana": "^16.5.0",
"@depay/web3-wallets-solana": "^16.5.1",
"@tanstack/react-virtual": "^3.0.0-beta.54",
"@uiw/copy-to-clipboard": "^1.0.14",
"decimal.js": "^10.4.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1388,10 +1388,10 @@
resolved "https://registry.yarnpkg.com/@depay/web3-tokens/-/web3-tokens-10.3.0.tgz#11f19ed154c65329739afc29e74cd254030f811f"
integrity sha512-r/98yZx+j0NLm5Z6wiUwyJvsWE/sq4//B1j4S4q1zzm62S3kLs3+H/5XEVEcInzekvr2NruC0oFgV+1Lfvwmtw==

"@depay/web3-wallets@^16.5.0":
version "16.5.0"
resolved "https://registry.yarnpkg.com/@depay/web3-wallets/-/web3-wallets-16.5.0.tgz#47bc40fd66db1ac3e17d3fa9b10343b3cd983892"
integrity sha512-q6snu6D5VKy7sOVIDKpld5fAGZHHfk1yfvHmFrlZo0/xDIvE604wwfhH0Zuy6YhJX4etWdHAwtzijFe7cLNEKg==
"@depay/web3-wallets@^16.5.1":
version "16.5.1"
resolved "https://registry.yarnpkg.com/@depay/web3-wallets/-/web3-wallets-16.5.1.tgz#f4b01f43bf22963748929824a3f3777d3cd1e137"
integrity sha512-qy0Gz73IY0shgSO7pRqzMn4sFvSFPsY7ODOh6/z4O2DKCDrRWPQimZKSlRYfLJ38a/2zM47VeNsGfS2xzWgncA==

"@eslint/eslintrc@^0.4.3":
version "0.4.3"
Expand Down

0 comments on commit b175e5a

Please sign in to comment.