Skip to content

Commit

Permalink
Merge pull request #8 from FhenixProtocol/v0.2.x-mocks
Browse files Browse the repository at this point in the history
V0.2.x mocks
  • Loading branch information
Cashmaney authored Aug 26, 2024
2 parents 0d7fdc4 + 1ed6249 commit 30e12e9
Show file tree
Hide file tree
Showing 25 changed files with 7,479 additions and 37 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhenix-hardhat-plugin-root",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
10 changes: 10 additions & 0 deletions packages/fhenix-hardhat-network/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# EditorConfig is awesome: https://EditorConfig.org
root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = false
7 changes: 7 additions & 0 deletions packages/fhenix-hardhat-network/.mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"require": "ts-node/register/files",
"ignore": [
"test/fixture-projects/**/*"
],
"timeout": 6000
}
8 changes: 8 additions & 0 deletions packages/fhenix-hardhat-network/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"trailingComma": "all",
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"printWidth": 80
}
21 changes: 21 additions & 0 deletions packages/fhenix-hardhat-network/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2019 Nomic Labs LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../build-info/e70f69815e5a5c92b87ec143681753c5.json"
}
Loading

0 comments on commit 30e12e9

Please sign in to comment.