Skip to content

Commit

Permalink
Update submodule pin and arbutil.L1Interface
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower committed Jul 24, 2024
1 parent 678a370 commit b5a0ef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arbutil/wait_for_l1.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ import (

type L1Interface interface {
bind.ContractBackend
bind.BlockHashContractCaller
ethereum.ChainReader
ethereum.ChainStateReader
ethereum.TransactionReader
TransactionSender(ctx context.Context, tx *types.Transaction, block common.Hash, index uint) (common.Address, error)
BlockNumber(ctx context.Context) (uint64, error)
CallContractAtHash(ctx context.Context, msg ethereum.CallMsg, blockHash common.Hash) ([]byte, error)
PendingCallContract(ctx context.Context, msg ethereum.CallMsg) ([]byte, error)
ChainID(ctx context.Context) (*big.Int, error)
Client() rpc.ClientInterface
Expand Down
2 changes: 1 addition & 1 deletion contracts

0 comments on commit b5a0ef9

Please sign in to comment.