From 9d43cba2d8b7242c3c2345c63511aa9ddcb8355e Mon Sep 17 00:00:00 2001 From: Charles Bergeron Date: Wed, 11 Sep 2024 12:22:59 -0700 Subject: [PATCH] add new chains to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97f5229a..86c5675e 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Once the repository has been forked you can update your `Secrets` (under `Settin > -`JSON_RPC_URL`: We will need JSON_RPC_URLs for each network you want to use. The following are required for each network you want the bot to run against: `BASE_MAINNET_JSON_RPC_URL`, `ARBITRUM_MAINNET_JSON_RPC_URL`, `OPTIMISM_MAINNET_JSON_RPC_URL`. +`JSON_RPC_URL`: We will need JSON_RPC_URLs for each network you want to use. The following are required for each network you want the bot to run against: `ETHEREUM_MAINNET_JSON_RPC_URL`, `BASE_MAINNET_JSON_RPC_URL`, `ARBITRUM_MAINNET_JSON_RPC_URL`, `OPTIMISM_MAINNET_JSON_RPC_URL`, `SCROLL_MAINNET_JSON_RPC_URL`, `GNOSIS_MAINNET_JSON_RPC_URL`. > >