Skip to content

Commit 8c1d4eb

Browse files
committed
chore: tweaks
1 parent 0401df5 commit 8c1d4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tempo/chainConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const chainConfig = {
4141
}
4242

4343
if (phase === 'afterFillParameters') {
44-
// TODO: remove once `eth_fillTransaction` supports nonce keys.
44+
// TODO: remove once https://github.com/tempoxyz/tempo/pull/1684 is deployed.
4545
if (typeof request.nonceKey === 'bigint' && request.nonceKey > 0n)
4646
request.gas = (request.gas ?? 0n) + 30_000n
4747
return request as unknown as typeof r

0 commit comments

Comments
 (0)