Skip to content

Commit

Permalink
✏️ fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thurendous committed Oct 7, 2023
1 parent 7fb2df5 commit 061ab1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ifeq ($(findstring --network avalanchefuji,$(ARGS)),--network avalanchefuji)
NETWORK_ARGS := --rpc-url $(AVALANCHEFUJI_RPC_URL) --private-key $(PRIVATE_KEY) --broadcast --verify --etherscan-api-key $(SNOWTRACE_API_KEY) -vvvv
endif

ifeq ($(findstring --network avalanchemainnnet,$(ARGS)),--network avalanchemainnnet)
ifeq ($(findstring --network avalanchemainnnet,$(ARGS)),--network avalanchemainnet)
NETWORK_ARGS := --rpc-url $(AVALANCHE_RPC_URL) --private-key $(PRIVATE_KEY) --broadcast --verify --etherscan-api-key $(SNOWTRACE_API_KEY) -vvvv
endif

Expand Down

0 comments on commit 061ab1f

Please sign in to comment.