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
This would be awesome! I just added altda support to optimism-package in ethpandaops/optimism-package#154, and using it to spin up an op-package that targets our eigenda testnet. Would be awesome to make it work with your local eigenda example.
Tried it out with the v1, it worked for a while but faced some issues, so would be more interested in making this work with v2 devnet.
One thing to keep in mind is that both op-package and avs-devnet spin up an ethereum-package. However, op-package is setup to be able to point to an external L1 instead of deploying its own using ethereum-package. So what you can do is change the ethereum_package in avs-devnet to add an additional_preloaded_contracts (which op-deployer requires):
ethereum_package:
additional_services:
- blockscout
network_params:
# NOTE: turning this to 1s causes "referenceBlockNumber is in future" errors
seconds_per_slot: 3
additional_preloaded_contracts: '
{
"0x4e59b44847b379578588920cA78FbF26c0B4956C": {
"balance": "0ETH",
"code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe03601600081602082378035828234f58015156039578182fd5b8082525050506014600cf3",
"storage": {},
"nonce": "1"
}
}
'
And then you can change the op's yaml config to use
We should use optimism-package to support deploying an Optimism L2. This would serve for testing any application that interacts with L2s.
The text was updated successfully, but these errors were encountered: