Skip to content

Commit

Permalink
- excluded BUSD
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Nov 7, 2024
1 parent 1f8b785 commit a8f7d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/mainnet-v3-bsc-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ npx hardhat add-to-whitelist --min 10000000000000000000 --max 100000000000000000
npx hardhat add-to-whitelist --min 10000000000000000000 --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
#npx hardhat add-to-whitelist --min 10000000000000000000 --max 1000000000000000000000000 --address 0xe9e7cea3dedca5984780bafc599bd69add087d56 --mintburn false --native true --limit 200000 --network $NETWORK

#TADA - decimals 18, min 200, max 1000000
npx hardhat add-to-whitelist --min 200000000000000000000 --max 1000000000000000000000000 --address 0x9b26e318bc6a2c8b45f5daea2cc14697e0e0f8b5 --mintburn false --native true --limit 200000 --network $NETWORK
2 changes: 1 addition & 1 deletion scripts/mainnet-v3-eth-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ npx hardhat add-to-whitelist --min 660000000000000000000 --max 40250000000000000
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
#npx hardhat add-to-whitelist --min 50000000000000000000 --max 50000000000000000000000 --address 0x4fabb145d64652a948d72533023f6e7a623c7c53 --mintburn false --native true --limit 200000 --network $NETWORK

#HMT - decimals 18, min 870, max 872750
npx hardhat add-to-whitelist --min 870000000000000000000 --max 872750000000000000000000 --address 0xd1ba9bac957322d6e8c07a160a3a8da11a0d2867 --mintburn false --native true --limit 200000 --network $NETWORK
Expand Down

0 comments on commit a8f7d52

Please sign in to comment.