feat(pumpswap): update pool account to writable for buy/sell instructions (#146)

This commit is contained in:
Anton Sauchyk
2025-11-04 17:06:22 +01:00
committed by GitHub
parent b6928d1f5f
commit 7ae8b560bd
3 changed files with 9 additions and 5 deletions
+6 -3
View File
@@ -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",