Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Jun 15, 2024
1 parent 8366c48 commit 000b51a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devnet-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
env:
NODE_ENV: test
VITE_MASTER_WALLET_MNEMONIC: ${{ secrets.VITE_MASTER_WALLET_MNEMONIC }}
VITE_PROVIDER_URL: ${{ inputs.providerUrl || 'https://testnet.fuel.network/v1/graphql' }}
VITE_PROVIDER_URL: ${{ inputs.providerUrl || 'https://devnet.fuel.network/v1/graphql' }}

- uses: actions/upload-artifact@v4
if: always()
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-contract-tests/playwright/utils/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const transferMaxBalance = async ({
);
await txResponse.waitForResult();
console.log(
`success sending ${amountToSend?.format()} back to ${
`----- Success sending ${amountToSend?.format()} back to ${
toWallet.address
}`
);
Expand Down

0 comments on commit 000b51a

Please sign in to comment.