Skip to content

Commit a3464a4

Browse files
committed
Added minor reference to chains specific chains file
1 parent 98054a2 commit a3464a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Tests
201201

202202
You can run specs with ```embark spec```, it will run any files ending *_spec.js under ```spec/```.
203203

204-
Embark includes a testing lib to fastly run & test your contracts in a EVM.
204+
Embark includes a testing lib to fastly run & test your contracts in a EVM.
205205

206206
```Javascript
207207
# spec/contracts/simple_storage_spec.js
@@ -255,6 +255,7 @@ The environment is a specific blockchain configuration that can be managed at co
255255
rpc_port: 8101
256256
rpc_whitelist: "*"
257257
datadir: default
258+
chains: chains_staging.json
258259
network_id: 0
259260
console: true
260261
account:
@@ -323,4 +324,3 @@ $ echo 'export PATH="$PATH:$HOME/npm-global/bin"' >>~/.bashrc
323324
$ source ~/.bashrc
324325
$ npm install -g embark-framework grunt-cli
325326
```
326-

0 commit comments

Comments
 (0)