@turnkey/ethers
Advanced tools
Comparing version 0.7.0 to 0.7.1-beta.0
{ | ||
"name": "@turnkey/ethers", | ||
"version": "0.7.0", | ||
"version": "0.7.1-beta.0", | ||
"main": "./dist/index.js", | ||
@@ -37,3 +37,3 @@ "types": "./dist/index.d.ts", | ||
"dependencies": { | ||
"@turnkey/http": "0.7.0" | ||
"@turnkey/http": "0.7.1-beta.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
@@ -80,10 +80,14 @@ # @turnkey/ethers | ||
## More Examples | ||
## More examples | ||
| Example | Description | | ||
| ---------------------------------------------- | -------------------------------------------------------------------------------------------------------- | | ||
| [`with-ethers`](../../examples/with-ethers/) | Create a new Ethereum address, then sign and broadcast a transaction using the Ethers signer with Infura | | ||
| [`with-gnosis`](../../examples/with-gnosis/) | Create new Ethereum addresses, configure a 3/3 Gnosis safe, and create + execute a transaction from it | | ||
| [`with-uniswap`](../../examples/with-uniswap/) | Sign and broadcast a Uniswap v3 trade using the Ethers signer with Infura | | ||
| [`sweeper`](../../examples/sweeper/) | Sweep funds from one address to a different address | | ||
| [`deployer`](../../examples/deployer/) | Compile and deploy a smart contract | | ||
| Example | Description | | ||
| ----------------------------------------- | -------------------------------------------------------------------------------------------------------- | | ||
| [`with-ethers`](/examples/with-ethers/) | Create a new Ethereum address, then sign and broadcast a transaction using the Ethers signer with Infura | | ||
| [`with-gnosis`](/examples/with-gnosis/) | Create new Ethereum addresses, configure a 3/3 Gnosis safe, and create + execute a transaction from it | | ||
| [`with-uniswap`](/examples/with-uniswap/) | Sign and broadcast a Uniswap v3 trade using the Ethers signer with Infura | | ||
| [`sweeper`](/examples/sweeper/) | Sweep funds from one address to a different address | | ||
| [`deployer`](/examples/deployer/) | Compile and deploy a smart contract | | ||
## See also | ||
- [`@turnkey/http`](/packages/http/): lower-level fully typed HTTP client for interacting with Turnkey API |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29592
93
+ Added@turnkey/http@0.7.1-beta.0(transitive)
- Removed@turnkey/http@0.7.0(transitive)
Updated@turnkey/http@0.7.1-beta.0