I wasn't expecting the addition of multiple-region functionality to TrendBet to take so long, but it seems I underestimated the required effort. I had written the application to auto-update the UI with the resolution of each round when the timer reached zero, at which point updates to the stash would also be displayed to the user.

Adding support for multiple regions means there are multiple timer-end triggers where this logic needs to occur and has resulted in some re-writes on a few couple of javascript objects - which then broke a few others. Likely it will take another day to iron out the kinks and get the feature pushed to production.