@@ -26,6 +26,7 @@ async def send_post_request(wallet: str, timeout: float = 10.0) -> None:
timeout: 请求超时时间(秒)
"""
url = "https://faucet.nerzo.xyz/monad"
+
headers = {
"accept": "text/x-component",
"accept-encoding": "gzip, deflate, br, zstd",