File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const eyes: AttributeDictionary = {
8
8
{
9
9
attribute : "eyes" ,
10
10
name : "visitor" ,
11
- rarity : "oneofone " ,
11
+ rarity : "mythic " ,
12
12
layers : [
13
13
{
14
14
path : "/attributes/face/06-eyes/alien_1-c_outline.png" ,
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ export const headwear: AttributeDictionary = {
59
59
{
60
60
attribute : "headwear" ,
61
61
name : "goggles" ,
62
+ rarity : "rare" ,
62
63
layers : [
63
64
{
64
65
path : "/attributes/face/10-accessories/goggles_1-v_clothing.png" ,
@@ -78,6 +79,7 @@ export const headwear: AttributeDictionary = {
78
79
{
79
80
attribute : "headwear" ,
80
81
name : "halo" ,
82
+ rarity : "rare" ,
81
83
layers : [
82
84
{
83
85
path : "/attributes/face/10-accessories/halo-c_yellow.png" ,
@@ -144,6 +146,7 @@ export const headwear: AttributeDictionary = {
144
146
{
145
147
attribute : "headwear" ,
146
148
name : "horns" ,
149
+ rarity : "rare" ,
147
150
layers : [
148
151
{
149
152
path : "/attributes/face/10-accessories/horns_1-c_white.png" ,
@@ -159,6 +162,7 @@ export const headwear: AttributeDictionary = {
159
162
{
160
163
attribute : "headwear" ,
161
164
name : "ranger" ,
165
+ rarity : "uncommon" ,
162
166
restrictions : { headShape : "flat" } ,
163
167
layers : [
164
168
{
@@ -179,6 +183,7 @@ export const headwear: AttributeDictionary = {
179
183
{
180
184
attribute : "headwear" ,
181
185
name : "turban" ,
186
+ rarity : "uncommon" ,
182
187
restrictions : { headShape : "flat" , gender : "m" } ,
183
188
hides : [ "hair" ] ,
184
189
layers : [
@@ -202,6 +207,7 @@ export const headwear: AttributeDictionary = {
202
207
{
203
208
attribute : "headwear" ,
204
209
name : "bucket" ,
210
+ rarity : "uncommon" ,
205
211
restrictions : { headShape : "flat" } ,
206
212
layers : [
207
213
{
@@ -238,6 +244,7 @@ export const headwear: AttributeDictionary = {
238
244
{
239
245
attribute : "headwear" ,
240
246
name : "cat" ,
247
+ rarity : "rare" ,
241
248
layers : [
242
249
{
243
250
path : "/attributes/face/10-accessories/cat_1.png" ,
Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ function Constructor() {
546
546
return await transactEth ( {
547
547
from : web3React . account ,
548
548
to : farmAddress ,
549
- encodedData : farmContract . methods . withdraw ( tokenIds ) . encodeABI ( ) ,
549
+ encodedData : farmContract . methods . claimRewards ( tokenIds ) . encodeABI ( ) ,
550
550
} ) ;
551
551
} ;
552
552
const handleUnstake = async ( tokenIds : number [ ] ) : Promise < boolean > => {
You can’t perform that action at this time.
0 commit comments