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 +}