Skip to content

Commit

Permalink
fix(development): 🚧 Fixing the reference to the Ether portal
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquemarlon committed Oct 11, 2024
1 parent 2122be9 commit 004b701
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"conventionalCommits.scopes": [
"development"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ As with any execution layer solution, a Cartesi dApp that wants to manipulate as

Currently, Cartesi Rollups support the following types of assets:

- [Ether (ETH)](../rollups-apis/json-rpc/portals/)
- [Ether (ETH)](../rollups-apis/json-rpc/portals/EtherPortal.md)
- [ERC-20](../rollups-apis/json-rpc/portals/ERC20Portal.md)
- [ERC-721](../rollups-apis/json-rpc/portals/ERC721Portal.md)
- [ERC-1155 Single](../rollups-apis/json-rpc/portals/ERC1155SinglePortal.md)
Expand Down

0 comments on commit 004b701

Please sign in to comment.