Skip to content

Commit

Permalink
Merge pull request #19 from yash251/patch-1
Browse files Browse the repository at this point in the history
feat: add "Import from Etherscan" column
  • Loading branch information
kuzdogan authored Feb 5, 2024
2 parents c1dda5d + 64ae19a commit cd241aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/supportedChainsTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ const Table = () => {
{chain.supported ? "Verification" : "Not Supported"} <br />
{chain.monitored ? "Monitoring" : ""}
</td>
<td style={{ textAlign: "center" }}>
{chain.etherscanAPI ? "✅" : ""}
</td>
<td>
{
<TestResult
Expand Down Expand Up @@ -235,6 +238,7 @@ const Table = () => {
<th>Chain</th>
<th>Chain ID</th>
<th>Support Type</th>
<th>Import from Etherscan</th>
<th>Verification Tests</th>
</tr>
</thead>
Expand Down

0 comments on commit cd241aa

Please sign in to comment.