Skip to content

Commit 996de58

Browse files
committed
Update README.md and add wagmi generate command
1 parent 832c01e commit 996de58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ A Rust SDK library to interact with the Mantis smart contracts.
2020

2121
A Rust SDK library for solvers to integrate with the auction process.
2222

23-
# Mantis SDK TS 🟦
23+
# Mantis SDK 🔷
2424

2525
A TypeScript SDK library to interact with the Mantis smart contracts.

mantis-sdk-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"scripts": {
1111
"build": "tsc",
12-
"typechain": "typechain --target=ethers-v6 --out-dir=src/ethereum ./abis/escrow.json",
12+
"generate": "npx wagmi generate",
1313
"lint": "eslint src --ext .ts",
1414
"clean": "rm -r dist node_modules"
1515
},
@@ -44,4 +44,4 @@
4444
"eslint": "^8.50.0",
4545
"typescript": "^5.8.2"
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)