From 3275d5aa34f68118bee4675b65204f7c5dd66e95 Mon Sep 17 00:00:00 2001 From: Calina Cenan Date: Mon, 4 Dec 2023 06:35:11 +0000 Subject: [PATCH] Replace ganache var name from HARDFORK to FORK. --- data-scientists/ocean.py/local-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-scientists/ocean.py/local-setup.md b/data-scientists/ocean.py/local-setup.md index f22a3c56..7381cbb3 100644 --- a/data-scientists/ocean.py/local-setup.md +++ b/data-scientists/ocean.py/local-setup.md @@ -38,7 +38,7 @@ cd barge docker system prune -a --volumes # Run barge: start Ganache, Provider, Aquarius; deploy contracts; update ~/.ocean -export GANACHE_HARDFORK=london # for support of type 2 transactions +export GANACHE_FORK=london # for support of type 2 transactions ./start_ocean.sh ```