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:
parent
2f0ad14e50
commit
3275d5aa34
@ -38,7 +38,7 @@ cd barge
|
|||||||
docker system prune -a --volumes
|
docker system prune -a --volumes
|
||||||
|
|
||||||
# Run barge: start Ganache, Provider, Aquarius; deploy contracts; update ~/.ocean
|
# 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
|
./start_ocean.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user