Skip to content

Commit 1434524

Browse files
authored
chore(lib/contracts): bump solvernet omega version (#3118)
The last SolverNet deployment wasn't verified, and we applied some contract changes since then, so we can no longer verify without pulling older commits. Just going to redeploy the current contracts, which should experience no further changes until the audit is finalized. issue: none
1 parent 61b13d9 commit 1434524

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/contracts/address.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const (
2121
mainnetVersion = "v1.0.0"
2222

2323
// solver net versions can progress independently of core.
24-
solvernetOmegaVersion = "v0.1.0"
24+
solvernetOmegaVersion = "v0.1.1"
2525
solvernetMainnetVersion = "v1.0.0"
2626

2727
NameAVS = "avs"

lib/contracts/testdata/TestContractAddressReference.golden

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"gasstation": "0x3266c030c1e302264063cf44f6df8bbaaf3d9767",
3434
"l1bridge": "0x084ef227534a6ad2de4c4e54db19f1c457a57a27",
3535
"portal": "0xcb60a0451831e4865bc49f41f9c67665fc9b75c3",
36-
"solvernetinbox": "0x71d48a88600a790fb1e94efdbf6c284fc08f99b8",
37-
"solvernetmiddleman": "0xf72ea80edec895cabe430f266135dd0267e18cb2",
38-
"solvernetoutbox": "0xd98068374c233e4d4081d24154489551dcd6fdf5",
36+
"solvernetinbox": "0x80b6ed465241a17080dc4a68be42e80fea1214dd",
37+
"solvernetmiddleman": "0x191e0a0aab2b21e946a0ff0ecbd36218b90801c9",
38+
"solvernetoutbox": "0x020b76746606c6ddb4708b6996cad9adb821604e",
3939
"token": "0xd036c60f46ff51dd7fbf6a819b5b171c8a076b07"
4040
}
4141
}

0 commit comments

Comments
 (0)