Skip to content

Commit

Permalink
Merge branch 'main' into signer-account-race-condition
Browse files Browse the repository at this point in the history
  • Loading branch information
KillariDev authored Jun 10, 2024
2 parents ffbf204 + 969130e commit 8013a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ts/types/visualizer-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ export const EventsForEachTransaction = funtypes.ReadonlyArray(funtypes.Readonly

export type CompleteVisualizedSimulation = funtypes.Static<typeof CompleteVisualizedSimulation>
export const CompleteVisualizedSimulation = funtypes.ReadonlyObject({
eventsForEachTransaction: funtypes.ReadonlyArray(funtypes.ReadonlyArray(funtypes.Unknown)),
eventsForEachTransaction: EventsForEachTransaction,
protectors: funtypes.ReadonlyArray(ProtectorResults),
addressBookEntries: funtypes.ReadonlyArray(AddressBookEntry),
tokenPrices: funtypes.ReadonlyArray(TokenPriceEstimate),
Expand Down

0 comments on commit 8013a22

Please sign in to comment.