|
|
@ -8,6 +8,11 @@ const sources = [ |
|
|
|
{ 'Untitled.sol': { content: examples.ballot.content } } |
|
|
|
{ 'Untitled.sol': { content: examples.ballot.content } } |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// default version: soljson-v0.8.21+commit.d9974bed.js
|
|
|
|
|
|
|
|
// 0.19: soljson-v0.8.19+commit.7dd6d404.js
|
|
|
|
|
|
|
|
// 0.20: soljson-v0.8.20+commit.a1b79de6.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
module.exports = { |
|
|
|
module.exports = { |
|
|
|
"@disabled": true, |
|
|
|
"@disabled": true, |
|
|
|
before: function (browser: NightwatchBrowser, done: VoidFunction) { |
|
|
|
before: function (browser: NightwatchBrowser, done: VoidFunction) { |
|
|
|