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
Goal
Know where the bug came from & have it fixed.
Context
This Sunday at around 2pm, I got a Twitter notification that an auction has started. After visiting auctions.makerdao.com/collateral, an error was shown in the auctions table (See assets for screenshot of the auctions table & console message). I've tested it out on mobile & computer. The error was shown on both devices for me.
Re-visiting the page after some time, the error disappeared for me.
Tasks
Investigate the error & document your findings here.
Fix the error.
Assets
The text was updated successfully, but these errors were encountered:
thrownewError(`Gas data is not available on "${network}" network`);
}
};
And we use getGasPrice when calculating auction fees.
Since we expect that gas price endpoint can be down (and it is periodically down, since it's a free service), we should not depend the whole website on it. What we can do:
A fallback to some other endpoint if the first one is down
Goal
Know where the bug came from & have it fixed.
Context
This Sunday at around 2pm, I got a Twitter notification that an auction has started. After visiting auctions.makerdao.com/collateral, an error was shown in the auctions table (See assets for screenshot of the auctions table & console message). I've tested it out on mobile & computer. The error was shown on both devices for me.
Re-visiting the page after some time, the error disappeared for me.
Tasks
Assets
The text was updated successfully, but these errors were encountered: