Releases
Last updated
Last updated
Fixed a bug with orca pool account layouts when using mege_mint = false
Raise the cu limit for token creation.
Fixed a bug with pump pool parsing
Add Orca whirlpool support.
Fixed a bug where creating token account may fail for some token mints.
Improved success rate for creating token accounts.
Fixed a pump pool parsing bug
Fix a bug with create-lookup-table not adding the address properly.
Now a file with the name of the address lookup table will be created when you run create-lookup-table cli.
Fixed another pump pool parsing issue
Fixed pump pool parsing issue for mint Figure
Fix a bug with lookup table creation.
[Breaking]: To run the bot now you need to call ./smb-onchain run config.toml
Added a -h
option to see all the command smb-onchain supports.
Added several address lookup table related command to smb-onchain. See Address lookup table for more details. You can now create and manage your own address lookup table with the smb-onchain cli!
Added more config verification logic.
Added a lot of config verification logic to make trouble shooting easier.
Support byte format wallet private key. e.g [123, 123, ...]
[BREAKING]: send_rpc_url
is renamed to send_rpc_urls
and now support multiple sending rpcs.
Added max_retries
config for [spam]
Added Raydium CPMM support. You can now add Pumpfun swap/Raydium AMM/Raydium CPMM/Meteora DLMM together for the same mint. Just add raydium_cp_pool_list
to your config.
Slightly improved how CU is used when using kamino.
Added back raydium support. You can now add pump swap/raydium amm/meteora dlmm together for the same mint.
A lot of bug fixes on how the optimal trade size is calculated. The calculation now is much more accurate.
Added pump fun swap support.
NOTE: This version does not support raydium anymore. It will be added back later. If you want to use the bot for raydium/dlmm please use 0.1.3 instead.
NOTE: As this is the first release for pump fun swap support, it's expected to have a lot of bugs. If you are not comfortable testing a beta release please wait until it gets more stable.
Fixed a bug with CIDR format ips
Removed skip_prefight config
Added enable_simple_send
config. You should only set this to true if the default sending doesn't work for you.
Allow http connection for jito url.
Fix a bug where tx send through jito may not cover the cost of basic gas.
Added more logs.
ips for jito now will be used in random orders.
Fixed a bug for sending with jito.
Added more log for jito.
Improved sending speed
Add jito uuid support
Add jito multiple ips support
Add better error handling
Add config for skip_preflight
Support multiple meteora dlmm pool in one mint. You will need to set an address lookup table if you use more than two dlmm pool. see Bot configurations for more details
Jito now works with single ip. It still doesn't work with ip rotation setup locally yet.
Fix a bug with dlmm refresh.
Added key encryption
Fix a bug with dlmm bin refresh
First public version of the onchain bot. See Getting started to see how to use it.
[Breaking]: config is now similar to jito tip. You can define it with different strategy.
Added a new [bot] config . This allows you to send one tx to arb multiple mints/pools. This feature is still experimental so please report any issue you saw when using it.
Added config under [bot]. This is now a required param.
[Breaking change]: tip_amount is removed. Now a new is used instead.
Added .