decentraland-dapps 12.37.0 → 12.37.1

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -161,6 +161,7 @@ Instead of importing `walletSaga`, use `createWalletSaga`:
161
161
  ```ts
162
162
  import { all } from 'redux-saga/effects'
163
163
  import { createWalletSaga } from 'decentraland-dapps/dist/modules/wallet/sagas'
164
+
164
165
  const walletSaga = createWalletSaga({ CHAIN_ID: process.env.chainId })
165
166
  export function* rootSaga() {
166
167
  yield all([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decentraland-dapps",
3
- "version": "12.37.0",
3
+ "version": "12.37.1",
4
4
  "dependencies": {
5
5
  "@0xsequence/multicall": "^0.25.1",
6
6
  "@0xsequence/relayer": "^0.25.1",
@@ -11,7 +11,7 @@
11
11
  "date-fns": "^1.29.0",
12
12
  "dcl-catalyst-client": "^4.0.6",
13
13
  "decentraland-connect": "^3.0.0",
14
- "decentraland-transactions": "^1.29.1",
14
+ "decentraland-transactions": "^1.30.0",
15
15
  "decentraland-ui": "^3.19.0",
16
16
  "events": "^3.3.0",
17
17
  "flat": "^4.1.0",