-
Notifications
You must be signed in to change notification settings - Fork 4
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
Mainnet v3 release preps #78
Conversation
iulianpascalau
commented
Nov 7, 2024
- added eth deploy script
- prepared bsc deploy script
- task fixes & improvements
- prepared bsc deploy script - task fixes & improvements
scripts/mainnet-v3-eth-release.sh
Outdated
npx hardhat add-to-whitelist --min 50000000 --max 1000000000000 --address 0xdac17f958d2ee523a2206206994597c13d831ec7 --mintburn false --native true --limit 200000 --network $NETWORK | ||
|
||
#BUSD - decimals 18, min 50, max 50000 | ||
npx hardhat add-to-whitelist --min 50000000000000000000 --max 50000000000000000000000 --address 0x4fabb145d64652a948d72533023f6e7a623c7c53 --mintburn false --native true --limit 200000 --network $NETWORK |
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.
No need for BUSD ehitelisting anymore
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.
as agreed with @LucianMincu we need to move all the liquidity from v2 to v3 so v2 contracts will remain with 0 balances
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.
Checked both BSC & ETH pubs. They are correct !
1b5644a
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.
Revalidated public addresses for both ETH & BSC
npx hardhat add-to-whitelist --min 2000000000000000000 --max 1000000000000000000000000 --address 0x55d398326f99059ff775485246999027b3197955 --mintburn false --native true --limit 200000 --network $NETWORK | ||
|
||
#BUSD - decimals 18, min 10, max 1000000 | ||
#npx hardhat add-to-whitelist --min 10000000000000000000 --max 1000000000000000000000000 --address 0xe9e7cea3dedca5984780bafc599bd69add087d56 --mintburn false --native true --limit 200000 --network $NETWORK |
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.
Should BUSD be commented? Don't we have supply to move here? Also I see it in the list you provided in slack
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.
yes, it was agreed with @LucianMincu that we keep the BUSD not whitelisted but we will migrate the balance from erc safe contract v2
We can whitelist this BUSD token at any given time, if necessary