-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #578 from lidofinance/feature/soneium-based-on-dev…
…elop Add support for Soneium and SoneiumMinato chains
- Loading branch information
Showing
38 changed files
with
524 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
import { | ||
WhatIsWstethOnSoneium, | ||
HowCanIGetWstethOnSoneium, | ||
HowCanIUseWstethOnSoneium, | ||
CanIStakeMyETHDirectlyOnSoneium, | ||
DoIStillGetStakingRewardsWithStETHOrWstETHOnSoneium, | ||
DoINeedToClaimMyStakingRewardsIfIWrapStETHToWstETHOnSoneium, | ||
HowCouldIUnwrapWstETHBackToStETHOnSoneium, | ||
WhatHappensIfIWantToUnstakeETHOnEthereumCanIDoThatFromSoneium, | ||
} from './list'; | ||
|
||
export const SoneiumFAQ = () => ( | ||
<> | ||
<WhatIsWstethOnSoneium /> | ||
<HowCanIGetWstethOnSoneium /> | ||
<HowCanIUseWstethOnSoneium /> | ||
<CanIStakeMyETHDirectlyOnSoneium /> | ||
<DoIStillGetStakingRewardsWithStETHOrWstETHOnSoneium /> | ||
<DoINeedToClaimMyStakingRewardsIfIWrapStETHToWstETHOnSoneium /> | ||
<HowCouldIUnwrapWstETHBackToStETHOnSoneium /> | ||
<WhatHappensIfIWantToUnstakeETHOnEthereumCanIDoThatFromSoneium /> | ||
</> | ||
); |
13 changes: 13 additions & 0 deletions
13
features/wsteth/shared/wrap-faq/soneium-faq/list/can-i-stake-my-eth-directly-on-soneium.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import { FC } from 'react'; | ||
import { Accordion } from '@lidofinance/lido-ui'; | ||
|
||
export const CanIStakeMyETHDirectlyOnSoneium: FC = () => { | ||
return ( | ||
<Accordion summary="Can I stake my ETH directly on Soneium?"> | ||
<p> | ||
No, staking in the Lido Protocol is available only on the Ethereum | ||
mainnet. | ||
</p> | ||
</Accordion> | ||
); | ||
}; |
11 changes: 11 additions & 0 deletions
11
...m-faq/list/do-i-need-to-claim-my-staking-rewards-if-i-wrap-steth-to-wsteth-on-soneium.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { FC } from 'react'; | ||
import { Accordion } from '@lidofinance/lido-ui'; | ||
|
||
export const DoINeedToClaimMyStakingRewardsIfIWrapStETHToWstETHOnSoneium: FC = | ||
() => { | ||
return ( | ||
<Accordion summary="Do I need to claim my staking rewards if I wrap stETH to wstETH on Soneium?"> | ||
<p>No, staking rewards accrue to wstETH automatically.</p> | ||
</Accordion> | ||
); | ||
}; |
17 changes: 17 additions & 0 deletions
17
...p-faq/soneium-faq/list/do-i-still-get-staking-rewards-with-steth-or-wsteth-on-soneium.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import { FC } from 'react'; | ||
import { Accordion } from '@lidofinance/lido-ui'; | ||
|
||
export const DoIStillGetStakingRewardsWithStETHOrWstETHOnSoneium: FC = () => { | ||
return ( | ||
<Accordion summary="Do I still get staking rewards with stETH or wstETH on Soneium?"> | ||
<p> | ||
Yes, wrapped stETH gets staking rewards at the same rate as regular | ||
stETH. When you keep your stETH in a wrapper, you cannot see your daily | ||
staking rewards. However, when you unwrap your wstETH your new stETH | ||
balance will have increased relative to the pre-wrapped amount to | ||
reflect your received rewards, regardless of whether it's held on | ||
Ethereum or Soneium. | ||
</p> | ||
</Accordion> | ||
); | ||
}; |
Oops, something went wrong.