|
@ -9,6 +9,7 @@ const drizzleOptions = { |
|
|
contracts, |
|
|
contracts, |
|
|
events: { |
|
|
events: { |
|
|
Forum: ['UserSignedUp', 'UsernameUpdated', 'TopicCreated', 'PostCreated'], |
|
|
Forum: ['UserSignedUp', 'UsernameUpdated', 'TopicCreated', 'PostCreated'], |
|
|
|
|
|
Voting: ['PollCreated', 'UserVoted'], |
|
|
}, |
|
|
}, |
|
|
reloadWindowOnNetworkChange: true, |
|
|
reloadWindowOnNetworkChange: true, |
|
|
reloadWindowOnAccountChange: true, // We need it to reinitialize breeze and create new Orbit databases
|
|
|
reloadWindowOnAccountChange: true, // We need it to reinitialize breeze and create new Orbit databases
|
|
|