Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Oct 11, 2023
1 parent f40e13a commit 88a4588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yearn-finance/web-lib",
"version": "3.0.50",
"version": "3.0.51",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/utils/wagmi/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export async function toWagmiProvider(connector: Connector | undefined): Promise
}

export type TWriteTransaction = {
chainID: number;
connector: Connector | undefined;
contractAddress: TAddress | undefined;
statusHandler?: (status: typeof defaultTxStatus) => void;
Expand Down

0 comments on commit 88a4588

Please sign in to comment.