Skip to content

Commit

Permalink
fix chainId in ganache
Browse files Browse the repository at this point in the history
alexcos20 committed Nov 17, 2021
1 parent 6a9c9df commit 500530d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose-files/ganache.yml
Original file line number Diff line number Diff line change
@@ -7,4 +7,4 @@ services:
networks:
backend:
ipv4_address: 172.15.0.3
entrypoint: ["node", "/app/ganache-core.docker.cli.js", "--db", "./ganache_cache","--networkId","0x2324","--gasLimit","10000000000","--gasPrice","1","---hardfork","istanbul","--mnemonic","${GANACHE_MNEMONIC}"]
entrypoint: ["node", "/app/ganache-core.docker.cli.js", "--db", "./ganache_cache","--chainId","0x2324","--networkId","0x2324","--gasLimit","10000000000","--gasPrice","1","---hardfork","istanbul","--mnemonic","${GANACHE_MNEMONIC}"]

0 comments on commit 500530d

Please sign in to comment.