Skip to content

Commit

Permalink
Add Metavault.Trade
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrmvdao committed Jul 31, 2022
1 parent 58d9edb commit 4042386
Show file tree
Hide file tree
Showing 27 changed files with 16,144 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": false
},
"editor.formatOnSave": true,
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
"editor.formatOnSave": false,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"tslint.enable": false,
"typescript.tsdk": "node_modules/typescript/lib",
"svg.preview.background": "transparent",
"jestrunner.jestPath": "node_modules/jest/bin/jest.js"
}
"jestrunner.jestPath": "node_modules/jest/bin/jest.js",
"vscOrganizeImports.formatOnSave": false
}
Binary file added src/apps/metavault-trade/assets/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4042386

Please sign in to comment.