Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 May 09:30
· 14 commits to main since this release
585a90f

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