diff --git a/core/contracts/Acre.sol b/core/contracts/Acre.sol index cb6ed5f33..548dc6955 100644 --- a/core/contracts/Acre.sol +++ b/core/contracts/Acre.sol @@ -6,4 +6,10 @@ pragma solidity ^0.8.21; contract Acre { // TODO: add your implementation + + function test(){ + + } + + event Test(address indexed owner); } diff --git a/core/hardhat.config.ts b/core/hardhat.config.ts index 64e14bce6..8ddc8d58f 100644 --- a/core/hardhat.config.ts +++ b/core/hardhat.config.ts @@ -3,7 +3,7 @@ import { HardhatUserConfig } from "hardhat/config" import "@nomicfoundation/hardhat-toolbox" import "hardhat-deploy" -const config: HardhatUserConfig = { + const config: HardhatUserConfig = { solidity: { compilers: [ {