We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e779cff + 43ed279 commit 728a58cCopy full SHA for 728a58c
1 file changed
virtuals_acp/x402.py
@@ -89,7 +89,7 @@ def generate_payment(
89
try:
90
usdc_contract = self.config.base_fare.contract_address
91
time_now = int(time.time())
92
- valid_after = str(time_now - 15)
+ valid_after = str(time_now - 60)
93
valid_before = str(time_now + requirements.accepts[0].maxTimeoutSeconds)
94
95
# Get token name and version using multicall but python not supported
0 commit comments