Skip to content

Commit

Permalink
feat: contracts metadata (#6)
Browse files Browse the repository at this point in the history
* Update README.md

* Update DUMMY-mainnet-projects.json

* Update README.md

* chore: sync eth chain name and add links

---------

Co-authored-by: Hélcio Franco <[email protected]>
  • Loading branch information
SilentCicero and helciofranco authored Oct 11, 2024
1 parent 7d8d399 commit 6daf9d1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
22 changes: 21 additions & 1 deletion DUMMY-mainnet-projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,26 @@
"isFeatured": true,
"name": "Mira Exchange",
"url": "https://mira.ly/",
"contracts": {
"mainnet": [
{
"id": "0xe68f7269cc74edfafd10de380288b89e8d419f3b456f78ba727a8cb0d679b163",
"name": "Mira V1 Core",
"description": "",
"source": "https://raw.githubusercontent.com/mira-amm/mira-v1-core/0ebb28837216276ab7bdad615fa5a0545810d37c/contracts/mira_amm_contract/src/main.sw",
"commit": "0ebb28837216276ab7bdad615fa5a0545810d37c",
"repo": "https://github.com/mira-amm/mira-v1-core",
"links": [
{
"title": "Security Audit",
"url": "https://docs.mira.ly/developer-guides/security-audit"
}
],
"audits": []
}
],
"sepolia": []
},
"tags": [
"DeFi"
],
Expand Down Expand Up @@ -826,4 +846,4 @@
"twitter": "https://x.com/zap_infra",
"image": "zap"
}
]
]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The home for ecosystem applications building on the Fuel Network. Find all the r
| --- | --- |
| `isLive` | Whether the project is live or not |
| `isFeatured` | Whether the project is featured or not |
| `contracts` | Contract information related to the project |
| `name` | The name of the project |
| `url` | The URL of the project |
| `tags` | The tags of the project |
Expand Down

0 comments on commit 6daf9d1

Please sign in to comment.