Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Feb 11, 2025
1 parent 98e0d45 commit e86e3e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/localnet/src/solanaWithdraw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { PublicKey } from "@solana/web3.js";
import bs58 from "bs58";
import { keccak256 } from "ethereumjs-util";
import { ethers } from "ethers";
import { log, logErr } from "./log";

import { log, logErr } from "./log";
import Gateway_IDL from "./solana/idl/gateway.json";
import { payer, tssKeyPair } from "./solanaSetup";

Expand Down
2 changes: 1 addition & 1 deletion packages/localnet/src/suiDeposit.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { log } from "./log";
import { suiWithdraw } from "./suiWithdraw";
import { zetachainDeposit } from "./zetachainDeposit";
import { zetachainSwapToCoverGas } from "./zetachainSwapToCoverGas";
import { log } from "./log";

export const suiDeposit = async ({
asset,
Expand Down
2 changes: 1 addition & 1 deletion packages/localnet/src/suiDepositAndCall.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { ethers } from "ethers";

import { log } from "./log";
import { suiWithdraw } from "./suiWithdraw";
import { zetachainDepositAndCall } from "./zetachainDepositAndCall";
import { zetachainSwapToCoverGas } from "./zetachainSwapToCoverGas";
import { log } from "./log";

export const suiDepositAndCall = async ({
asset,
Expand Down
1 change: 1 addition & 0 deletions packages/localnet/src/suiWithdraw.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Transaction } from "@mysten/sui/transactions";
import { ethers } from "ethers";

import { log } from "./log";

export const suiWithdraw = async ({
Expand Down

0 comments on commit e86e3e8

Please sign in to comment.