Skip to content

Commit

Permalink
chore: turn off polling
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Jun 24, 2021
1 parent 434bf24 commit 0ad3b45
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 deletions webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"connected-react-router": "^6.6.1",
"date-fns": "^2.8.1",
"dcl-tslint-config-standard": "^2.0.0",
"decentraland-dapps": "^12.12.0",
"decentraland-dapps": "^12.13.0",
"decentraland-transactions": "^1.11.0",
"decentraland-ui": "^3.5.2",
"dotenv": "^8.2.0",
Expand Down
3 changes: 2 additions & 1 deletion webapp/src/modules/wallet/sagas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import { ContractName } from 'decentraland-transactions'
import { NFTCategory } from '../nft/types'

const baseWalletSaga = createWalletSaga({
CHAIN_ID: +(process.env.REACT_APP_CHAIN_ID || 1)
CHAIN_ID: +(process.env.REACT_APP_CHAIN_ID || 1),
POLL_INTERVAL: 0
})

export function* walletSaga() {
Expand Down

0 comments on commit 0ad3b45

Please sign in to comment.