We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ec0ee6 + 951986e commit 370faa0Copy full SHA for 370faa0
packages/plugin-zksync-era/src/actions/transfer.ts
@@ -14,12 +14,7 @@ import {
14
import { validateZKsyncConfig } from "../enviroment";
15
16
import { Web3 } from "web3";
17
-import {
18
- ZKsyncPlugin,
19
- ZKsyncWallet,
20
- types,
21
- Web3ZKsyncL2,
22
-} from "web3-plugin-zksync";
+import { ZKsyncPlugin, types, Web3ZKsyncL2 } from "web3-plugin-zksync";
23
24
export interface TransferContent extends Content {
25
tokenAddress: string;
@@ -89,7 +84,7 @@ export default {
89
84
"PAY_ON_ZKSYNC",
90
85
"PAY_ON_ERA",
91
86
],
92
- validate: async (runtime: IAgentRuntime, message: Memory) => {
87
+ validate: async (runtime: IAgentRuntime, _message: Memory) => {
93
88
await validateZKsyncConfig(runtime);
94
return true;
95
},
0 commit comments