Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
[submodule "synd-contracts/lib/openzeppelin-contracts"]
path = synd-contracts/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "use-cases/lib/forge-std"]
path = use-cases/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "use-cases/lib/openzeppelin-contracts"]
path = use-cases/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "synd-contracts/lib/nitro-contracts"]
path = synd-contracts/lib/nitro-contracts
url = https://github.com/SyndicateProtocol/nitro-contracts.git
Expand Down
6 changes: 0 additions & 6 deletions synd-contracts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ grant-minter-role :; forge script script/TestnetSyndScript.s.sol:GrantMinterRole
# mint TestnetSynd to addresses
mint-synd-to-addresses :; forge script script/TestnetSyndScript.s.sol:MintSYNDToAddresses --rpc-url sepolia --account deployer --sender ${DEV_PUB_ADDRESS} --broadcast -vv

# deploy AgentApplication to Syndicate Exo
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}

# verify AgentApplication contract
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

## Tx Limit Test
# run tx limit test against OP Mainnet or Base Sepolia
# and save output to file
Expand Down
44 changes: 0 additions & 44 deletions use-cases/.github/workflows/test.yml

This file was deleted.

13 changes: 0 additions & 13 deletions use-cases/Makefile

This file was deleted.

66 changes: 0 additions & 66 deletions use-cases/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions use-cases/foundry.toml

This file was deleted.

1 change: 0 additions & 1 deletion use-cases/lib/forge-std/.gitattributes

This file was deleted.

128 changes: 0 additions & 128 deletions use-cases/lib/forge-std/.github/workflows/ci.yml

This file was deleted.

31 changes: 0 additions & 31 deletions use-cases/lib/forge-std/.github/workflows/sync.yml

This file was deleted.

4 changes: 0 additions & 4 deletions use-cases/lib/forge-std/.gitignore

This file was deleted.

Loading
Loading