You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to deploy ERC-1820 for the Superfluid protocol on Optimism Sepolia. That requires a non-EIP-155 tx ("Nick's method").
We synced a testnet node and expected this to work after starting it with the flag --rpc.allow-unprotected-txs=true. However it still fails, with the node printing this log message:
Can you please enable pre EIP-155 transactions?
Alternatively, please deploy ERC-1820. Other protocols may eventually need it too.
PS: We have had the same issue before with Base L2 that use OP Stack, and it was solved. See here for reference.
miscellaneousUncategorized developer questions, we'll figure it out together.discussion-metricsUsed by Github Action to gather discussion metrics on the question and answer section.
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
Hi,
We are trying to deploy ERC-1820 for the Superfluid protocol on Optimism Sepolia. That requires a non-EIP-155 tx ("Nick's method").
We synced a testnet node and expected this to work after starting it with the flag --rpc.allow-unprotected-txs=true. However it still fails, with the node printing this log message:
Can you please enable pre EIP-155 transactions?
Alternatively, please deploy ERC-1820. Other protocols may eventually need it too.
PS: We have had the same issue before with Base L2 that use OP Stack, and it was solved. See here for reference.
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions