Skip to content

Commit

Permalink
feat(billing): update master wallet and enable billing for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed Oct 17, 2024
1 parent 611ba12 commit 90e0235
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web-to-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
deploy:
name: Define Variables
name: Deploy to GCP
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion apps/api/env/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ PORT=80
SERVER_ORIGIN=https://console-api.akash.network
DRIZZLE_MIGRATIONS_FOLDER=./dist/drizzle
SENTRY_ENABLED=true
BILLING_ENABLED=false
BILLING_ENABLED=true
STRIPE_CHECKOUT_REDIRECT_URL=https://console.akash.network
4 changes: 2 additions & 2 deletions apps/deploy-web/env/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ AUTH0_BASE_URL=https://console.akash.network
AUTH0_ISSUER_BASE_URL=https://auth.cloudmos.io

NEXT_PUBLIC_DEFAULT_NETWORK_ID=mainnet
NEXT_PUBLIC_BILLING_ENABLED=false
NEXT_PUBLIC_BILLING_ENABLED=true
NEXT_PUBLIC_MANAGED_WALLET_NETWORK_ID=mainnet
NEXT_PUBLIC_MANAGED_WALLET_DENOM=usdc
# TODO: replace with a fresh master wallet before release
NEXT_PUBLIC_MASTER_WALLET_ADDRESS=akash1ss0d2yw38r6e7ew8ndye9h7kg62sem36zak4d5
NEXT_PUBLIC_MASTER_WALLET_ADDRESS=akash1p4k0jer30g25mf62h5yc42agtjeumw4gxk8z37

NEXT_PUBLIC_STATS_APP_URL=https://stats.akash.network
NEXT_PUBLIC_PROVIDER_PROXY_URL=https://console-provider-proxy.akash.network
Expand Down

0 comments on commit 90e0235

Please sign in to comment.