diff --git a/ethereum/contracts/relayProvider/RelayProvider.sol b/ethereum/contracts/relayProvider/RelayProvider.sol index fde596b..f578e06 100644 --- a/ethereum/contracts/relayProvider/RelayProvider.sol +++ b/ethereum/contracts/relayProvider/RelayProvider.sol @@ -35,8 +35,7 @@ contract RelayProvider is RelayProviderGovernance, IRelayProvider { return quoteAssetConversion(targetChain, gasPrice(targetChain), chainId()); } - //Returns the price of chainId's native currency in USD * 10^6 - //TODO decide on USD decimals + //Returns the price of chainId's native currency in USD 10^-6 units function quoteAssetPrice(uint16 chainId) public view override returns (uint256) { return nativeCurrencyPrice(chainId); }