Skip to content

Commit

Permalink
Update / re-fix gas esimation error on approveAndCall
Browse files Browse the repository at this point in the history
  • Loading branch information
siromivel committed Jun 24, 2021
1 parent ca422a4 commit 1f78213
Show file tree
Hide file tree
Showing 6 changed files with 6,800 additions and 17,560 deletions.
2 changes: 1 addition & 1 deletion dist/@types/spankbank.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export declare abstract class SmartContractWrapper {
contractAddress: EthAddress;
abstract getContractAbi(): any;
constructor(contractAddress: EthAddress, web3OrWrapper?: any);
_metamaskCall(funcName: any, args: any, fn: any): Promise<{}>;
_metamaskCall(funcName: any, args: any, fn: any): Promise<unknown>;
_call(contractFuncName: any, args?: any): Promise<any>;
waitForTransactionReceipt(tx: string, timeout?: number): Promise<any>;
}
Expand Down
9,115 changes: 6,735 additions & 2,380 deletions dist/spankbank.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1f78213

Please sign in to comment.