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
Currently there is an error if you want to pass in a ReadonlyArray to a constructor like "new FallthroughProvider(bscRpcs)". In these situations we should also allow readonly arrays. This does not change any JS, only TS
The text was updated successfully, but these errors were encountered:
Currently there is an error if you want to pass in a
ReadonlyArray
to aconstructor
like "new FallthroughProvider(bscRpcs)
". In these situations we should also allow readonly arrays. This does not change any JS, only TSThe text was updated successfully, but these errors were encountered: