From f030add953067aecf3bf9fcba6c4e6bf7a2baa77 Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Sun, 11 May 2025 19:31:56 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aa150b..c3c8a17 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![CI](https://github.com/monad-developers/foundry-monad/actions/workflows/test.yml/badge.svg)](https://github.com/monad-developers/foundry-monad/actions/workflows/test.yml) + ## Monad-flavored Foundry > [!NOTE] @@ -134,4 +136,4 @@ forge verify-contract \ --constructor-args ``` -Please refer to the [Foundry Book](https://book.getfoundry.sh/) for more information. \ No newline at end of file +Please refer to the [Foundry Book](https://book.getfoundry.sh/) for more information. From 0edd1e8d2ab9c43844050a891a37879758725358 Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Wed, 13 Aug 2025 13:05:16 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c3c8a17..a30ca60 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[![CI](https://github.com/monad-developers/foundry-monad/actions/workflows/test.yml/badge.svg)](https://github.com/monad-developers/foundry-monad/actions/workflows/test.yml) - ## Monad-flavored Foundry > [!NOTE] @@ -90,7 +88,7 @@ forge verify-contract \ ``` ### Cast -[Cast reference](https://book.getfoundry.sh/cast/) +[Cast reference](https://getfoundry.sh/cast/overview) ```shell cast ```