From 863563cb9a51ea351f8afa5a28ac45a73df20b09 Mon Sep 17 00:00:00 2001 From: Rafal Czajkowski Date: Fri, 17 Nov 2023 10:46:53 +0100 Subject: [PATCH] Test --- core/contracts/Acre.sol | 6 ++++++ core/hardhat.config.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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: [ {