Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Faq): question 8 #157

Merged
merged 1 commit into from
Apr 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions src/config/faqs.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const faqs = [
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>.
</p>
<ol type='i'>
<ol type='a'>
<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 Down Expand Up @@ -133,11 +133,16 @@ export const faqs = [
{
question: 'Why can’t I use StarkGate with {insert favorite}Token?',
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>.
Further down the road, we will publish the mechanism for adding support for additional tokens.
</p>
<ol type='a'>
<li>
StarkGate Alpha on Goerli supports ETH and a few other ERC-20 tokens. The full list and the relevant contract addresses on Goerli,
both on Ethereum and StarkNet, are available in this <a href='https://github.com/starkware-libs/starknet-addresses' target='_blank'>repo</a>.
</li>
<li>
On Mainnet, initially, StarkGate Alpha will only support ETH to allow use of the fee mechanism.
Later on, we will add support for WBTC, USDC, USDT, and DAI. Further down the road, we will publish the mechanism for adding support for additional tokens.
The relevant contract addresses on Mainnet are available in this <a href='https://github.com/starkware-libs/starknet-addresses/blob/master/bridged_tokens/mainnet.json' target='_blank'>repo</a>.
</li>
`
},
{
Expand Down