mirror of
https://github.com/chainstacklabs/pumpfun-bonkfun-bot.git
synced 2026-08-19 10:18:05 +00:00
feat(pumpswap): update pool account to writable for buy/sell instructions (#146)
This commit is contained in:
@@ -302,7 +302,8 @@
|
||||
],
|
||||
"accounts": [
|
||||
{
|
||||
"name": "pool"
|
||||
"name": "pool",
|
||||
"writable": true
|
||||
},
|
||||
{
|
||||
"name": "user",
|
||||
@@ -730,7 +731,8 @@
|
||||
],
|
||||
"accounts": [
|
||||
{
|
||||
"name": "pool"
|
||||
"name": "pool",
|
||||
"writable": true
|
||||
},
|
||||
{
|
||||
"name": "user",
|
||||
@@ -2465,7 +2467,8 @@
|
||||
],
|
||||
"accounts": [
|
||||
{
|
||||
"name": "pool"
|
||||
"name": "pool",
|
||||
"writable": true
|
||||
},
|
||||
{
|
||||
"name": "user",
|
||||
|
||||
Reference in New Issue
Block a user