Skip to content

Commit 494972a

Browse files
committed
version bump for redeployment
1 parent c69edb1 commit 494972a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/SESH.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import "./libraries/Shared.sol";
1212
* @notice The SESH utility token with Arbitrum Custom Gateway support
1313
*/
1414
contract SESH is ICustomToken, ERC20, ERC20Permit, Shared {
15-
uint256 public constant VERSION = 1;
15+
uint256 public constant VERSION = 2;
1616

1717
address public immutable gateway;
1818
address public immutable router;

contracts/SESHL2.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import "./libraries/arbitrum-bridge/IArbToken.sol";
1111
*/
1212
contract SESHL2 is Initializable, ERC20Upgradeable, IArbToken {
1313

14-
uint256 public constant VERSION = 1;
14+
uint256 public constant VERSION = 2;
1515

1616
address public l2Gateway;
1717
address public l1Address;

0 commit comments

Comments
 (0)