-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy to base #35
Deploy to base #35
Conversation
Pull Request Test Coverage Report for Build 8631128767Details
💛 - Coveralls |
The
Adding the following line to the diff --git a/packages/contracts/.prettierrc.json b/packages/contracts/.prettierrc.json
index 100e63c..cca0824 100644
--- a/packages/contracts/.prettierrc.json
+++ b/packages/contracts/.prettierrc.json
@@ -1,5 +1,6 @@
{
"tabWidth": 4,
+ "plugins": ["prettier-plugin-solidity"],
"overrides": [
{
"files": "*.sol", |
I was not able to figure out the |
Setting |
I think it's a fair compromise for now. |
It appears that even big projects that depend on |
There are references to Yarn in the |
It should definitely not be needed, but I would't worry in this case |
I agree. I wonder, though, if this issue can be fixed later. |
ea37b79
to
962aaa6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Optionally, I would sort the entries in the tsconfig.json
.
Deploy contracts to base network.