6 lines
190 B
Solidity
6 lines
190 B
Solidity
// SPDX-License-Identifier: UNLICENSED
|
|
pragma solidity ^0.8.26;
|
|
|
|
// We use this address to represent the native token within the protocol
|
|
address constant NATIVE_TOKEN_ADDRESS = address(0);
|