Generic Fixes (#1103)

* Update trade_details_page.dart

* let web3dart calculate gas price and max gas while just providing the priority fee per gas needed
This commit is contained in:
Omar Hatem 2023-09-29 01:53:53 +03:00 committed by GitHub
parent f07062d987
commit b1859b9e63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -161,6 +161,7 @@ class ExceptionHandler {
"Handshake error in client",
"Error while launching http",
"OS Error: Network is unreachable",
"ClientException: Write failed, uri=https:",
];
static Future<void> _addDeviceInfo(File file) async {