infrastructure-upgrade/lib/v3-periphery/contracts/test/PeripheryImmutableStateTest.sol
T-Hax 735546619e
init
Signed-off-by: T-Hax <>
2023-04-08 18:46:18 +00:00

9 lines
280 B
Solidity

// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity =0.7.6;
import '../base/PeripheryImmutableState.sol';
contract PeripheryImmutableStateTest is PeripheryImmutableState {
constructor(address _factory, address _WETH9) PeripheryImmutableState(_factory, _WETH9) {}
}