Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
calldelegation committed Oct 4, 2024
1 parent fc0018c commit f20dc09
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Summary

[Verified Addresses](./index.md)
[Assets](./assets.md)
[Contracts](./contracts.md)
- [Assets](./assets.md)
- [Contracts](./contracts.md)
2 changes: 1 addition & 1 deletion docs/src/contracts.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Verified Deployed Contracts
# Verified Contracts

## Ethereum Mainnet

Expand Down
6 changes: 5 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Verified Addresses

Verified assets and deployed contract addresses across the Fuel ecosystem.
This section serves as a reference for all verified assets and contract addresses across the Fuel ecosystem.

The addresses are sourced from the following repositories:
- [Asset Addresses](https://github.com/FuelLabs/verified-assets)
- [Contract Addresses](https://github.com/FuelLabs/fuel-bridge/tree/main/packages/solidity-contracts/deployments)
2 changes: 1 addition & 1 deletion src/gen-contract-docs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const outputFile = "./docs/src/contracts.md";
const folders = ["mainnet", "testnet"];

// Start the markdown content with the main title
let mdContent = "# Verified Deployed Contracts\n\n";
let mdContent = "# Verified Contracts\n\n";

// Helper function to fetch JSON data from a URL
const fetchJson = async (url) => {
Expand Down

0 comments on commit f20dc09

Please sign in to comment.