Synchronizes with the provider to establish connection with Filsnap adapter.
If no provider is passed, it will attempt to get the MetaMask provider. See getProvider.
constconnector=awaitsyncWithProvider({ provider:awaitgetProvider(), // optional, will attempt to get the MetaMask provider version:'0.1.0', // optional, defaults to '*' reconnect:true// optional, defaults to true })
Synchronizes with the provider to establish connection with Filsnap adapter. If no provider is passed, it will attempt to get the MetaMask provider. See getProvider.