-
Notifications
You must be signed in to change notification settings - Fork 8
/
hydra.yml
35 lines (35 loc) · 973 Bytes
/
hydra.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
contracts:
dao:
abi: build/dao/dao.abi
fixturesDir: tests/fixtures/dao
name: dao
wasm: build/dao/dao.wasm
decide:
abi: tests/artifacts/decide/decide.abi
name: decide
wasm: tests/artifacts/decide/decide.wasm
escrow:
abi: tests/artifacts/escrow/escrow.abi
name: escrow
wasm: tests/artifacts/escrow/escrow.wasm
monitor:
abi: tests/artifacts/monitor/monitor.abi
name: monitor
wasm: tests/artifacts/monitor/monitor.wasm
seedsexchg:
abi: tests/artifacts/seedsexchg/seedsexchg.abi
name: seedsexchg
wasm: tests/artifacts/seedsexchg/seedsexchg.wasm
token:
abi: tests/artifacts/token/token.abi
name: token
wasm: tests/artifacts/token/token.wasm
treasury:
abi: tests/artifacts/treasury/treasury.abi
name: treasury
wasm: tests/artifacts/treasury/treasury.wasm
voice:
abi: tests/artifacts/voice/voice.abi
name: voice
wasm: tests/artifacts/voice/voice.wasm
options: null