Skip to content

Commit

Permalink
chore(env): build envs / rm
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain committed May 29, 2023
1 parent 5d567fb commit 7d0cf7d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/wallet-mobile/.env
@@ -1,7 +1,6 @@
BUILD_VARIANT=STAGING

COMMIT=5caf3ead
SENTRY=https://59637d7dcb274b6a9e9f708e0082b3d5@o1138840.ingest.sentry.io/6260389
AMPLITUDE_API_KEY=a518e0983cb9e4f1cccb9edcd66b3897


Expand Down
3 changes: 3 additions & 0 deletions apps/wallet-mobile/.env.nightly
@@ -0,0 +1,3 @@
BUILD_VARIANT=NIGHTLY
COMMIT=b68d3ce0
AMPLITUDE_API_KEY=a518e0983cb9e4f1cccb9edcd66b3897
3 changes: 3 additions & 0 deletions apps/wallet-mobile/.env.production
@@ -0,0 +1,3 @@
BUILD_VARIANT=PROD
COMMIT=b68d3ce0
AMPLITUDE_API_KEY=QcbOrFYZ0XS1tmMQwStzSVCzKOiBzdTd
5 changes: 4 additions & 1 deletion apps/wallet-mobile/.env.staging
@@ -1,8 +1,11 @@
BUILD_VARIANT=STAGING
USE_TESTNET=true
COMMIT=21dbed28

AMPLITUDE_API_KEY=a518e0983cb9e4f1cccb9edcd66b3897

DISABLE_LOG_BOX=true
SHOW_PROD_POOLS_IN_DEV=true
SENTRY=https://59637d7dcb274b6a9e9f708e0082b3d5@o1138840.ingest.sentry.io/6260389

WALLET_1_MNEMONIC=abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon address
WALLET_1_NETWORK_ID=300
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -4,6 +4,9 @@
"repository": "git@github.com:Emurgo/yoroi.git",
"author": "EMURGO",
"private": true,
"scripts": {
"reset": "yarn workspaces run rimraf node_modules && yarn rimraf node_modules"
},
"workspaces": [
"apps/*",
"packages/*"
Expand Down

0 comments on commit 7d0cf7d

Please sign in to comment.