Files
proxmox/thirdweb-core-2103-test/contracts/HardhatPlaceholder.sol

6 lines
199 B
Solidity
Raw Normal View History

// 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 {}