decentraland-dapps 23.3.0 → 23.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -147,7 +147,7 @@ export function* rootSaga() {
|
|
|
147
147
|
|
|
148
148
|
### Advanced Usage
|
|
149
149
|
|
|
150
|
-
You'll need to supply in which chain you're going to work. It won't affect wallets like Metamask, where you can choose which network to use on the wallet itself, but's
|
|
150
|
+
You'll need to supply in which chain you're going to work. It won't affect wallets like Metamask, where you can choose which network to use on the wallet itself, but's necessary for things like email/phone based wallets.
|
|
151
151
|
If you're using the [Navbar](#Navbar) container, this chain will determine in which chain the user **must be**. If they're on the incorrect chain (using a network picker with Metamask for example), a modal will pop up blocking the dapp until the state changes.
|
|
152
152
|
|
|
153
153
|
Remember that the chain id is the number that represents a particular network, 1 being `mainnet`, 3 being `ropsten`, etc.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "decentraland-dapps",
|
|
3
|
-
"version": "23.
|
|
3
|
+
"version": "23.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@0xsequence/multicall": "^0.25.1",
|
|
11
11
|
"@0xsequence/relayer": "^0.25.1",
|
|
12
12
|
"@dcl/crypto": "^3.3.1",
|
|
13
|
-
"@dcl/schemas": "^
|
|
13
|
+
"@dcl/schemas": "^13.9.0",
|
|
14
14
|
"@dcl/single-sign-on-client": "^0.1.0",
|
|
15
15
|
"@dcl/ui-env": "^1.5.0",
|
|
16
16
|
"@transak/transak-sdk": "^1.0.31",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"decentraland-connect": "^7.0.0",
|
|
25
25
|
"decentraland-crypto-fetch": "^2.0.1",
|
|
26
26
|
"decentraland-transactions": "^2.6.0",
|
|
27
|
-
"decentraland-ui": "^6.
|
|
27
|
+
"decentraland-ui": "^6.9.2",
|
|
28
28
|
"ethers": "^5.6.8",
|
|
29
29
|
"events": "^3.3.0",
|
|
30
30
|
"flat": "^5.0.2",
|