@aa-sdk/ethers 4.32.0 → 4.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -2,13 +2,13 @@
2
2
 
3
3
  This package contains `EthersProviderAdapter` and `AccountSigner`, respective extensions of the [`JsonRpcProvider`](https://docs.ethers.org/v5/api/providers/jsonrpc-provider/) and [`Signer`](https://docs.ethers.org/v5/api/signer/) classes defined in [`ethers.js`](https://docs.ethers.org/v5/) external library.
4
4
 
5
- If you currently rely `ethers.js` for web3 development, you can use these `ethers.js`-compatible `JsonRpcProvider` and `Signer` to integrate Account Abstraction into your dApp. You may also find the [`util`](https://accountkit.alchemy.com/packages/aa-ethers/utils/introduction.html) methods helpful.
5
+ If you currently rely `ethers.js` for web3 development, you can use these `ethers.js`-compatible `JsonRpcProvider` and `Signer` to integrate Account Abstraction into your dApp. You may also find the [`util`](https://www.alchemy.com/docs/wallets/packages/aa-ethers/utils/introduction) methods helpful.
6
6
 
7
7
  This repo is community maintained and we welcome contributions!
8
8
 
9
9
  ## Getting started
10
10
 
11
- If you are already using the `@aa-sdk/core` package, you can simply install this package and start using the `EthersProviderAdapter` and `AccountSigner`. If you are not using `@aa-sdk/core`, you can install it and follow the instructions in the ["Getting started"](https://accountkit.alchemy.com/packages/aa-ethers/) docs to get started.
11
+ If you are already using the `@aa-sdk/core` package, you can simply install this package and start using the `EthersProviderAdapter` and `AccountSigner`. If you are not using `@aa-sdk/core`, you can install it and follow the instructions in the ["Getting started"](https://www.alchemy.com/docs/wallets/packages/aa-ethers/) docs to get started.
12
12
 
13
13
  ```bash [yarn]
14
14
  yarn add @aa-sdk/ethers
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aa-sdk/ethers",
3
3
  "license": "MIT",
4
- "version": "4.32.0",
4
+ "version": "4.34.0",
5
5
  "description": "Ethers.js wrapper for @aa-sdk/core",
6
6
  "author": "Alchemy",
7
7
  "type": "module",
@@ -42,7 +42,7 @@
42
42
  "test:run": "vitest run"
43
43
  },
44
44
  "devDependencies": {
45
- "@account-kit/smart-contracts": "^4.32.0",
45
+ "@account-kit/smart-contracts": "^4.34.0",
46
46
  "alchemy-sdk": "^3.0.0",
47
47
  "dotenv": "^16.0.3",
48
48
  "typescript": "^5.0.4",
@@ -50,7 +50,7 @@
50
50
  "vitest": "^2.0.4"
51
51
  },
52
52
  "dependencies": {
53
- "@aa-sdk/core": "^4.32.0",
53
+ "@aa-sdk/core": "^4.34.0",
54
54
  "@ethersproject/abi": "^5.7.0",
55
55
  "@ethersproject/abstract-signer": "^5.7.0",
56
56
  "@ethersproject/bytes": "^5.7.0",
@@ -61,7 +61,7 @@
61
61
  "@ethersproject/wallet": "^5.7.0"
62
62
  },
63
63
  "peerDependencies": {
64
- "viem": "^2.22.6"
64
+ "viem": "^2.29.2"
65
65
  },
66
66
  "repository": {
67
67
  "type": "git",
@@ -70,5 +70,5 @@
70
70
  "bugs": {
71
71
  "url": "https://github.com/alchemyplatform/aa-sdk/issues"
72
72
  },
73
- "gitHead": "efe1ba2e525ac0fc6ed0007b3d28dc9c8e063d78"
73
+ "gitHead": "99f4944de3a220aa9603d90b56f26cde9774e53f"
74
74
  }