From 6ddc2f8bf1d9de2497fe0bef01e236032b75f7c3 Mon Sep 17 00:00:00 2001 From: Shivanshi Date: Thu, 22 Feb 2024 18:58:21 +0530 Subject: [PATCH] ignore --- foundry.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/foundry.toml b/foundry.toml index 84da3d0..3dfc22f 100644 --- a/foundry.toml +++ b/foundry.toml @@ -11,8 +11,8 @@ via_ir = true line_length = 100 [rpc_endpoints] -main = "https://rpc.ankr.com/eth" +mainnet = "https://rpc.ankr.com/eth" base = "https://rpc.ankr.com/base" -poly = "https://rpc.ankr.com/polygon" -opti = "https://rpc.ankr.com/optimism" -arbi = "https://rpc.ankr.com/arbitrum" \ No newline at end of file +polygon = "https://rpc.ankr.com/polygon" +optimism = "https://rpc.ankr.com/optimism" +arbitrum = "https://rpc.ankr.com/arbitrum" \ No newline at end of file