This PR demonstrate an issue with the iOS app crashing when using ethers version 5 or 6, in combination with the infuraApiKey option for Metamask.
On Android, this option causes Metamask Mobile to crash or become very unstable.
• First Commit: Demonstrates a working example of signing a message using ethers.
• Second Commit: Adds the `infuraApiKey` option to the same demo, which causes the `Metamask-ios-sdk` to crash at `Network.swift:46`.
This PR demonstrate an issue with the iOS app crashing when
using
ethers version 5 or 6, in combination with theinfuraApiKey
option for Metamask. On Android, this option causes Metamask Mobile to crash or become very unstable.See the screenshot below: