Skip to content

Commit

Permalink
feature(op-geth): remove gnfd precompiled contracts in cancun
Browse files Browse the repository at this point in the history
  • Loading branch information
redhdx committed Jul 2, 2024
1 parent 24ac346 commit 92a1641
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/vm/contracts.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ var PrecompiledContractsCancun = map[common.Address]PrecompiledContract{
common.BytesToAddress([]byte{8}): &bn256PairingIstanbul{},
common.BytesToAddress([]byte{9}): &blake2F{},
common.BytesToAddress([]byte{0x0a}): &kzgPointEvaluation{},

common.BytesToAddress([]byte{102}): &blsSignatureVerify{},
common.BytesToAddress([]byte{103}): &cometBFTLightBlockValidate{},
}

// PrecompiledContractsHaber contains the default set of pre-compiled Ethereum
Expand Down

0 comments on commit 92a1641

Please sign in to comment.