Skip to content

Commit

Permalink
appease spell checker
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Jul 1, 2024
1 parent f5e544c commit 38132f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions extension/.cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"rdns",
"reflexer",
"refork",
"rpcs",
"Samczun",
"sepolia",
"shazow",
Expand All @@ -58,6 +59,7 @@
"toastify",
"Uids",
"UNWRAPPER",
"vnet",
"walletconnect",
"whatsabi",
"xdai",
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 @@ -212,7 +212,7 @@ export class TenderlyProvider extends EventEmitter {
this.forkProviderPromise = undefined
this.blockNumber = undefined

// We no longer delete forks/vnets on Tenderly. That way we will be able to persist and share Pilot sessions in the future.
// We no longer delete forks/virtual testnets on Tenderly. That way we will be able to persist and share Pilot sessions in the future.
// (Also Tenderly doesn't seem to offer a DELETE endpoint for virtual networks.)
// await fetch(`${this.tenderlyVnetApi}/${vnetId}`, {
// method: 'DELETE',
Expand Down

0 comments on commit 38132f5

Please sign in to comment.