Skip to content

Commit

Permalink
[Wallet] Revert dev config change (#4753)
Browse files Browse the repository at this point in the history
### Description

It was unintentionally changed in #4733

### Other changes

None

### Related issues

Discussed on Slack

### Backwards compatibility

Yes
  • Loading branch information
jeanregisser authored Aug 20, 2020
1 parent b042977 commit 70b8ed4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/mobile/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ENVIRONMENT=local
DEFAULT_TESTNET=mainnet
DEFAULT_TESTNET=alfajores
SMS_RETRIEVER_APP_SIGNATURE=aBQdOa/7QJh
# If FORNO_ENABLED_INITIALLY, local geth will not run initially.
# If toggled on, it will use DEFAULT_SYNC_MODE. See src/geth/consts.ts for more info
Expand All @@ -13,7 +13,7 @@ DEV_SETTINGS_ACTIVE_INITIALLY=true
# Enable for true hot reloading while dev-ing UI
DEV_RESTORE_NAV_STATE_ON_RELOAD=false
APP_BUNDLE_ID=org.celo.mobile.dev
APP_STORE_ID=1520414263
APP_STORE_ID=1482389446
APP_DISPLAY_NAME=Celo (dev)
IOS_GOOGLE_SERVICE_PLIST=GoogleService-Info.dev.plist
DYNAMIC_LINK_DOMAIN=https://vlra.app
DYNAMIC_LINK_DOMAIN=http://l.celo.org

0 comments on commit 70b8ed4

Please sign in to comment.