Skip to content

Commit

Permalink
Update appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JayArrowz committed Sep 2, 2021
1 parent cf8406e commit ea0399f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
"PancakeswapFactoryAddress": "0xcA143Ce32Fe78f1f7019d7d551a6402fC5350c73",
"LiquidityPairAddress": "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",
"PancakeswapRouterAddress": "0x10ED43C718714eb63d5aA57B78B54704E256024E",
"V1PancakeswapRouterAddress": "0x05fF2B0DB69458A0750badebc4f9e13aDd608C7F",
"ChainId": "56",
"AmountToSnipe": 0.0001,
"AmountToSnipe": 0.01,
"ProfitPercentageMargin": 20,
"TransactionRevertTimeSeconds": 10000,
"GasAmount": 300000,
Expand All @@ -40,11 +41,14 @@
"RugCheckEnabled": true,
"RenounceOwnershipCheck": true,
"RugdocCheckEnabled": true,
"DeadWallets": [
"0x000000000000000000000000000000000000dEaD",
"0x0000000000000000000000000000000000000000"
],
"WhitelistedTokens": [
"0x0000000000000000000000000000000000000000"
],
"ContractRugCheckStrings": [
"function transferFrom(address sender, address recipient, uint256 amount) public override returns (bool)",
"function _approve(address owner, address spender, uint256 amount) internal",
"0x05fF2B0DB69458A0750badebc4f9e13aDd608C7F",
"mint",
"transfer(owner()"
],
"HoneypotCheck": false,
Expand Down

0 comments on commit ea0399f

Please sign in to comment.