Add environment description override

This commit is contained in:
lash 2022-02-23 09:47:03 +00:00
parent d3f2b1f1fa
commit d49e3dd6ec
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 2 additions and 1 deletions

View File

@ -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
View File

@ -0,0 +1,2 @@
[rpc]
provider = Fully-qualified URL to EVM node's RPC endpoint.