|
@@ -2,7 +2,7 @@
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
|
|
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
|
|
|
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check",
|
|
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check",
|
|
|
- "init-buffer": "yarn ts-node scripts/initialize-buffer.ts"
|
|
|
|
|
|
|
+ "init-buffer": "yarn ts-node scripts/setup_message_buffer.ts"
|
|
|
},
|
|
},
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"@coral-xyz/anchor": "^0.27.0",
|
|
"@coral-xyz/anchor": "^0.27.0",
|