Rename tycho to tycho_client

This commit is contained in:
Thales Lima
2024-07-18 22:13:46 +02:00
committed by tvinagre
parent 7229f1fca0
commit 13c1db8171
21 changed files with 60 additions and 7 deletions

View File

@@ -15,9 +15,7 @@ from evm import get_token_balance, get_block_header
from tycho import TychoRunner
from tycho_client.tycho.decoders import ThirdPartyPoolTychoDecoder
from tycho_client.tycho.models import Blockchain, EVMBlock
from tycho_client.tycho.tycho_adapter import (
TychoPoolStateStreamAdapter,
)
from tycho_client.tycho.tycho_adapter import TychoPoolStateStreamAdapter
class TestResult: