Skip to content

Commit

Permalink
Merge pull request #43 from GeneralMagicio/feature/algo-enhancements
Browse files Browse the repository at this point in the history
Feature/algo enhancements
  • Loading branch information
mmahdigh authored Jul 2, 2024
2 parents 6f9ca97 + bbab373 commit d13dede
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/utils/badges/snapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,28 @@ const testAddresses = process.env.NODE_ENV === "production" ? [] : /* testing
holderAmount: 0,
delegateAmount: 0,
},
{
User: '0x523E41A134Ab0999F2dC844eA02d9b53cC28fD1a',
holderPoints: 3,
delegatePoints: 1,
recipientsPoints: 1,
badgeholderPoints: 1,
holderType: "Gold",
delegateType: "Silver",
holderAmount: 1000,
delegateAmount: 250,
},
{
User: '0xA602BBA404f3EEA8231398Df0CFA78B46550331d',
holderPoints: 0,
delegatePoints: 5,
recipientsPoints: 1,
badgeholderPoints: 0,
holderType: "Silver",
delegateType: "Silver",
holderAmount: 0,
delegateAmount: 2500,
},
{
User: '0x501EcB2eD1BAFeEDCB122B321618044C07e6C324',
holderPoints: 0,
Expand Down

0 comments on commit d13dede

Please sign in to comment.