From a8f7d52292ec8ba4af7d461bc5ed3f327e721bde Mon Sep 17 00:00:00 2001 From: Iulian Pascalau Date: Thu, 7 Nov 2024 20:01:39 +0200 Subject: [PATCH] - excluded BUSD --- scripts/mainnet-v3-bsc-release.sh | 2 +- scripts/mainnet-v3-eth-release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/mainnet-v3-bsc-release.sh b/scripts/mainnet-v3-bsc-release.sh index ee6e3e2..46488f6 100755 --- a/scripts/mainnet-v3-bsc-release.sh +++ b/scripts/mainnet-v3-bsc-release.sh @@ -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 diff --git a/scripts/mainnet-v3-eth-release.sh b/scripts/mainnet-v3-eth-release.sh index 4a804f4..7ca5194 100755 --- a/scripts/mainnet-v3-eth-release.sh +++ b/scripts/mainnet-v3-eth-release.sh @@ -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