This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 814
System Error when running Ganache 2.5.4 on darwin #4295
Comments
This was referenced Feb 3, 2024
This was referenced Oct 10, 2024
This was referenced Oct 17, 2024
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
I'm experimenting with ganache and trying to migrate my contracts to ganache development chain.
One of my contracts contains array of 10k addresses:
address[] internal largeAmountOfAddresses = [< insert 10k addresses >];
Migration for such contract fails with following error:
Could not connect to your Ethereum client with the following parameters
After failed migration I can't connect even to console:
truffle console --network development
Once I go to ganache UI and select "Switch network" and "Quickstart", I get the error below.
(If I reproduce the same scenario with small array of addresses, migration is successful. Ganache needs to be restarted between scenarios tho...)
PLATFORM: darwin
GANACHE VERSION: 2.5.4
EXCEPTION:
The text was updated successfully, but these errors were encountered: