-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref: add starknet quest and update sid (#87)
* ref: add starknet quest and update sid * fix: package-lock * fix: delete uppercase * fix: uppercase quest * fix: cover size * Revert "fix: package-lock" This reverts commit 1f209f1. * fix: yarn file changes
- Loading branch information
Showing
5 changed files
with
117 additions
and
11 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"id": "starknetquest", | ||
"displayName": "Starknet Quest", | ||
"host": { | ||
"sepolia-alpha": "sepolia.starknet.quest", | ||
"goerli-alpha": "goerli.starknet.quest", | ||
"mainnet-alpha": "starknet.quest" | ||
}, | ||
"description": "Starknet Quest helps protocols attract and retain users by creating gamified quest experiences on Starknet.", | ||
"categories": [ | ||
"nft", | ||
"infra" | ||
], | ||
"contracts": [ | ||
{ | ||
"tag": "starknet_quest_nft", | ||
"addresses": { | ||
"goerli-alpha": [ | ||
"0x068c6b0cab1423338dd3ee6affb14a8e53ec0c64c27075d6137f6b8d2b4ccc73" | ||
], | ||
"sepolia-alpha": [ | ||
"0x0462de79c0955e32b9c5a35c64dbbfe1bedf036246ca9d73ed299a670cc106ab" | ||
], | ||
"mainnet-alpha": [ | ||
"0x76503062d78f4481be03c9145022d6a4a71ec0719aa07756f79a2384dc7ef16" | ||
] | ||
} | ||
}, | ||
{ | ||
"tag": "starknet_quest_boost", | ||
"addresses": { | ||
"sepolia-alpha": [ | ||
"0x04fbc370a0030f82721252ddc5ffc7c81f8725b321fec56c4bd2a8a0196fd606" | ||
], | ||
"mainnet-alpha": [ | ||
"0x70879acc1b0586803e740b5f1942e1f0574b85b5395077105c537ef04e27ac" | ||
] | ||
} | ||
} | ||
] | ||
} |
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