Skip to content

Commit

Permalink
fix: flaky tests (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf authored Dec 13, 2023
1 parent 76e8f56 commit e6064bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/flat-readers-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion packages/fuel-gauge/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const createWallet = async () => {
if (walletInstance) {
return walletInstance;
}
const provider = await Provider.create(FUEL_NETWORK_URL, { cacheUtxo: 10 });
const provider = await Provider.create(FUEL_NETWORK_URL);
walletInstance = await generateTestWallet(provider, [
[5_000_000, BaseAssetId],
[5_000_000, '0x0101010101010101010101010101010101010101010101010101010101010101'],
Expand Down

0 comments on commit e6064bf

Please sign in to comment.