o2-tools 0.1.10

Reusable tooling for trade account and order book contract interactions on Fuel
1
2
3
4
5
6
7
8
9
10
11
12
use fuels::prelude::*;

abigen!(
    Contract(
        name = "AssetRegistry",
        abi = "artifacts/fuel_fast_bridge/asset_registry/abi.json"
    ),
    Contract(
        name = "SRC14",
        abi = "artifacts/fuel_fast_bridge/src_14/abi.json"
    )
);