Skip to content

Commit

Permalink
feat: bump dapps
Browse files Browse the repository at this point in the history
  • Loading branch information
nachomazzara committed Jun 27, 2021
1 parent ca5ac41 commit 1a22457
Show file tree
Hide file tree
Showing 3 changed files with 9 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.13.0",
"decentraland-dapps": "^12.13.1",
"decentraland-transactions": "^1.11.0",
"decentraland-ui": "^3.5.2",
"dotenv": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/modules/wallet/sagas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function* handleWallet(
contractAddress: contract.address,
contractName:
contract.category === NFTCategory.WEARABLE &&
contract.network === Network.MATIC
contract.network === Network.MATIC
? ContractName.ERC721CollectionV2
: ContractName.ERC721,
chainId: contract.chainId,
Expand Down

0 comments on commit 1a22457

Please sign in to comment.