sourcifyeth / remix-sourcify

Remix plugin for source verify project
21 stars 12 forks source link

Instead of just returning one contract and one metadata return an array of contracts and metadata #4

Closed edisinovcic closed 4 years ago

edisinovcic commented 4 years ago

The current format is:

{ contract: {...}, metadata: {...} }

move it to something more similar to:

{ contract: [{...}], metadata: [{...}] }

edisinovcic commented 4 years ago

@yann correct me if I wrote incorrect format

edisinovcic commented 4 years ago

Fixed.