Skip to content

Commit

Permalink
Remove indexed from SchemeInstance event name (#700)
Browse files Browse the repository at this point in the history
* Remove indexed from SchemeInstance event name

* Bump version
  • Loading branch information
ben-kaufman authored and orenyodfat committed Dec 25, 2019
1 parent 56a0a5f commit fb14319
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 16 deletions.
2 changes: 1 addition & 1 deletion contracts/utils/DAOFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ contract DAOFactory is Initializable {

event NewOrg (address indexed _avatar);
event InitialSchemesSet (address indexed _avatar);
event SchemeInstance(address indexed _scheme, string indexed _name);
event SchemeInstance(address indexed _scheme, string _name);
/**
* @dev Emitted when a new proxy is created.
* @param _proxy Address of the created proxy.
Expand Down
47 changes: 33 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daostack/arc-experimental",
"version": "0.1.1-rc.0",
"version": "0.1.1-rc.1",
"description": "A platform for building DAOs",
"files": [
"contracts/",
Expand Down

0 comments on commit fb14319

Please sign in to comment.