Skip to content

Commit d98a953

Browse files
committed
Update ZkSync_SpokePool.sol
1 parent e1323b1 commit d98a953

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contracts/ZkSync_SpokePool.sol

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ contract ZkSync_SpokePool is SpokePool, CircleCCTPAdapter {
4040
address public DEPRECATED_zkErc20Bridge;
4141

4242
/// @dev Legacy bridge used to withdraw USDC to L1, for withdrawing all other ERC20's we use `l2AssetRouter`.
43+
/// @custom:oz-upgrades-unsafe-allow state-variable-immutable
4344
ZkBridgeLike public immutable zkUSDCBridge;
4445

4546
/// @dev The offset from which the built-in, but user space contracts are located.
@@ -57,7 +58,8 @@ contract ZkSync_SpokePool is SpokePool, CircleCCTPAdapter {
5758
/// Source: https://github.com/matter-labs/era-contracts/blob/48e189814aabb43964ed29817a7f05aa36f09fd6/l1-contracts/contracts/common/l2-helpers/L2ContractAddresses.sol#L70C1-L73C85
5859
address constant L2_NATIVE_TOKEN_VAULT_ADDR = address(USER_CONTRACTS_OFFSET + 0x04);
5960

60-
// Used to compute asset ID needed to withdraw tokens.
61+
/// Used to compute asset ID needed to withdraw tokens.
62+
/// @custom:oz-upgrades-unsafe-allow state-variable-immutable
6163
uint256 public immutable l1ChainId;
6264

6365
event SetZkBridge(address indexed erc20Bridge, address indexed oldErc20Bridge);

0 commit comments

Comments
 (0)