github.com/DapperCollectives/CAST/backend@v0.0.0-20230921221157-1350c8be7c96/main/cadence/scripts/custom/scripts.json (about) 1 [ 2 { 3 "key": "nba-top-shot-pistons", 4 "name": "NBA TopShot - Detroit Pistons", 5 "description": "Voter must hold at least one Detroit Pistons moment to vote", 6 "src": "get_nba_topshot_pistons.cdc" 7 }, 8 { 9 "key": "nba-top-shot-kings", 10 "name": "NBA TopShot - Sacramento Kings", 11 "description": "Voter must hold at least one Sacramento Kings moment to vote", 12 "src": "get_nba_topshot_kings.cdc" 13 }, 14 { 15 "key": "nba-top-shot-trailblazers", 16 "name": "NBA TopShot - Portland Trailblazers", 17 "description": "Voter must hold at least one Portland Trailblazers moment to vote", 18 "src": "get_nba_topshot_trailblazers.cdc" 19 }, 20 { 21 "key": "nfl-all-day-legendary", 22 "name": "NFL All Day Legendary", 23 "description": "Voter must hold at least one NFL All Day Legendary moment to vote", 24 "src": "get_nfl_all_day_legendary.cdc" 25 } 26 ]