- 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
6 lines
182 B
Solidity
6 lines
182 B
Solidity
// SPDX-License-Identifier: MIT
|
|
pragma solidity ^0.8.11;
|
|
|
|
/// @dev Empty contract so `forge build` has a `src/` target; real deployables live in `script/`.
|
|
contract CompileAnchor {}
|