From ac14aff0bedc02a462f0a34d26df969a76d08998 Mon Sep 17 00:00:00 2001 From: zerosnacks Date: Thu, 23 Apr 2026 12:07:49 +0200 Subject: [PATCH 1/2] add foundry-toolchain mention --- src/pages/sdk/foundry/index.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/pages/sdk/foundry/index.mdx b/src/pages/sdk/foundry/index.mdx index 6737e8ad..02890c58 100644 --- a/src/pages/sdk/foundry/index.mdx +++ b/src/pages/sdk/foundry/index.mdx @@ -108,6 +108,18 @@ Tempo's contract verifier is Sourcify-compatible. Configure verification with `V The `[etherscan]` table in `foundry.toml` is for Etherscan-style verifiers, not Tempo's verifier. +### Using `foundry-toolchain` in your CI + +Use the [`foundry-toolchain`](https://github.com/foundry-rs/foundry-toolchain) GitHub Action to install Foundry in CI. +Tempo is included in upstream Foundry, so no special configuration is needed. + +```yaml +- name: Install Foundry + uses: foundry-rs/foundry-toolchain@v1 + with: + version: nightly +``` + ## Use Foundry for your workflows All standard Foundry commands are supported out of the box. From bc40fdb3eb94fdac66dd2228926f968d12d93fa9 Mon Sep 17 00:00:00 2001 From: zerosnacks <95942363+zerosnacks@users.noreply.github.com> Date: Thu, 23 Apr 2026 12:16:25 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: zerosnacks <95942363+zerosnacks@users.noreply.github.com> --- src/pages/sdk/foundry/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/sdk/foundry/index.mdx b/src/pages/sdk/foundry/index.mdx index 02890c58..becd544c 100644 --- a/src/pages/sdk/foundry/index.mdx +++ b/src/pages/sdk/foundry/index.mdx @@ -110,8 +110,8 @@ The `[etherscan]` table in `foundry.toml` is for Etherscan-style verifiers, not ### Using `foundry-toolchain` in your CI -Use the [`foundry-toolchain`](https://github.com/foundry-rs/foundry-toolchain) GitHub Action to install Foundry in CI. -Tempo is included in upstream Foundry, so no special configuration is needed. +Use the [`foundry-toolchain`](https://github.com/foundry-rs/foundry-toolchain) GitHub Action to install Foundry in your CI. +Tempo support is included in Foundry, so no special configuration is needed. ```yaml - name: Install Foundry