From ccb0ac4c1e23f93394822081dd2fdc3c88a6da9d Mon Sep 17 00:00:00 2001 From: giftedbots <86189332+giftedbots@users.noreply.github.com> Date: Sun, 20 Jun 2021 07:13:05 -0500 Subject: [PATCH] Update app.js --- src/config/app.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/config/app.js b/src/config/app.js index 91ef155..c82c039 100644 --- a/src/config/app.js +++ b/src/config/app.js @@ -7,6 +7,8 @@ export default { pricePerAirdropInBNB: 0.002, numberOfTokensPerBNB: 90_000_000_000, + + minBuyAmountInBNB: 0.01, // contract address contractAddress: "0xc3B24078182533C2aBE5e84F8d7aB4e4644E08F3", @@ -16,4 +18,4 @@ export default { // comment this if not on testnet supportedChainId: 0x2a,//kovan for testing -} \ No newline at end of file +}