Skip to content

Commit

Permalink
- adjusted minimum value
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Nov 11, 2024
1 parent a8f7d52 commit 1b5644a
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 35 deletions.
12 changes: 6 additions & 6 deletions scripts/mainnet-v3-bsc-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ npx hardhat unpause-safe --network $NETWORK

# WHITELIST tokens

#USDC - decimals 18, min 10, max 1000000
npx hardhat add-to-whitelist --min 10000000000000000000 --max 1000000000000000000000000 --address 0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d --mintburn false --native true --limit 200000 --network $NETWORK
#USDC - decimals 18, min 2, max 1000000
npx hardhat add-to-whitelist --min 2000000000000000000 --max 1000000000000000000000000 --address 0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d --mintburn false --native true --limit 200000 --network $NETWORK

#USDT - decimals 18, min 10, max 1000000
npx hardhat add-to-whitelist --min 10000000000000000000 --max 1000000000000000000000000 --address 0x55d398326f99059ff775485246999027b3197955 --mintburn false --native true --limit 200000 --network $NETWORK
#USDT - decimals 18, min 2, max 1000000
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

#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
#TADA - decimals 18, min 90, max 1000000
npx hardhat add-to-whitelist --min 90000000000000000000 --max 1000000000000000000000000 --address 0x9b26e318bc6a2c8b45f5daea2cc14697e0e0f8b5 --mintburn false --native true --limit 200000 --network $NETWORK
44 changes: 22 additions & 22 deletions scripts/mainnet-v3-eth-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,39 +27,39 @@ npx hardhat unpause-safe --network $NETWORK

# WHITELIST tokens

#USDC - decimals 6, min 50, max 1000000
npx hardhat add-to-whitelist --min 50000000 --max 1000000000000 --address 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 --mintburn false --native true --limit 200000 --network $NETWORK
#USDC - decimals 6, min 40, max 1000000
npx hardhat add-to-whitelist --min 40000000 --max 1000000000000 --address 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 --mintburn false --native true --limit 200000 --network $NETWORK

#UTK - decimals 18, min 660, max 402500
npx hardhat add-to-whitelist --min 660000000000000000000 --max 402500000000000000000000 --address 0xdc9ac3c20d1ed0b540df9b1fedc10039df13f99c --mintburn false --native true --limit 200000 --network $NETWORK
#UTK - decimals 18, min 1320, max 402500
npx hardhat add-to-whitelist --min 1320000000000000000000 --max 402500000000000000000000 --address 0xdc9ac3c20d1ed0b540df9b1fedc10039df13f99c --mintburn false --native true --limit 200000 --network $NETWORK

#USDT - decimals 6, min 50, max 1000000
npx hardhat add-to-whitelist --min 50000000 --max 1000000000000 --address 0xdac17f958d2ee523a2206206994597c13d831ec7 --mintburn false --native true --limit 200000 --network $NETWORK
#USDT - decimals 6, min 40, max 1000000
npx hardhat add-to-whitelist --min 40000000 --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

#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
#HMT - decimals 18, min 1740, max 872750
npx hardhat add-to-whitelist --min 1740000000000000000000 --max 872750000000000000000000 --address 0xd1ba9bac957322d6e8c07a160a3a8da11a0d2867 --mintburn false --native true --limit 200000 --network $NETWORK

#CGG - decimals 18, min 630, max 635000
npx hardhat add-to-whitelist --min 630000000000000000000 --max 635000000000000000000000 --address 0x1fe24f25b1cf609b9c4e7e12d802e3640dfa5e43 --mintburn false --native true --limit 200000 --network $NETWORK
#CGG - decimals 18, min 3706, max 635000
npx hardhat add-to-whitelist --min 3706000000000000000000 --max 635000000000000000000000 --address 0x1fe24f25b1cf609b9c4e7e12d802e3640dfa5e43 --mintburn false --native true --limit 200000 --network $NETWORK

#INFRA - decimals 18, min 100, max 100000
npx hardhat add-to-whitelist --min 100000000000000000000 --max 100000000000000000000000 --address 0x013062189dc3dcc99e9cee714c513033b8d99e3c --mintburn false --native true --limit 200000 --network $NETWORK
#INFRA - decimals 18, min 300, max 100000
npx hardhat add-to-whitelist --min 300000000000000000000 --max 100000000000000000000000 --address 0x013062189dc3dcc99e9cee714c513033b8d99e3c --mintburn false --native true --limit 200000 --network $NETWORK

