From 179c4746f9f46fa2d86fca7f96ad3961446c464f Mon Sep 17 00:00:00 2001 From: Okansylemez10 <137443197+Okansylemez10@users.noreply.github.com> Date: Sun, 26 Oct 2025 18:21:42 +0300 Subject: [PATCH 1/4] Create utils.py --- utils.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 utils.py diff --git a/utils.py b/utils.py new file mode 100644 index 0000000..71ffbee --- /dev/null +++ b/utils.py @@ -0,0 +1,2 @@ +def format_balance(balance): + return f"{balance:,.4f} ETH" From 9fe10f9498d613b0d5ae0bad649f4f16e2937d25 Mon Sep 17 00:00:00 2001 From: Okansylemez10 <137443197+Okansylemez10@users.noreply.github.com> Date: Sun, 26 Oct 2025 18:31:24 +0300 Subject: [PATCH 2/4] Update main.py --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 55de40a..9391119 100644 --- a/main.py +++ b/main.py @@ -33,3 +33,4 @@ def main(): if __name__ == "__main__": main() +# This function retrieves wallet balance from Ethereum or Base network From 9c18438d6b478ff03cdbb7bd063d997207c2a53e Mon Sep 17 00:00:00 2001 From: Okansylemez10 <137443197+Okansylemez10@users.noreply.github.com> Date: Sun, 26 Oct 2025 18:31:48 +0300 Subject: [PATCH 3/4] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 640ae5b..4e1a9bc 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,7 @@ Bu komut cüzdanın hem Ethereum hem Base ağındaki bakiyesini gösterir. - 💸 Gas ücret hesaplama & Base Bridge önerisi - 🤝 Topluluk katkılarına açık (Pull Request bekleniyor!) docs: README'ye Upcoming Features bölümü eklendi +## 📌 Improvements Planned +- Add multi-wallet support +- Add transaction history +- Add error handling for RPC failures From cdefcdcff3a508e38815529b975c655b6868f095 Mon Sep 17 00:00:00 2001 From: Okansylemez10 <137443197+Okansylemez10@users.noreply.github.com> Date: Sun, 26 Oct 2025 18:35:12 +0300 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4e1a9bc..8b8a9e1 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,7 @@ docs: README'ye Upcoming Features bölümü eklendi - Add multi-wallet support - Add transaction history - Add error handling for RPC failures + +## 🛠 Development Branch Updates + +- This section was added from the development branch.