signet-test-utils 0.10.1

Common utilities for testing Signet components
Documentation
1
2
3
4
5
6
7
8
9
10
11
/// A Counter contract that can be incremented.
pub mod counter;

/// Orders, Passage, and Token system contracts.
pub mod system;

/// A token contract, deployed for Wbtc and Weth.
pub mod token;

/// A contract that always reverts.
pub mod reverts;