Skip to content

Commit aab6b4f

Browse files
authored
Merge branch 'mkwng:master' into master
2 parents c7ad724 + fef09e4 commit aab6b4f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

data/attributes/eyes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const eyes: AttributeDictionary = {
88
{
99
attribute: "eyes",
1010
name: "visitor",
11-
rarity: "oneofone",
11+
rarity: "mythic",
1212
layers: [
1313
{
1414
path: "/attributes/face/06-eyes/alien_1-c_outline.png",

data/attributes/headwear.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export const headwear: AttributeDictionary = {
5959
{
6060
attribute: "headwear",
6161
name: "goggles",
62+
rarity: "rare",
6263
layers: [
6364
{
6465
path: "/attributes/face/10-accessories/goggles_1-v_clothing.png",
@@ -78,6 +79,7 @@ export const headwear: AttributeDictionary = {
7879
{
7980
attribute: "headwear",
8081
name: "halo",
82+
rarity: "rare",
8183
layers: [
8284
{
8385
path: "/attributes/face/10-accessories/halo-c_yellow.png",
@@ -144,6 +146,7 @@ export const headwear: AttributeDictionary = {
144146
{
145147
attribute: "headwear",
146148
name: "horns",
149+
rarity: "rare",
147150
layers: [
148151
{
149152
path: "/attributes/face/10-accessories/horns_1-c_white.png",
@@ -159,6 +162,7 @@ export const headwear: AttributeDictionary = {
159162
{
160163
attribute: "headwear",
161164
name: "ranger",
165+
rarity: "uncommon",
162166
restrictions: { headShape: "flat" },
163167
layers: [
164168
{
@@ -179,6 +183,7 @@ export const headwear: AttributeDictionary = {
179183
{
180184
attribute: "headwear",
181185
name: "turban",
186+
rarity: "uncommon",
182187
restrictions: { headShape: "flat", gender: "m" },
183188
hides: ["hair"],
184189
layers: [
@@ -202,6 +207,7 @@ export const headwear: AttributeDictionary = {
202207
{
203208
attribute: "headwear",
204209
name: "bucket",
210+
rarity: "uncommon",
205211
restrictions: { headShape: "flat" },
206212
layers: [
207213
{
@@ -238,6 +244,7 @@ export const headwear: AttributeDictionary = {
238244
{
239245
attribute: "headwear",
240246
name: "cat",
247+
rarity: "rare",
241248
layers: [
242249
{
243250
path: "/attributes/face/10-accessories/cat_1.png",

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ function Constructor() {
546546
return await transactEth({
547547
from: web3React.account,
548548
to: farmAddress,
549-
encodedData: farmContract.methods.withdraw(tokenIds).encodeABI(),
549+
encodedData: farmContract.methods.claimRewards(tokenIds).encodeABI(),
550550
});
551551
};
552552
const handleUnstake = async (tokenIds: number[]): Promise<boolean> => {

0 commit comments

Comments
 (0)