diff --git a/apps/remix-ide/ci/browser_tests_plugin_api.sh b/apps/remix-ide/ci/browser_tests_plugin_api.sh index a955297d12..1ee693c174 100755 --- a/apps/remix-ide/ci/browser_tests_plugin_api.sh +++ b/apps/remix-ide/ci/browser_tests_plugin_api.sh @@ -7,6 +7,7 @@ echo "$BUILD_ID" TEST_EXITCODE=0 yarn run ganache-cli & +npx http-server -p 9090 --cors='*' ./node_modules & yarn run serve:production & npx nx serve remix-ide-e2e-src-local-plugin & diff --git a/package.json b/package.json index 48359f3649..4d9400656d 100644 --- a/package.json +++ b/package.json @@ -234,6 +234,7 @@ "@nrwl/web": "15.6.3", "@nrwl/webpack": "15.6.3", "@nrwl/workspace": "^15.6.3", + "@openzeppelin/contracts-upgradeable": "^4.8.1", "@svgr/webpack": "^6.5.1", "@testing-library/react": "13.4.0", "@types/axios": "^0.14.0", diff --git a/yarn.lock b/yarn.lock index 2e21b101a8..866a264484 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5262,6 +5262,11 @@ dependencies: "@octokit/openapi-types" "^11.2.0" +"@openzeppelin/contracts-upgradeable@^4.8.1": + version "4.8.1" + resolved "https://registry.yarnpkg.com/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-4.8.1.tgz#363f7dd08f25f8f77e16d374350c3d6b43340a7a" + integrity sha512-1wTv+20lNiC0R07jyIAbHU7TNHKRwGiTGRfiNnA8jOWjKT98g5OgLpYWOi40Vgpk8SPLA9EvfJAbAeIyVn+7Bw== + "@openzeppelin/contracts@^4.7.3": version "4.7.3" resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.7.3.tgz#939534757a81f8d69cc854c7692805684ff3111e"