#WBTC - decimals 8, min 0.0019234, max 2
npx hardhat add-to-whitelist --min 192340 --max 200000000 --address 0x2260fac5e5542a773aa44fbcfedf7c193bc2c599 --mintburn false --native true --limit 200000 --network $NETWORK
#WBTC - decimals 8, min 0.0006411, max 2
npx hardhat add-to-whitelist --min 64110 --max 200000000 --address 0x2260fac5e5542a773aa44fbcfedf7c193bc2c599 --mintburn false --native true --limit 200000 --network $NETWORK

#WETH - decimals 18, min 0.0284374, max 28.5
npx hardhat add-to-whitelist --min 28437400000000000 --max 28500000000000000000 --address 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2 --mintburn false --native true --limit 200000 --network $NETWORK
#WETH - decimals 18, min 0.01422, max 28.5
npx hardhat add-to-whitelist --min 14220000000000000 --max 28500000000000000000 --address 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2 --mintburn false --native true --limit 200000 --network $NETWORK

#WSDAI - decimals 18, min 50, max 50000
npx hardhat add-to-whitelist --min 50000000000000000000 --max 50000000000000000000000 --address 0x83f20f44975d03b1b09e64809b757c47f942beea --mintburn false --native true --limit 200000 --network $NETWORK
#WSDAI - decimals 18, min 34, max 50000
npx hardhat add-to-whitelist --min 34000000000000000000 --max 50000000000000000000000 --address 0x83f20f44975d03b1b09e64809b757c47f942beea --mintburn false --native true --limit 200000 --network $NETWORK

#WDAI - decimals 18, min 50, max 1000000
npx hardhat add-to-whitelist --min 50000000000000000000 --max 1000000000000000000000000 --address 0x6b175474e89094c44da98b954eedeac495271d0f --mintburn false --native true --limit 200000 --network $NETWORK
#WDAI - decimals 18, min 40, max 1000000
npx hardhat add-to-whitelist --min 40000000000000000000 --max 1000000000000000000000000 --address 0x6b175474e89094c44da98b954eedeac495271d0f --mintburn false --native true --limit 200000 --network $NETWORK

#UMB - decimals 18, min 2000, max 1650000
npx hardhat add-to-whitelist --min 2000000000000000000000 --max 1650000000000000000000000 --address 0x6fc13eace26590b80cccab1ba5d51890577d83b2 --mintburn false --native true --limit 200000 --network $NETWORK
#UMB - decimals 18, min 5280, max 1650000
npx hardhat add-to-whitelist --min 5280000000000000000000 --max 1650000000000000000000000 --address 0x6fc13eace26590b80cccab1ba5d51890577d83b2 --mintburn false --native true --limit 200000 --network $NETWORK

22 changes: 15 additions & 7 deletions setup.config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
{
"erc20Safe": "0xf7c52bD2088A8cf46CE85D0169A41347107dB2F9",
"bridge": "0x04C03296b5715019177483C288e65B934F64D904",
"erc20Safe": "0xC10F8792926DC85FEDEd347C245d41BE7818cDf0",
"bridge": "0x8959F8e90D1B54bd4b34e2F92F5E773A996b3906",
"relayers": [
"0x79094710815F3Aa6404E6988A8CE390936Abf887",
"0x4f61594E65531A4c25DeEFfD4BdfCB6a1E178734",
"0xEE87Db1731B08c493b498EA2e156C712a435702b",
"0xC97910324B60e6336206b683738C8D1e8d3a190f"
"0x63Cb7F984Ada378089792579bd8a7e7b3Ea848cC",
"0x44bC53498D9c8eb6B508e6b07781de6016D1A17c",
"0x7abE62822237E1100E093d207f6c0ed378F0d840",
"0x6F43Fa161D0A6ae0b4568d6fC967b92e72178de8",
"0x451Ff062502e9A95B1dE1E7b98b1a6176Cf026A2",
"0xA7E27374390AD4194b1F7641efbB27EbA3aA85D1",
"0xFFC32c2A7b1fF986657dd4B7153AB9A421f174BC",
"0x91bDdd834195448a762eB5928465e46b0646A01b",
"0x461eb4808Fd061e0551172f9A34F17cf3aFE02aB",
"0x03030999D1DA9CDFeC6b3Ec9A4AaD4b5724192EA"
],
"tokens": [
"0x9B3016E941099E2bFc191836Bf1f3B4A01f145D2"
],
"tokens": ["0x9B3016E941099E2bFc191836Bf1f3B4A01f145D2"],
"execProxy": "0x5526Ef117015fF63B62E4Fb40aA94be78e26d620"
}

0 comments on commit 1b5644a

Please sign in to comment.