From b7c264d1978d5cfd8dc00c32ff2547079554f00c Mon Sep 17 00:00:00 2001 From: lufa23 <67415638+lufa23@users.noreply.github.com> Date: Thu, 16 Jun 2022 17:20:44 +0200 Subject: [PATCH] Update setup-eth-local.md --- docs/setup-eth-local.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup-eth-local.md b/docs/setup-eth-local.md index 889d10a..130ab24 100644 --- a/docs/setup-eth-local.md +++ b/docs/setup-eth-local.md @@ -1,5 +1,5 @@ ## Setup Peggy locally - +:warning: :warning: **WARNING: THIS DOCUMENTATION IS DEPRECATED** Peggy uses Truffle for running a local Ethereum blockchain which you can deploy the contracts to for testing. Note: Truffle is currently incompatible with node v14 because of a bug in ganache - see [here](trufflesuite/ganache-cli#732). Until the issue is resolved, we recommend any prior stable version of node (such as v10.16.3).