Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 17, 2025
1 parent f6edc95 commit ff6770a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# utilities
# Yield Sync Utility
3 changes: 3 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@ export default {
accounts: [`0x${process.env.PRIVATE_KEY}`]
},
},
paths: {
sources: "./contracts",
},
solidity: "0.8.18",
} as import("hardhat/config").HardhatUserConfig;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yield-sync/utility",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"main": "index.js",
"scripts": {},
Expand Down

0 comments on commit ff6770a

Please sign in to comment.