Add environment description override
This commit is contained in:
parent
d3f2b1f1fa
commit
d49e3dd6ec
@ -36,7 +36,6 @@ def block_by_number(n, include_tx=True, id_generator=None):
|
||||
"""Implements chainlib.interface.ChainInterface method
|
||||
"""
|
||||
hx = strip_0x(hex(n))
|
||||
sys.stderr.write('hx {} {}\n'.format(n, hx))
|
||||
nhx = add_0x(compact(hx), compact_value=True)
|
||||
j = JSONRPCRequest(id_generator)
|
||||
o = j.template()
|
||||
|
2
chainlib/eth/data/env/env.ini
vendored
Normal file
2
chainlib/eth/data/env/env.ini
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
[rpc]
|
||||
provider = Fully-qualified URL to EVM node's RPC endpoint.
|
Loading…
Reference in New Issue
Block a user