Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Commit 9d8e722

Browse files
committed
update comment
1 parent 69a7387 commit 9d8e722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/messages/v2.2/withdrawal-execution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export function getWithdrawalAddress(
106106
return `0x${withdrawalAddress}` as `0x${string}`;
107107
}
108108

109-
// here we replace the hub chain id by a slug (e.g. 'base')
109+
// for oracle requests, we replace the hub chain id by a slug (e.g. 'base')
110110
export type WithdrawalAddressRequest = Omit<
111111
WithdrawalAddressParams,
112112
"depositoryChainId"

0 commit comments

Comments
 (0)