Skip to content

Commit

Permalink
fixed initializers, added get event methdos
Browse files Browse the repository at this point in the history
  • Loading branch information
mpsc0x committed Nov 1, 2024
1 parent 9df95cd commit 71685b8
Show file tree
Hide file tree
Showing 4 changed files with 338 additions and 332 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@
"ethers": "^6.13.4",
"events": "^3.3.0",
"jest-environment-jsdom": "^29.7.0",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"util": "^0.12.5",
"yaml": "^2.6.0"
},
"devDependencies": {
"@types/bn.js": "^5.1.6",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@types/node": "^22.8.6",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"chalk": "^5.3.0",
"eslint": "^9.13.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -108,8 +108,8 @@
"ts-node": "^10.9.2",
"typedoc": "^0.26.10",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"webpack": "^5.95.0",
"typescript-eslint": "^8.12.2",
"webpack": "^5.96.0",
"webpack-cli": "^5.1.4"
},
"optionalDependencies": {
Expand Down
Loading

0 comments on commit 71685b8

Please sign in to comment.