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" ) );