-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into feat/add-create2-factory
- Loading branch information
Showing
1 changed file
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,35 @@ | ||
## Pancake-deploy-v4 | ||
# Pancake-create2-factory | ||
|
||
<WIP> | ||
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.. | |