Skip to content

Commit

Permalink
Merge pull request #3 from FuelLabs/cleanup
Browse files Browse the repository at this point in the history
chore: Cleanup
  • Loading branch information
calldelegation authored Oct 4, 2024
2 parents fc0018c + 0a7ea70 commit 69b2a6f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
5 changes: 3 additions & 2 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 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
7 changes: 6 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 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 69b2a6f

Please sign in to comment.