mirror of
https://github.com/grassrootseconomics/erc20-pool.git
synced 2024-11-06 22:16:47 +01:00
Upgrade deps
Signed-off-by: lash <dev@holbrook.no> Signed-off-by: Mohammed Sohail <sohailsameja@gmail.com>
This commit is contained in:
parent
a46dfad2a0
commit
c688989c40
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user