You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| provider |`BrowserProvider or JsonRpcProvider`|**No**| You can provide your implementation of the provender for ethers |
43
-
| endpoints.web3 |`string OR Array<(string \| { url: string, headers: Headers })>`|**No**| Your urls for connecting to blockchain. This parameter is required if `provider` is not provided. If more than one URL is provided, they will be used as fallbacks. |
| provider |`BrowserProvider` or `JsonRpcProvider`|**No**| You can provide your implementation of the provender for ethers. This parameter is required to send transactions. |
58
+
| endpoints.web3 |`string` or `Array<(string \| { url: string, headers: Headers })>`|**No**| Your urls for connecting to blockchain. This parameter is required if `provider` is not provided. If more than one URL is provided, they will be used as fallbacks. |
0 commit comments