@hwlt/era-connect 0.5.1 → 0.5.2
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.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -68,15 +68,15 @@ verifyEvmSignature({ signData: rlpBytes, dataType: 1,
|
|
|
68
68
|
|
|
69
69
|
## Chain support
|
|
70
70
|
|
|
71
|
-
The ERA device is multichain
|
|
72
|
-
|
|
71
|
+
The ERA device is multichain, and the SDK ships a dedicated module for every
|
|
72
|
+
chain family the current firmware supports.
|
|
73
73
|
|
|
74
74
|
**Dedicated modules:**
|
|
75
75
|
|
|
76
76
|
| Chain | Sign transaction | Sign message | Subpath |
|
|
77
77
|
|---|---|---|---|
|
|
78
78
|
| EVM (all chains) | `eth-sign-request` | personal_sign / EIP-712 | `@hwlt/era-connect/evm` |
|
|
79
|
-
| Bitcoin | `crypto-psbt` (PSBT v0) | legacy P2PKH
|
|
79
|
+
| Bitcoin | `crypto-psbt` (PSBT v0) | BIP-44/49/84 on firmware 2.1.0+ (Taproot refused); legacy P2PKH on older | `@hwlt/era-connect/btc` |
|
|
80
80
|
| Solana | `sol-sign-request` | off-chain messages | `@hwlt/era-connect/solana` |
|
|
81
81
|
| Tron | structured envelope (any contract via `rawData`) | UTF-8 in `rawData` | `@hwlt/era-connect/tron` |
|
|
82
82
|
| TON | `ton-sign-request` (BoC root-hash signing) | TON Connect proof | `@hwlt/era-connect/ton` |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hwlt/era-connect",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "ERA hardware wallet SDK: air-gapped UR/QR account linking and transaction signing for EVM, Bitcoin (+ LTC/DOGE/DASH/BCH), Solana, Tron, TON, Cardano, Sui, Cosmos and XRP",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"era-wallet",
|