Skip to content

Commit

Permalink
Merge pull request #56 from oceanprotocol/increase-speed
Browse files Browse the repository at this point in the history
Withdrawing WMATIC after uploading file + formatting
  • Loading branch information
jamiehewitt15 authored Sep 27, 2023
2 parents c532b9c + 4ca2db7 commit dc2e223
Show file tree
Hide file tree
Showing 4 changed files with 596 additions and 500 deletions.
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"semi": false,
"singleQuote": true,
"printWidth": 90,
"trailingComma": "none",
"tabWidth": 2
}
7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"wix.vscode-import-cost"
]
}
17 changes: 17 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"search.exclude": {
"**/.next": true,
"**/out": true
}
}
Loading

0 comments on commit dc2e223

Please sign in to comment.