Skip to content

Releases: tsarbuig/LimitSwap

v5.0.4.x - Stable version

09 Aug 22:46
Compare
Choose a tag to compare

LAST UPDATE : April 14th 2024 (v5.0.4.16) --> Added Uniswap Base compatibility

⚠️ BIG NEWS : I decided to make LimitSwap open source again 😄
Enjoy and long life to this amazing tool ❤️

 

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

Read our Wiki : https://cryptognome.gitbook.io/limitswap/
How to buy LIMIT tokens : https://cryptognome.gitbook.io/limitswap/token/who-can-use-limitswap
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md

This version contains lots of small fixes and improvements, after issues logged by users 
--> Please continue to log me issues, it's the best way to improve this tool :)

LIST OF IMPROVEMENTS

✅ The exchanges.py file is now not obfuscated anymore --> it will allow you to add more exchanges yourself, if needed
✅ You can now update STOPLOSS in real time in TRAILING STOP mode (issue #95)
✅ BUY THE DIP mode now works with tokens waiting to be launched (issue #88)
✅ BUY THE DIP atl wrong calculation fix (issue #90)
✅ You can now use float numbers for BUY_THE_DIP (like 3.5%) (issue #86) --> PLEASE UPDATE TOKENS.JSON if you use buy_the_dip mode
✅ Use buyprice to calculate SELLPRICE if cost per token was not calculated properly (issue #92)
✅ New 'auto' value for RUGDOC_CHECK --> select it if you want the bot to start sniping automatically when RugDoc answer is "OK'
(issue #85)
✅ v5.0.4.1 - Added DogeSwap for Dogechain (use "dogeswap" value in settings.json // update exchanges.py // copy-paste doge.json file into "abi" folder)
✅ v5.0.4.2 - Fix for DogeSwap
✅ v5.0.4.2 - Added HebeSwap for ETC chain (use "hebeswap" value in settings.json // update exchanges.py // copy-paste etc.json file into "abi" folder)
✅ v5.0.4.2b - Added YodeSwap for Dogechain chain (use "yodeswap" value in settings.json // update exchanges.py)
✅ v5.0.4.3 - TELEGRAM MODE now works with tokens without liquidity added. It will continue to scan until liquidity is added. Use AUTOMATICALLY_CHOOSE_LIQUIDITY_PAIR (in settings.json) and MINIMUM_LIQUIDITY_IN_DOLLARS (in tokens.json) to activate this option and define minimal liquidity.
✅ v5.0.4.4 - TELEGRAM MODE - Added a "wait_for_liquidity" option to turn on this new option mentioned above :
AUTOMATICALLY_CHOOSE_LIQUIDITY_PAIR = true --> checks liquidity only once
AUTOMATICALLY_CHOOSE_LIQUIDITY_PAIR = wait_for_liquidity --> checks repeatedly until liquidity is added
(see issue #104)
✅ v5.0.4.4 - Improved ATH handling of TRAILING_STOP mode. When you decrease the token sale price, the script now checks the ATH value : if it is higher than the token sale price, then ATH=SELLPRICEINBASE (see issue #100)
✅ v5.0.4.4 - TELEGRAM MODE will now save your session with .exe version (I added the missing "sqlite3" folder in the release) (see issue #101)
✅ v5.0.4.4 - BUY_THE_DIP - Set max price -- UPDATE YOUR TOKENS.JSON -- the parameters now look like 03.0%---01.0%-02.0% : bot won't buy it price is too high (see issue #96 )
image
✅ v5.0.4.4 - new SELLAFTER_XXX_SECONDS option
✅ v5.0.4.5 - Fix for swapExactTokensForETH on ETH
✅ v5.0.4.5 - added Fraxswap for Dogechain
✅ v5.0.4.6 - added Mad Meerkat for MATIC (use 'matic-meerkat' in settings.json)
✅ v5.0.4.6 - More precise price for BUY_THE_DIP (price should be similar to price you see on Poocoin, etc.)
✅ v5.0.4.8 - Solved a decimals issue that caused wrong balance display on Polygon
✅ v5.0.4.8 - Added "tombswap" for FTM
✅ v5.0.4.9 - Added "turtleswap" for Arbitrum
✅ v5.0.4.10 - Added "mojitoswap" for KCC
✅ v5.0.4.11 - Solved a bug causing "name 'DECIMALS' is not defined" error when trying to swap per tokens
✅ v5.0.4.12 - Improve multiplebuys to make it work when buying per tokens
✅ v5.0.4.13 - Added "sushiswaparbitrum" and "shibaswap"
✅ v5.0.4.14 - Added "pulsex" for PulseChain
✅ v5.0.4.16 - Added "uniswapv2-base" for BASE

 

EXCHANGE LIST

'uniswapv2-base'
'pancakeswap'
'sushiswapbsc'
'pancakeswaptestnet'
'traderjoe'
'sushiswapavax'
'pangolin'
'pinkswap'
'biswap'
'orbitalswap'
'pulsextestnet'
'babyswap'
'tethys'
'bakeryswap'
'apeswap'
'uniswap'
'shibaswap'
'sushiswapeth'
'turtleswap'
'sushiswaparbitrum'
'degenswap'
'trisolaris'
'solarbeam'
'stellaswap'
'uniswaptestnet'
'kuswap'
'mojitoswap'
'koffeeswap'
'dogeswap'
'yodeswap'
'fraxswap'
'quickswap_dogechain'
'hebeswap'
'spookyswap'
'tombswap'
'wagyuswap'
'klayswap'
'sushiswapftm'
'protofi'
'spiritswap'
'quickswap'
'matic-meerkat'
'tetuswap'
'sushiswapmatic'
'polygon-apeswap'
'waultswap'
'cronos-vvs'
'cronos-meerkat'
'cronos-crona'
'viperswap'
'milkyswap'
'pulsex'
'baseswap' 

Love you guys ❤️

5.0.3.x - TG mode is now fully functional

10 Jun 09:49
Compare
Choose a tag to compare

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

Read our Wiki : https://cryptognome.gitbook.io/limitswap/
How to buy LIMIT tokens : https://cryptognome.gitbook.io/limitswap/token/who-can-use-limitswap
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md

This version is considered as a "stable" version, it should work great in any case.
I've been working hard to stabilize and improve the TELEGRAM MODE 💪

 

TG MODE IMPROVEMENTS
✅ v5.0.3.0 - You are now protected if the channel post/edit several messages in a very short time --> bot will only buy once
✅ v5.0.3.0 - You can now use the setting "VERBOSE_PRICING = false" to display price only when it moves
✅ v5.0.2.12 - Now able to snipe Dextools and Dexscreener links
✅ v5.0.3.1 - New WORDS_WHITELIST parameter : if you put a value, bot will buy only if this word is in the message - PLEASE UPDATE SETTINGS.JSON
✅ v5.0.3.4 - Bot not use EIP1559 for ETH and AVAX
✅ v5.0.3.8 - You can now enter a percentage of TOTAL SUPPLY in BUYAMOUNTINTOKENS for TG MODE

OTHER IMPROVEMENTS
✅ v5.0.2.10 - You can now update SLIPPAGE in real time during TRAILING_STOP and BUY_THE_DIP modes
✅ v5.0.2.11 - When you use a SELLPRICE in % , sometimes the BUY PRICE is not correctly calculated, and you end up with a SELLPRICE = 0 , and the bot selling your tokens right away --> I implemented a protection against that : in this case, SELLPRICE will be forced to 99999, to avoid you selling tokens. Please send me logs if it happens to you.
✅ v5.0.3.2 - FINALLY solved the wrong calculation of BUYPRICE --> you should not have any error anymore when calculating SELLPRICE in % 🥳
✅ v5.0.3.3 - Added OrbitalSwap on BSC (use "orbitalswap" in settings.json)
✅ v5.0.3.4 - Solved bug when SELLAMOUNT was a float (ex : 0.05)
✅ v5.0.3.4 - Bot won't stop anymore if your node has a problem on BUY THE DIP and TRAILING STOP modes
✅ v5.0.3.6 - You can now enter a percentage in BUYAMOUNTINBASE
Example : if you hold 1BNB and enter BUYAMOUNTINBASE = 10% --> bot will buy for 0.1 BNB
✅ v5.0.3.7 - You can now enter a percentage of TOTAL SUPPLY in BUYAMOUNTINTOKENS
Example : if token has total supply = 100000 and you enter BUYAMOUNTINTOKENS = '1%supply' --> bot will buy 1% * 100000 = 1000 tokens
✅ v5.0.3.7 - You can now enter a decimal in TRAILING STOP
✅ v5.0.3.7 - Fix for buy a % of supply, with SELLPRICE in %
✅ v5.0.3.9 - Added SolarBeam DEX on MoonRiver
✅ v5.0.3.9c - Fix for Benchmark mode
✅ v5.0.3.9c - New 'pong_ping' mode (lol) --> starts with trailing_stop_loss instead of buy_the_dip : in case you already have some tokens in your wallet
✅ v5.0.3.9c - Added STOPLOSS trigger to TRAILING_STOP_LOSS mode

 

Love you guys ❤️

5.0.2.x - Several improvements

24 May 21:24
Compare
Choose a tag to compare

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

Read our Wiki : https://cryptognome.gitbook.io/limitswap/
How to buy LIMIT tokens : https://cryptognome.gitbook.io/limitswap/token/who-can-use-limitswap
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md

 

TG IMPROVEMENTS
✅ v5.0.2.5 - bot is now able to SELL every token you've bought : enter a SELLPRICE in % (ex : SELLPRICE = 200%) and the bot will sell all the tokens you've bought with a 2x gains.
It's super powerful : if you bought 10 tokens it will try to sell 10 tokens at the same time 💪

✅ v5.0.2.5 - bot is now able to detect edited messages
✅ v5.0.2.5 - new WORDS_BLACKLIST setting : if one of this word is in the message, we don't buy
✅ v5.0.2.5 - show the detected messages
✅ v5.0.2.7 - new MAXIMUM_LIQUIDITY_IN_DOLLARS setting : if liquidity is above, bot won't buy (to avoid you to buy long term tokens)
✅ v5.0.2.7 - new EDITED_MESSAGES_MAX_DELTA_IN_SECONDS setting : to avoid you sniping old edited messages. Example below :
image

✅ v5.0.2.8 - TG mode can now do multiple TRAILING STOP at once! use SELECT_MODE = "telegram+trailing_stop" and enjoy ❤️
image
✅ v5.0.2.8 - TG mode can now scan for Honeypots using RugDoc's API in real time ! use RUGDOC_CHECK = true and feel relaxed 🍺
✅ v5.0.2.8 - if there are several contracts addresses in the same message, LimitSwap will now only buy the first one
✅ v5.0.2.12 - Now able to snipe Dextools and Dexscreener links

 
OTHER IMPROVEMENTS
✅ v5.0.2.6 - Checking your tokens' balance is now multithread --> LimitSwap is faster than ever to sell your airdropped tokens 💪
✅ v5.0.2.6 - Added "tetuswap" exchange
✅ v5.0.2.9 - You can now enter an amount in % for MOONBAG (it works for every mode, not only TG mode)
Example : you have 1000 and enter MOONBAG = 30% --> you will sell 700 tokens
✅ v5.0.2.10 - You can now update SLIPPAGE in real time during TRAILING_STOP and BUY_THE_DIP modes
✅ v5.0.2.11 - When you use a SELLPRICE in % , sometimes the BUY PRICE is not correctly calculated, and you end up with a SELLPRICE = 0 , and the bot selling your tokens right away --> I implemented a protection against that : in this case, SELLPRICE will be forced to 99999, to avoid you selling tokens. Please send me logs if it happens to you.

 
BUGFIXES
✅ v5.0.2.6 - Price check was not working anymore after tokens.json reload --> it's now fixed
✅ v5.0.2.5 - There was a problem with the bot : if he detected that you did not have enough balance to BUY, he also stopped to SELL --> it's now fixed

Love you guys ❤️

5.0.2.x - TRAILING_STOP and BUY_THE_DIP easier + Lots of improvements

04 May 00:39
Compare
Choose a tag to compare

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

Read our Wiki : https://cryptognome.gitbook.io/limitswap/
How to buy LIMIT tokens : https://cryptognome.gitbook.io/limitswap/token/who-can-use-limitswap
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md

 

⚠️ UPDATE YOUR TOKENS.JSON WITH THIS RELEASE ⚠️
(trailing stop parameter has been renamed)
 

IMPROVEMENTS
✅ TRAILING STOP is now easier to understand. Example :

BUYPRICE = 1
SELLPRICE = 2
TRAILING STOP LOSS = 15%

- you buy at 1$
- when price goes above 2$, trailing stop starts 
- then bot will sell if ATH drops of 15% :

--> If price goes to 3$ then drop, you sell at (3$ - 15%) = 2.55$

✅ v5.0.2.1 : BUY THE DIP is now also easier to understand. Example :

BUY_THE_DIP_PARAMETERS = 60%---10%

1/ Wait for the price to dip 60% under ATH (All-Time-High)  --> if ATH = 10$, buy the dip will start at 4$
2/ Monitor the All Time Low (ATL) price in real-time, waiting for the dip to end
3/ BUY when price has risen 10% above ATL 

--> if ATL = 1.5$, bot will buy at 1.65$   --> you bought 10% above the dip :)

✅ There was a bug in previous version : after a BUY it did not check Tx, causing an endless loop after BUY --> Solved
✅ In /logs folder, you will find a new Tx file where all your Tx will be written
image

✅ START_BUY_AFTER_TIMESTAMP now works for any mode
✅ Avoid launching Price threads several times when you reload your tokens.json
✅ Fix to stop selling after trailing stop was used (before, there was an endless loop)
✅ v5.0.2.1 : solved bug who made WAIT FOR OPEN TRADE freeze
✅ v5.0.2.1 : solved bug who made PING PONG mode freeze
✅ v5.0.2.2 : bot now checks your token balance every 5s while running, to be able to sell tokens received via an airdrop for instance
✅ v5.0.2.2 : improved logs (instead of showing "Not enough balance", it now shows "Not enough base balance to buy", for better comprehension
✅ v5.0.2.3 : TELEGRAM mode : bot is now able to detect edited messages
✅ v5.0.2.3 : TELEGRAM mode : new WORDS_BLACKLIST setting : if one of this word is in the message, we don't buy
✅ v5.0.2.3 : TELEGRAM mode : show the detected messages
✅ v5.0.2.4 : TELEGRAM mode : bot will now react only to messages posted by Admins --> I had to REMOVE this because of new restrictions made by Telegram

Love you guys ❤️

v5.0.1.x - MULTIPLESELLS

01 May 23:01
Compare
Choose a tag to compare

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

⚠️ PLEASE UPDATE TOKENS.JSON WITH THIS VERSION ⚠️

Read our Wiki : https://cryptognome.gitbook.io/limitswap/
How to buy LIMIT tokens : https://cryptognome.gitbook.io/limitswap/token/who-can-use-limitswap
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md

 
🧨 LimitSwap is now able to do MULTIPLE SELLS 💰
--> Bot will not stop anymore after having made a MULTIPLEBUY order

image

 

HOW TO USE IT
In tokens.json, choose between :

  • "MULTIPLESELLS": "same_wallet" --> will make SELL Tx with the same main wallet
  • "MULTIPLESELLS": "several_wallets" --> will make SELL Tx with the 5 wallets in your settings.json
  • "SELLCOUNT" = XXXX --> will make XXXX sell Tx according to your option chosen

 

OTHER IMPROVEMENTS
✅ I improved SELL speed (will save 0.2s)
✅ Better logs when MAX_SUCCESS_TRANSACTIONS_IN_A_ROW is reached, and ability to change it in real time

 

Love you guys ❤️

v5.0.0.x - MULTITHREAD and UNLIMITEDSPEED

29 Apr 14:21
Compare
Choose a tag to compare

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

Read our Wiki : https://cryptognome.gitbook.io/limitswap/
How to buy LIMIT tokens : https://cryptognome.gitbook.io/limitswap/token/who-can-use-limitswap
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md

 
🧨🧨 LimitSwap is now FASTER THAN EVER thanks to multithread 🚀 🚀
 

Liquidity check and price calculations are now made in separated threads --> LimitSwap can reach almost unlimited speed ! More than 1000 price checks/s

 

HOW TO USE IT
In settings.json, new option : UNLIMITED_SPEED
⚠️ Put 'true' only if you use a Private Node, because it will make more than 1000 price checks/s : you would be banned quickly from public node

 

OTHER IMPROVEMENTS
✅ I solved problems with SELLAMOUNT and BUYAMOUNT = 'all' who were causing TRANSFER_FROM_FAILED errors
✅ I moved the Telegram parameters into settings.json, to avoid sharing private informations on the channel when you share your tokens.json

BUGFIXES
✅ 5.0.0.1 : fix for wrong liquidity pool calculation
✅ 5.0.0.1 : fix for green/red lines when price change

 
image

Love you guys ❤️

v4.4.3.x - TELEGRAM Mode + cleaner look

25 Apr 00:23
Compare
Choose a tag to compare

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

Read our Wiki : https://cryptognome.gitbook.io/limitswap/
How to buy LIMIT tokens : https://cryptognome.gitbook.io/limitswap/token/who-can-use-limitswap
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md

 
Have you ever dreamed of being the first one to snipe a token posted on a TG channel?
🧨🧨 TELEGRAM MODE is for you 🧨🧨
 

How to use it
In tokens.json, choose between :

  • "SELECT_MODE": "telegram" --> will buy then sell tokens
  • "SELECT_MODE": "telegram_buy_only" --> will only buy tokens, never sell
  • "SELECT_MODE": "telegram+trailing_stop"
  • "SELECT_MODE": "telegram+ping_pong"

image

✅ v4.4.2.1 : added Poocoin link detection
✅ v4.4.2.1 : BUY TAX control
✅ v4.4.2.1 : TRAILING STOP works with sellprice in %
✅ v4.4.2.1 : automatic Token name detection
✅ v4.4.2.2 : automatic LIQUIDITY PAIR detection --> bot will choose the best liquidity pair... but always buy in BNB ! he'll select automatically the route
✅ v4.4.2.2 : BLACKLIST --> you can tell the bot some tokens NOT to snipe (example : BUSD...)
✅ v4.4.2.3 : Fix when there is several words in the message
✅ v4.4.3.0 : New "telegram_buy_only" mode
✅ v4.4.3.0 : Added multithread, to keep the bot scanning Telegram while selling tokens

 
ADDITIONAL BONUS
🖼️ This version includes a BIG REDESIGN : much cleaner log and improved readability

image

Love you guys ❤️

v4.4.1.2 - Faster and cleaner way to check balance

21 Apr 13:37
Compare
Choose a tag to compare

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

Read our Wiki : https://cryptognome.gitbook.io/limitswap/
How to buy LIMIT tokens : https://cryptognome.gitbook.io/limitswap/token/who-can-use-limitswap
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md

 
Improvements list:
✅ LimitSwap is now much more efficient to check your balance before making a BUY order :
1/ faster check (it will make you win 0.1s before BUY is made)
2/ no need anymore of the ALWAYS_CHECK_BALANCE --> I removed it
3/ information is now showed to the user on the screen :
image

⚠️ 4.4.1.1 BIG BUGFIX ⚠️ I fixed a bug in the token balance calculation

✅ I reverted to the previous default BSC node, which is more stable
✅ Logs improvements
✅ 4.4.1.1 : Optimizations to make your Balance Check faster
✅ 4.4.1.1 : Use of several different RPC to check your LIMIT tokens, in case Infura node is down
✅ 4.4.1.2 : Optimization about how BUYAMOUNTINBASE = ALL is handled
✅ 4.4.1.2 : Code cleanup

 

Love you guys ❤️

v4.4.0.2 - BIG CLEANUP

18 Apr 22:09
Compare
Choose a tag to compare

- Please update your tokens.json with this version -
 

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

Read our Wiki : https://cryptognome.gitbook.io/limitswap/
How to buy LIMIT tokens : https://cryptognome.gitbook.io/limitswap/token/who-can-use-limitswap
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md

 
🧨🧨 This version is THE BIGGEST EVOLUTION of LimitSwap in months 🧨🧨

 

✅ HUGE code cleaning
✅ HUGE code optimization --> BUY is much faster (MULTIPLEBUYS is 3x faster)
✅ Visual improvements
✅ You can now update tokens.json in real time in BUY THE DIP and TRAILING STOP LOSS modes

 

✅ ✅ The biggest improvements for you is a new "SELECT_MODE" parameter
--> it will be much easier to choose between all the modes of the bot

 
Available options :

SELECT_MODE value Definition
limitswap 'classic' buy and sell mode
buy_the_dip BUY THE DIP mode
trailing_stop TRAILING STOP mode
limitswap+trailing_stop Starts with 'classic' mode, then use TRAILING STOP mode
ping_pong PING PONG mode (alternates between BUY THE DIP and TRAILING STOP mode
limitswap+ping_pong Starts with 'classic' mode, then use PING PONG mode
snipe_on_pinksale Snipe directly on Pinksale (previous name : 'pinksale_not_started'
pinksale Snipe Pinksale tokens on Pancake, when liquidity is added

--> I removed the old parameters TRAILING_STOP_LOSS_MODE_ACTIVE / PING_PONG_MODE / BUYPRICEINBASE = buy_the_dip, since this new way to choose Mode is much easier for users

 

- Other improvements -
✅ GAS_FOR_APPROVE used the "GAS" boost parameter --> it's fixed now
✅ You can now use "BUYAMOUNTINBASE = all" for custom base pairs --> it will buy with all the BUSD in your wallet, for instance
✅ Added Trisolaris DEX on AURORA chain (use "trisolaris" in settings.json)
✅ v4.4.0.2 : fixed a bug on WATCH STABLES PAIRS
✅ v4.4.0.2 : added WETH on MATIC on WATCH STABLES PAIRS

 

image

Love you guys ❤️

v4.3.2.2 - MULTIPLEBUYS 3x faster

06 Apr 14:30
Compare
Choose a tag to compare

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

Read our Wiki : https://cryptognome.gitbook.io/limitswap/
How to buy LIMIT tokens : https://cryptognome.gitbook.io/limitswap/token/who-can-use-limitswap
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md

 
📢 📢 ANNOUNCEMENT 📢 📢
There was too many scammers on the channel telling people they could disable LIMIT token check
--> Sadly, I am forced to protect my software and obfuscate the code.
--> the source code won't be available anymore, I'm sorry guys it's sad 👎

 

This version is focused on improving MULTIPLEBUYS :
✅ MULTIPLEBUYS is now 3x faster
✅ Your Tx result now appears on the screen
✅ It works even if you did not encrypt your Private Key (but please do that, it's so important)

image

- Other improvements -
✅ You can now use BUYAMOUNTINBASE = all if you're using a custom base pair --> it will use all your custom base pair

✅ I added MilkySwap on MILKOMEDA chain : https://milkyswap.exchange/ . Enter "milkyswap" in settings.json
✅ I added WagyuSwap on VELAS chain - https://www.wagyuswap.app/ . Enter "wagyuswap" in settings.json

 

Love you guys ❤️