From 9d4f5587c60a121690a4de4f5bdad0c42e46950d Mon Sep 17 00:00:00 2001 From: Pavel Nikolov Date: Thu, 27 Jun 2024 10:59:17 +0200 Subject: [PATCH] chore(lib/netconf): bump omega version (#1297) Bump omega version task: none --- lib/netconf/static.go | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/lib/netconf/static.go b/lib/netconf/static.go index fd4c28dc5..d9d210b74 100644 --- a/lib/netconf/static.go +++ b/lib/netconf/static.go @@ -121,9 +121,8 @@ var runid = uuid.New().String() //nolint:gochecknoglobals // Static addresses var ( // Address matches lib/contracts. We do not import to avoid cylic dependencies. Equivalence asserted in tests. - omegaAVS = common.HexToAddress("0xa7b2e7830C51728832D33421670DbBE30299fD92") - mainnetAVS = common.HexToAddress("0xed2f4d90b073128ae6769a9A8D51547B1Df766C8") - omegaPortal = common.HexToAddress("0x602f8a77337d22DC13EAd94fFf23024f27899Ae9") + omegaAVS = common.HexToAddress("0xa7b2e7830C51728832D33421670DbBE30299fD92") + mainnetAVS = common.HexToAddress("0xed2f4d90b073128ae6769a9A8D51547B1Df766C8") ) //nolint:gochecknoglobals // Static mappings. @@ -148,15 +147,11 @@ var statics = map[ID]Static{ }, Omega: { Network: Omega, - Version: "v0.0.3", + Version: "v0.0.4", AVSContractAddress: omegaAVS, OmniExecutionChainID: evmchain.IDOmniOmega, MaxValidators: maxValidators, - Portals: []Deployment{ - {ChainID: evmchain.IDHolesky, Address: omegaPortal, DeployHeight: 1812518}, - {ChainID: evmchain.IDOpSepolia, Address: omegaPortal, DeployHeight: 13805229}, - // add arb sepolia when available - }, + Portals: []Deployment{}, }, Mainnet: { Network: Mainnet,