Skip to content

Commit

Permalink
fix: changed log from critical to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol authored and juanmardefago committed Nov 24, 2023
1 parent 71651e2 commit 4637c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mappings/helpers/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function getRetryableTicketId(
} else if (addresses.network === "sepolia") {
l2ChainIdHex = "0x066EEE"; // 0x066EEE = 421614 (Arbitrum Sepolia)
} else {
log.critical('Unsupported network: {}', [addresses.network]);
log.warning('Unsupported network: {}', [addresses.network]);
return null;
}

Expand Down

0 comments on commit 4637c57

Please sign in to comment.