Skip to content

Commit

Permalink
fix invalid chain ID
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Aug 30, 2024
1 parent 11e79c5 commit 53e4c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/suave/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ async function testSuaveBids() {
data: '0x686f776479' as Hex,
gas: 26000n,
gasPrice: 10000000000n,
chainId: 1337, // chainId of localhost
chainId: 17000,
}
const signedTx = await l1Wallet.signTransaction(testTx)

Expand Down

0 comments on commit 53e4c89

Please sign in to comment.