From b1442ba416629a9b8a41a880875e1bf28977ba6d Mon Sep 17 00:00:00 2001 From: lash Date: Thu, 3 Aug 2023 15:20:33 +0100 Subject: [PATCH] Correct quoter name in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5e6d59..1573ea2 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ The value returned from the "quoter" is the value of output tokens that will be The "quoter" smart contract must satisfy the [CIC TokenQuote](https://git.grassecon.net/cicnet/cic-contracts/#tokenquote) interface. -An example quoter contract `Quote.sol` can be found in this repository. The contract translates values according to the decimal count reported by the respective ERC20 tokens. +An example quoter contract `DecimalQuote.sol` can be found in this repository. The contract translates values according to the decimal count reported by the respective ERC20 tokens. ## Sealing the contract