@craftec/flowcraft-sdk 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/idl.json +26 -0
  2. package/package.json +1 -1
package/dist/idl.json CHANGED
@@ -857,6 +857,24 @@
857
857
  {
858
858
  "name": "subscriber"
859
859
  },
860
+ {
861
+ "name": "config",
862
+ "pda": {
863
+ "seeds": [
864
+ {
865
+ "kind": "const",
866
+ "value": [
867
+ 99,
868
+ 111,
869
+ 110,
870
+ 102,
871
+ 105,
872
+ 103
873
+ ]
874
+ }
875
+ ]
876
+ }
877
+ },
860
878
  {
861
879
  "name": "pool",
862
880
  "writable": true,
@@ -941,6 +959,10 @@
941
959
  "name": "payer_token_account",
942
960
  "writable": true
943
961
  },
962
+ {
963
+ "name": "treasury_token_account",
964
+ "writable": true
965
+ },
944
966
  {
945
967
  "name": "token_program",
946
968
  "address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
@@ -1510,6 +1532,10 @@
1510
1532
  "name": "difference",
1511
1533
  "type": "u64"
1512
1534
  },
1535
+ {
1536
+ "name": "fee",
1537
+ "type": "u64"
1538
+ },
1513
1539
  {
1514
1540
  "name": "is_upgrade",
1515
1541
  "type": "bool"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@craftec/flowcraft-sdk",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "SDK for Flowcraft subscription streaming protocol on Solana",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",