-
Notifications
You must be signed in to change notification settings - Fork 992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow the use of custom Ethereum JSON-RPC endpoint #253
Allow the use of custom Ethereum JSON-RPC endpoint #253
Conversation
87ae736
to
32289f4
Compare
978fe79
to
b8ab36c
Compare
I'll make the following changes to this PR:
|
b8ab36c
to
08552ed
Compare
b7c377e
to
4acc6f5
Compare
4acc6f5
to
f694e65
Compare
f694e65
to
bb8dd88
Compare
f1d601f
to
d9662e0
Compare
d9662e0
to
cdf2283
Compare
cdf2283
to
f07284a
Compare
3681490
to
ef55fb6
Compare
ef55fb6
to
777d8bb
Compare
8d7b66f
to
c285b74
Compare
Co-authored-by: James Hiew <james@chainfork.com>
Co-authored-by: James Hiew <james@chainfork.com>
190bf02
to
d71088e
Compare
I thought about the issue of |
Closes #417 and #464
This PR makes it so that the ledger will not start up
geth
if theledger.ethereum.mode = "Remote"
. The motivation for this PR is to be able to test the ledger more easily (with a separately managedgeth
process or some standin likenpx hardhat node
, or some remote Ethereum endpoint). I've manually tested using a separategeth
process and passing envvars to override the appropriate config e.g.