From d40d49c516196673bfe6f4300b0554b5f78a7fcf Mon Sep 17 00:00:00 2001 From: Henrique Marlon Date: Fri, 11 Oct 2024 10:02:09 -0300 Subject: [PATCH] fix(development): :construction: Fixing the reference to the Ether portal --- .vscode/settings.json | 5 +++++ .../version-1.5/development/asset-handling.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..a75f05d6 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "conventionalCommits.scopes": [ + "development" + ] +} \ No newline at end of file diff --git a/cartesi-rollups_versioned_docs/version-1.5/development/asset-handling.md b/cartesi-rollups_versioned_docs/version-1.5/development/asset-handling.md index 0e6b004e..2bc095a6 100644 --- a/cartesi-rollups_versioned_docs/version-1.5/development/asset-handling.md +++ b/cartesi-rollups_versioned_docs/version-1.5/development/asset-handling.md @@ -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)