Skip to content

Commit

Permalink
fix: add some nets to json ver
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jul 3, 2024
1 parent 1886b5e commit 9be6843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ape_etherscan/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 9be6843

Please sign in to comment.