Skip to content

Commit

Permalink
chore: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Nov 7, 2024
1 parent ee1c59e commit 5598748
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { requestSuiFromFaucetV0, getFaucetHost } from "@mysten/sui/faucet";
import { Secp256k1Keypair } from "@mysten/sui/keypairs/secp256k1";
import { EvmChain } from "../../../constants/EvmChain";
import { createNetwork, utils } from "@axelar-network/axelar-local-dev";
import { Contract, ContractReceipt, ContractTransaction, ethers, Signer, Wallet } from "ethers";
import { Contract, ContractReceipt, ContractTransaction, ethers, Wallet } from "ethers";
import DistributionExecutable from "../abi/DistributionExecutable.json";
import DistributionExecutableWithGasToken from "../abi/DistributionExecutableGasToken.json";
import TestToken from "../abi/TestToken.json";
Expand Down

0 comments on commit 5598748

Please sign in to comment.