Skip to content

Commit c88557d

Browse files
committed
chore: rm use-cases dir
1 parent 557873a commit c88557d

File tree

790 files changed

+0
-154704
lines changed

Some content is hidden

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

790 files changed

+0
-154704
lines changed

.gitmodules

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
[submodule "synd-contracts/lib/openzeppelin-contracts"]
55
path = synd-contracts/lib/openzeppelin-contracts
66
url = https://github.com/OpenZeppelin/openzeppelin-contracts
7-
[submodule "use-cases/lib/forge-std"]
8-
path = use-cases/lib/forge-std
9-
url = https://github.com/foundry-rs/forge-std
10-
[submodule "use-cases/lib/openzeppelin-contracts"]
11-
path = use-cases/lib/openzeppelin-contracts
12-
url = https://github.com/OpenZeppelin/openzeppelin-contracts
137
[submodule "synd-contracts/lib/nitro-contracts"]
148
path = synd-contracts/lib/nitro-contracts
159
url = https://github.com/SyndicateProtocol/nitro-contracts.git

synd-contracts/Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ grant-minter-role :; forge script script/TestnetSyndScript.s.sol:GrantMinterRole
2929
# mint TestnetSynd to addresses
3030
mint-synd-to-addresses :; forge script script/TestnetSyndScript.s.sol:MintSYNDToAddresses --rpc-url sepolia --account deployer --sender ${DEV_PUB_ADDRESS} --broadcast -vv
3131

32-
# deploy AgentApplication to Syndicate Exo
33-
deploy-agent-application :; forge create --rpc-url exo --account deployer src/use-cases/dream/AgentApplication.sol:AgentApplication --legacy --broadcast --verify --verifier blockscout --verifier-url 'https://syndicate-exo.explorer.alchemy.com/api/' -vvv --constructor-args ${ADMIN_ADDR}
34-
35-
# verify AgentApplication contract
36-
verify-agent-application :; forge verify-contract --rpc-url exo --verifier blockscout --verifier-url 'https://syndicate-exo.explorer.alchemy.com/api/' ${CONTRACT_ADDRESS} src/use-cases/dream/AgentApplication.sol:AgentApplication
37-
3832
## Tx Limit Test
3933
# run tx limit test against OP Mainnet or Base Sepolia
4034
# and save output to file

use-cases/.github/workflows/test.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

use-cases/Makefile

Lines changed: 0 additions & 13 deletions
This file was deleted.

use-cases/README.md

Lines changed: 0 additions & 66 deletions
This file was deleted.

use-cases/foundry.toml

Lines changed: 0 additions & 13 deletions
This file was deleted.

use-cases/lib/forge-std/.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

use-cases/lib/forge-std/.github/workflows/ci.yml

Lines changed: 0 additions & 128 deletions
This file was deleted.

use-cases/lib/forge-std/.github/workflows/sync.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

use-cases/lib/forge-std/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)