Commit 2b2e624
authored
fix(Zora): Correct deployment (#580)
The Zora SpokePool was affected by the same issue as the Redstone
deployment. Additionally, correct the mainnet contract addresses for
the Zora Adapter deployment. Zora listed both implementation and proxy
addresses on their contracts page. These new addresses have been
manually tested for message delivery, ETH and USDC token bridging.
I additionally took the opportunity here to fix the Blockscout
verification. Blockscout were automagically doing a partial verification
based on similarly to the Redstone SpokePool, and were thus tagging this
deployment as a Redstone_SpokePool instance. This was quite confusing
and misleading. It's possible to force verification via hardhat-verify
from version 2.0.7. Unfortunately this repo is stuck down at 1.x, so the
workaround was just to skip over the "is already verified" check that
hardhat-verify performs prior to attempting verification.1 parent d2dabb7 commit 2b2e624
File tree
7 files changed
+866
-7
lines changed- deployments
- mainnet
- solcInputs
- zora
- deploy
7 files changed
+866
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
Large diffs are not rendered by default.
0 commit comments