Skip to content

Commit

Permalink
Update README, package.json, and setup_guide
Browse files Browse the repository at this point in the history
  • Loading branch information
auryn-macmillan committed Jun 3, 2021
1 parent 1a3b60d commit 5669c40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DAO Module
[![Build Status](https://github.com/gnosis/delay-module/workflows/delay-module/badge.svg?branch=main)](https://github.com/gnosis/delay-module/actions)
[![Coverage Status](https://coveralls.io/repos/github/gnosis/delay-module/badge.svg?branch=main)](https://coveralls.io/github/gnosis/delay-module)
[![Build Status](https://github.com/gnosis/SafeDelay/workflows/SafeDelay/badge.svg?branch=main)](https://github.com/gnosis/SafeDelay/actions)
[![Coverage Status](https://coveralls.io/repos/github/gnosis/SafeDelay/badge.svg?branch=main)](https://coveralls.io/github/gnosis/SafeDelay)

This module allows for execution of transactions created by an approved address, only after a cooldown period and, optionally, before an expiration time.

Expand Down
2 changes: 1 addition & 1 deletion docs/setup_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Before an address can enqueue transactions, it will need to be added as a module

## Monitoring your module

For the delay module to be effective, it is important to know which itmems are in queue. To make sure that all the involved stakeholders can react in a timely manner, the events emitted by the delay-module contract should be monitored. Each time a new transaction is added the contract will emit a `TransactionAdded` event with the following parameters:
For the delay module to be effective, it is important to know which items are in queue. To make sure that all the involved stakeholders can react in a timely manner, the events emitted by the delay-module contract should be monitored. Each time a new transaction is added the contract will emit a `TransactionAdded` event with the following parameters:
```
event TransactionAdded(
uint indexed queueNonce, // the transactions place in the queue
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gnosis/delay-module",
"name": "@gnosis/SafeDelay",
"version": "1.0.0",
"description": "Module for delayed transactions for the Gnosis Safe",
"description": "Module for delayed transactions in the Gnosis Safe",
"directories": {
"test": "test"
},
Expand All @@ -19,7 +19,7 @@
"repository": {
"type": "git"
},
"author": "richard@gnosis.io",
"author": "auryn.macmillan@gnosis.io",
"license": "MIT",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
Expand Down

0 comments on commit 5669c40

Please sign in to comment.