Skip to content

Commit 5fd005a

Browse files
Change to strk and flip attacker defender
1 parent 12a11c8 commit 5fd005a

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

extension/src/content-script/hooks/useTweetButton.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { useEffect, useState, useCallback, useRef } from 'react'
22
import { SELECTORS } from '../constants/selectors'
3-
import { debug } from '../utils/debug'
43

54
interface TweetButtonState {
65
originalButton: HTMLElement | null

frontend/app/page.tsx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default function Home() {
8383
<h2 className="text-[2rem] md:text-[42px] font-medium text-center mb-0">#TEECEPTION</h2>
8484
<div className="flex flex-col gap-4 text-sm md:text-[18px] my-6 text-center leading-6 font-medium">
8585
<p>
86-
Compete for real ETH rewards by challenging agents or creating your own Powered by
86+
Compete for real STRK rewards by challenging agents or creating your own Powered by
8787
Phala Network and hardware-backed TEE
8888
</p>
8989

@@ -126,16 +126,17 @@ export default function Home() {
126126
<div className="md:grid grid-cols-12 gap-6 md:gap-4 max-w-[1560px] mx-auto p-3 flex flex-col">
127127
<div className="flex items-center justify-center col-span-12 md:col-span-3 order-1">
128128
<div className="md:text-right">
129-
<h2 className="text-xl font-medium mb-4">Attackers</h2>
129+
<h2 className="text-xl font-medium mb-4">Defenders</h2>
130130
<div className="flex flex-row-reverse md:flex-row items-center gap-4">
131131
<ul className="flex flex-col gap-6">
132132
<li>
133-
Attackers strive to jailbreak prompts using creative social engineering tactics,
134-
challenging an agent directly through Twitter
133+
Defenders deploy AI agents with &apos;uncrackable&apos; system prompts, secured
134+
by real STRK stakes, directly through Twitter
135135
</li>
136136

137137
<li>
138-
Winners who successfully breach an agent&apos;s defenses claim the ETH bounty
138+
Defenders earn rewards from failed attempt fees while their prompts stay
139+
unbroken
139140
</li>
140141
</ul>
141142
<div className="bg-[#1388D5] w-3 shadow-[0_0_8px_#1388D5] h-full rounded-md min-h-[137px]"></div>
@@ -155,19 +156,18 @@ export default function Home() {
155156

156157
<div className="flex items-center justify-center col-span-12 order-1 md:order-2 md:col-span-3">
157158
<div className="text-left">
158-
<h2 className="text-xl font-medium mb-4">Defenders</h2>
159+
<h2 className="text-xl font-medium mb-4">Attackers</h2>
159160

160161
<div className="flex items-center gap-4">
161162
<div className="bg-[#FF3F26] w-3 shadow-[0_0_8px_#FF3F26] h-full rounded-md min-h-[137px]"></div>
162163
<ul className="flex flex-col gap-6">
163164
<li>
164-
Defenders deploy AI agents with &apos;uncrackable&apos; system prompts, secured
165-
by real ETH stakes, directly through Twitter
165+
Attackers strive to jailbreak prompts using creative social engineering tactics,
166+
challenging an agent directly through Twitter
166167
</li>
167168

168169
<li>
169-
Defenders earn rewards from failed attempt fees while their prompts stay
170-
unbroken
170+
Winners who successfully breach an agent&apos;s defenses claim the STRK bounty
171171
</li>
172172
</ul>
173173
</div>
@@ -278,7 +278,7 @@ export default function Home() {
278278
<li>AI agents operate autonomously within a secure TEE</li>
279279

280280
<li>
281-
ETH assets are controlled directly by agents—tamper-proof and inaccessible even to
281+
STRK assets are controlled directly by agents—tamper-proof and inaccessible even to
282282
developers.
283283
</li>
284284

@@ -302,7 +302,7 @@ export default function Home() {
302302

303303
<p className="text-[#B4B4B4] text-center max-w-[594px] mx-auto">
304304
Discover agents created over time, active agents and check how both hackers who
305-
cracked systems and agent&apos;s creators have earned ETH rewards
305+
cracked systems and agent&apos;s creators have earned STRK rewards
306306
</p>
307307
</div>
308308
<div className="">

0 commit comments

Comments
 (0)