Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fea: add jpg #20

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions projects/jpgStore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"projectName": "JpgStore",
"labelPrefix": "JpgStore",
"website": "https://jpg.store",
"twitter": "jpgstoreNFT",
"discord": "https://discord.gg/69pWepCQ",
"category": "NFT",
"contracts": [
{
"name": "JPG Store Contract",
"version": 1,
"language": "PLUTUS",
"languageVersion": 1,
"scriptHash": "4a59ebd93ea53d1bbf7f82232c7b012700a0cf4bb78d879dabb1a20a",
"audit": []
},
{
"name": "JPG Store V1 Contract",
"version": 1,
"language": "PLUTUS",
"languageVersion": 1,
"scriptHash": "a55f409501bf65805bb0dc76f6f9ae90b61e19ed870bc00256813608",
"audit": []
},
{
"name": "JPG Store V2 Contract",
"version": 1,
"language": "PLUTUS",
"languageVersion": 2,
"scriptHash": "9068a7a3f008803edac87af1619860f2cdcde40c26987325ace138ad",
"audit": [
{
"provider": "TxPipe",
"report": "https://storage.googleapis.com/dexhunter-papers/dexhunter_stop_loss_audit.pdf",
"date": "05-10-2023"
}
]
},
{
"name": "JPG Store Ask V1 Contract",
"version": 1,
"language": "PLUTUS",
"languageVersion": 2,
"scriptHash": "c727443d77df6cff95dca383994f4c3024d03ff56b02ecc22b0f3f65",
"audit": [
{
"provider": "SundaeLabs",
"report": "https://storage.googleapis.com/jpg-store-audits/jpgstore_ask_v1_audit",
"date": "01-01-2024"
}
]
}
]
}
Loading