Files
tycho-execution/foundry/lib/ekubo/math/constants.sol
die-herdplatte 3c982c5824 Ekubo integration
2025-03-20 09:58:40 +01:00

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);