Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 489 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 489 Bytes

SocioCat Claim

Deploy

  1. Setup .env

    # Deployer private key
    PRIVATE_KEY=
    # Signer wallet to sign the claim signature
    SIGNER=
    # Cat token to claim
    TOKEN=
    # Contract owner that can modify `signer`
    OWNER=
    
    
    # Additional
    
    RPC_URL=
    ETHERSCAN_API_KEY=
    
  2. Run deploy script

    $ forge script ./script/SocioCatClaim.s.sol --rpc-url $RPC_URL --broadcast --etherscan-api-key $ETHERSCAN_API_KEY --verify