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

Mainnet v3 release preps #78

Merged
merged 4 commits into from
Nov 11, 2024
Merged

Conversation

iulianpascalau
Copy link
Contributor

  • added eth deploy script
  • prepared bsc deploy script
  • task fixes & improvements

- prepared bsc deploy script
- task fixes & improvements
ccorcoveanu
ccorcoveanu previously approved these changes Nov 7, 2024
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
Copy link
Contributor

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

Copy link
Contributor Author

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

dragos-rebegea
dragos-rebegea previously approved these changes Nov 7, 2024
valentin-lup
valentin-lup previously approved these changes Nov 8, 2024
Copy link

@valentin-lup valentin-lup left a 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 !

Copy link

@valentin-lup valentin-lup left a 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
Copy link
Collaborator

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

Copy link
Contributor Author

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

@iulianpascalau iulianpascalau merged commit 4b1c42b into feat/v3 Nov 11, 2024
3 checks passed
@iulianpascalau iulianpascalau deleted the scripts-mainnet-v3-release branch November 11, 2024 10:14
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.

4 participants