Skip to content

Commit

Permalink
Merge branch 'master' into npai/token-client
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Oct 10, 2023
2 parents d3d739b + 4d42f7f commit 0ce78ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/InventoryClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ export class InventoryClient {
}

async wrapL2EthIfAboveThreshold(): Promise<void> {
// If inventoryConfig is defined, there will be a default wrapEtherTarget and wrapEtherThreshold
// If inventoryConfig is defined, there should be a default wrapEtherTarget and wrapEtherThreshold
// set by RelayerConfig.ts
if (!this?.inventoryConfig?.wrapEtherThreshold || !this?.inventoryConfig?.wrapEtherTarget) {
return;
Expand Down

0 comments on commit 0ce78ac

Please sign in to comment.