Correct quoter name in readme

This commit is contained in:
lash 2023-08-03 15:20:33 +01:00
parent 0f7f8bfeea
commit b1442ba416
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746

View File

@ -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