From 1b5c958f2430f0ba647338e1c4d4bd48aeaf48b6 Mon Sep 17 00:00:00 2001 From: Shawn Rizo Date: Thu, 25 Sep 2025 12:42:14 -0400 Subject: [PATCH 1/2] feat: Add anvil anvil-fork anvil-polygon --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index bf6b1a2..c9f3d37 100644 --- a/makefile +++ b/makefile @@ -418,3 +418,4 @@ emergency-withdraw: ## Emergency withdraw (requires EMERGENCY_TOKEN) .PHONY: fmt fmt-check lint analyze mythril audit-prep .PHONY: deploy-local deploy-sepolia deploy-goerli deploy-mainnet deploy-polygon deploy-arbitrum deploy-optimism .PHONY: verify-mainnet interact-local interact-testnet +.PHONY: anvil anvil-fork anvil-polygon From c6226cf4cef65f8e97faf3f2f9a50cd10de0c4d0 Mon Sep 17 00:00:00 2001 From: Shawn Rizo Date: Thu, 25 Sep 2025 12:42:37 -0400 Subject: [PATCH 2/2] feat: Add docs docs-serve --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index c9f3d37..6dae665 100644 --- a/makefile +++ b/makefile @@ -419,3 +419,4 @@ emergency-withdraw: ## Emergency withdraw (requires EMERGENCY_TOKEN) .PHONY: deploy-local deploy-sepolia deploy-goerli deploy-mainnet deploy-polygon deploy-arbitrum deploy-optimism .PHONY: verify-mainnet interact-local interact-testnet .PHONY: anvil anvil-fork anvil-polygon +.PHONY: docs docs-serve