Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Guillaume DEWISME
CI
Commits
bf1fc45d
Commit
bf1fc45d
authored
2 weeks ago
by
Quentin Hamitouche
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Config cleanup
parent
7037e10c
master
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
744 deletions
+2
-744
.gitignore
.gitignore
+1
-1
error
error
+0
-740
hardhat.config.js
hardhat.config.js
+1
-3
No files found.
.gitignore
View file @
bf1fc45d
node_modules
artifacts
solidity-files-cache.json
\ No newline at end of file
cache
\ No newline at end of file
This diff is collapsed.
Click to expand it.
error
deleted
100644 → 0
View file @
7037e10c
This diff is collapsed.
Click to expand it.
hardhat.config.js
View file @
bf1fc45d
/**
* @type import('hardhat/config').HardhatUserConfig
*/
require
(
"@nomicfoundation/hardhat-ethers"
);
require
(
"@nomicfoundation/hardhat-chai-matchers"
);
require
(
"@nomicfoundation/hardhat-toolbox"
)
module
.
exports
=
{
solidity
:
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment