Closed gurukamath closed 2 months ago
(closes #997 )
EIP-2935 implementation was out of date
Related to Issue #997
The contract address was updated to the latest version in an earlier PR. No change there. This PR uses a contract call instead of set_storage to update the storage of the contract. Relevant changes to the t8n tool are also included.
set_storage
t8n
(closes #997 )
What was wrong?
EIP-2935 implementation was out of date
Related to Issue #997
How was it fixed?
The contract address was updated to the latest version in an earlier PR. No change there. This PR uses a contract call instead of
set_storage
to update the storage of the contract. Relevant changes to thet8n
tool are also included.