chore: update @walletconnect/modal (#6851)
* chore: upgrade @walletconnect/modal * fix
This commit is contained in:
parent
25f5a7178f
commit
326ae58f04
@ -186,6 +186,7 @@
|
||||
"@visx/react-spring": "^2.12.2",
|
||||
"@visx/responsive": "^2.10.0",
|
||||
"@visx/shape": "^2.11.1",
|
||||
"@walletconnect/modal": "^2.5.4",
|
||||
"@web3-react/coinbase-wallet": "^8.2.0",
|
||||
"@web3-react/core": "^8.2.0",
|
||||
"@web3-react/eip1193": "^8.2.0",
|
||||
|
@ -46,8 +46,8 @@ export class WalletConnectV2 extends WalletConnect {
|
||||
termsOfServiceUrl: undefined,
|
||||
themeMode: darkmode ? 'dark' : 'light',
|
||||
themeVariables: {
|
||||
'--w3m-font-family': '"Inter custom", sans-serif',
|
||||
'--w3m-z-index': Z_INDEX.modal.toString(),
|
||||
'--wcm-font-family': '"Inter custom", sans-serif',
|
||||
'--wcm-z-index': Z_INDEX.modal.toString(),
|
||||
},
|
||||
walletImages: undefined,
|
||||
},
|
||||
|
38
yarn.lock
38
yarn.lock
@ -6337,13 +6337,31 @@
|
||||
resolved "https://registry.npmjs.org/@walletconnect/mobile-registry/-/mobile-registry-1.4.0.tgz"
|
||||
integrity sha512-ZtKRio4uCZ1JUF7LIdecmZt7FOLnX72RPSY7aUVu7mj7CSfxDwUn6gBuK6WGtH+NZCldBqDl5DenI5fFSvkKYw==
|
||||
|
||||
"@walletconnect/modal@^2.4.5":
|
||||
version "2.4.5"
|
||||
resolved "https://registry.yarnpkg.com/@walletconnect/modal/-/modal-2.4.5.tgz#bfdf6110a7f09c709fc5af19e576a28e6bba1d6e"
|
||||
integrity sha512-t+sII7GIMsKDr0wvSJxzlpcbxw35WthuVpAqPlzMS7roSPmQZT18KO8Iu4ccLkNZF+ioptRTpBUKtk2eeuaqlQ==
|
||||
"@walletconnect/modal-core@2.5.4":
|
||||
version "2.5.4"
|
||||
resolved "https://registry.yarnpkg.com/@walletconnect/modal-core/-/modal-core-2.5.4.tgz#7d739a90a9cf103067eea46507ea649e8dada436"
|
||||
integrity sha512-ISe4LqmEDFU7b6rLgonqaEtMXzG6ko13HA7S8Ty3d7GgfAEe29LM1dq3zo8ehEOghhofhj1PiiNfvaogZKzT1g==
|
||||
dependencies:
|
||||
"@web3modal/core" "2.4.5"
|
||||
"@web3modal/ui" "2.4.5"
|
||||
buffer "6.0.3"
|
||||
valtio "1.10.6"
|
||||
|
||||
"@walletconnect/modal-ui@2.5.4":
|
||||
version "2.5.4"
|
||||
resolved "https://registry.yarnpkg.com/@walletconnect/modal-ui/-/modal-ui-2.5.4.tgz#0433fb0226dd47e17fede620c5a5ff332baed155"
|
||||
integrity sha512-5qLLjwbE3YC4AsCVhf8J87otklkApcQ5DCMykOcS0APPv8lKQ46JxpQhfWwRYaUkuIiHonI9h1YxFARDkoaI9g==
|
||||
dependencies:
|
||||
"@walletconnect/modal-core" "2.5.4"
|
||||
lit "2.7.5"
|
||||
motion "10.16.2"
|
||||
qrcode "1.5.3"
|
||||
|
||||
"@walletconnect/modal@^2.4.5", "@walletconnect/modal@^2.5.4":
|
||||
version "2.5.4"
|
||||
resolved "https://registry.yarnpkg.com/@walletconnect/modal/-/modal-2.5.4.tgz#66659051f9c0f35c151d3a8d940f8c64d42fab74"
|
||||
integrity sha512-JAKMcCd4JQvSEr7pNitg3OBke4DN1JyaQ7bdi3x4T7oLgOr9Y88qdkeOXko/0aJonDHJsM88hZ10POQWmKfEMA==
|
||||
dependencies:
|
||||
"@walletconnect/modal-core" "2.5.4"
|
||||
"@walletconnect/modal-ui" "2.5.4"
|
||||
|
||||
"@walletconnect/qrcode-modal@^1.8.0":
|
||||
version "1.8.0"
|
||||
@ -19125,6 +19143,14 @@ valtio@1.10.5:
|
||||
proxy-compare "2.5.1"
|
||||
use-sync-external-store "1.2.0"
|
||||
|
||||
valtio@1.10.6:
|
||||
version "1.10.6"
|
||||
resolved "https://registry.yarnpkg.com/valtio/-/valtio-1.10.6.tgz#80ed00198b949939863a0fa56ae687abb417fc4f"
|
||||
integrity sha512-SxN1bHUmdhW6V8qsQTpCgJEwp7uHbntuH0S9cdLQtiohuevwBksbpXjwj5uDMA7bLwg1WKyq9sEpZrx3TIMrkA==
|
||||
dependencies:
|
||||
proxy-compare "2.5.1"
|
||||
use-sync-external-store "1.2.0"
|
||||
|
||||
value-or-promise@1.0.11, value-or-promise@^1.0.11:
|
||||
version "1.0.11"
|
||||
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.11.tgz#3e90299af31dd014fe843fe309cefa7c1d94b140"
|
||||
|
Loading…
Reference in New Issue
Block a user