Skip to content

Conversation

@ilitteri
Copy link
Contributor

@ilitteri ilitteri commented Dec 18, 2024

Local

Requisites

  • Foundry

Run

  1. Run anvil in one terminal:
    anvil
    
  2. Deploy the token
    make deploy-token
    
  3. Write down the token proxy address that is printed in the console output.
  4. Deploy the claimable contract
    make deploy-claimable-local
    
  5. Write down the claimable contract proxy address that is printed in the console output.
  6. Approve the claimable contract to spend the token from the distributor
    make approve-claimable TOKEN=<token-proxy-address> AIRDROP=<claimable-proxy-address> PRIVATE_KEY=<distributor-private-key>
    

@rcatalan98 rcatalan98 merged commit a9df9bc into testnet Dec 19, 2024
3 checks passed
@rcatalan98 rcatalan98 deleted the claimable_deploy branch December 19, 2024 01:47
@ilitteri
Copy link
Contributor Author

Fixes Creed issues:

  • Incorrect Wallet Address Used in the Deployment Script
  • Simplify Deployment Scripts

@MauroToscano MauroToscano changed the title Claimable deploy script Claimable deploy script improvements Dec 22, 2024
PatStiles pushed a commit that referenced this pull request Jan 10, 2025
Co-authored-by: Tomás Grüner <[email protected]>
Co-authored-by: juanbono <[email protected]>
PatStiles pushed a commit that referenced this pull request Jan 10, 2025
Co-authored-by: Tomás Grüner <[email protected]>
Co-authored-by: juanbono <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants