Skip to content

Commit ee0f5a3

Browse files
authored
Merge pull request #12 from 0xfps/feat/docs
📝 Documentation.
2 parents ad925bd + f5575d0 commit ee0f5a3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,9 @@ function executableFunc(args) {
6161

6262
```js
6363
// JavaScript.
64-
import { Abi } from "mempool-listener/build/types/abi-types"
65-
import { ListenerConfig } from "mempool-listener/build/types/listener-config-types"
66-
6764
const config = {
6865
address: "0xabcdef",
69-
abi: ["Contract Abi"] as Abi,
66+
abi: ["Contract Abi"],
7067
functionName: "functionName"
7168
}
7269

0 commit comments

Comments
 (0)