Skip to content

Commit

Permalink
Merge pull request #49 from gnosis/fix-tenderly-links
Browse files Browse the repository at this point in the history
fix tenderly simulation links
  • Loading branch information
jfschwarz authored Jan 11, 2023
2 parents 5822592 + 02b5295 commit 47a4792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ TODO: The following is still true, but we should adjust the implementation now t
### Submitting transactions

A batch of recorded transaction can finally be submitted as a multi-send transaction.
Zodiac Pilot can be configured to submit transactions directly to the Safe if the Pilot account is an owner of delegate, or to route the transaction through Zodiac mods.
Zodiac Pilot can be configured to submit transactions directly to the Safe if the Pilot account is an owner or delegate, or to route the transaction through Zodiac mods.
This is implemented in [WrappingProvider](src/providers/WrappingProvider.ts).
It currently supports the [Roles](https://github.com/gnosis/zodiac-modifier-roles) and [Delay](https://github.com/gnosis/zodiac-modifier-delay) mods.

Expand Down
2 changes: 1 addition & 1 deletion extension/src/providers/ProvideTenderly.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export class TenderlyProvider extends EventEmitter {
const json = await res.json()
return {
...json.fork_transaction,
dashboardLink: `https://dashboard.tenderly.co/gnosisguild/zodiac-pilot/fork/${this.forkId}/simulation/${transactionId}`,
dashboardLink: `https://dashboard.tenderly.co/public/gnosisguild/zodiac-pilot/fork-simulation/${transactionId}`,
}
}
}

0 comments on commit 47a4792

Please sign in to comment.