Skip to content

Commit

Permalink
Merge pull request #3948 from balancer/fix/ignore-lack-native-asset
Browse files Browse the repository at this point in the history
fix: ignore lack of native asset error
  • Loading branch information
alter-eggo committed Aug 11, 2023
2 parents c739a5f + 7299a1a commit 0f77f02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/utils/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ function isUserNotEnoughGas(error): boolean {
/EffectivePriorityFeePerGas too low/,
/Комиссия за газ обновлена/i,
/insufficient eth to pay the network fees/,
/insufficient funds for intrinsic transaction cost/,
];

return isErrorOfType(error, messages);
Expand Down

0 comments on commit 0f77f02

Please sign in to comment.