mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 01:37:01 +01:00
more ganache options
This commit is contained in:
parent
76477e8301
commit
90839158ab
@ -7,4 +7,4 @@ services:
|
||||
networks:
|
||||
backend:
|
||||
ipv4_address: 172.15.0.3
|
||||
|
||||
entrypoint: ["node", "/app/ganache-core.docker.cli.js","--networkId","0x2324","--gasLimit","10000000000","--gasPrice","1","---hardfork","istanbul","--mnemonic","${GANACHE_MNEMONIC}"]
|
@ -26,7 +26,7 @@ COMPOSE_DIR="${DIR}/compose-files"
|
||||
|
||||
# Default versions of Aquarius, Brizo, Keeper Contracts and Commons
|
||||
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v3}
|
||||
export PROVIDER_VERSION=${PROVIDER_VERSION:-phase2}
|
||||
export PROVIDER_VERSION=${PROVIDER_VERSION:-alex}
|
||||
|
||||
export PROJECT_NAME="ocean"
|
||||
export FORCEPULL="false"
|
||||
@ -34,14 +34,14 @@ export FORCEPULL="false"
|
||||
|
||||
# Specify the ethereum default RPC container provider
|
||||
if [ ${IP} = "localhost" ]; then
|
||||
export KEEPER_RPC_HOST="keeper-node"
|
||||
export KEEPER_RPC_HOST="ganache"
|
||||
else
|
||||
export KEEPER_RPC_HOST=${IP}
|
||||
fi
|
||||
export KEEPER_RPC_PORT="8545"
|
||||
export KEEPER_RPC_URL="http://"${KEEPER_RPC_HOST}:${KEEPER_RPC_PORT}
|
||||
# Use this seed only on Spree! (Spree is the default.)
|
||||
export KEEPER_MNEMONIC="taxi music thumb unique chat sand crew more leg another off lamp"
|
||||
export GANACHE_MNEMONIC=${GANACHE_MNEMONIC:-"taxi music thumb unique chat sand crew more leg another off lamp"}
|
||||
|
||||
|
||||
# Default Aquarius parameters: use Elasticsearch
|
||||
|
Loading…
Reference in New Issue
Block a user