We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710c399 commit de65ec9Copy full SHA for de65ec9
crates/service/src/routes/dips.rs
@@ -40,11 +40,7 @@ pub fn build_schema(
40
AgreementMutation {
41
expected_payee: indexer_address,
42
allowed_payers: allowed_payers.clone(),
43
- domain: eip712_domain(
44
- // 42161, // arbitrum
45
- *chain_id as u64,
46
- *receipts_verifier_address,
47
- ),
+ domain: eip712_domain(*chain_id as u64, *receipts_verifier_address),
48
cancel_voucher_time_tolerance: cancellation_time_tolerance
49
.unwrap_or(Duration::from_secs(5)),
50
},
0 commit comments