refactor: cleanup test code

This commit is contained in:
2025-04-03 13:45:37 +08:00
parent ef14e4851c
commit f03fc66c1e
10 changed files with 152 additions and 149 deletions

View File

@@ -1,8 +0,0 @@
from eth_logger import call_eth_logger
wallet_address = (
"0xe02666Cb63b3645E7B03C9082a24c4c1D7C9EFf6" # 修改成要使用的钱包地址/私钥
)
wallet_pk = "ae66ae3711a69079efd3d3e9b55f599ce7514eb29dfe4f9551404d3f361438c6"
call_eth_logger(wallet_address, wallet_pk, "hello World")

View File

@@ -1,2 +0,0 @@
[pytest]
asyncio_default_fixture_loop_scope = function