Skip to content

Commit

Permalink
chore: more test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Orlando committed Sep 3, 2023
1 parent 6499717 commit 06f593b
Show file tree
Hide file tree
Showing 4 changed files with 618 additions and 268 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const config: HardhatUserConfig = {
network: 'starknetLocal',
recompile: false,
venv: 'active',
requestTimeout: 90_000
requestTimeout: 90_000,
},
paths: {
starknetSources: './starknet',
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@types/sinon-chai": "^3.2.9",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"axios": "^1.5.0",
"chai": "^4.3.7",
"concurrently": "^7.0.0",
"dotenv": "^16.3.1",
Expand Down
Loading

0 comments on commit 06f593b

Please sign in to comment.