Skip to content

Commit ba3fa22

Browse files
committed
Fixed smart contract pages
1 parent 895505a commit ba3fa22

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

docs/based-applications/developers/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,4 @@ sidebar_label: 'Developers'
33
sidebar_position: 6
44
---
55

6-
# Introduction to Based Applications
7-
8-
9-
Validators are the backbone of Ethereum, providing essential services to the blockchain. However, apart from performing duties and securing Ethereum, for the first time we show that Ethereum validators can also serve other decentralized systems with their established Sybil resistance and staked capital.
10-
11-
12-
Based Applications(bApps) are a new class of decentralized applications that leverage the Ethereum validator set for enhanced security, bootstrapping, and new capabilities. These applications make use of Ethereum's existing validator set(as opposed to capital) to quickly establish trust and operational resilience without having to build their own validator networks. Examples include based rollups, co-processors, oracles, bridges, and more. Additionally, bApps can serve novel applications like pre-confirmations, where validators can pre-confirm transactions before final inclusion in a block, reducing latency and improving user experience. By utilizing Ethereum's existing validator set, bApps can unlock new possibilities for scalability and user interaction while maintaining a high level of security and decentralization.
6+
# Based Application Developers

docs/based-applications/developers/smart-contracts/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,20 @@ sidebar_position: 1
55

66
# Smart Contracts
77

8-
[SSV Network Contracts Repository](https://github.com/ssvlabs/based-applications)
8+
[Based Applications Contracts Repository](https://github.com/ssvlabs/based-applications)
99

1010
### Based Applications Contract Addresses
1111

12-
#### Ethereum Mainnet
13-
14-
| Contract | Address |
15-
|---------------------------|------------------------------------------------------------------------------------------------------|
16-
| BasedAppManager | - Not deplyed yet - |
12+
:::warning
13+
This smart contract is under development and as such, it is only deployed on Holesky testnet
14+
:::
1715

1816

1917
#### Holesky Testnet
2018
<!-- TODO missing deployment address -->
2119
| Contract | Address |
2220
|-----------------|-------------------------------------------------------------------------------------------------------------|
23-
| BasedAppManager | [- Not deplyed yet -](https://holesky.etherscan.io/address/) |
21+
| BasedAppManager | [`0x9B3345F3B1Ce2d8655FC4B6e2ed39322d52aA317`](https://holesky.etherscan.io/address/0x9B3345F3B1Ce2d8655FC4B6e2ed39322d52aA317) |
2422

2523

2624
#### ABI

0 commit comments

Comments
 (0)