Skip to content

Commit

Permalink
Fix ganache host
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-en committed Jul 3, 2023
1 parent 584a055 commit ae58a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/scripts/start_ganache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ cd ${SCRIPTS_DIR}/../../testing/vendor/ganache
yarn
ganache_block_time=${GANACHE_BLOCK_TIME:-12}
echo $ganache_block_time
node_modules/.bin/ganache-cli --hardfork london --port 9545 --miner.blockTime $ganache_block_time --gasLimit 10000000 --account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501200,10000000000000000000000000000" --account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501201,10000000000000000000000000000" --account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501202,10000000000000000000000000000" --db localnet -h 0.0.0.0
node_modules/.bin/ganache-cli --hardfork london --port 9545 --miner.blockTime $ganache_block_time --gasLimit 10000000 --account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501200,10000000000000000000000000000" --account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501201,10000000000000000000000000000" --account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501202,10000000000000000000000000000" --db localnet -h 127.0.0.1

0 comments on commit ae58a6a

Please sign in to comment.