Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/add-create2-factory
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMist committed Oct 11, 2024
2 parents df42904 + 33aa05a commit aec0db5
Showing 1 changed file with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions README.md
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.. |

0 comments on commit aec0db5

Please sign in to comment.