Skip to content

Commit

Permalink
fix: Typos and wrong imports
Browse files Browse the repository at this point in the history
  • Loading branch information
InvokerMaster committed Sep 23, 2021
1 parent c869fd5 commit fc1678b
Show file tree
Hide file tree
Showing 20 changed files with 24,359 additions and 15,587 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"settings": {
"import/resolver": {
"node": {
"paths": ["./src", "../@apeswapfinance/uikit"]
"paths": ["./src", "../@apeswapfinance/uikit", "../@apeswapfinance/eslint-config-apeswap"]
}
}
},
Expand Down
24,227 changes: 24,227 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"react-scripts": "^4.0.1",
"styled-components": "^5.1.1",
"swiper": "^6.7.5",
"typescript": "^4.1.3",
"typescript": "^4.4.3",
"web3": "^1.3.1"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const ExpandableSectionButton: React.FC<ExpandableSectionButtonProps> = ({ onCli
)
}

ExpandableSectionButton.defaultProps = {
expanded: false,
}
// ExpandableSectionButton.defaultProps = {
// expanded: false,
// }

export default ExpandableSectionButton
3 changes: 1 addition & 2 deletions src/components/Menu/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ const config: MenuEntry[] = [
},
{
label: 'Partnership Application',
href:
'https://docs.google.com/forms/d/e/1FAIpQLSdiC4jpKQAYD4iALGrm9ErmDIs1xtsOENu9GsvgdczVwe_uOw/viewform?usp=sf_link',
href: 'https://docs.google.com/forms/d/e/1FAIpQLSdiC4jpKQAYD4iALGrm9ErmDIs1xtsOENu9GsvgdczVwe_uOw/viewform?usp=sf_link',
},
{
label: 'ApeTV',
Expand Down
102 changes: 34 additions & 68 deletions src/config/constants/nfaAttributes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,141 +5,121 @@ const NfaAttributes: NfaAttribute[] = [
id: 'ApeSwap Brown',
occurance: 105,
category: 'Face Color',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/ApeSwap%20Brown.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/ApeSwap%20Brown.png',
},
{
id: 'Blood Orange',
occurance: 90,
category: 'Face Color',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Blood%20Orange.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Blood%20Orange.png',
},
{
id: 'Brown',
occurance: 93,
category: 'Face Color',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Brown.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Brown.png',
},
{
id: 'Burnt Orange',
occurance: 100,
category: 'Face Color',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Burnt%20Orange.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Burnt%20Orange.png',
},
{
id: 'Gold',
occurance: 15,
category: 'Face Color',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Gold.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Gold.png',
},
{
id: 'Green Grey',
occurance: 86,
category: 'Face Color',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Green%20Grey.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Green%20Grey.png',
},
{
id: 'Highlighter Blue',
occurance: 95,
category: 'Face Color',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Highlighter%20Blue.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Highlighter%20Blue.png',
},
{
id: 'Moon Blue',
occurance: 98,
category: 'Face Color',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Moon%20Blue.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Moon%20Blue.png',
},
{
id: 'Pale Pink',
occurance: 97,
category: 'Face Color',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Pale%20Pink.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Pale%20Pink.png',
},
{
id: 'Pale Zombie',
occurance: 22,
category: 'Face Color',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Pale%20Zombie.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Pale%20Zombie.png',
},
{
id: 'Ripe Banana',
occurance: 106,
category: 'Face Color',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Ripe%20Banana.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Ripe%20Banana.png',
},
{
id: 'Smoke Grey',
occurance: 93,
category: 'Face Color',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Smoke%20Grey.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/00.%20Face%20Color/Smoke%20Grey.png',
},
{
id: 'Albino',
occurance: 24,
category: 'Base Color',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/01.%20Base%20Color/Albino.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/01.%20Base%20Color/Albino.png',
},
{
id: 'Army Green',
occurance: 155,
category: 'Base Color',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/01.%20Base%20Color/Army%20Green.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/01.%20Base%20Color/Army%20Green.png',
},
{
id: 'Dark Grey',
occurance: 161,
category: 'Base Color',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/01.%20Base%20Color/Dark%20Grey.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/01.%20Base%20Color/Dark%20Grey.png',
},
{
id: 'Grape Purple',
occurance: 19,
category: 'Base Color',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/01.%20Base%20Color/Grape%20Purple.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/01.%20Base%20Color/Grape%20Purple.png',
},
{
id: 'Hazel',
occurance: 175,
category: 'Base Color',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/01.%20Base%20Color/Hazel.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/01.%20Base%20Color/Hazel.png',
},
{
id: 'Maroon',
occurance: 161,
category: 'Base Color',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/01.%20Base%20Color/Maroon.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/01.%20Base%20Color/Maroon.png',
},
{
id: 'Orangutan',
occurance: 161,
category: 'Base Color',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/01.%20Base%20Color/Orangutan.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/01.%20Base%20Color/Orangutan.png',
},
{
id: 'Zombie Purple',
occurance: 144,
category: 'Base Color',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/01.%20Base%20Color/Zombie%20Purple.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/01.%20Base%20Color/Zombie%20Purple.png',
},
{
id: 'Earings',
Expand All @@ -151,22 +131,19 @@ const NfaAttributes: NfaAttribute[] = [
id: 'Main Frame',
occurance: 950,
category: 'Frame',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/02.%20Frames/Main%20Frame.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/02.%20Frames/Main%20Frame.png',
},
{
id: 'Buck Teeth',
occurance: 182,
category: 'Mouth',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/03.%20Mouths/Buck%20Teeth.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/03.%20Mouths/Buck%20Teeth.png',
},
{
id: 'Gold Tooth',
occurance: 25,
category: 'Mouth',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/03.%20Mouths/Gold%20Tooth.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/03.%20Mouths/Gold%20Tooth.png',
},
{
id: 'Happy',
Expand All @@ -178,8 +155,7 @@ const NfaAttributes: NfaAttribute[] = [
id: 'Open Smile',
occurance: 30,
category: 'Mouth',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/03.%20Mouths/Open%20Smile.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/03.%20Mouths/Open%20Smile.png',
},
{
id: 'Open',
Expand Down Expand Up @@ -233,15 +209,13 @@ const NfaAttributes: NfaAttribute[] = [
id: 'Pink Sunglasses',
occurance: 92,
category: 'Eyes',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/04.%20Eyes/Pink%20Sunglasses.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/04.%20Eyes/Pink%20Sunglasses.png',
},
{
id: 'Red Sunglasses',
occurance: 104,
category: 'Eyes',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/04.%20Eyes/Red%20Sunglasses.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/04.%20Eyes/Red%20Sunglasses.png',
},
{
id: 'Red',
Expand Down Expand Up @@ -271,8 +245,7 @@ const NfaAttributes: NfaAttribute[] = [
id: 'VR Goggles',
occurance: 100,
category: 'Eyes',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/04.%20Eyes/VR%20Goggles.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/04.%20Eyes/VR%20Goggles.png',
},
{
id: 'Astronaut',
Expand All @@ -290,15 +263,13 @@ const NfaAttributes: NfaAttribute[] = [
id: 'Banana Hair',
occurance: 119,
category: 'Hat',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/05.%20Hats/Banana%20Hair.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/05.%20Hats/Banana%20Hair.png',
},
{
id: 'Brown Hair',
occurance: 103,
category: 'Hat',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/05.%20Hats/Brown%20Hair.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/05.%20Hats/Brown%20Hair.png',
},
{
id: 'Cop',
Expand All @@ -310,36 +281,31 @@ const NfaAttributes: NfaAttribute[] = [
id: 'Dark Cowboy',
occurance: 0,
category: 'Hat',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/05.%20Hats/Dark%20Cowboy.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/05.%20Hats/Dark%20Cowboy.png',
},
{
id: 'Pale Cowboy',
occurance: 104,
category: 'Hat',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/05.%20Hats/Pale%20Cowboy.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/05.%20Hats/Pale%20Cowboy.png',
},
{
id: 'Red Tassle',
occurance: 102,
category: 'Hat',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/05.%20Hats/Red%20Tassle.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/05.%20Hats/Red%20Tassle.png',
},
{
id: 'Sweat Band',
occurance: 89,
category: 'Hat',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/05.%20Hats/Sweat%20Band.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/05.%20Hats/Sweat%20Band.png',
},
{
id: 'Third Eye',
occurance: 128,
category: 'Hat',
uri:
'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/05.%20Hats/Third%20Eye.png',
uri: 'https://raw.githubusercontent.com/ApeSwapFinance/non-fungible-apes/main/attributes/05.%20Hats/Third%20Eye.png',
},
{
id: 'Visor',
Expand Down
Loading

0 comments on commit fc1678b

Please sign in to comment.