()
| 377 | }); |
| 378 | } |
| 379 | async initializeClient() { |
| 380 | try { |
| 381 | await this.handleBuilderFeeApproval(); |
| 382 | } |
| 383 | catch (e) { |
| 384 | return false; |
| 385 | } |
| 386 | return true; |
| 387 | } |
| 388 | async handleBuilderFeeApproval() { |
| 389 | if (this.isSandboxModeEnabled) { // At this stage, building codes are mostly only on the mainnet. |
| 390 | return false; |
no test coverage detected