Skip to content

Commit c4ac832

Browse files
authored
Merge pull request #70 from sergeypanin1994/main
fix: update Twitter URL and correct typos in documentation
2 parents 0dc9bb8 + df58073 commit c4ac832

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/Learn/Bitlayer PoS/AboutFinality.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ sidebar_position: 90
88

99
In this initial phase, Bitlayer adopts the best security model: PoS + Multisig, working with multiple MPC custody platforms, ultilizing 100% EVM-Compatible environment to onboard users and developers.
1010

11-
At this stage, there're up to 21 canonical validators are reponsible for proposing blocks and maintaining the blockchain, the consensus is like `clique` in go-ethereum, but with **System contracts** to deal with staking and validator managements.
11+
At this stage, there're up to 21 canonical validators are responsible for proposing blocks and maintaining the blockchain, the consensus is like `clique` in go-ethereum, but with **System contracts** to deal with staking and validator managements.
1212

13-
At this stage, Bitlayer adopts the longest chain strategy (AKA the largest total difficulty strategy) to select the cononical chain if there are multi-branch at a height. **So, the latest few blocks may be reorg**.
13+
At this stage, Bitlayer adopts the longest chain strategy (AKA the largest total difficulty strategy) to select the canonical chain if there are multi-branch at a height. **So, the latest few blocks may be reorg**.
1414

1515
For finality at Bitlayer PoS stage:
1616

docs/Learn/FAQs/Contact-Details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 2
66

77
Website:https://www.bitlayer.org/
88

9-
Twitter: https://twitter.com/BitLayerLabs
9+
Twitter: https://x.com/BitLayerLabs
1010

1111
Discord: https://discord.com/invite/GGSjNyD8nj
1212

docs/Learn/Introduction/Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ Bitlayer is rapidly evolving, with significant milestones already achieved and e
6161

6262
By combining Bitcoin's security with cutting-edge scalability and programmability, Bitlayer is poised to redefine the possibilities of Bitcoin Layer 2. Dive into our documentation to explore the technical details and start building on Bitlayer today!
6363

64-
Stay updated on our progress by following our [Twitter](https://twitter.com/BitLayerLabs) or joining our active [Discord](https://discord.com/invite/GGSjNyD8nj) / [Telegram](https://t.me/bitlayerofficial) community. You can also read our [Blog](https://blog.bitlayer.org/) to stay abreast of the latest Bitlayer developments.
64+
Stay updated on our progress by following our [Twitter](https://x.com/BitLayerLabs) or joining our active [Discord](https://discord.com/invite/GGSjNyD8nj) / [Telegram](https://t.me/bitlayerofficial) community. You can also read our [Blog](https://blog.bitlayer.org/) to stay abreast of the latest Bitlayer developments.

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const config = {
141141
},
142142
{
143143
label: 'Twitter',
144-
href: 'https://twitter.com/BitLayerLabs',
144+
href: 'https://x.com/BitLayerLabs',
145145
},
146146
],
147147
},

0 commit comments

Comments
 (0)