Skip to content

Commit 775b33e

Browse files
authoredFeb 19, 2025··
feat: Add the Web2TransactionModal (#2380)
1 parent 68a2bd2 commit 775b33e

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed
 

‎webapp/package-lock.json

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎webapp/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"date-fns": "^2.23.0",
2121
"dcl-catalyst-client": "21.2.0",
2222
"dcl-catalyst-commons": "^9.0.1",
23-
"decentraland-connect": "^9.0.0",
23+
"decentraland-connect": "^9.1.0",
2424
"decentraland-crypto-fetch": "^1.0.3",
25-
"decentraland-dapps": "^24.6.0",
25+
"decentraland-dapps": "^24.7.0",
2626
"decentraland-transactions": "^2.18.3",
27-
"decentraland-ui": "^6.12.1",
27+
"decentraland-ui": "^6.13.0",
2828
"decentraland-ui2": "^0.11.5",
2929
"ethers": "^5.6.8",
3030
"graphql": "^14.7.0",

‎webapp/src/index.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { render } from 'react-dom'
22
import { Provider } from 'react-redux'
33
import { ConnectedRouter } from 'connected-react-router'
4+
import { Web2TransactionModal } from 'decentraland-dapps/dist/containers'
45
import ModalProvider from 'decentraland-dapps/dist/providers/ModalProvider'
56
import ToastProvider from 'decentraland-dapps/dist/providers/ToastProvider'
67
import TranslationProvider from 'decentraland-dapps/dist/providers/TranslationProvider'
@@ -32,6 +33,7 @@ function main() {
3233
<Routes />
3334
</ModalProvider>
3435
</ToastProvider>
36+
<Web2TransactionModal />
3537
</DclThemeProvider>
3638
</ConnectedRouter>
3739
</WalletProvider>

0 commit comments

Comments
 (0)
Please sign in to comment.