Skip to content

Commit

Permalink
chore: added missing imports (#2770)
Browse files Browse the repository at this point in the history
* chore: added missing imports

* chore: changeset

---------

Co-authored-by: Chad Nehemiah <[email protected]>
  • Loading branch information
petertonysmith94 and maschad committed Jul 16, 2024
1 parent 9c20eb9 commit 3e9bc26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/tall-foxes-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import type { CoinQuantityLike, ExcludeResourcesOption } from 'fuels';
import { FUEL_NETWORK_URL, Provider, ScriptTransactionRequest } from 'fuels';
import { generateTestWallet } from 'fuels/test-utils';

Expand Down Expand Up @@ -44,7 +45,7 @@ describe('querying the chain', () => {

it('get spendable resources', async () => {
// #region get-spendable-resources-1
// #import { Provider, FUEL_NETWORK_URL, generateTestWallet, ScriptTransactionRequest };
// #import { Provider, FUEL_NETWORK_URL, generateTestWallet, ScriptTransactionRequest, CoinQuantityLike, ExcludeResourcesOption };

const provider = await Provider.create(FUEL_NETWORK_URL);
const assetIdA = '0x0101010101010101010101010101010101010101010101010101010101010101';
Expand Down

0 comments on commit 3e9bc26

Please sign in to comment.