Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Fix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjacobson committed Oct 22, 2020
1 parent 599a24a commit f99453c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .env/.env.prod
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ REACT_APP_WEB3_PROVIDER_URL=https://poa-gateway.audius.co,https://core.poa.netwo
REACT_APP_WEB3_NETWORK_ID=99

REACT_APP_ETH_REGISTRY_ADDRESS=0xd976d3b4f4e22a238c1A736b6612D22f17b6f64C
REACT_APP_ETH_PROVIDER_URL=https://eth-ropsten.alchemyapi.io/v2/Cfba0ddjnI3WUXr2V_85dAaIPm_a6CSx,https://eth-ropsten.alchemyapi.io/v2/LHMVUibmgdZO59CqVYJrsFss2vtSyxAV
REACT_APP_ETH_NETWORK_ID=3
REACT_APP_ETH_PROVIDER_URL=https://eth-mainnet.alchemyapi.io/v2/iSnek4T02BFCUEkcPGKo0eEY1aWLJgxF,https://eth-mainnet.alchemyapi.io/v2/qSUBgXJpg5Vj75otrSHFXCh7YCqaiOhX,https://eth-mainnet.alchemyapi.io/v2/eaVcvbYPXbDYMl8tVhU9fJTdDQEuV-BZ
REACT_APP_ETH_NETWORK_ID=1
REACT_APP_ETH_TOKEN_ADDRESS=0x18aAA7115705e8be94bfFEBDE57Af9BFc265B998
REACT_APP_ETH_OWNER_WALLET=0xC7310a03e930DD659E15305ed7e1F5Df0F0426C5
REACT_APP_COMSTOCK_URL=https://comstock.audius.co
Expand Down
2 changes: 1 addition & 1 deletion .env/.env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ REACT_APP_REGISTRY_ADDRESS=0x793373aBF96583d5eb71a15d86fFE732CD04D452
REACT_APP_WEB3_PROVIDER_URL=https://poa-gateway.staging.audius.co,https://sokol.poa.network/
REACT_APP_WEB3_NETWORK_ID=77

REACT_APP_ETH_REGISTRY_ADDRESS=0xE4D37F2dA0a2953f801c23e036D924595eE6d0c1
REACT_APP_ETH_REGISTRY_ADDRESS=0xe39b1cA04fc06c416c4eaBd188Cb1330b8FED781
REACT_APP_ETH_PROVIDER_URL=https://eth-ropsten.alchemyapi.io/v2/Y-vE_LXNPnKsbnmaXxAre7t_xI-PA6KU,https://eth-ropsten.alchemyapi.io/v2/sydBoAxCidDdGK2kX4HuSb0ZzcmesZmt
REACT_APP_ETH_NETWORK_ID=3
REACT_APP_ETH_TOKEN_ADDRESS=0x74f24429ec3708fc21381e017194A5711E93B751
Expand Down
12 changes: 6 additions & 6 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 @@ -6,7 +6,7 @@
"version": "0.21.25",
"private": true,
"dependencies": {
"@audius/libs": "1.0.3",
"@audius/libs": "1.0.4",
"@audius/stems": "0.2.11",
"@optimizely/optimizely-sdk": "^4.0.0",
"@reduxjs/toolkit": "^1.3.2",
Expand Down

0 comments on commit f99453c

Please sign in to comment.