diff --git a/src/app.ts b/src/app.ts index ef293df2..328e1a7a 100644 --- a/src/app.ts +++ b/src/app.ts @@ -247,7 +247,7 @@ class RateProviderDataService { * @returns The URL of the shared simulation. */ public async getTenderlySimulation(): Promise { - const simulationUrl = `https://api.tenderly.co/api/v1/account/${this.tenderlySettings.accountSlug}/${this.tenderlySettings.projectSlug}/project/simulate` + const simulationUrl = `https://api.tenderly.co/api/v1/account/${this.tenderlySettings.accountSlug}/project/${this.tenderlySettings.projectSlug}/simulate` const callData = encodeFunctionData({ abi: rateProviderAbi,