Skip to content

Commit

Permalink
feat: update the explorer URL
Browse files Browse the repository at this point in the history
  • Loading branch information
nvitorovic committed Jan 21, 2025
1 parent 8abd946 commit 40ef762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ async function run(): Promise<void> {
networkId,
chainId: networkInputs.chainId,
testnetSlug: networkInputs.testnetSlug || '',
explorerUrl: inputs.publicExplorer ? `https://dashboard.tenderly.co/${inputs.accountName}/${inputs.projectName}/testnet/${testNet.id}` : undefined
explorerUrl: inputs.publicExplorer ? `https://dashboard.tenderly.co/explorer/vnet/${testNet.id}/transactions` : undefined
};

// export relevant network variables
Expand Down

0 comments on commit 40ef762

Please sign in to comment.