Skip to content

Commit

Permalink
ids
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Jun 21, 2023
1 parent b2ba6a2 commit 6fcd9f2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion protocols/api3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const api3: Protocol = {
"https://medium.com/api3/api3-public-token-distribution-event-1acb3b6d940",
`Inflationary staking rewards has no set allocation. In this analysis we can only look at past unlocks.`,
],
protocolIds: [],
protocolIds: ["1339"],
incompleteSections: [
{
key: "Staking rewards",
Expand Down
2 changes: 1 addition & 1 deletion protocols/avax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const avax: Protocol = {
"https://medium.com/avalancheavax/avalanche-raises-42m-in-4-5-hours-for-its-first-public-sale-d09362bf3efc",
],
token: "coingecko:avalanche-2",
protocolIds: [],
protocolIds: ["3140"],
},
categories: {},
};
Expand Down
2 changes: 1 addition & 1 deletion protocols/immutable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const immutable: Protocol = {
"https://www.digitalworldsnfts.com/imx-token",
"https://assets.website-files.com/646557ee455c3e16e4a9bcb3/646557ee455c3e16e4a9be87_Immutable%20X%20Whitepaper.pdf",
],
protocolIds: [],
protocolIds: ["3139"],
},
categories: {
insiders: ["project development", "private sale"],
Expand Down
4 changes: 2 additions & 2 deletions protocols/superrare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const clev: Protocol = {
["0x860a80d33E85e97888F1f0C75c6e5BBD60b48DA9"],
token,
chain,
"looksrare",
"superrare",
start + periodToSeconds.day,
),
meta: {
Expand All @@ -44,7 +44,7 @@ const clev: Protocol = {
`https://docs.superrare.com/whitepapers/master/the-rare-token/token-distribution`,
`https://discord.com/channels/666318003972997136/868174870389878865/950417363801624626`,
],
protocolIds: ["1707"],
protocolIds: ["3144"],
},
categories: {
insiders: ["Team, Investors, Strategic Partners & Future Contributors"],
Expand Down

0 comments on commit 6fcd9f2

Please sign in to comment.