Skip to content

Commit

Permalink
clients/js: wrap ethers6
Browse files Browse the repository at this point in the history
  • Loading branch information
nhynes committed Jun 28, 2023
1 parent 9a74e57 commit fcdb8ef
Show file tree
Hide file tree
Showing 8 changed files with 3,773 additions and 3,368 deletions.
9 changes: 4 additions & 5 deletions clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"name": "@oasisprotocol/sapphire-paratime",
"license": "Apache-2.0",
"version": "1.0.15",
"version": "1.1.0",
"description": "The Sapphire ParaTime Web3 integration library.",
"homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/clients/js",
"repository": {
Expand Down Expand Up @@ -44,28 +44,27 @@
"dependencies": {
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/hash": "^5.7.0",
"@ethersproject/providers": "^5.7.1",
"@ethersproject/rlp": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
"@oasisprotocol/deoxysii": "^0.0.5",
"cborg": "^1.9.5",
"ethers6": "npm:ethers@^6.6.1",
"js-sha512": "^0.8.0",
"tweetnacl": "^1.0.3",
"type-fest": "^2.19.0"
},
"devDependencies": {
"@ethersproject/transactions": "^5.7.0",
"@types/jest": "^28.1.8",
"@types/node": "^18.7.18",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"ethers": "^5.7.1",
"ethers5": "npm:ethers@^5.7.2",
"jest": "^28.1.3",
"nock": "^13.2.9",
"node-fetch": "^2.6.7",
Expand Down

0 comments on commit fcdb8ef

Please sign in to comment.