Skip to content

v11.0.0-beta.9

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Aug 13:45
· 5 commits to beta since this release

11.0.0-beta.9 (2026-08-31)

Features

  • constants: remove the feeder gateway BaseUrl constant (c455e2a)

BREAKING CHANGES

  • constants: constants.BaseUrl is removed. It exposed the feeder
    gateway roots, whose endpoints Starknet v0.14.4 deletes; the library has
    been JSON-RPC only since v7 and never read it. Use constants.NetworkName
    with provider.getDefaultNodeUrl(), or your own node's RPC url.