Skip to content

Commit

Permalink
Merge pull request #1716 from 9547/zksync-warning
Browse files Browse the repository at this point in the history
chore(zksync-era): rm not used imports
  • Loading branch information
shakkernerd authored Jan 3, 2025
2 parents a01232c + 1165291 commit 6842018
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions packages/plugin-zksync-era/src/actions/transfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ import {
import { validateZKsyncConfig } from "../enviroment";

import { Web3 } from "web3";
import {
ZKsyncPlugin,
ZKsyncWallet,
types,
Web3ZKsyncL2,
} from "web3-plugin-zksync";
import { ZKsyncPlugin, types, Web3ZKsyncL2 } from "web3-plugin-zksync";

export interface TransferContent extends Content {
tokenAddress: string;
Expand Down Expand Up @@ -89,7 +84,7 @@ export default {
"PAY_ON_ZKSYNC",
"PAY_ON_ERA",
],
validate: async (runtime: IAgentRuntime, message: Memory) => {
validate: async (runtime: IAgentRuntime, _message: Memory) => {
await validateZKsyncConfig(runtime);
return true;
},
Expand Down

0 comments on commit 6842018

Please sign in to comment.