Skip to content

Commit

Permalink
Align version
Browse files Browse the repository at this point in the history
  • Loading branch information
telome committed Oct 5, 2024
1 parent bc004ad commit 619339e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/L1TokenGateway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ contract L1TokenGateway is UUPSUpgradeable, ITokenGateway, IL1ArbitrumGateway, I
address public immutable counterpartGateway;
address public immutable l1Router;
address public immutable inbox;
string public constant version = "1";
string public constant version = "1";

// --- events ---

Expand Down
2 changes: 1 addition & 1 deletion src/L2TokenGateway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ contract L2TokenGateway is UUPSUpgradeable, ITokenGateway, ICustomGateway, L2Arb

address public immutable l2Router;
address public immutable counterpartGateway;
string public constant version = "1";
string public constant version = "1";

// --- events ---

Expand Down

0 comments on commit 619339e

Please sign in to comment.