Upgrade deps

Signed-off-by: lash <dev@holbrook.no>
Signed-off-by: Mohammed Sohail <sohailsameja@gmail.com>
This commit is contained in:
lash 2024-04-15 11:32:46 +01:00 committed by Mohammed Sohail
parent a46dfad2a0
commit c688989c40
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
4 changed files with 10 additions and 8 deletions

View File

@ -84,7 +84,7 @@ An example quoter contract `DecimalQuote.sol` can be found in this repository. T
Using the `setFee` method, a fee may be specified, in parts-per-million, to be deducted from each token swap.
The fee will be deducted from the input token _before_ the value is sent to the "quoter" (if defined).
_From the moment the fee has changed_, the fee will be deducted from the input token _before_ the value is sent to the "quoter" (if defined).
Fee is defined in _parts-per-million_, i.e. `1000000` equals `100%`. Any value less than `1000000` is valid.

View File

@ -1,3 +1,3 @@
eth-erc20~=0.7.5
chainlib-eth~=0.4.22
eth-erc20~=0.9.0
chainlib-eth~=0.6.2
#chainlib~=0.4.14

View File

@ -1,6 +1,6 @@
[metadata]
name = erc20-pool
version = 0.0.1
version = 0.1.0
description = Permissioned ERC20 swap pool for EVM
author = Louis Holbrook
author_email = dev@holbrook.no

View File

@ -1,4 +1,6 @@
eth_tester==0.5.0b3
py-evm==0.3.0a20
eth-interface==0.1.1
erc20-limiter==0.0.2
eth_tester==0.10.0b4
py-evm==0.10.0b4
rlp==3.0.0
eth-accounts-index~=0.6.0
eth-interface==0.2.0
erc20-limiter==0.1.0