Conversation
✅ Deploy Preview for compose-diamonds ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
|
Hey @Jayy4rl, thanks for the PR. I've read the content from the changes Could you please fix the build so we can see it in preview. It's failling due to missing link, you can just comment them out for now. |
|
@maxnorm I've done that, should be able to preview now |
|
Hey @Jayy4rl, this looks great for the Data facet. I like it. How do you want to proceed next? You can build the whole ERC20 doc (facets/mods) with this PR or we merge this one and we do incremental PRs with the other pages. Whatever work best for you! Thanks again for your help in writing documentation content. It's an important step for the adoption of Compose that most don't like to do. Btw, feel free to propose improvements or fix things on the website as you work with it. (Maybe in separate PRs) I will be pleased to see your ideas. |
|
Awesome! |
|
Hey @maxnorm, For the index of the ERC20 folder, I found that listing the cards for all files was crowding the page. So I listed cards for the subfolders instead, created index.mdx files in each of the subfolders and then put the file cards in the respective subfolder index files. Its one extra click in navigation but i think it's neater. Can check the layout in the commit here 5d8e385 Also think i want to do the same thing for the Owners section. Diamond core section is fine as its only 4 cards. So let me know what you think. |
|
For the Permit mod, line 116 has this But in the function actually emits the Approval event here In the docs, I noted that the function emits the Approval event, so could you confirm that this is accurate? 04ec989 |
We can remove the "must be emitted by the calling facet/contract" part in the function doc. |
Coverage Report
Last updated: Thu, 17 Sep 2026 19:06:30 GMT for commit |
Gas ReportNo gas usage changes detected between All functions maintain the same gas costs. ✅ Last updated: Thu, 17 Sep 2026 19:06:51 GMT for commit |
Summary
Created index and pages for ERC20 using the structure of the diamond facet documentation.
Changes Made
Tracking issue #369