mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-20 09:49:39 +00:00
b88561e090
* Update dagger-contracts * [proving] rename ProofTiming -> Proofs * Update nim-ethers to 0.1.4 * [proving] Subscribe to proof submissions * [proving] support proof submission through the Proving abstraction
7 lines
158 B
Nim
7 lines
158 B
Nim
import ./contracts/testCollateral
|
|
import ./contracts/testContracts
|
|
import ./contracts/testMarket
|
|
import ./contracts/testProofs
|
|
|
|
{.warning[UnusedImport]:off.}
|