We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c32b2 commit 4976e0bCopy full SHA for 4976e0b
contracts/script/upgrade/AlignedLayerPauserUpgrader.s.sol
@@ -90,9 +90,11 @@ contract AlignedLayerPauserUpgrader is Script {
90
91
// alignedLayerServiceManager is the proxy
92
AlignedLayerServiceManager alignedLayerServiceManager = AlignedLayerServiceManager(
93
- stdJson.readAddress(
94
- aligned_deployment_file,
95
- ".addresses.alignedLayerServiceManager"
+ payable(
+ stdJson.readAddress(
+ aligned_deployment_file,
96
+ ".addresses.alignedLayerServiceManager"
97
+ )
98
)
99
);
100
0 commit comments