Skip to content

Commit

Permalink
Merge branch 'master' into st/feat/support-configurable-constants-con…
Browse files Browse the repository at this point in the history
…tracts
  • Loading branch information
Torres-ssf authored May 10, 2023
2 parents 25f1bdd + dcea59c commit 3225465
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/warm-toys-glow.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
Expand Up @@ -8,7 +8,7 @@ In the code example, we connected a new provider to the Testnet node and created

> **Note:** New wallets on the Testnet will not have any assets! They can be obtained by providing the wallet address to the faucet at
>
> [faucet-beta-1.fuel.network](https://faucet-beta-1.fuel.network)
> [faucet-beta-3.fuel.network](https://faucet-beta-3.fuel.network/)
>
> Once the assets have been transferred to the wallet, you can reuse it in other tests by providing the private key!
>
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-gauge/src/doc-examples.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ it('can create wallets', async () => {
it('can connect to testnet', () => {
// #region provider-testnet
// #context import { Provider, WalletUnlocked } from 'fuels';
const provider = new Provider('node-beta-2.fuel.network');
const provider = new Provider('https://beta-3.fuel.network/graphql');
// Setup a private key
const PRIVATE_KEY = 'a1447cd75accc6b71a976fd3401a1f6ce318d27ba660b0315ee6ac347bf39568';

Expand Down

0 comments on commit 3225465

Please sign in to comment.