2021-03-31 13:29:33 +00:00
|
|
|
# Nimbus
|
2024-06-07 08:24:32 +00:00
|
|
|
# Copyright (c) 2018-2024 Status Research & Development GmbH
|
2021-03-31 13:29:33 +00:00
|
|
|
# Licensed under either of
|
|
|
|
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0)
|
|
|
|
# * MIT license ([LICENSE-MIT](LICENSE-MIT) or
|
|
|
|
# http://opensource.org/licenses/MIT)
|
|
|
|
# at your option. This file may not be copied, modified, or distributed except
|
|
|
|
# according to those terms.
|
|
|
|
|
2022-09-26 04:56:54 +00:00
|
|
|
import
|
2022-12-02 04:39:12 +00:00
|
|
|
./evm/precompiles as vmp
|
2021-03-31 13:29:33 +00:00
|
|
|
|
|
|
|
export
|
|
|
|
vmp.PrecompileAddresses,
|
|
|
|
vmp.activePrecompiles,
|
2024-06-07 08:24:32 +00:00
|
|
|
vmp.execPrecompiles
|
2021-03-31 13:29:33 +00:00
|
|
|
|
|
|
|
# End
|