Unable to deploy contracts #851
-
Did you check the documentation?
Documentation Feedback (Optional)No response What type of issue are you experiencing?
Issue DescriptionIs there any limitations for solidity? Simply unable to deploy this contract to an OP network of dev environment(op-geth version: 1.101511.0-stable-68075997) which can be successfully deployed to other blockchain networks: // SPDX-License-Identifier: UNLICENSED import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol"; contract Padding is ERC1155, ERC2771Context {
} Steps to Reproduce
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol"; contract Padding is ERC1155, ERC2771Context {
} Are you using a specific library or SDK?
Are you using the latest version of the library/SDK?
Environment DetailsNo response Troubleshooting AttemptsNo response What type of support do you need?
Additional InformationNo response FeedbackNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
have you tried to deploy your contract on op-sepolia. if not,please have try , that may help us troubleshoot your devnet as the cause |
Beta Was this translation helpful? Give feedback.
Sorry guys, it's my bad. I configured a wrong op-batcher private key, resulting in submitted batch data unrecognized by op-node, which further results in reorg after seq_window_size period.