Skip to content

Commit

Permalink
feat: add controller support for meta/signed transactions (decentrali…
Browse files Browse the repository at this point in the history
  • Loading branch information
lleifermann authored Sep 5, 2022
1 parent 2b57cc8 commit ce93e70
Show file tree
Hide file tree
Showing 6 changed files with 20,631 additions and 9 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"@babel/core": "7.18.13",
"@babel/preset-env": "7.18.10",
"@babel/preset-typescript": "7.18.6",
"@ethersproject/strings": "^5.6.1",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@types/jest": "28.1.8",
Expand All @@ -95,8 +96,11 @@
"@ethersproject/address": "^5.6.1",
"@ethersproject/basex": "^5.6.1",
"@ethersproject/bignumber": "^5.6.2",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/contracts": "^5.6.2",
"@ethersproject/keccak256": "^5.6.1",
"@ethersproject/providers": "^5.6.8",
"@ethersproject/signing-key": "^5.6.2",
"@ethersproject/transactions": "^5.6.2",
"did-resolver": "^4.0.0",
"ethr-did-registry": "^1.0.0"
Expand Down
Loading

0 comments on commit ce93e70

Please sign in to comment.