From 33aa05a23ac0114c471b6d9c9945de4f12194b5b Mon Sep 17 00:00:00 2001 From: ChefMist <133624774+ChefMist@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:23:24 +0800 Subject: [PATCH] Update README.md --- README.md | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4484de..8521d82 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,35 @@ -## Pancake-deploy-v4 +# Pancake-create2-factory - +create2-factory to be used by PCS for v4 or future deployments for deterministic address + +## Deployment + +### Pre-req: before deployment, the follow env variable needs to be set +``` +// set rpc url +export RPC_URL=https:// + +// private key need to be prefixed with 0x +export PRIVATE_KEY=0x + +// so contract can be verified on explorer +export ETHERSCAN_API_KEY=xx +``` + +## Address + +Below list the chains this contract has been deployed on: + +### Testnet + +| Chain | Address | +| ------------- | ------------- | +| BSC | 0x.. | +| Sepolia | 0x.. | + +### Mainnet + +| Chain | Address | +| ------------- | ------------- | +| BSC | 0x.. | +| ETH | 0x.. |