Skip to content

Commit

Permalink
feat: Upgrade packages (#113)
Browse files Browse the repository at this point in the history
* chore: Update dev config to use amoy

* feat: Upgrade package @dcl/schemas
  • Loading branch information
cyaiox committed Apr 25, 2024
1 parent 142839c commit 25c20be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@babylonjs/inspector": "^4.2.2",
"@babylonjs/loaders": "^4.2.2",
"@babylonjs/materials": "^4.2.2",
"@dcl/schemas": "^11.4.0",
"@dcl/schemas": "^11.5.0",
"@dcl/ui-env": "^1.2.0",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^11.2.7",
Expand Down
2 changes: 1 addition & 1 deletion src/config/env/dev.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"NFT_SERVER_URL": "https://nft-api.decentraland.zone",
"PEER_URL": "https://peer.decentraland.zone",
"NETWORK": "mumbai"
"NETWORK": "amoy"
}

0 comments on commit 25c20be

Please sign in to comment.