Skip to content

Commit

Permalink
chore: add faq (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-ziv authored Apr 11, 2022
1 parent 5cdc483 commit 14ae412
Showing 1 changed file with 23 additions and 12 deletions.
35 changes: 23 additions & 12 deletions src/config/faqs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ export const faqs = [
answer: `
<p>
To understand how StarkGate works, please see this post, the
<a href="//starknet.io/documentation/starkgate-token-bridge/" target="_blank">Technical Documentation</a>,
the <a href="//github.com/starkware-libs/starkgate-contracts/tree/main/src/starkware/starknet/apps/starkgate" target="_blank">contract’s code</a>,
and the <a href="//github.com/starkware-libs/starkgate-frontend" target="_blank">application code</a>.
<a href='//starknet.io/documentation/starkgate-token-bridge/' target='_blank'>Technical Documentation</a>,
the <a href='//github.com/starkware-libs/starkgate-contracts/tree/main/src/starkware/starknet/apps/starkgate' target='_blank'>contract’s code</a>,
and the <a href='//github.com/starkware-libs/starkgate-frontend' target='_blank'>application code</a>.
</p>
`
},
Expand All @@ -17,7 +17,7 @@ export const faqs = [
The first version currently has some restrictions that may affect your ability
to use StarkGate:
</p>
<ol type="a">
<ol type='a'>
<li>Make sure you are browsing from Chrome.</li>
<li>Make sure you are not using incognito mode.</li>
<li>
Expand All @@ -39,14 +39,14 @@ export const faqs = [
question:
'I performed the operation and have been waiting for completion for a long time. Why is that, and what should I do? ',
answer: `
<ol type="a">
<ol type='a'>
<li>
This is an Alpha version of StarkGate operating on an <b>Alpha</b> version of StarkNet.
As a result, significant delays may occure due to congestion of the system.
</li>
<li>
If you encounter a significant delay, we recommend that you:
<ol type="i">
<ol type='i'>
<li>Do not exit the browser and then re-enter.</li>
<li>Do not try to perform the same operation over and over again.</li>
</ol>
Expand All @@ -60,9 +60,9 @@ export const faqs = [
answer: `
<p>
Our recommendation is to wait, and here is the reason why:
The process of sending transactions from StarkNet to Ethereum is divided into <a href="https://starknet.io/documentation/starkgate-token-bridge/" target="_blank">two stages</a>.
The process of sending transactions from StarkNet to Ethereum is divided into <a href='https://starknet.io/documentation/starkgate-token-bridge/' target='_blank'>two stages</a>.
</p>
<ol type="i">
<ol type='i'>
<li>A waiting period of several hours is expected between the stages.</li>
<li>
At the end of the first step, you will be required to sign in order to complete the transfer.
Expand All @@ -79,7 +79,7 @@ export const faqs = [
<p>
StarkGate Alpha has two limitations at its first stage in order to reduce risk:
</p>
<ol type="a">
<ol type='a'>
<li>
The total value locked (TVL) in the bridge on Ethereum is limited for each token type.
</li>
Expand All @@ -88,7 +88,7 @@ export const faqs = [
</li>
</ol>
<p>
*Take a look at the <a href="https://starknet.io/documentation/starkgate-token-bridge/#limitations" target="_blank">documentation</a> to see the updated numbers, stay tuned.
*Take a look at the <a href='https://starknet.io/documentation/starkgate-token-bridge/#limitations' target='_blank'>documentation</a> to see the updated numbers, stay tuned.
</p>
<p>
We plan to gradually ease these limitations and lift them completely, as confidence grows.
Expand Down Expand Up @@ -126,7 +126,7 @@ export const faqs = [
"I can't find solutions to the problems I encountered while using StarkGate. Where can I get help?",
answer: `
<p>We have opened a
<a href="https://discord.com/login?redirect_to=%2Fchannels%2F793094838509764618%2F957558236662366219" target="_blank">community channel on Discord</a>
<a href='https://discord.com/login?redirect_to=%2Fchannels%2F793094838509764618%2F957558236662366219' target='_blank'>community channel on Discord</a>
to help each other use StarkGate.</p>
`
},
Expand All @@ -135,9 +135,20 @@ export const faqs = [
answer: `
<p>
Initially, StarkGate Alpha will only support ETH. After time period of successful use, we will add support for:
WBTC, USDC, USDT and Dai. All relevant contract addresses, both on Ethereum and StarkNet, are available in this <a href="https://github.com/starkware-libs/starknet-addresses" target="_blank">repo</a>.
WBTC, USDC, USDT and Dai. All relevant contract addresses, both on Ethereum and StarkNet, are available in this <a href='https://github.com/starkware-libs/starknet-addresses' target='_blank'>repo</a>.
Further down the road, we will publish the mechanism for adding support for additional tokens.
</p>
`
},
{
question:
"Where's the best place to write detailed feedback to help improve future versions of StarkGate?",
answer: `
<p>Here:</p>
<ul>
<li><a href="https://forms.reform.app/starkware/StarkGate_Feedback/yhyalh" target='_blank'>StarkGate Alpha on Goerli</a></li>
<li><a href="https://forms.reform.app/TeRuSp/StarkGate-Feedback-Mainnet/bcoscx" target='_blank'>StarkGate Alpha on Mainnet</a></li>
</ul>
`
}
];

0 comments on commit 14ae412

Please sign in to comment.