-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add a gitleaks allowlist to ignore false positives
- Loading branch information
Showing
3 changed files
with
8 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,9 @@ parent: | |
--> | ||
|
||
<div align="center"> | ||
<h1> Ethermint </h1> | ||
<h1>Ethermint by Zetachain</h1> | ||
</div> | ||
|
||
![banner](docs/ethermint.jpg) | ||
|
||
<div align="center"> | ||
<a href="https://github.com/zeta-chain/ethermint/releases/latest"> | ||
<img alt="Version" src="https://img.shields.io/github/tag/evmos/ethermint.svg" /> | ||
|
@@ -22,42 +20,13 @@ parent: | |
<a href="https://goreportcard.com/report/github.com/zeta-chain/ethermint"> | ||
<img alt="Go report card" src="https://goreportcard.com/badge/github.com/zeta-chain/ethermint"/> | ||
</a> | ||
<a href="https://bestpractices.coreinfrastructure.org/projects/5018"> | ||
<img alt="Lines of code" src="https://img.shields.io/tokei/lines/github/evmos/ethermint"> | ||
</a> | ||
</div> | ||
<div align="center"> | ||
<a href="https://discord.gg/trje9XuAmy"> | ||
<img alt="Discord" src="https://img.shields.io/discord/809048090249134080.svg" /> | ||
</a> | ||
<a href="https://github.com/zeta-chain/ethermint/actions?query=branch%3Amain+workflow%3ALint"> | ||
<img alt="Lint Status" src="https://github.com/zeta-chain/ethermint/actions/workflows/lint.yml/badge.svg?branch=main" /> | ||
</a> | ||
<a href="https://codecov.io/gh/tharsis/ethermint"> | ||
<img alt="Code Coverage" src="https://codecov.io/gh/evmos/ethermint/branch/main/graph/badge.svg" /> | ||
</a> | ||
</div> | ||
|
||
> [!WARNING] | ||
> Evmos, the team behind Ethermint, has fully shifted its focus to [Evmos](https://github.com/evmos/evmos), where we | ||
> continue to build interoperability solutions for the future! | ||
> As a result, this repository is no longer maintained for that reason and all relevant code has been migrated. | ||
> | ||
> **NOTE: If you are interested in using this software** email us at [[email protected]](mailto:[email protected]) with copy to [[email protected]](mailto:[email protected]) | ||
## About | ||
|
||
Ethermint is a scalable and interoperable Ethereum library, built on Proof-of-Stake with fast-finality using the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk/) which runs on top of [Tendermint Core](https://github.com/tendermint/tendermint) consensus engine. | ||
|
||
## Careers | ||
|
||
See our open positions on [Evmos Careers](https://evmos.org/careers). | ||
|
||
## Community | ||
|
||
The following chat channels and forums are a great spot to ask questions about Ethermint: | ||
This Ethermint fork is maintained by the team at ZetaChain. | ||
|
||
- [Evmos Twitter](https://twitter.com/EvmosOrg) | ||
- [Evmos Discord](https://discord.gg/evmos) | ||
- [Evmos Telegram](https://t.me/EvmosOrg) | ||
- [Altiplanic Twitter](https://twitter.com/Altiplanic_io) | ||
Ethermint is a scalable and interoperable Ethereum library originally developed by EVMOS, built on Proof-of-Stake with fast-finality using the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk/) which runs on top of [Tendermint Core](https://github.com/tendermint/tendermint) consensus engine. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters