Skip to content

Commit

Permalink
Update external contracts (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam authored May 1, 2023
2 parents 9ed099d + ff6106c commit 0d324c8
Show file tree
Hide file tree
Showing 111 changed files with 10,038 additions and 315 deletions.
File renamed without changes.
65 changes: 0 additions & 65 deletions .github/workflows/contracts.yml

This file was deleted.

18 changes: 16 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
out/
abi/
broadcast/
cache/
logs/
lcov.info
*foundryScriptOutput.json
*foundryScriptOutput.json

abi/*
!abi/LightClient.json
!abi/LightClientMock.json
!abi/SourceAMB.json
!abi/TargetAMB.json
!abi/DrillLightClient.json
!abi/DrillTelepathyRouter.json
!abi/Guardian.json
!abi/Timelock.json
!abi/TelepathyRouter.json
!abi/TelepathyPubSub.json
!abi/TelepathyPublisher.json
!abi/TelepathySubscriber.json
!abi/TelepathyValidator.json
23 changes: 22 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,25 @@
[submodule "lib/optimism-bedrock-contracts"]
path = lib/optimism-bedrock-contracts
url = https://github.com/succinctlabs/optimism-bedrock-contracts
branch = main
branch = main
[submodule "contracts-v2/lib/forge-std"]
path = contracts-v2/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "contracts-v2/lib/openzeppelin-contracts"]
path = contracts-v2/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "contracts-v2/lib/v3-core"]
path = contracts-v2/lib/v3-core
url = https://github.com/succinctlabs/v3-core
branch = main
[submodule "contracts-v2/lib/openzeppelin-contracts-upgradeable"]
path = contracts-v2/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
branch = v4.8.1
[submodule "contracts-v2/lib/optimism-bedrock-contracts"]
path = contracts-v2/lib/optimism-bedrock-contracts
url = https://github.com/succinctlabs/optimism-bedrock-contracts
branch = main
[submodule "contracts-v2/lib/eigenlayer-contracts"]
path = contracts-v2/lib/eigenlayer-contracts
url = https://github.com/succinctlabs/eigenlayer-contracts
Loading

0 comments on commit 0d324c8

Please sign in to comment.