[Application Development] I would like to test L2 -> L1 asset transfer. #818
Replies: 5 comments
|
I think maybe you can config the period by set |
|
after my research,i think https://github.com/upnodedev/optimism-package/tree/main is easier to setup a low challenge period devnet |
|
It’s not a complete solution yet, but I was able to resolve the issue to some extent. Also, Optimism has released a one-click deployment system. I’m not sure if this adjustment has already been reflected there: |
|
Hello everyone, it’s been a while. Based on the current time, I checked and found that Optimism’s one-click deployment system has been discontinued. Thank you. |
Uh oh!
There was an error while loading. Please reload this page.
Did you check the documentation?
Documentation Feedback (Optional)
No response
What type of issue are you experiencing?
Issue Description
I know that optimism uses optimistic rollup to set the challenge period to 7 days. I also know that the testnet has a challenge period set to 7 days.
It takes 7 days to transfer L2 -> L1 assets. This period is too long for me.
I want to reduce the period by setting the challenge period to 604800 seconds.
I used https://github.com/ethereum-optimism/optimism, but there was no way. So I used https://github.com/upnodedev/optimism-package.
However, even with that, the challenge period was set to 604800 in the contract. I want to test the contract using optimistic rollup L2 with a reduced challenge period.
Please let me know if there is a way. I want to make it as simple as possible and I prefer docker.
I want to know a method other than zk Rollup and foundry local test. I want to use optimistic rollup.
I want to focus on contract development
Lastly, I'm curious, are all the other contract developers waiting for 7 days?
Steps to Reproduce
There doesn't seem to be an option to set a challenge period in https://github.com/ethereum-optimism/optimism.
L2 -> L1 asset transfer test, if there is a way, option, or supported chain to reduce the challenge period (7 days), please let me know
Are you using a specific library or SDK?
Are you using the latest version of the library/SDK?
Environment Details
optimism v1.13.2 - release
Macbook pro 14 M1 - Sequoia v15.4.1
Docker version 28.1.1, build 4eba377
kurtosis version - CLI Version: 1.8.0
Troubleshooting Attempts
I looked at the official documentation of optimism, but it only tells me about the tutorial branch.
I want to use a version that supports pectra upgrade.
Please help me.
What type of support do you need?
Additional Information
No response
Feedback
No response
All reactions