11.0.0-beta.9 (2026-08-31)
Features
- constants: remove the feeder gateway BaseUrl constant (c455e2a)
BREAKING CHANGES
- constants:
constants.BaseUrlis 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. Useconstants.NetworkName
withprovider.getDefaultNodeUrl(), or your own node's RPC url.