Обновить формат Solana user PDA

This commit is contained in:
AidarKC
2026-05-24 19:41:13 +03:00
parent 74df7e2645
commit baef264bd0
7 changed files with 861 additions and 411 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
"compilerOptions": {
"types": ["mocha", "chai"],
"typeRoots": ["./node_modules/@types"],
"lib": ["es2015"],
"lib": ["es2020"],
"module": "commonjs",
"target": "es6",
"target": "es2020",
"esModuleInterop": true
}
}