From cb8082f5ba400abc82756f48d5ae9f5782fe75db Mon Sep 17 00:00:00 2001 From: Himanshu Pandey Date: Tue, 5 Nov 2024 12:46:19 +0530 Subject: [PATCH] New multiplier events for Robinos --- adapters/projects/robinos/prediction.go | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/adapters/projects/robinos/prediction.go b/adapters/projects/robinos/prediction.go index beb2f29..4734491 100644 --- a/adapters/projects/robinos/prediction.go +++ b/adapters/projects/robinos/prediction.go @@ -32,6 +32,15 @@ var SelectedMultiplierEvents = []string{ "Prediction - $TAIKO price on Oct 27", "USA Elections 2024 - Trump v. Harris", "Prediction - $TAIKO price on Nov 3", + "Prediction - $TAIKO price on Nov 10", + "UEFA Champions League 24/25 - Lille v. Juventus", + "UEFA Champions League 24/25 - Bayern v. Benfica", + "UEFA Champions League 24/25 - PSG v. Atletico Madrid", + "UEFA Champions League 24/25 - Inter Milan v. Arsenal", + "UEFA Champions League 24/25 - Club Brugge v. Aston Villa", + "UEFA Champions League 24/25 - Sporting v. Man City", + "UEFA Champions League 24/25 - Real Madrid v. AC Milan", + "UEFA Champions League 24/25 - Liverpool v. Bayer Leverkusen", } type PredictionIndexer struct {