We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8709af commit dda05d9Copy full SHA for dda05d9
src/update-feeds-loops/submit-transactions.ts
@@ -118,7 +118,8 @@ export const submitTransaction = async (
118
});
119
if (!goMulticall.success) {
120
// It seems that in practice, this code is widely used. We can do a best-effort attempt to determine the error
121
- // reason. Many times, the error is acceptable and results from the way Airseeker is designed.
+ // reason. Many times, the error is acceptable and results from the way Airseeker is designed. We can use
122
+ // different log levels and messages and have better alerts.
123
const errorCode = (goMulticall.error as any).code;
124
switch (errorCode) {
125
case 'REPLACEMENT_UNDERPRICED': {
0 commit comments