Skip to content

Commit

Permalink
chore: change syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jan 9, 2025
1 parent 584ec72 commit 1f89aeb
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,12 @@ apepay = ["manifest.json", "py.typed"]
[tool.ape]
name = "ApePay"

[[tool.ape.plugins]]
name = "arbitrum"

[[tool.ape.plugins]]
name = "optimism"

[[tool.ape.plugins]]
name = "foundry"

[[tool.ape.plugins]]
name = "vyper"
plugins = [
{ name = "arbitrum" },
{ name = "optimism" },
{ name = "foundry" },
{ name = "vyper" },
]

[tool.ape.compile]
output_extra = ["ABI"]
Expand Down

0 comments on commit 1f89aeb

Please sign in to comment.