Commit 2304cdc
authored
fix(redstone): Re-deploy SpokePool (#578)
The initial Redstone deployment only deployed an implementation
contract, not a proxy. This should have been recognised and corrected
during deployment, but was overlooked and not discovered until testing.
The deployment scripts have been updated to make it more difficult to
do this accidentally in the future.1 parent 9cdda4e commit 2304cdc
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments