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
Need to have a nice way to switch gas for Optimism
There is this code snippet that seems wrong to me:
/** * Returns the given amount of wei in gwei as a number. */exportfunctionweiToGwei(wei: BigNumber): number{returnparseFloat(utils.formatUnits(wei,'gwei'));}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: