-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5746fde
commit 8a86af4
Showing
1 changed file
with
26 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,28 @@ | ||
/** | ||
* . | ||
* / \ | ||
* |.'.| | ||
* |'.'| | ||
* ,'| |`. | ||
* |,-'-|-'-.| | ||
* __|_| | _ _ _____ _ | ||
* | ___ \| | | | | | ___ \ | | | ||
* | |_/ /|__ ___| | _____| |_ | |_/ /__ ___ | | | ||
* | // _ \ / __| |/ / _ \ __| | __/ _ \ / _ \| | | ||
* | |\ \ (_) | (__| < __/ |_ | | | (_) | (_) | | | ||
* \_| \_\___/ \___|_|\_\___|\__| \_| \___/ \___/|_| | ||
* +---------------------------------------------------+ | ||
* | DECENTRALISED STAKING PROTOCOL FOR ETHEREUM 2.0 | | ||
* +---------------------------------------------------+ | ||
* | ||
* Rocket Pool is a first-of-its-kind ETH2 Proof of Stake protocol, designed to be community owned, | ||
* decentralised, trustless and compatible with staking in Ethereum 2.0. | ||
* | ||
* For more information about Rocket Pool, visit https://rocketpool.net | ||
* | ||
* Authors: David Rugendyke, Jake Pospischil, Kane Wallmann, Darren Langley, Joe Clapis, Nick Doherty | ||
* | ||
*/ | ||
* . | ||
* / \ | ||
* |.'.| | ||
* |'.'| | ||
* ,'| |'. | ||
* |,-'-|-'-.| | ||
* __|_| | _ _ _____ _ | ||
* | ___ \| | | | | | ___ \ | | | ||
* | |_/ /|__ ___| | _____| |_ | |_/ /__ ___ | | | ||
* | // _ \ / __| |/ / _ \ __| | __/ _ \ / _ \| | | ||
* | |\ \ (_) | (__| < __/ |_ | | | (_) | (_) | | | ||
* \_| \_\___/ \___|_|\_\___|\__| \_| \___/ \___/|_| | ||
* +---------------------------------------------------+ | ||
* | DECENTRALISED STAKING PROTOCOL FOR ETHEREUM | | ||
* +---------------------------------------------------+ | ||
* | ||
* Rocket Pool is a first-of-its-kind Ethereum staking pool protocol, designed to | ||
* be community-owned, decentralised, permissionless, & trustless. | ||
* | ||
* For more information about Rocket Pool, visit https://rocketpool.net | ||
* | ||
* Authored by the Rocket Pool Core Team | ||
* Contributors: https://github.com/rocket-pool/rocketpool/graphs/contributors | ||
* A special thanks to the Rocket Pool community for all their contributions. | ||
* | ||
*/ | ||
|