Skip to content

Commit

Permalink
push all compilation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Oct 29, 2024
1 parent 8a75207 commit aecc4cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/ethers-v6-nodenext/types/ethers-contracts/Dai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/* tslint:disable */
/* eslint-disable */
import type {
Addressable,
BaseContract,
BigNumberish,
BytesLike,
Expand Down Expand Up @@ -230,6 +231,7 @@ export namespace TransferEvent {

export interface Dai extends BaseContract {
connect(runner?: ContractRunner | null): Dai;
attach(target: string | Addressable): Dai;
waitForDeployment(): Promise<this>;

interface: DaiInterface;
Expand Down
2 changes: 2 additions & 0 deletions examples/ethers-v6/types/ethers-contracts/Dai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/* tslint:disable */
/* eslint-disable */
import type {
Addressable,
BaseContract,
BigNumberish,
BytesLike,
Expand Down Expand Up @@ -230,6 +231,7 @@ export namespace TransferEvent {

export interface Dai extends BaseContract {
connect(runner?: ContractRunner | null): Dai;
attach(target: string | Addressable): Dai;
waitForDeployment(): Promise<this>;

interface: DaiInterface;
Expand Down

0 comments on commit aecc4cc

Please sign in to comment.