v2.0.0
2.0.0 (2024-05-09)
⚠ BREAKING CHANGES
Remove NetworkId
export
Remove NetworkId re-exported from @radixdlt/radix-engine-toolkit
. Developers are welcomed to use NetworkId
from one of the following packages:
@radixdlt/babylon-gateway-api-sdk
@radixdlt/radix-engine-toolkit
@radixdlt/radix-dapp-toolkit
Alternatively you can provide raw number - 1 for Mainnet, 2 for Stokenet when configuring Rola
✨ Features
- Externalize all dependencies and stop locking to particular versions. This gives more flexibility to developers in terms of choosing which dependencies version they want (6261394)
📝 Documentation
- adjust README (b384d3c)