Skip to content

Commit

Permalink
yarn generate
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Apr 17, 2024
1 parent 0eaa1c6 commit b1f1de5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
export type { WZETA } from "./WZETA";
export type { ZetaConnectorZEVM } from "./ZetaConnectorZEVM";
export type { ZetaReceiver } from "./ZetaReceiver";
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
export { WZETA__factory } from "./WZETA__factory";
export { ZetaConnectorZEVM__factory } from "./ZetaConnectorZEVM__factory";
export { ZetaReceiver__factory } from "./ZetaReceiver__factory";
9 changes: 0 additions & 9 deletions typechain-types/hardhat.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,6 @@ declare module "hardhat/types/runtime" {
name: "WETH9",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.WETH9__factory>;
getContractFactory(
name: "WZETA",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.WZETA__factory>;
getContractFactory(
name: "ZetaConnectorZEVM",
signerOrOptions?: ethers.Signer | FactoryOptions
Expand Down Expand Up @@ -780,11 +776,6 @@ declare module "hardhat/types/runtime" {
address: string,
signer?: ethers.Signer
): Promise<Contracts.WETH9>;
getContractAt(
name: "WZETA",
address: string,
signer?: ethers.Signer
): Promise<Contracts.WZETA>;
getContractAt(
name: "ZetaConnectorZEVM",
address: string,
Expand Down
2 changes: 0 additions & 2 deletions typechain-types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ export type { SystemContractErrors } from "./contracts/zevm/SystemContract.sol/S
export { SystemContractErrors__factory } from "./factories/contracts/zevm/SystemContract.sol/SystemContractErrors__factory";
export type { SystemContractMock } from "./contracts/zevm/testing/SystemContractMock.sol/SystemContractMock";
export { SystemContractMock__factory } from "./factories/contracts/zevm/testing/SystemContractMock.sol/SystemContractMock__factory";
export type { WZETA } from "./contracts/zevm/ZetaConnectorZEVM.sol/WZETA";
export { WZETA__factory } from "./factories/contracts/zevm/ZetaConnectorZEVM.sol/WZETA__factory";
export type { ZetaConnectorZEVM } from "./contracts/zevm/ZetaConnectorZEVM.sol/ZetaConnectorZEVM";
export { ZetaConnectorZEVM__factory } from "./factories/contracts/zevm/ZetaConnectorZEVM.sol/ZetaConnectorZEVM__factory";
export type { ZRC20 } from "./contracts/zevm/ZRC20.sol/ZRC20";
Expand Down

0 comments on commit b1f1de5

Please sign in to comment.