Skip to content

Commit 370faa0

Browse files
authored
Merge pull request elizaOS#1716 from 9547/zksync-warning
chore(zksync-era): rm not used imports
2 parents 4ec0ee6 + 951986e commit 370faa0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

packages/plugin-zksync-era/src/actions/transfer.ts

+2-7
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@ import {
1414
import { validateZKsyncConfig } from "../enviroment";
1515

1616
import { Web3 } from "web3";
17-
import {
18-
ZKsyncPlugin,
19-
ZKsyncWallet,
20-
types,
21-
Web3ZKsyncL2,
22-
} from "web3-plugin-zksync";
17+
import { ZKsyncPlugin, types, Web3ZKsyncL2 } from "web3-plugin-zksync";
2318

2419
export interface TransferContent extends Content {
2520
tokenAddress: string;
@@ -89,7 +84,7 @@ export default {
8984
"PAY_ON_ZKSYNC",
9085
"PAY_ON_ERA",
9186
],
92-
validate: async (runtime: IAgentRuntime, message: Memory) => {
87+
validate: async (runtime: IAgentRuntime, _message: Memory) => {
9388
await validateZKsyncConfig(runtime);
9489
return true;
9590
},

0 commit comments

Comments
 (0)