Skip to content

Commit

Permalink
chore: [#3] fix yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnorman committed May 16, 2022
1 parent 0b6d55f commit ae517e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion components/ClaimButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const ClaimButton = ({
...rest
}: ClaimButtonProps) => {
const claimStatus = determineClaimStatus(allowance, walletAlreadyClaimed, withinClaimPeriod);
console.log('ClaimStatus:', claimStatus);

const getClaimButtonText = () => {
switch (claimStatus) {
Expand Down
8 changes: 1 addition & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ae517e9

Please sign in to comment.