Skip to content

Commit

Permalink
Use starknet subdomain for starknet mainnet (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter authored Nov 29, 2023
1 parent 619d029 commit dcff925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployments_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
permissions: write-all
strategy:
matrix:
branch: [mainnet, optimism, linea, staging]
branch: [starknet, optimism, linea, staging]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion packages/starksheet-webapp/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ignore = "/bin/false"
[context.production]
environment = { REACT_APP_NETWORK = "mainnet" }

[context.mainnet]
[context.starknet]
environment = { REACT_APP_NETWORK = "mainnet" }

[context.optimism]
Expand Down

0 comments on commit dcff925

Please sign in to comment.