From 9218088edca20eb586a6c64e5d03b1251e76c56f Mon Sep 17 00:00:00 2001 From: Sergey <83376337+freak12techno@users.noreply.github.com> Date: Sun, 10 Dec 2023 23:45:40 +0300 Subject: [PATCH] chore: remove FOSSA (#12) --- .gitignore | 1 + README.md | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 52d2527..b2c7047 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ main .idea/ cosmos-wallets-exporter dist/ +**/.DS_Store diff --git a/README.md b/README.md index 36a599c..0aed800 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ ![Latest release](https://img.shields.io/github/v/release/QuokkaStake/cosmos-wallets-exporter) [![Actions Status](https://github.com/QuokkaStake/cosmos-wallets-exporter/workflows/test/badge.svg)](https://github.com/QuokkaStake/cosmos-wallets-exporter/actions) -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FQuokkaStake%2Fcosmos-wallets-exporter.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FQuokkaStake%2Fcosmos-wallets-exporter?ref=badge_shield) cosmos-wallets-exporter is a Prometheus scraper that fetches the wallet balances from an LCD server exposed by a fullnode. @@ -108,7 +107,3 @@ All configuration is done via the .toml config file, which is passed to the appl ## How can I contribute? Bug reports and feature requests are always welcome! If you want to contribute, feel free to open issues or PRs. - - -## License -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FQuokkaStake%2Fcosmos-wallets-exporter.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FQuokkaStake%2Fcosmos-wallets-exporter?ref=badge_large) \ No newline at end of file