Summary
The networkId is hard coded as 0, it should be options.networkId.
This was probably done because of a type error it didn't exist on options. New changes to SDK should fix this soon, not ready today.
https://github.com/MeshJS/mesh/blob/main/packages/mesh-react/src/cardano-wallet/web3-services.tsx#L30
Steps to reproduce the bug
No response
Actual Result
options.networkId.
Expected Result
options.networkId.
SDK version
latest
Environment type
Environment details
No response