From ae517e965fb154ef7ddc2c5c4b6c903acafe6309 Mon Sep 17 00:00:00 2001 From: "Michael D. Norman" Date: Mon, 16 May 2022 07:48:52 -0500 Subject: [PATCH] chore: [#3] fix yarn.lock --- components/ClaimButton.tsx | 1 - yarn.lock | 8 +------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/components/ClaimButton.tsx b/components/ClaimButton.tsx index 61f69c5..2af4dd4 100644 --- a/components/ClaimButton.tsx +++ b/components/ClaimButton.tsx @@ -29,7 +29,6 @@ const ClaimButton = ({ ...rest }: ClaimButtonProps) => { const claimStatus = determineClaimStatus(allowance, walletAlreadyClaimed, withinClaimPeriod); - console.log('ClaimStatus:', claimStatus); const getClaimButtonText = () => { switch (claimStatus) { diff --git a/yarn.lock b/yarn.lock index e183606..756a8f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3147,7 +3147,7 @@ "resolved" "https://registry.npmjs.org/eth-sig-util/-/eth-sig-util-1.4.2.tgz" "version" "1.4.2" dependencies: - "ethereumjs-abi" "git+https://github.com/ethereumjs/ethereumjs-abi.git" + "ethereumjs-abi" "0.6.8" "ethereumjs-util" "^5.1.1" "ethereum-bloom-filters@^1.0.6": @@ -3188,12 +3188,6 @@ "secp256k1" "^4.0.1" "setimmediate" "^1.0.5" -"ethereumjs-abi@git+https://github.com/ethereumjs/ethereumjs-abi.git": - "version" "0.6.8" - dependencies: - "bn.js" "^4.11.8" - "ethereumjs-util" "^6.0.0" - "ethereumjs-account@^2.0.3": "integrity" "sha512-bgDojnXGjhMwo6eXQC0bY6UK2liSFUSMwwylOmQvZbSl/D7NXQ3+vrGO46ZeOgjGfxXmgIeVNDIiHw7fNZM4VA==" "resolved" "https://registry.npmjs.org/ethereumjs-account/-/ethereumjs-account-2.0.5.tgz"