Jayant Krishnamurthy 2 anni fa
parent
commit
1801107a54
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      cosmwasm/tools/package.json

+ 3 - 1
cosmwasm/tools/package.json

@@ -5,7 +5,9 @@
   "main": "deploy.js",
   "type": "module",
   "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
+    "test": "echo \"Error: no test specified\" && exit 1",
+      "generate-mnemonic": "node generate-mnemonic.js",
+      "deploy-pyth": "node deploy-pyth-bridge.js"
   },
   "author": "",
   "license": "ISC",