From 7427324ebc8dc48d1b5bcd8984a65dcbbbee6b40 Mon Sep 17 00:00:00 2001 From: Victor Graf Date: Tue, 25 Jun 2024 14:02:12 -0700 Subject: [PATCH] remove warning tag --- deployment-guide.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deployment-guide.md b/deployment-guide.md index 2578091..09da976 100644 --- a/deployment-guide.md +++ b/deployment-guide.md @@ -231,8 +231,7 @@ You can deploy your contract on Ethereum Mainnet as follows: 2. Publish a new state - > [!WARNING] - > Currently only a local wallet, provided by the `ETH_WALLET_PRIVATE_KEY` env var is implemented in the example publisher app. + > NOTE: Currently only a local wallet, provided by the `ETH_WALLET_PRIVATE_KEY` env var is implemented in the example publisher app. > Please see https://github.com/risc0/risc0-foundry-template/issues/121 for more details. ```bash