Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
r-czajkowski committed Nov 17, 2023
1 parent 5d63cc8 commit 863563c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions core/contracts/Acre.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ pragma solidity ^0.8.21;

contract Acre {
// TODO: add your implementation

function test(){

}

event Test(address indexed owner);
}
2 changes: 1 addition & 1 deletion core/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { HardhatUserConfig } from "hardhat/config"
import "@nomicfoundation/hardhat-toolbox"
import "hardhat-deploy"

const config: HardhatUserConfig = {
const config: HardhatUserConfig = {
solidity: {
compilers: [
{
Expand Down

0 comments on commit 863563c

Please sign in to comment.