Skip to content

Commit

Permalink
wrapped_azero mistakenly in CONTRACTS
Browse files Browse the repository at this point in the history
  • Loading branch information
deuszx committed Apr 23, 2024
1 parent 403a1eb commit 5a18ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ help: # Show help for each of the Makefile recipes.
AMM_CONTRACTS = ./contracts
AMM_CONTRACTS_PATHS := $(shell find $(AMM_CONTRACTS) -mindepth 1 -maxdepth 1 -type d)

CONTRACTS := factory_contract pair_contract router_contract wrapped_azero
CONTRACTS := factory_contract pair_contract router_contract

INK_DEV_IMAGE := "public.ecr.aws/p6e8q1z1/ink-dev:2.1.0"
SCRIPT_DIR := $(shell cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
Expand Down

0 comments on commit 5a18ee4

Please sign in to comment.