// SPDX-License-Identifier: MIT pragma solidity 0.8.19; /** @title Propel Gas Pool @notice Placeholder contract for tokens to be used as gas compensation See https://github.com/liquity/dev#gas-compensation */ contract GasPool { // do nothing, as the PropelCore contracts have permission to send to and burn from this address }