Skip to content
This repository was archived by the owner on Mar 16, 2023. It is now read-only.

Commit 1d342d0

Browse files
author
Arnaud Schenk
committed
style(): fix lint
1 parent b493b78 commit 1d342d0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This section summaries the various starter kits, examples and demos of the Aztec protocol code. It is a good starting point for working with the protocol.
22

3-
| Example | Description | Link | Last updated | |
4-
| ------------------------- | ------------------------------------------------------ | ---------------------------------------------------------- | ------------ | --- |
5-
| sdk-starter-kit | Starting point for building a dapp with the Aztec SDK | https://github.com/AztecProtocol/sdk-starter-kit | Feb 2020 | |
6-
| aztec-ganache-starter-kit | Demo of using `aztec.js` and the protocol on ganache | https://github.com/AztecProtocol/aztec-ganache-starter-kit | Feb 2020 | |
3+
| Example | Description | Link | Last updated | |
4+
| ------------------------- | ----------------------------------------------------- | ---------------------------------------------------------- | ------------ | --- |
5+
| sdk-starter-kit | Starting point for building a dapp with the Aztec SDK | https://github.com/AztecProtocol/sdk-starter-kit | Feb 2020 | |
6+
| aztec-ganache-starter-kit | Demo of using `aztec.js` and the protocol on ganache | https://github.com/AztecProtocol/aztec-ganache-starter-kit | Feb 2020 | |

packages/protocol/truffle-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ switch (process.env.MODE) {
8080
}
8181

8282
let ganacheSubprovider = {};
83-
ganacheSubprovider = new GanacheSubprovider({ mnemonic: process.env.TEST_MNEMONIC , time: new Date('2019-12-31')});
83+
ganacheSubprovider = new GanacheSubprovider({ mnemonic: process.env.TEST_MNEMONIC, time: new Date('2019-12-31') });
8484
engine.addProvider(ganacheSubprovider);
8585

8686
engine.start((err) => {

0 commit comments

Comments
 (0)