Skip to content

Commit

Permalink
Merge pull request elizaOS#1759 from elizaOS/fix/lint_errors
Browse files Browse the repository at this point in the history
fix: build lint errors
  • Loading branch information
shakkernerd authored Jan 3, 2025
2 parents abb3e7c + aca52fa commit 830fab6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/plugin-sui/src/actions/transfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
import { z } from "zod";

import { SuiClient, getFullnodeUrl } from "@mysten/sui/client";
import { Ed25519Keypair } from "@mysten/sui/keypairs/ed25519";
import { Transaction } from "@mysten/sui/transactions";
import { SUI_DECIMALS } from "@mysten/sui/utils";

Expand Down
1 change: 0 additions & 1 deletion packages/plugin-sui/src/providers/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
} from "@elizaos/core";

import { getFullnodeUrl, SuiClient } from "@mysten/sui/client";
import { Ed25519Keypair } from "@mysten/sui/keypairs/ed25519";

import { MIST_PER_SUI } from "@mysten/sui/utils";
import BigNumber from "bignumber.js";
Expand Down

0 comments on commit 830fab6

Please sign in to comment.