Skip to content

Commit

Permalink
Merge branch 'main' into fraud_detect
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperAlly committed Jun 27, 2023
2 parents 7e3a43a + 5fd06be commit b0c0d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ bin/${BASENAME}-%: ${HARDHAT_PACKAGES} $(shell find pkg -name '*.go') main.go |
.PHONY: build
build: ${EXAMPLES_ABIJSONS} ${BINARIES}

NETWORKS ?= mainnet hyperspace calibration
NETWORKS ?= mainnet calibration mantle-testnet polygon-mumbai sepolia-testnet
PROPERTIES = WALLET_PRIVATE_KEY DEPLOYED_CONTRACT_ADDRESS RPC_ENDPOINT CHAIN_ID
ENV_FILES = $(patsubst %,hardhat/%.env,${NETWORKS})

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## We have docs! ##

[docs.lilypadnetwork.org](www.docs.lilypadnetwork.org)
[docs.lilypadnetwork.org](https://docs.lilypadnetwork.org/)

and a blog... [lilypad.tech](www.lilypad.tech)

Expand Down

0 comments on commit b0c0d42

Please sign in to comment.