Skip to content

Commit

Permalink
Update network names to fix CI (#635)
Browse files Browse the repository at this point in the history
* Update network names to fix CI

* Run `scopelint fmt`

* Skip processing to handle deprecation of asset optimization feature
  • Loading branch information
garyghayrat authored Dec 18, 2023
1 parent 2926d03 commit 9bd4900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts-periphery/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
invariant = { runs = 1000 }

[rpc_endpoints]
arbitrum = "${ARBITRUM_ONE_RPC_URL}"
arbitrum_one = "${ARBITRUM_ONE_RPC_URL}"
gnosis_chain = "${GNOSIS_CHAIN_RPC_URL}"
mainnet = "${MAINNET_RPC_URL}"
optimism = "${OPTIMISM_RPC_URL}"
polygon = "${POLYGON_RPC_URL}"
Expand Down
2 changes: 2 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
publish="frontend/dist/spa/"
environment = { NODE_VERSION = "16.15.0", YARN_VERSION = "1.22.18"}
command = "yarn build-frontend"
[build.processing]
skip_processing = true

0 comments on commit 9bd4900

Please sign in to comment.