Skip to content

Commit

Permalink
Add opsheet in netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Sep 29, 2023
1 parent 0724583 commit 4601e55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/starksheet-webapp/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ environment = { REACT_APP_NETWORK = "mainnet" }
[context.mainnet]
environment = { REACT_APP_NETWORK = "mainnet" }

[context.optimism]
environment = { REACT_APP_NETWORK = "optimismMainnet" }

[context.testnet]
environment = { REACT_APP_NETWORK = "testnet" }

Expand Down

0 comments on commit 4601e55

Please sign in to comment.