Skip to content

Commit e2d82c4

Browse files
authored
Merge pull request #378 from MatrixAI/feature-testnet_prep
Testnet Deployment
2 parents 66db970 + 7253de8 commit e2d82c4

120 files changed

Lines changed: 6723 additions & 1744 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
"@typescript-eslint/no-misused-promises": ["error", {
112112
"checksVoidReturn": false
113113
}],
114+
"@typescript-eslint/await-thenable": ["error"],
114115
"@typescript-eslint/naming-convention": [
115116
"error",
116117
{

package-lock.json

Lines changed: 29 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"@types/jest": "^27.0.2",
117117
"@types/nexpect": "^0.4.31",
118118
"@types/node": "^16.11.7",
119-
"@types/node-forge": "^0.9.7",
119+
"@types/node-forge": "^0.10.4",
120120
"@types/pako": "^1.0.2",
121121
"@types/prompts": "^2.0.13",
122122
"@types/readable-stream": "^2.3.11",

0 commit comments

Comments
 (0)