update eth

This commit is contained in:
2024-09-30 21:51:49 +08:00
parent e8e7c59579
commit 1c18726066
4 changed files with 32 additions and 10 deletions

8
src/eth_logger_test.py Normal file
View File

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