You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contracts/chain-adapters/ZkStack_Adapter.sol
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -49,9 +49,6 @@ contract ZkStack_Adapter is AdapterInterface {
49
49
// Set l1Weth at construction time to make testing easier.
50
50
WETH9Interface publicimmutable L1_WETH;
51
51
52
-
// SharedBridge address, which is read from the BridgeHub at construction.
53
-
addresspublicimmutable SHARED_BRIDGE;
54
-
55
52
// The maximum gas price a transaction sent to this adapter may have. This is set to prevent a block producer from setting an artificially high priority fee
56
53
// when calling a hub pool message relay, which would otherwise cause a large amount of ETH to be sent to L2.
57
54
uint256privateimmutable MAX_TX_GASPRICE;
@@ -87,7 +84,6 @@ contract ZkStack_Adapter is AdapterInterface {
0 commit comments