Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion out/DelegatorFactory.sol/DelegatorFactory.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/DelegatorHints.sol/BaseDelegatorHints.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/DelegatorHints.sol/FullRestakeDelegatorHints.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/DelegatorHints.sol/NetworkRestakeDelegatorHints.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/FullRestakeDelegator.sol/FullRestakeDelegator.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/MetadataService.sol/MetadataService.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/NetworkRegistry.sol/NetworkRegistry.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/OperatorRegistry.sol/OperatorRegistry.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/OptInService.sol/OptInService.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/OptInServiceHints.sol/OptInServiceHints.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/Slasher.sol/Slasher.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/SlasherFactory.sol/SlasherFactory.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/SlasherHints.sol/BaseSlasherHints.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/SlasherHints.sol/SlasherHints.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/SlasherHints.sol/VetoSlasherHints.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/Vault.sol/Vault.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/VaultConfigurator.sol/VaultConfigurator.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/VaultFactory.sol/VaultFactory.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/VaultHints.sol/VaultHints.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/VaultTokenized.sol/VaultTokenized.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/VetoSlasher.sol/VetoSlasher.json

Large diffs are not rendered by default.

25 changes: 23 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@symbioticfi/core",
"version": "1.0.1",
"version": "1.0.2",
"description": "Symbiotic is a shared security protocol enabling decentralized networks to control and customize their own multi-asset restaking implementation.",
"homepage": "https://symbiotic.fi/",
"bugs": "https://github.com/symbioticfi/core/issues",
Expand All @@ -10,7 +10,28 @@
"src/**/*",
"test/mocks/**/*",
"test/integration/**/*",
"out/**/*.json"
"script/integration/**/*",
"out/Vault.sol/**/*.json",
"out/VaultTokenized.sol/**/*.json",
"out/NetworkRestakeDelegator.sol/**/*.json",
"out/FullRestakeDelegator.sol/**/*.json",
"out/OperatorSpecificDelegator.sol/**/*.json",
"out/OperatorNetworkSpecificDelegator.sol/**/*.json",
"out/Slasher.sol/**/*.json",
"out/VetoSlasher.sol/**/*.json",
"out/VaultFactory.sol/**/*.json",
"out/DelegatorFactory.sol/**/*.json",
"out/SlasherFactory.sol/**/*.json",
"out/OperatorRegistry.sol/**/*.json",
"out/NetworkRegistry.sol/**/*.json",
"out/OptInService.sol/**/*.json",
"out/MetadataService.sol/**/*.json",
"out/NetworkMiddlewareService.sol/**/*.json",
"out/VaultConfigurator.sol/**/*.json",
"out/VaultHints.sol/**/*.json",
"out/DelegatorHints.sol/**/*.json",
"out/SlasherHints.sol/**/*.json",
"out/OptInServiceHints.sol/**/*.json"
],
"repository": {
"type": "git",
Expand Down