New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@alchemy/aa-ethers

Package Overview
Dependencies
Maintainers
2
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alchemy/aa-ethers - npm Package Compare versions

Comparing version 3.0.0-alpha.13 to 3.0.0

6

package.json
{
"name": "@alchemy/aa-ethers",
"license": "MIT",
"version": "3.0.0-alpha.13",
"version": "3.0.0",
"description": "Ethers.js wrapper for @alchemy/aa-core",

@@ -52,3 +52,3 @@ "author": "Alchemy",

"dependencies": {
"@alchemy/aa-core": "^3.0.0-alpha.13",
"@alchemy/aa-core": "^3.0.0",
"@ethersproject/abi": "^5.7.0",

@@ -71,3 +71,3 @@ "@ethersproject/abstract-signer": "^5.7.0",

},
"gitHead": "e197ce3698eaf8ca1571920b0b822739a712cf24"
"gitHead": "38b895d93e9bd4652908d5682eefd84147a2df73"
}

@@ -50,3 +50,3 @@ # `@alchemy/aa-ethers`

const owner: SmartAccountSigner = LocalAccountSigner.mnemonicToAccountSigner(
const signer: SmartAccountSigner = LocalAccountSigner.mnemonicToAccountSigner(
process.env.YOUR_OWNER_MNEMONIC!

@@ -62,5 +62,5 @@ );

rpcClient,
owner,
signer,
})
);
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc