File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4747func (evm * EVM ) precompile (addr common.Address ) (PrecompiledContract , bool ) {
4848 var precompiles map [common.Address ]PrecompiledContract
4949 switch {
50+ case evm .chainRules .IsGalileo :
51+ precompiles = PrecompiledContractsGalileo
5052 case evm .chainRules .IsFeynman :
5153 precompiles = PrecompiledContractsFeynman
5254 case evm .chainRules .IsEuclidV2 :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424const (
2525 VersionMajor = 5 // Major version component of the current release
2626 VersionMinor = 9 // Minor version component of the current release
27- VersionPatch = 8 // Patch version component of the current release
27+ VersionPatch = 9 // Patch version component of the current release
2828 VersionMeta = "mainnet" // Version metadata to append to the version string
2929)
3030
You can’t perform that action at this time.
0 commit comments