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

Commit

Permalink
Fix nethermind configs for mobile (#2221)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsolo authored Nov 3, 2022
1 parent d227c31 commit b486ecd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/mobile/.env.stage
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ SENTRY_DSN=https://4b15a7a2f2e2459997408b39a0c4942c@o260428.ingest.sentry.io/185
GENERAL_ADMISSION=https://general-admission.staging.audius.co

REGISTRY_ADDRESS=0x793373aBF96583d5eb71a15d86fFE732CD04D452
ENTITY_MANAGER_ADDRESS=0x2F99338637F027CFB7494E46B49987457beCC6E3
WEB3_PROVIDER_URL=https://poa-gateway.staging.audius.co,https://sokol.poa.network
ENTITY_MANAGER_ADDRESS=0x1Cd8a543596D499B9b6E7a6eC15ECd2B7857Fd64
WEB3_PROVIDER_URL=https://poa-gateway.staging.audius.co
WEB3_NETWORK_ID=77
ETH_REGISTRY_ADDRESS=0xF27A9c44d7d5DDdA29bC1eeaD94718EeAC1775e3
ETH_PROVIDER_URL=https://eth.staging.audius.co
Expand Down
2 changes: 1 addition & 1 deletion packages/web/.env/.env.stage
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ REACT_APP_GENERAL_ADMISSION=https://general-admission.staging.audius.co

REACT_APP_REGISTRY_ADDRESS=0x793373aBF96583d5eb71a15d86fFE732CD04D452
REACT_APP_ENTITY_MANAGER_ADDRESS=0x1Cd8a543596D499B9b6E7a6eC15ECd2B7857Fd64
REACT_APP_WEB3_PROVIDER_URL=https://nethermind.staging.audius.co
REACT_APP_WEB3_PROVIDER_URL=https://poa-gateway.staging.audius.co
REACT_APP_WEB3_NETWORK_ID=1056800
REACT_APP_ETH_REGISTRY_ADDRESS=0xF27A9c44d7d5DDdA29bC1eeaD94718EeAC1775e3
REACT_APP_ETH_PROVIDER_URL=https://eth.staging.audius.co
Expand Down

0 comments on commit b486ecd

Please sign in to comment.