瀏覽代碼

feat: swap

Wren 1 年之前
父節點
當前提交
791652483a
共有 1 個文件被更改,包括 19 次插入0 次删除
  1. 19 0
      js-runtime/package.json

+ 19 - 0
js-runtime/package.json

@@ -0,0 +1,19 @@
+{
+  "name": "airdrop-exec",
+  "version": "1.0.0",
+  "description": "",
+  "main": "src/script/zksync2/swap.js",
+  "type": "module",
+  "scripts": {
+    "serve": "node src/index.js"
+  },
+  "author": "",
+  "license": "ISC",
+  "dependencies": {
+    "body-parser": "^1.20.2",
+    "ethers": "5",
+    "express": "^4.18.2",
+    "express-async-errors": "^3.1.1",
+    "zksync-web3": "^0.14.3"
+  }
+}