Use array of event for notifications

pull/3094/head
Grandschtroumpf 6 years ago
parent 4b2e272376
commit 5ae0cd1d98
  1. 2
      src/remixAppManager.js

@ -76,7 +76,7 @@ export class RemixAppManager extends AppManagerApi {
events: [], events: [],
methods: [], methods: [],
notifications: { notifications: {
'solidity': 'compilationFinished' 'solidity': ['compilationFinished']
}, },
url: 'https://remix-pipeline.surge.sh', url: 'https://remix-pipeline.surge.sh',
description: ' - ', description: ' - ',

Loading…
Cancel
Save