From 9bd49002eb64d058a3c6a98704d999f5b513b344 Mon Sep 17 00:00:00 2001 From: Gary Ghayrat <61768337+garyghayrat@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:46:13 -0500 Subject: [PATCH] Update network names to fix CI (#635) * Update network names to fix CI * Run `scopelint fmt` * Skip processing to handle deprecation of asset optimization feature --- contracts-periphery/foundry.toml | 3 ++- netlify.toml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/contracts-periphery/foundry.toml b/contracts-periphery/foundry.toml index 8bcb0b86f..9517847fa 100644 --- a/contracts-periphery/foundry.toml +++ b/contracts-periphery/foundry.toml @@ -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}" diff --git a/netlify.toml b/netlify.toml index bf9807ef2..9e59caf03 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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 \ No newline at end of file