Stuck on Step "Deploy the L1 contracts" #354
Replies: 5 comments 40 replies
-
@yusufsuhair apologize for the delay, I have notifed our devsupport team of this issue and we should have an answer or workaround in the next few days! |
Beta Was this translation helpful? Give feedback.
-
Hey @yusufsuhair, I went ahead and moved your question into the place where it'll have the most eyes. I can't take a look at the moment, but someone else might be able to hop in and answer. |
Beta Was this translation helpful? Give feedback.
-
WARN [04-21|11:22:32.708] tx in inbox with unauthorized submitter addr=0x5C1736106082Aa6B3eC66FC04408aEEb4739B66c hash=1193ab..b214d6 err=nil |
Beta Was this translation helpful? Give feedback.
-
so basically i deployed there at https://ejoe.xyz and this is the IP |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I was creating my own L2 Rollup testnet, at first I did that successfully on my laptop (Macbook) which I can literally use the created L2 network.
So then I purchased a VM using Ubuntu v22 OS and tried to deploy referring to the doc (https://docs.optimism.io/builders/chain-operators/tutorials/create-l2-rollup#proposer).
But then I was stuck in this section:
The error mentioned was:
...16060820152818360808301376000818301608090810191909152601f9092017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01601019392505050565b838152818360208301376000910160200190815292915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fdfea164736f6c634300080f000a496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069\",\n \"nonce\": \"0x4a\",\n \"accessList\": []\n },\n \"additionalContracts\": [],\n \"isFixedGasLimit\": false\n}'"]) │ └─ ← [Return] 0x6e756c6c ├─ [0] VM::ffi(["bash", "-c", "echo DisputeGameFactory.0.8.15 | sed -E 's/[.][0-9]+\\.[0-9]+\\.[0-9]+//g'"]) │ └─ ← [Return] 0x4469737075746547616d65466163746f7279 ├─ [0] VM::getCode("DisputeGameFactory.sol:DisputeGameFactory.0.8.15") [staticcall] │ └─ ← [Revert] No matching artifact found └─ ← [Revert] No matching artifact found
== Logs == Connected to network with chainid 11155111 Storing temp deployment data in /root/optimism/packages/contracts-bedrock/deployments/getting-started/.deploy DeployConfig: reading file /root/optimism/packages/contracts-bedrock/deploy-config/getting-started.json Deploying from Deploy Deployment context: getting-started Syncing 27 deployments Using deployment artifact /root/optimism/packages/contracts-bedrock/broadcast/Deploy.s.sol/11155111/run-latest.json Syncing deployment AddressManager: contract AddressManager Syncing deployment DisputeGameFactory: contract DisputeGameFactory.0.8.15 Error: script failed: No matching artifact found
I have no idea whats wrong, I even tried to create another VM using the Ubuntu v20 instead, but same issue..
and here is the versions after running the
versions.sh
:My suspicion was at the
make v4.x.x
instead ofmake v3
which my MacBook usesmake v3
, it was because ubuntu doesn't allow to usemake v3
anymore. But I don't think that's gonna be an issue. Kindly advise ..However, I do believe that all of the versions are comply
Please assist
Beta Was this translation helpful? Give feedback.
All reactions