File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
packages/providers/src.ts Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1308,7 +1308,7 @@ export class BaseProvider extends Provider implements EnsProvider {
13081308 try {
13091309 return BigNumber . from ( result ) ;
13101310 } catch ( error ) {
1311- return logger . throwError ( "bad result from backend" , Logger . errors . SERVER_ERROR , {
1311+ return logger . throwError ( "RANDOM bad result from backend" , Logger . errors . SERVER_ERROR , {
13121312 method : "estimateGas" ,
13131313 params, result, error
13141314 } ) ;
@@ -1445,6 +1445,7 @@ export class BaseProvider extends Provider implements EnsProvider {
14451445 }
14461446
14471447 async getTransactionReceipt ( transactionHash : string | Promise < string > ) : Promise < TransactionReceipt > {
1448+ console . log ( "FOO THIS" )
14481449 await this . getNetwork ( ) ;
14491450
14501451 transactionHash = await transactionHash ;
You can’t perform that action at this time.
0 commit comments