erc20-pool

Permissioned ERC20 swap pool for EVM
Log | Files | Refs | README

commit b1442ba416629a9b8a41a880875e1bf28977ba6d
parent 0f7f8bfeea2d66da35f58ace3ca07692f8b1cf52
Author: lash <dev@holbrook.no>
Date:   Thu,  3 Aug 2023 15:20:33 +0100

Correct quoter name in readme

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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