Skip to content
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
6 changes: 3 additions & 3 deletions backend/main/cadence/scripts/custom/scripts.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
{
"key": "nba-top-shot-pistons",
"name": "NBA TopShot - Detroit Pistons",
"description": "NBA TopShot moments with teamAtMoment == Detroit Pistons",
"description": "Voter must hold at least one Detroit Pistons moment to vote",
"src": "get_nba_topshot_pistons.cdc"
},
{
"key": "nba-top-shot-kings",
"name": "NBA TopShot - Sacramento Kings",
"description": "NBA TopShot moments with teamAtMoment == Sacramento Kings",
"description": "Voter must hold at least one Sacramento Kings moment to vote",
"src": "get_nba_topshot_kings.cdc"
},
{
"key": "nba-top-shot-trailblazers",
"name": "NBA TopShot - Portland Trailblazers",
"description": "NBA TopShot moments with teamAtMoment == Portland Trailblazers",
"description": "Voter must hold at least one Portland Trailblazers moment to vote",
"src": "get_nba_topshot_trailblazers.cdc"
}
]