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
// Personally think we should error loudly here if feesSerialized not available
If loadProvider returns successfully this will never be not available (just asked railgun) so the right spot to handle this is in railgun.ts. We weren't handling the error case there originally, so worth pulling out into a separate issue? (related to #78 (comment))
If
loadProvider
returns successfully this will never be not available (just asked railgun) so the right spot to handle this is inrailgun.ts
. We weren't handling the error case there originally, so worth pulling out into a separate issue? (related to #78 (comment))Originally posted by @mds1 in #78 (comment)
The text was updated successfully, but these errors were encountered: