Skip to content

Commit

Permalink
Merge pull request #378 from MatrixAI/feature-testnet_prep
Browse files Browse the repository at this point in the history
Testnet Deployment
  • Loading branch information
CMCDragonkai committed Jun 14, 2022
2 parents 66db970 + 7253de8 commit e2d82c4
Show file tree
Hide file tree
Showing 120 changed files with 6,723 additions and 1,744 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
"@typescript-eslint/no-misused-promises": ["error", {
"checksVoidReturn": false
}],
"@typescript-eslint/await-thenable": ["error"],
"@typescript-eslint/naming-convention": [
"error",
{
Expand Down
37 changes: 29 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"@types/jest": "^27.0.2",
"@types/nexpect": "^0.4.31",
"@types/node": "^16.11.7",
"@types/node-forge": "^0.9.7",
"@types/node-forge": "^0.10.4",
"@types/pako": "^1.0.2",
"@types/prompts": "^2.0.13",
"@types/readable-stream": "^2.3.11",
Expand Down
Loading

0 comments on commit e2d82c4

Please sign in to comment.