Skip to content

Commit

Permalink
chore: add blockExplorerUrl (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight authored Oct 2, 2024
1 parent 7e16fb6 commit 7825d26
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thick-beds-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fuels-wallet": minor
---

chore: add blockExplorerUrl
5 changes: 5 additions & 0 deletions .changeset/unlucky-cobras-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fuels/playwright-utils": minor
---

pump version
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @luizstacio @pedronauck @LuizAsFight @helciofranco @arthurgeron @rodrigobranas
* @luizstacio @pedronauck @LuizAsFight @helciofranco @arthurgeron @rodrigobranas @nelitow
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ async function createNetwork() {
chainId: CHAIN_IDS.fuel.mainnet,
name: 'Ignition',
url: featureFlags.networkUrl,
explorerUrl: featureFlags.blockExplorerUrl,
},
});
if (!newNetworkAdded?.id) return;
Expand Down

0 comments on commit 7825d26

Please sign in to comment.