Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Feb 27, 2025
1 parent 1015b2d commit 7becdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/c/dynamic_fees.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ var _ = e2e.DescribeCChain("[Dynamic Fees]", func() {
tc.By("initializing a transaction signer")
cChainID, err := ethClient.ChainID(tc.DefaultContext())
require.NoError(err)
signer := types.NewEIP155Signer(cChainID)
signer := types.NewLondonSigner(cChainID)
ecdsaKey := key.ToECDSA()
sign := func(tx *types.Transaction) *types.Transaction {
signedTx, err := types.SignTx(tx, signer, ecdsaKey)
Expand Down

0 comments on commit 7becdbd

Please sign in to comment.