Skip to content

Commit 5ab692f

Browse files
committed
chore: make Simulation local
1 parent 0c57922 commit 5ab692f

File tree

112 files changed

+901
-863
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+901
-863
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@
77
[submodule "lib/openzeppelin-contracts-upgradeable"]
88
path = lib/openzeppelin-contracts-upgradeable
99
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
10-
[submodule "lib/contracts"]
11-
path = lib/contracts
12-
url = https://github.com/base/contracts

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This repository contains the core Symbiotic smart contracts responsible for managing deposits, stake allocations and slashing.
44

55
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/symbioticfi/core)
6-
[![codecov](https://codecov.io/github/symbioticfi/core/graph/badge.svg?token=9F5PUM6HB0)](https://codecov.io/github/symbioticfi/core)
6+
[![codecov](https://codecov.io/github/symbioticfi/core/graph/badge.svg?token=677FQ1HFHJ)](https://codecov.io/github/symbioticfi/core)
77

88
Symbiotic core consists of:
99

codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ ignore:
4848
- "script"
4949
- "test"
5050
- "src/test"
51+
- "src/contracts/hints"

docs/autogen/src/src/contracts/DelegatorFactory.sol/contract.DelegatorFactory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DelegatorFactory
2-
[Git Source](https://github.com/symbioticfi/core/blob/df9ca184c8ea82a887fc1922bce2558281ce8e60/src/contracts/DelegatorFactory.sol)
2+
[Git Source](https://github.com/symbioticfi/core/blob/0c5792225777a2fa2f15f10dba9650eb44861800/src/contracts/DelegatorFactory.sol)
33

44
**Inherits:**
55
[Factory](/Users/andreikorokhov/symbiotic/core/docs/autogen/src/src/contracts/common/Factory.sol/contract.Factory.md), [IDelegatorFactory](/Users/andreikorokhov/symbiotic/core/docs/autogen/src/src/interfaces/IDelegatorFactory.sol/interface.IDelegatorFactory.md)

docs/autogen/src/src/contracts/NetworkRegistry.sol/contract.NetworkRegistry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# NetworkRegistry
2-
[Git Source](https://github.com/symbioticfi/core/blob/df9ca184c8ea82a887fc1922bce2558281ce8e60/src/contracts/NetworkRegistry.sol)
2+
[Git Source](https://github.com/symbioticfi/core/blob/0c5792225777a2fa2f15f10dba9650eb44861800/src/contracts/NetworkRegistry.sol)
33

44
**Inherits:**
55
[Registry](/Users/andreikorokhov/symbiotic/core/docs/autogen/src/src/contracts/common/Registry.sol/abstract.Registry.md), [INetworkRegistry](/Users/andreikorokhov/symbiotic/core/docs/autogen/src/src/interfaces/INetworkRegistry.sol/interface.INetworkRegistry.md)

docs/autogen/src/src/contracts/OperatorRegistry.sol/contract.OperatorRegistry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# OperatorRegistry
2-
[Git Source](https://github.com/symbioticfi/core/blob/df9ca184c8ea82a887fc1922bce2558281ce8e60/src/contracts/OperatorRegistry.sol)
2+
[Git Source](https://github.com/symbioticfi/core/blob/0c5792225777a2fa2f15f10dba9650eb44861800/src/contracts/OperatorRegistry.sol)
33

44
**Inherits:**
55
[Registry](/Users/andreikorokhov/symbiotic/core/docs/autogen/src/src/contracts/common/Registry.sol/abstract.Registry.md), [IOperatorRegistry](/Users/andreikorokhov/symbiotic/core/docs/autogen/src/src/interfaces/IOperatorRegistry.sol/interface.IOperatorRegistry.md)

docs/autogen/src/src/contracts/SlasherFactory.sol/contract.SlasherFactory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SlasherFactory
2-
[Git Source](https://github.com/symbioticfi/core/blob/df9ca184c8ea82a887fc1922bce2558281ce8e60/src/contracts/SlasherFactory.sol)
2+
[Git Source](https://github.com/symbioticfi/core/blob/0c5792225777a2fa2f15f10dba9650eb44861800/src/contracts/SlasherFactory.sol)
33

44
**Inherits:**
55
[Factory](/Users/andreikorokhov/symbiotic/core/docs/autogen/src/src/contracts/common/Factory.sol/contract.Factory.md), [ISlasherFactory](/Users/andreikorokhov/symbiotic/core/docs/autogen/src/src/interfaces/ISlasherFactory.sol/interface.ISlasherFactory.md)

docs/autogen/src/src/contracts/VaultConfigurator.sol/contract.VaultConfigurator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# VaultConfigurator
2-
[Git Source](https://github.com/symbioticfi/core/blob/df9ca184c8ea82a887fc1922bce2558281ce8e60/src/contracts/VaultConfigurator.sol)
2+
[Git Source](https://github.com/symbioticfi/core/blob/0c5792225777a2fa2f15f10dba9650eb44861800/src/contracts/VaultConfigurator.sol)
33

44
**Inherits:**
55
[IVaultConfigurator](/Users/andreikorokhov/symbiotic/core/docs/autogen/src/src/interfaces/IVaultConfigurator.sol/interface.IVaultConfigurator.md)

docs/autogen/src/src/contracts/VaultFactory.sol/contract.VaultFactory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# VaultFactory
2-
[Git Source](https://github.com/symbioticfi/core/blob/df9ca184c8ea82a887fc1922bce2558281ce8e60/src/contracts/VaultFactory.sol)
2+
[Git Source](https://github.com/symbioticfi/core/blob/0c5792225777a2fa2f15f10dba9650eb44861800/src/contracts/VaultFactory.sol)
33

44
**Inherits:**
55
[MigratablesFactory](/Users/andreikorokhov/symbiotic/core/docs/autogen/src/src/contracts/common/MigratablesFactory.sol/contract.MigratablesFactory.md), [IVaultFactory](/Users/andreikorokhov/symbiotic/core/docs/autogen/src/src/interfaces/IVaultFactory.sol/interface.IVaultFactory.md)

docs/autogen/src/src/contracts/common/Entity.sol/abstract.Entity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Entity
2-
[Git Source](https://github.com/symbioticfi/core/blob/df9ca184c8ea82a887fc1922bce2558281ce8e60/src/contracts/common/Entity.sol)
2+
[Git Source](https://github.com/symbioticfi/core/blob/0c5792225777a2fa2f15f10dba9650eb44861800/src/contracts/common/Entity.sol)
33

44
**Inherits:**
55
Initializable, [IEntity](/Users/andreikorokhov/symbiotic/core/docs/autogen/src/src/interfaces/common/IEntity.sol/interface.IEntity.md)

0 commit comments

Comments
 (0)