Skip to content

CustomPrecompile

CustomPrecompile: Exclude<Exclude<Parameters<typeof Evm["create"]>[0], undefined>["customPrecompiles"], undefined>[number]

Custom precompiles allow you to run arbitrary JavaScript code in the EVM

Source

packages/evm/src/CustomPrecompile.ts:11