Skip to content

Commit

Permalink
changing env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jemeza committed Sep 15, 2023
1 parent a45087d commit bf064a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/end2end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
REACT_APP_STATUS: normal
REACT_APP_SPEED_CHECK: ${{ secrets.REACT_APP_SPEED_CHECK }}
REACT_APP_DISABLE_VE_DAO: 1
REACT_APP_INFURA_ID: ${{ secrets.INFURA_ID }}
REACT_APP_INFURA_ID: ${{ secrets.E2E_TEST_INFURA_ID }}
CYPRESS_REMOTE_DEBUGGING_PORT: 9222
NETWORK_NAME: 'goerli'
SECRET_WORDS: ${{secrets.E2E_TEST_WALLET_SECRET_WORDS}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ const SwitchNetworkModal = ({open}) => {
const network = useSelector(selectNetwork());
const networkType = useSelector(selectActiveNetworkType())

console.log('network', network)

const onClick = () => {
dispatch(setActiveNetwork());
// reset baseState to false to trigger initialization on chain change.
Expand Down

0 comments on commit bf064a5

Please sign in to comment.