-
Notifications
You must be signed in to change notification settings - Fork 38
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 script for pre-minting basenames #83
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, make sure you remove the minting address as a controller when you're done.
✅ Heimdall Review Status
|
Approved review 2200386899 from cb-elileers is now dismissed due to new commit. Re-request for approval.
drain,24701708314572634357916250440134022151723757036256723111406180233023575726768 | ||
aggregate,102330316382983605854315020259007756269403317351933302774740449722392990073844 | ||
rodeo,47843225644331270063128493724511267146276014100898521270698446977699084126641 | ||
coln,52542356754606411786199551460370531840268728762863954976333291853326614804026 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
coin
phish names are in output, but not in any of the premint files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These names (and some others we got from the product org ad-hoc) were minted by manually executing the Premint script.
This PR allows a permissioned wallet to register names against the BaseRegister. The wallet must be an approved
controller
on the BaseRegistrar.We use the
registerOnly
method to generate an NFT without updating the registry. The NFTs generated are minted to theBASE_ECOSYSTEM_MULTISIG
.