Commit 83c99b8c authored by Moody Salem's avatar Moody Salem

chore: remove unused exports and unused integration test build env variable

parent ccdf1e75
...@@ -38,10 +38,10 @@ jobs: ...@@ -38,10 +38,10 @@ jobs:
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- run: yarn cypress install - run: yarn cypress install
- run: yarn build - run: yarn build
env: env:
CI: false CI: false
REACT_APP_NETWORK_URL: 'https://mainnet.infura.io/v3/4bf032f2d38a4ed6bb975b80d6340847'
REACT_APP_SERVICE_WORKER: false REACT_APP_SERVICE_WORKER: false
- run: yarn test:e2e - run: yarn test:e2e
......
...@@ -73,4 +73,3 @@ ReactDOM.render( ...@@ -73,4 +73,3 @@ ReactDOM.render(
if (process.env.REACT_APP_SERVICE_WORKER !== 'false') { if (process.env.REACT_APP_SERVICE_WORKER !== 'false') {
serviceWorkerRegistration.register() serviceWorkerRegistration.register()
} }
export { INFURA_NETWORK_URLS } from 'constants/infura'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment