Skip to content

Commit

Permalink
upgrade VM
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jul 24, 2024
1 parent 6f5370c commit 32c3899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"local-storage": "^2.0.0",
"monaco-editor": "^0.48.0",
"near-api-js": "2.1.3",
"near-social-vm": "git+https://github.com/NearSocial/VM.git#dev",
"near-social-vm": "git+https://github.com/NearSocial/VM.git#2.6.1",
"near-social-vm-types": "^1.0.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default defineConfig({

/* Run your local dev server before starting the tests */
webServer: {
command: "yarn dev:testnet --no-hot",
command: "yarn dev:testnet",
port: 8080,
reuseExistingServer: !process.env.CI,
},
Expand Down

0 comments on commit 32c3899

Please sign in to comment.