We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54057d8 commit ca41b73Copy full SHA for ca41b73
tests/prague/eip6110_deposits/test_modified_contract.py
@@ -45,7 +45,7 @@
45
# (This happens on-chain also, but this is done by the solidity contract)
46
"amount_data": bytes.fromhex("0" + DEFAULT_DEPOSIT_REQUEST.amount.hex()[2:])[::-1],
47
"signature_data": bytes(DEFAULT_DEPOSIT_REQUEST.signature),
48
- "index_data": bytes(), # TODO: read from the default deposit request instead of hardcoding 0
+ "index_data": bytes(DEFAULT_DEPOSIT_REQUEST.index),
49
}
50
DEFAULT_REQUEST_LOG = create_deposit_log_bytes(**DEFAULT_DEPOSIT_REQUEST_LOG_DATA_DICT) # type: ignore
51
0 commit comments