Skip to content

Commit

Permalink
Make ERA_CHAIN_ID public
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbochok committed Jun 12, 2024
1 parent 4abad56 commit 372d84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l2-contracts/contracts/bridge/L2SharedBridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ contract L2SharedBridge is IL2SharedBridge, Initializable {

/// @dev Contract is expected to be used as proxy implementation.
/// @dev Disable the initialization to prevent Parity hack.
uint256 internal immutable ERA_CHAIN_ID;
uint256 public immutable ERA_CHAIN_ID;

constructor(uint256 _eraChainId) {
ERA_CHAIN_ID = _eraChainId;
Expand Down

0 comments on commit 372d84d

Please sign in to comment.