File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
apps/dashboard/src/contract-ui/tabs/code/components Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,6 @@ export default function Component() {
198198 javascript : `import { prepareEvent, getContractEvents } from "thirdweb";
199199
200200const preparedEvent = prepareEvent({
201- contract,
202201 signature: "{{function}}"
203202});
204203const events = await getContractEvents({
@@ -209,7 +208,6 @@ const events = await getContractEvents({
209208import { useContractEvents } from "thirdweb/react";
210209
211210const preparedEvent = prepareEvent({
212- contract,
213211 signature: "{{function}}"
214212});
215213
@@ -223,7 +221,6 @@ export default function Component() {
223221import { useContractEvents } from "thirdweb/react";
224222
225223const preparedEvent = prepareEvent({
226- contract,
227224 signature: "{{function}}"
228225});
229226
You can’t perform that action at this time.
0 commit comments