Files
proxmox/thirdweb-core-2103-test/contracts/HardhatPlaceholder.sol
defiQUG dbd517b279 Sync workspace: config, docs, scripts, CI, operator rules, and submodule pointers.
- Update dbis_core, cross-chain-pmm-lps, explorer-monorepo, metamask-integration, pr-workspace/chains
- Omit embedded publish git dirs and empty placeholders from index

Made-with: Cursor
2026-04-12 06:12:20 -07:00

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