diff --git a/deployments/5.md b/deployments/5.md index 0401618..9366b43 100644 --- a/deployments/5.md +++ b/deployments/5.md @@ -10,7 +10,6 @@ - [Polygon Ecosystem Token](#polygon-ecosystem-token) - [Deployment History](#deployment-history) - [1.1.0](#110) - - [1.0.0](#100) ## Summary @@ -72,7 +71,7 @@ Proxy Admin: [0x9Ed32fDC7E4600E1F733dbCEA750C19E7830FBc2](https://goerli.ethersc
-Implementation History +Implementation History @@ -120,7 +119,7 @@ Proxy Admin: [0x9Ed32fDC7E4600E1F733dbCEA750C19E7830FBc2](https://goerli.ethersc
-Implementation History +Implementation History
Version
diff --git a/script/utils/extract.js b/script/utils/extract.js index 5f79665..12bd0b8 100644 --- a/script/utils/extract.js +++ b/script/utils/extract.js @@ -241,7 +241,7 @@ function generateMarkdown(input) { const { deploymentHistoryMd, allVersions } = generateDeploymentHistory(input.history, input.latest, input.chainId); out += Object.keys(allVersions) .map((v) => `\n\t- [${v}](#${v.replace(/\./g, "")})`) - .join("\n"); + .join(""); out += `\n\n## Summary
Version
@@ -346,7 +346,7 @@ function generateProxyInformationIfProxy({ out += `\n`; out += `
-Implementation History +Implementation History
Version