Skip to content

Commit

Permalink
Update apps/ui/src/networks/evm/constants.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack authored and Sekhmet committed Mar 11, 2024
1 parent a3a6600 commit 530b3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/src/networks/evm/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ export function createConstants(networkId: NetworkID) {
type: 'Isokratia',
name: EXECUTORS.Isokratia,
about:
'This strategy enables offchain votes on the space. The validity of votes and voting power is verified onchain in bulk using a zkSNARK, which then triggers the execution of transactions.',
'This strategy enables offchain votes on the space. The validity of votes is verified onchain in bulk using a zkSNARK, which then triggers the execution of transactions.',
icon: IHCode,
generateSummary: (params: Record<string, any>) =>
`(${shorten(params.contractAddress)}, ${params.slotIndex})`,
Expand Down

0 comments on commit 530b3c1

Please sign in to comment.