1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Replace ganache var name from HARDFORK to FORK.

This commit is contained in:
Calina Cenan 2023-12-04 06:35:11 +00:00
parent 2f0ad14e50
commit 3275d5aa34

View File

@ -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
```