/blobs-contracts

Primary LanguageSolidityMIT LicenseMIT

Blobs

TODO

  • decide on pending values: initial mint list, pricing, BASE_URI
  • make GobblerTreasury upgradeable after timelock? by DAO?

Deployment

source .env

# goerli
forge script script/deploy/DeployGoerli.s.sol:DeployGoerli --rpc-url goerli --private-key $PRIVATE_KEY --broadcast --verify --etherscan-api-key $ETHERSCAN_API_KEY -vvvv
# if verification fails with "Etherscan could not detect the deployment.". Resume script with `--resume` instead of `--broadcast`

Resources