From f1103700b8f909cc25c082cc71e5c1c0e265b672 Mon Sep 17 00:00:00 2001 From: Aditya Anand M C Date: Mon, 21 Oct 2024 16:53:29 +0530 Subject: [PATCH] switch to arb (#3698) --- .../src/features/attestations/utils/constants.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/grant-explorer/src/features/attestations/utils/constants.ts b/packages/grant-explorer/src/features/attestations/utils/constants.ts index ce9cb7e97..5a162abfa 100644 --- a/packages/grant-explorer/src/features/attestations/utils/constants.ts +++ b/packages/grant-explorer/src/features/attestations/utils/constants.ts @@ -1,4 +1,4 @@ -// export const AttestationChainId = 42161; -export const AttestationChainId = 11155111; +export const AttestationChainId = 42161; +// export const AttestationChainId = 11155111; export const AttestationFee = BigInt(0.0007722 * 10 ** 18); -export const FeeExemptAttestationsLimit = 20; +export const FeeExemptAttestationsLimit = 30;