You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the ledger always uses 127.0.0.1:8585 as the Ethereum JSON-RPC endpoint for listening for events from the Ethereum bridge smart contracts, which is the endpoint exposed by the local geth subprocess started by the ledger.
We should make this configurable, so that some other endpoint could be used during testing. The local geth subprocess should not be started when a custom endpoint is used.
Currently, the ledger always uses
127.0.0.1:8585
as the Ethereum JSON-RPC endpoint for listening for events from the Ethereum bridge smart contracts, which is the endpoint exposed by the localgeth
subprocess started by the ledger.We should make this configurable, so that some other endpoint could be used during testing. The local
geth
subprocess should not be started when a custom endpoint is used.Relates to #228
The text was updated successfully, but these errors were encountered: