We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832c01e commit 996de58Copy full SHA for 996de58
README.md
@@ -20,6 +20,6 @@ A Rust SDK library to interact with the Mantis smart contracts.
20
21
A Rust SDK library for solvers to integrate with the auction process.
22
23
-# Mantis SDK TS 🟦
+# Mantis SDK 🔷
24
25
A TypeScript SDK library to interact with the Mantis smart contracts.
mantis-sdk-ts/package.json
@@ -9,7 +9,7 @@
9
"license": "MIT",
10
"scripts": {
11
"build": "tsc",
12
- "typechain": "typechain --target=ethers-v6 --out-dir=src/ethereum ./abis/escrow.json",
+ "generate": "npx wagmi generate",
13
"lint": "eslint src --ext .ts",
14
"clean": "rm -r dist node_modules"
15
},
@@ -44,4 +44,4 @@
44
"eslint": "^8.50.0",
45
"typescript": "^5.8.2"
46
}
47
-}
+}
0 commit comments