Commit 1ee24852 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: common pragma

parent 72130d45
// SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT
pragma solidity 0.8.19; pragma solidity ^0.8.0;
// A representation of an empty/uninitialized UID. // A representation of an empty/uninitialized UID.
bytes32 constant EMPTY_UID = 0; bytes32 constant EMPTY_UID = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment