MetaMask / metamask-android-sdk

MetaMask SDK for Android
Other
46 stars 14 forks source link

feature: add ability to specify read-only rpc map #145

Closed elefantel closed 1 month ago

elefantel commented 1 month ago

This PR adds the ability to use both the Infura API and custom nodes to make read-only requests by specifying both the infuraAPIKey and readonlyRPCMap options when instantiating the SDK in the dapp. It previously only supported the Infura API but not custom nodes.