You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hive/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Registering the `hive` namespace enables:
22
22
- Standard CAIP-2 chain identifiers for Hive networks
23
23
- Use of CAIP-10 account identifiers for Hive account names
24
24
- Interoperability with multichain wallets and tooling
25
-
- Deterministic identification of Hive mainnet and testnet
25
+
- Deterministic identification of Hive networks (mainnet, mirrornet)
26
26
27
27
Hive networks expose a protocol-defined `chain_id` used in transaction signing to prevent cross-network replay. This makes Hive suitable for deterministic CAIP-2 identification.
CAIP-2: `hive:42000000000000000000000000000000` (zero-padded to 32 hex characters)
67
85
86
+
> **Note:** The mirrornet is a periodic snapshot of mainnet used for testing. There is no permanent public testnet at this time; mirrornet instances are ephemeral.
68
87
69
88
## Security Considerations
70
89
@@ -74,16 +93,18 @@ Hive uses account-based identity rather than address-based identity. Application
0 commit comments