-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove duplicated blueprints (#443)
* chore: remove duplicated blueprints * chore: mv blueprints to examples
- Loading branch information
Showing
90 changed files
with
13 additions
and
903 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,30 +1,23 @@ | ||
# For the incredible-squaring blueprint | ||
[submodule "blueprints/incredible-squaring/contracts/lib/forge-std"] | ||
path = blueprints/incredible-squaring/contracts/lib/forge-std | ||
[submodule "examples/incredible-squaring/contracts/lib/forge-std"] | ||
path = examples/incredible-squaring/contracts/lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
[submodule "blueprints/incredible-squaring/contracts/lib/tnt-core"] | ||
path = blueprints/incredible-squaring/contracts/lib/tnt-core | ||
[submodule "examples/incredible-squaring/contracts/lib/tnt-core"] | ||
path = examples/incredible-squaring/contracts/lib/tnt-core | ||
url = https://github.com/tangle-network/tnt-core | ||
|
||
# For the incredible-squaring-eigenlayer blueprint | ||
[submodule "blueprints/incredible-squaring-eigenlayer/contracts/lib/eigenlayer-middleware"] | ||
path = blueprints/incredible-squaring-eigenlayer/contracts/lib/eigenlayer-middleware | ||
[submodule "examples/incredible-squaring-eigenlayer/contracts/lib/eigenlayer-middleware"] | ||
path = examples/incredible-squaring-eigenlayer/contracts/lib/eigenlayer-middleware | ||
url = https://github.com/Layr-Labs/eigenlayer-middleware | ||
[submodule "blueprints/incredible-squaring-eigenlayer/contracts/lib/forge-std"] | ||
path = blueprints/incredible-squaring-eigenlayer/contracts/lib/forge-std | ||
[submodule "examples/incredible-squaring-eigenlayer/contracts/lib/forge-std"] | ||
path = examples/incredible-squaring-eigenlayer/contracts/lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
|
||
# For the ecdsa-threshold-mpc blueprint | ||
[submodule "blueprints/ecdsa-threshold-mpc/contracts/lib/forge-std"] | ||
path = blueprints/ecdsa-threshold-mpc/contracts/lib/forge-std | ||
# For the incredible-squaring-symbiotic blueprint | ||
[submodule "examples/incredible-squaring-symbiotic/contracts/lib/forge-std"] | ||
path = examples/incredible-squaring-symbiotic/contracts/lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
[submodule "blueprints/ecdsa-threshold-mpc/contracts/lib/tnt-core"] | ||
path = blueprints/ecdsa-threshold-mpc/contracts/lib/tnt-core | ||
url = https://github.com/tangle-network/tnt-core | ||
branch = main | ||
[submodule "blueprints/incredible-squaring-symbiotic/contracts/lib/forge-std"] | ||
path = blueprints/incredible-squaring-symbiotic/contracts/lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
[submodule "blueprints/incredible-squaring-symbiotic/contracts/lib/core"] | ||
path = blueprints/incredible-squaring-symbiotic/contracts/lib/core | ||
[submodule "examples/incredible-squaring-symbiotic/contracts/lib/core"] | ||
path = examples/incredible-squaring-symbiotic/contracts/lib/core | ||
url = https://github.com/symbioticfi/core |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
95 changes: 0 additions & 95 deletions
95
blueprints/ecdsa-threshold-mpc/contracts/src/HelloBlueprint.sol
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.