Commit df485372 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: be explicit with mintable erc721 token version

Previously any solidity version greater than 0.8.15 was allowed,
this updates it such that exactly 0.8.15 is allowed. This
matches the style of the other contracts in the system.
parent c1153b27
// SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0; pragma solidity 0.8.15;
import { import {
ERC721Enumerable ERC721Enumerable
......
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