Skip to content

Commit

Permalink
Temporary Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Apr 18, 2024
1 parent 7e480a6 commit d22ba5f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions x/evm/vm/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,10 @@
package vm

import (
"github.com/ethereum/go-ethereum/precompile/contract"

"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/vm"
"github.com/ethereum/go-ethereum/params"
)

// PrecompiledContracts defines a map of address -> precompiled contract
type PrecompiledContracts map[common.Address]vm.PrecompiledContract

type StatefulPrecompiledContracts map[common.Address]contract.StatefulPrecompiledContract

// Constructor defines the function used to instantiate the EVM on
// each state transition.
type Constructor func(
Expand Down

0 comments on commit d22ba5f

Please sign in to comment.