6 lines
199 B
Solidity
6 lines
199 B
Solidity
|
|
// SPDX-License-Identifier: MIT
|
||
|
|
pragma solidity ^0.8.11;
|
||
|
|
|
||
|
|
/// @dev Hardhat requires at least one local contract; Thirdweb infra is deployed via Foundry bytecode in JS.
|
||
|
|
contract HardhatPlaceholder {}
|