Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Dec 10, 2024
1 parent 0cf8745 commit a3f811b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/client/src/solanaDeposit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import * as anchor from "@coral-xyz/anchor";
import { TransactionMessage, VersionedTransaction } from "@solana/web3.js";
import { Transaction } from "@solana/web3.js";
import { getEndpoints } from "@zetachain/networks";
import Gateway_IDL from "@zetachain/protocol-contracts-solana/idl/gateway.json";
import { ethers } from "ethers";

import { ZetaChainClient } from "./client";
import Gateway_IDL from "@zetachain/protocol-contracts-solana/idl/gateway.json";

const SEED = "meta";

Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/solanaDepositAndCall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import * as anchor from "@coral-xyz/anchor";
import { TransactionMessage, VersionedTransaction } from "@solana/web3.js";
import { Transaction } from "@solana/web3.js";
import { getEndpoints } from "@zetachain/networks";
import Gateway_IDL from "@zetachain/protocol-contracts-solana/idl/gateway.json";
import { ethers } from "ethers";

import { ZetaChainClient } from "./client";
import Gateway_IDL from "@zetachain/protocol-contracts-solana/idl/gateway.json";

const SEED = "meta";

Expand Down

0 comments on commit a3f811b

Please sign in to comment.