From 9be6843acec3088647f7a141c94ae9f83574cad6 Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Wed, 3 Jul 2024 15:13:00 -0500 Subject: [PATCH] fix: add some nets to json ver --- ape_etherscan/verify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ape_etherscan/verify.py b/ape_etherscan/verify.py index a411e9a..d6927e6 100644 --- a/ape_etherscan/verify.py +++ b/ape_etherscan/verify.py @@ -39,7 +39,7 @@ } _SPDX_ID_KEY = "SPDX-License-Identifier: " -ECOSYSTEMS_VERIFY_USING_JSON = ("ethereum", "base", "blast") +ECOSYSTEMS_VERIFY_USING_JSON = ("arbitrum", "base", "blast", "ethereum") class LicenseType(Enum):