primev / contracts

Smart Contracts deployed on mev-commit
Other
6 stars 2 forks source link

whitelist docker deploy #70

Closed shaspitz closed 10 months ago

shaspitz commented 10 months ago

Updates docker config for deploying whitelist contract

Example usage:

docker run --rm --network primev_net \
    -e RPC_URL="http://sl-bootnode:8545" \
    -e CHAIN_ID="17864" \
    -e PRIVATE_KEY="0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80" \
    -e DEPLOY_TYPE="whitelist" \
    -e HYP_ERC20_ADDR="0x707719517b112c9A3F571709e59Cfbaa28fCf873" \
    image-name