From 2c7a87f3d5ad2df2e48367a67fa5c870c7984345 Mon Sep 17 00:00:00 2001 From: Ocheretovich Date: Mon, 6 Jan 2025 09:03:34 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19a5739..48ab663 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Polygon Ecosystem Token (POL) -![Test Status](https://github.com/github/docs/actions/workflows/test.yml/badge.svg) +[![Test Status](https://github.com/github/docs/actions/workflows/test.yml/badge.svg)](https://github.com/0xPolygon/pol-token/actions/workflows/test.yml) The Polygon Ecosystem Token is intended as an upgrade to the [MATIC token](https://etherscan.io/address/0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0). It consists of a [token contract](https://github.com/0xPolygon/pol-token/tree/main/src/PolygonEcosystemToken.sol), [migration contract](https://github.com/0xPolygon/pol-token/tree/main/src/PolygonMigration.sol), and an [emission manager contract](https://github.com/0xPolygon/pol-token/tree/main/src/DefaultEmissionManager.sol). Together, this set of contracts is proposed in [PIP-17](https://github.com/maticnetwork/Polygon-Improvement-Proposals/blob/main/PIPs/PIP-17.md) to Polygon Governance as a step forward in functionality for the polygon ecosystem.