Skip to content

Commit

Permalink
w3-celo (namespace update): Added GasTipCap method
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikazechaser committed Feb 2, 2024
1 parent e49bb1f commit a2fb87f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions module/eth/gas_tip_cap.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package eth
import (
"math/big"

"github.com/lmittmann/w3/internal/module"
"github.com/lmittmann/w3/w3types"
"github.com/grassrootseconomics/w3-celo/internal/module"
"github.com/grassrootseconomics/w3-celo/w3types"
)

// GasTipCap requests the currently suggested gas tip cap after EIP-1559 to
Expand Down
6 changes: 3 additions & 3 deletions module/eth/gas_tip_cap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"math/big"
"testing"

"github.com/lmittmann/w3"
"github.com/lmittmann/w3/module/eth"
"github.com/lmittmann/w3/rpctest"
"github.com/grassrootseconomics/w3-celo"
"github.com/grassrootseconomics/w3-celo/module/eth"
"github.com/grassrootseconomics/w3-celo/rpctest"
)

func TestGasTipCap(t *testing.T) {
Expand Down

0 comments on commit a2fb87f

Please sign in to comment.