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
@@ -71,6 +72,7 @@ Each network has a canonical chain identifier. Endpoint discovery and transport
71
72
| XRPL |`xrpl:mainnet`|
72
73
| Spark |`spark:mainnet`|
73
74
| Filecoin |`fil:mainnet`|
75
+
| Stellar |`stellar:pubnet`|
74
76
75
77
Implementations MAY ship convenience endpoint defaults, but those defaults are deployment choices rather than OWS interoperability requirements.
76
78
@@ -100,6 +102,8 @@ xrpl-testnet → xrpl:testnet
100
102
xrpl-devnet → xrpl:devnet
101
103
spark → spark:mainnet
102
104
filecoin → fil:mainnet
105
+
stellar → stellar:pubnet
106
+
stellar-testnet → stellar:testnet
103
107
```
104
108
105
109
Aliases MUST be resolved to full CAIP-2 identifiers before any processing. They MUST NOT appear in wallet files, policy files, or audit logs.
@@ -123,7 +127,8 @@ Master Seed (512 bits via PBKDF2)
123
127
├── m/44'/784'/0'/0'/0' → Sui Account 0
124
128
├── m/44'/144'/0'/0/0 → XRPL Account 0
125
129
├── m/84'/0'/0'/0/0 → Spark Account 0
126
-
└── m/44'/461'/0'/0/0 → Filecoin Account 0
130
+
├── m/44'/461'/0'/0/0 → Filecoin Account 0
131
+
└── m/44'/148'/{index}' → Stellar Account 0
127
132
```
128
133
129
134
For mnemonic-based wallets, a single mnemonic derives accounts across all supported chains. Those wallet files store the encrypted mnemonic, and the signer derives the appropriate private key using each chain's coin type and derivation path. Wallets imported from raw private keys instead store encrypted curve-key material directly.
0 commit comments