Skip to content

Commit

Permalink
docs: チェーン名を追記
Browse files Browse the repository at this point in the history
  • Loading branch information
tkc310 authored Feb 7, 2023
1 parent f6f58cf commit 6c90835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DeFi用のトレーディングbotです。
下記の機能があります↓
- ハニーポット対策に事前に少額での売買が可能か検証
- 購入上限額があるトークン対策として直前に成功したトランザクションの内容をコピーして連続で購入 (限度額設定も可能)
- pancake(BSC), pangolin(AVAX)などに対応 (仕組みは大体同じため取引所などのアドレスを変えれば流用可能)
- pancake(BSC), pangolin(AVAX C-Chain)などに対応 (仕組みは大体同じため取引所などのアドレスを変えれば流用可能)
- BitQueryのAPIを叩いて特定walletのトランザクションを追跡

利用しなくなったため草を生やす目的でコードを公開します。
Expand All @@ -19,7 +19,7 @@ You can quickly buy tokens when liquidity is added.
The following functions are available↓
- Verify whether it is possible to buy and sell small amounts in advance for honeypot measures
- Purchase of tokens with a purchase limit by copying the contents of the last successful transaction (limits can also be set)
- Support for pancake(BSC), pangolin(AVAX), etc. (The mechanism is almost the same, so it can be used by changing the address of other exchanges, etc.) - Track specific wallet transactions by hitting BitQuery's API
- Support for pancake(BSC), pangolin(AVAX C-Chain), etc. (The mechanism is almost the same, so it can be used by changing the address of other exchanges, etc.) - Track specific wallet transactions by hitting BitQuery's API

I am publishing the code for the purpose of growing grass since I no longer use it.
I used to use this tool, but I am not sure if it is still superior, so please use it at your own risk.
Expand Down

0 comments on commit 6c90835

Please sign in to comment.