Skip to content

Commit

Permalink
style: remove some unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Nov 22, 2022
1 parent c528d67 commit 57d1e0c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
4 changes: 1 addition & 3 deletions packages/protocol/test/bridge/Bridge.test.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import { expect } from "chai"
import { BigNumber, Signer } from "ethers"
import { ethers } from "hardhat"
import RLP from "rlp"
import { AddressManager, Bridge, EtherVault } from "../../typechain"
import { Message } from "../utils/message"
import { Block, BlockHeader, EthGetProofResponse } from "../utils/rpc"
// import { getSlot, MessageStatus } from "../../tasks/utils"
import RLP from "rlp"
// const helpers = require("@nomicfoundation/hardhat-network-helpers")

async function deployBridge(
signer: Signer,
Expand Down
1 change: 0 additions & 1 deletion packages/protocol/test/bridge/libs/LibBridgeInvoke.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// import { expect } from "chai"
import { expect } from "chai"
import { ethers } from "hardhat"
import { Message } from "../../utils/message"
Expand Down
10 changes: 5 additions & 5 deletions packages/protocol/test/bridge/libs/LibBridgeProcess.test.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import * as helpers from "@nomicfoundation/hardhat-network-helpers"
import { expect } from "chai"
import hre, { ethers } from "hardhat"
import { Message } from "../../utils/message"
import { AddressManager, Bridge } from "../../../typechain"
import { getSlot } from "../../../tasks/utils"
import * as fs from "fs"
import hre, { ethers } from "hardhat"
import * as path from "path"
const helpers = require("@nomicfoundation/hardhat-network-helpers")
import { getSlot } from "../../../tasks/utils"
import { AddressManager, Bridge } from "../../../typechain"
import { Message } from "../../utils/message"

describe("LibBridgeProcess", function () {
function getStateSlot() {
Expand Down
4 changes: 2 additions & 2 deletions packages/protocol/test/bridge/libs/LibBridgeRetry.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import * as helpers from "@nomicfoundation/hardhat-network-helpers"
import { expect } from "chai"
import hre, { ethers } from "hardhat"
import { decode, getSlot } from "../../../tasks/utils"
import { Message } from "../../utils/message"
import { getSlot, decode } from "../../../tasks/utils"
const helpers = require("@nomicfoundation/hardhat-network-helpers")

describe("LibBridgeRetry", function () {
async function deployLibBridgeRetryFixture() {
Expand Down

0 comments on commit 57d1e0c

Please sign in to comment.