Skip to content

Commit

Permalink
immport use fuels::tx::ContractIdExt;
Browse files Browse the repository at this point in the history
  • Loading branch information
SwayStar123 committed Aug 19, 2024
1 parent cbdf174 commit 388daef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/src3_mint_burn/tests/single_asset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ use fuels::{
prelude::{
abigen, launch_custom_provider_and_get_wallets, AssetConfig, Contract, ContractId,
LoadConfiguration, TxPolicies, WalletUnlocked, WalletsConfig,
}, programs::calls::CallParameters, types::{transaction_builders::VariableOutputPolicy, AssetId, Bits256}
}, programs::calls::CallParameters, types::{transaction_builders::VariableOutputPolicy, AssetId, Bits256},
tx::ContractIdExt,
};

abigen!(Contract(
Expand Down

0 comments on commit 388daef

Please sign in to comment.