Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial cat mint script #1153

Merged
merged 4 commits into from
Sep 22, 2023
Merged

Conversation

wojciech-turek
Copy link
Member

Mint Catalysts

Adds a new deployment script that mints the initial set of catalyst to the giveaway contract.

Link to Notion Task

TODO:

  • Verify amounts to be minted
  • Verify the giveaway contract address

@wojciech-turek wojciech-turek requested a review from a team as a code owner September 20, 2023 11:25
@wojciech-turek wojciech-turek requested review from mvanmeerbeck and atkinsonholly and removed request for a team September 20, 2023 11:25
const {catalystMinter} = await getNamedAccounts();

// TODO Clarify whether the below is the correct contract name
const GiveawayContract = await deployments.get('MultiGiveawayV1');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@atkinsonholly atkinsonholly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to grab the correct giveaway contract name

@wojciech-turek wojciech-turek merged commit 557eab0 into asset-l2-integration Sep 22, 2023
5 checks passed
@mvanmeerbeck mvanmeerbeck deleted the catalyst-mint-script branch December 19, 2023 15:56
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.

2 participants