diff --git a/contracts-periphery/foundry.toml b/contracts-periphery/foundry.toml index 8bcb0b86..9517847f 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 bf9807ef..9e59caf0 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