Skip to content

Commit

Permalink
Implement requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-md committed Nov 22, 2023
1 parent 804c785 commit b65a642
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/scripts/generateSupportedNetworks.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,11 @@ ${networks
return `
### ${network}
This networks's Chain Id is ${chainId}.
${_contracts
.filter(c => c.chainId === chainId)
.map(c => `- \`${c.name}.sol\`: (${c.address})[${c.blockExplorerUrl}/address/${c.address}]]`)
.map(c => `- \`${c.name}.sol\`: [${c.address}](${c.blockExplorerUrl}/address/${c.address})`)
.join('\n')}
`
})
Expand Down
3 changes: 3 additions & 0 deletions supported-networks/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This section lists the addresses of all the Safe\{Core\} Protocol contracts deployed on all supported networks for each version. The same list can be found on our [GitHub repository](https://github.com/safe-global/safe-deployments), from which these pages are automatically generated.

The most recent version of the Safe\{Core\} Protocol is v1.4.1, however the default version to be used is v1.3.0 as it is deployed in many more networks and is the only currently supported in the [Safe Transaction Service](safe-core-api/safe-transaction-service.md).

Check failure on line 3 in supported-networks/index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] supported-networks/index.md#L3

[Microsoft.Contractions] Use 'it's' instead of 'it is'.
Raw output
{"message": "[Microsoft.Contractions] Use 'it's' instead of 'it is'.", "location": {"path": "supported-networks/index.md", "range": {"start": {"line": 3, "column": 117}}}, "severity": "ERROR"}

0 comments on commit b65a642

Please sign in to comment.