-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1144 from givepraise/add/attestation-quantifier-s…
…upport Add quantifier information to attestations
- Loading branch information
Showing
3 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
export const EAS_ADDRESS = '0x4200000000000000000000000000000000000021'; | ||
|
||
export const ATTESTATION_SCHEMA_UID = | ||
'0x1c622d3fdb24759ed71266b218c4750ad54549a7612451851f3b0432ce167e68'; | ||
'0x5f2b0ffc7e874c2624e38aea44a5e68bebe69dbd7e181cdbb8ab657d05b74301'; | ||
|
||
export const ATTESTATION_SCHEMA = | ||
'string period,string username,uint16 received_score,uint16 given_score,bool top_10_receiver,bool top_50_receiver,bool top_100_receiver,bool top_10_giver,bool top_50_giver,bool top_100_giver'; | ||
'string period,string username,bool quantifier,uint16 received_score,uint16 given_score,bool top_10_receiver,bool top_50_receiver,bool top_100_receiver,bool top_10_giver,bool top_50_giver,bool top_100_giver'; | ||
|
||
export const ATTESTATION_REPORT_MANIFEST_URL = | ||
'https://raw.githubusercontent.com/givepraise/reports/main/reports/attestations/manifest.json'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters