Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki committed Sep 25, 2024
1 parent c7e6873 commit e8f0c81
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions apps/example/scripts/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ async function main() {
integratorId: "TEST",
logLevel: "DEBUG",
walletClient,
tenderlyAccessKey: process.env.TENDERLY_ACCESS_KEY,
tenderlyAccountSlug: process.env.TENDERLY_ACCOUNT_SLUG,
tenderlyProjectSlug: process.env.TENDERLY_PROJECT_SLUG,
tenderlySimOnError: true,
tenderly: {
accessKey: process.env.TENDERLY_ACCESS_KEY,
accountSlug: process.env.TENDERLY_ACCOUNT_SLUG,
projectSlug: process.env.TENDERLY_PROJECT_SLUG,
simOnError: true,
},
});

// do call to find info for displaying input/output tokens and destination chains
Expand Down

0 comments on commit e8f0c81

Please sign in to comment.