Add skip balance check flag for testing module

This commit is contained in:
Thales Lima
2024-07-19 22:29:31 +02:00
committed by tvinagre
parent e0c1ba3b50
commit 3ccf0a8a1f
8 changed files with 19 additions and 13 deletions

View File

@@ -22,9 +22,9 @@ pip install -r requirements.txt
## Usage
```python
from tycho_client.tycho.decoders import ThirdPartyPoolTychoDecoder
from tycho_client.tycho.models import Blockchain
from tycho_client.tycho.tycho_adapter import TychoPoolStateStreamAdapter
from tycho_client.decoders import ThirdPartyPoolTychoDecoder
from tycho_client.models import Blockchain
from tycho_client.tycho_adapter import TychoPoolStateStreamAdapter
decoder = ThirdPartyPoolTychoDecoder(
"MyProtocolSwapAdapter.evm.runtime", minimum_gas=0, hard_limit=False