Conversation
volovyks
commented
Aug 12, 2025
- Added CAIP2 as our standard for network identification (potentially a breaking change)
- Removed our Roadmap from the repo; it is available on our website.
- Min updates
jakmeier
left a comment
There was a problem hiding this comment.
Nice!
What are the breaking changes you had in mind?
Does this require changes to existing smart contracts (MPC contracts and/or user contracts)
|
@jakmeier Using CAIP 2 for Ethereum would be a breaking change. Also, we can use CAIP10. Again, a breaking change. In practice, it would mean going from Note, our actual derivation path is |
|
Since we do not have a standard that includes both network type and network identifier, some networks had the same derivation path for testnet and mainnet networks. For example: Ethereum (different derivation paths):
Solana (same derivation path):
Now this issue will be fixed:
But it requires some minor changes. |
|
If we want to follow CAIP standards more closely, we can remove |