Skip to content

Commit

Permalink
chore: prep RF szn9
Browse files Browse the repository at this point in the history
  • Loading branch information
cinnabarhorse committed Aug 25, 2024
1 parent 9324761 commit 5634f6f
Show file tree
Hide file tree
Showing 12 changed files with 22,858 additions and 105 deletions.
13 changes: 13 additions & 0 deletions data/airdrops/rarityfarming/blank.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import { RarityFarmingData } from "../../../types";

const rarity: string[] = [];

const kinship: string[] = [];

const xp: string[] = [];

export const dataArgs: RarityFarmingData = {
rarityGotchis: rarity,
kinshipGotchis: kinship,
xpGotchis: xp,
};
Loading

0 comments on commit 5634f6f

Please sign in to comment.