Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENV vars updates #1234

Merged
merged 2 commits into from
Jun 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ NEAR_CONTRACT_NAME=sputnikv2.testnet
TOKEN_FACTORY_CONTRACT_NAME=tokens.testnet
DRAFTS_API_URL=https://draft.dev.app.astrodao.com
GENERIC_FACTORY_CONTRACT_NAME=generic.testnet
STAKING_CONTRACT_BINARY_HASH=82MuzS6sZgNK6jDSCGEjyuusKp9HpCDHpMkBxgtdBFdV
STAKING_CONTRACT_BINARY_HASH=Ee3ed9aFnDGJQNZ3sVUKTs1a33Ys5kudU82CkQrsyj2t
2 changes: 1 addition & 1 deletion .github/env.develop
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ NEXT_PUBLIC_LAUNCHDARKLY_ID=620ac654be1f0913f65d9ca4
TEST_ENV_NAME=dev
DRAFTS_API_URL=https://draft.dev.app.astrodao.com
GENERIC_FACTORY_CONTRACT_NAME=generic.testnet
STAKING_CONTRACT_BINARY_HASH=82MuzS6sZgNK6jDSCGEjyuusKp9HpCDHpMkBxgtdBFdV
STAKING_CONTRACT_BINARY_HASH=Ee3ed9aFnDGJQNZ3sVUKTs1a33Ys5kudU82CkQrsyj2t
2 changes: 1 addition & 1 deletion .github/env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ APP_DOMAIN=staging.app.astrodao.com
NEAR_CONTRACT_NAME=sputnik-dao.near
NEXT_PUBLIC_LAUNCHDARKLY_ID=620ac669bcc7601506bca6d1
TEST_ENV_NAME=testnet
DRAFTS_API_URL=https://draft.app.astrodao.com
DRAFTS_API_URL=https://draft.staging.app.astrodao.com
GENERIC_FACTORY_CONTRACT_NAME=CHANGEME
STAKING_CONTRACT_BINARY_HASH=CHANGEME
4 changes: 2 additions & 2 deletions .github/env.test
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ GOOGLE_ANALYTICS_KEY=G-0Q54E4Q8XL
LOG_ROCKET_APP_ID=mp/astrodao
NEXT_PUBLIC_LAUNCHDARKLY_ID=61e5c281af410a15cf2389c1
TEST_ENV_NAME=testnet
DRAFTS_API_URL=https://draft.dev.app.astrodao.com
DRAFTS_API_URL=https://draft.testnet.app.astrodao.com
GENERIC_FACTORY_CONTRACT_NAME=generic.testnet
STAKING_CONTRACT_BINARY_HASH=82MuzS6sZgNK6jDSCGEjyuusKp9HpCDHpMkBxgtdBFdV
STAKING_CONTRACT_BINARY_HASH=Ee3ed9aFnDGJQNZ3sVUKTs1a33Ys5kudU82CkQrsyj2t