Skip to content
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.

💥 v1.1 #45

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🔥 Unused typs
  • Loading branch information
transmissions11 committed Aug 27, 2021
commit 89cf06bb2bba97103be680a6772c043fbfe696ae
8 changes: 0 additions & 8 deletions typechain/hardhat.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ declare module "hardhat/types/runtime" {
name: "IOVMCrossDomainMessenger",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IOVMCrossDomainMessenger__factory>;
getContractFactory(
name: "IOVML1ERC20Bridge",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IOVML1ERC20Bridge__factory>;
getContractFactory(
name: "IOVML1StandardBridge",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IOVML1StandardBridge__factory>;
getContractFactory(
name: "ERC20",
signerOrOptions?: ethers.Signer | FactoryOptions
Expand Down
4 changes: 0 additions & 4 deletions typechain/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
/* tslint:disable */
/* eslint-disable */
export type { IOVMCrossDomainMessenger } from "./IOVMCrossDomainMessenger";
export type { IOVML1ERC20Bridge } from "./IOVML1ERC20Bridge";
export type { IOVML1StandardBridge } from "./IOVML1StandardBridge";
export type { ERC20 } from "./ERC20";
export type { IERC20 } from "./IERC20";
export type { Auth } from "./Auth";
Expand All @@ -25,8 +23,6 @@ export type { EvilExternalContract } from "./EvilExternalContract";
export type { MockStrategy } from "./MockStrategy";

export { IOVMCrossDomainMessenger__factory } from "./factories/IOVMCrossDomainMessenger__factory";
export { IOVML1ERC20Bridge__factory } from "./factories/IOVML1ERC20Bridge__factory";
export { IOVML1StandardBridge__factory } from "./factories/IOVML1StandardBridge__factory";
export { ERC20__factory } from "./factories/ERC20__factory";
export { IERC20__factory } from "./factories/IERC20__factory";
export { Auth__factory } from "./factories/Auth__factory";
Expand Down