Skip to content

Commit 89355f5

Browse files
last update for vercel
1 parent 53816cb commit 89355f5

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ out
1212

1313
# Local Netlify folder
1414
.netlify
15+
.vercel

examples/guider/kitchen-sink/next.config.mjs

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ const withGuider = guider({
44
themeConfig: './theme.config.tsx',
55
});
66

7-
export default withGuider({
8-
output: 'export',
9-
});
7+
export default withGuider({});

examples/guider/kitchen-sink/pages/docs/guides/markets/how-are-markets-clarified.mdx

-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ In rare cases, circumstances occur that were not foreseen at a market’s creati
1010

1111
If you believe a clarification is necessary for a market, the best place to request a clarification is in the (Polymarket Discord)[https://discord.com/invite/polymarket] **#market-review** channel.
1212

13-
The process works as follows:
14-
15-
1. Pre-Announcement. At least X hours before the clarification is issued, a bulletin board update will appear on the affected market alerting traders to the time of the incoming clarification.
16-
2. Trading Suspended.
17-
3. Clarification Issued. At the announced time, the clarification text will appear on the given market with the updated rule language.
18-
4. Trading Resumed.
1913

2014

2115
<Frame caption="An example clarification in the Layer Zero airdrop market. ">

0 commit comments

Comments
 (0)