@secux/app-eth
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@secux/app-eth", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "SecuX Hardware Wallet ETH API", | ||
@@ -39,2 +39,3 @@ "keywords": [ | ||
"ethereumjs-util": "^7.1.0", | ||
"keccak": "^3.0.2", | ||
"wallet-address-validator": "^0.2.4" | ||
@@ -41,0 +42,0 @@ }, |
@@ -41,3 +41,3 @@ # `@secux/app-eth` | ||
3. Sign transaction with Smart Contract | ||
3. Sign transaction with Smart Contract (ERC-20) | ||
```ts | ||
@@ -102,2 +102,3 @@ const { raw_tx, signature } = await SecuxETH.signTransaction( | ||
} | ||
); | ||
``` | ||
@@ -104,0 +105,0 @@ |
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
21408
110
8
+ Addedkeccak@^3.0.2