// SPDX-License-Identifier: GPL-2.0-or-later pragma solidity >=0.8.7 <0.9.0; /// @notice A pair of tokens struct Pair { address tokenA; address tokenB; }