AugurProject / turbo

Simple, AMM-based Prediction Markets backed by Chainlink Oracles.
MIT License
27 stars 23 forks source link

different MLB games have same eventId #868

Closed bthaile closed 2 years ago

bthaile commented 3 years ago

Miami Marlins vs Philadelphia Phillies played two games but the event id is the same

Market factory: "0x4225c4fe9a02706c7bec927a3db25f29e273b3d1" market indexes: "493", "375"

these events should have different eventIds but both have "72d2afe8bee402f86a82215ad1dbfe69" on mumbai.

namankumar commented 3 years ago

Need to investigate to see if it's a one-off or repeated issue. Could be an adapter or data provider issue

robert-e-davidson3 commented 2 years ago

IIRC this was due to running the canned markets script twice, and not having a contract-side block on creating an event twice. This has been resolved in the V3 contracts.