LogoLogo
  • Learn About Signet
    • Simplifying the Rollup
    • No Proofs or State Roots
    • Simple sequencing
    • Cross-chain transfers on Signet
  • Build on Signet
    • Smart Contracts
      • Passage
      • Transactor
      • Orders
        • Order Processing
        • Working with Orders
        • Market Participants
        • Bundles and Orders
        • Application Use Cases
      • Zenith
      • Permit2
    • EVM Behavior
    • Signet SDK
      • signet-zenith
      • signet-types
      • signet-extract
      • signet-evm
      • signet-bundle
      • signet-rpc
  • More info
  • FAQ
  • Glossary
  • Twitter
  • Github
Powered by GitBook
On this page
  • Inherited values
  • Disabled Opcodes
  1. Build on Signet

EVM Behavior

EVM modifications and differences between Signet and Mainnet EVM.

Inherited values

The following opcodes inherit the values of the Ethereum block:

  • PREVRANDAO - block.difficulty and block.prevrandao

  • TIMESTAMP - block.timestamp.Signet blocks ALWAYS use the same timestamp as the current Ethereum block.

Disabled Opcodes

  • BLOBHASH

  • BLOBBASEFEE

PreviousPermit2NextSignet SDK

Last updated 2 months ago