Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Cleanup #3

Merged
merged 2 commits into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading