Skip to content

Commit

Permalink
Update aura.ts
Browse files Browse the repository at this point in the history
add categories
  • Loading branch information
realdealshaman committed Oct 14, 2023
1 parent 493065d commit 34d253b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions protocols/aura.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ const aura: Protocol = {
token: "ethereum:0xc0c293ce456ff0ed870add98a0828dd4d2903dbf",
protocolIds: ["1918"],
},
categories: {},
categories: {
farming: ["auraBAL incentives", "Balancer LP rewards"],
noncirculating: ["BAL treasury", "Treasury"],
insiders: ["Contributors"],
airdrop: ["AURA/ETH POL", "Bootstrapping token holder base", "LBP liquidity", "veBAL bootstrapping incentives", "Future incentives"]
},
};

export default aura;
export default aura;

0 comments on commit 34d253b

Please sign in to comment.