Skip to content

Commit

Permalink
immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Nov 17, 2024
1 parent 29bb170 commit 0b7ac4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/token/contracts/Connected.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import "./shared/Events.sol";
contract Connected is ERC20, Ownable2Step, Events {
GatewayEVM public immutable gateway;
address public counterparty;
uint256 public gasLimit;
uint256 public immutable gasLimit;

error InvalidAddress();
error Unauthorized();
Expand Down

0 comments on commit 0b7ac4c

Please sign in to comment.