Skip to content

Commit

Permalink
add correct protocolIds
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Feb 17, 2024
1 parent 85c7aea commit 0dcca45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protocols/exactly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ const exactly: Protocol = {
"https://x.com/ExactlyProtocol/status/1681380822304149504",
"https://medium.com/@exactly_protocol/the-exa-token-is-here-88a2449c4eb3",
],
protocolIds: ["exactly"],
protocolIds: ["2385"],
},
categories: {
airdrop: ["Airdrop"],
insiders: ["Team and Advisors", "Investors"],
noncirculating: ["DAO Treasury"],
farming: ["Community"]
},
};

Expand Down

0 comments on commit 0dcca45

Please sign in to comment.