Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Nov 7, 2024
1 parent 70e7351 commit fd231d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import * as Sleep from "../../../utils/sleep";
import { EventResponse } from "@axelar-network/axelarjs-types/axelar/evm/v1beta1/query";
import { ChainInfo } from "../../../chains/types";
import { Event_Status } from "@axelar-network/axelarjs-types/axelar/evm/v1beta1/types";
import { getFullnodeUrl, SuiClient } from "@mysten/sui/client";
import { SuiClient } from "@mysten/sui/client";

describe("AxelarGMPRecoveryAPI", () => {
const { setLogger } = utils;
Expand Down Expand Up @@ -1146,8 +1146,8 @@ describe("AxelarGMPRecoveryAPI", () => {
describe("addGasToSuiChain", () => {
const network = "testnet";
// The default rpc url for testnet doesn't work as of 07 November 2024, so we need to use a custom one for testing.
const testRpcUrl = "https://sui-testnet-rpc.publicnode.com";
const api: AxelarGMPRecoveryAPI = new AxelarGMPRecoveryAPI({ environment: Environment.DEVNET });
const testRpcUrl = "https://sui-testnet-rpc.publicnode.com";
const suiClient = new SuiClient({
url: testRpcUrl,
});
Expand Down

0 comments on commit fd231d0

Please sign in to comment.