Skip to content

Commit

Permalink
chore: remove openzeppelin-contracts submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed May 1, 2024
1 parent 675e8ab commit e1ed756
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
29 changes: 13 additions & 16 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
[submodule "packages/contracts-core/lib/forge-std"]
path = packages/contracts-core/lib/forge-std
url = https://github.com/foundry-rs/forge-std
branch = v1
path = packages/contracts-core/lib/forge-std
url = https://github.com/foundry-rs/forge-std
branch = v1
[submodule "ethergo/internal/test-data"]
path = ethergo/internal/test-data
url = https://github.com/synapsecns/synapse-contracts
path = ethergo/internal/test-data
url = https://github.com/synapsecns/synapse-contracts
[submodule "services/cctp-relayer/external/synapse-contracts"]
path = services/cctp-relayer/external/synapse-contracts
url = https://github.com/synapsecns/synapse-contracts
path = services/cctp-relayer/external/synapse-contracts
url = https://github.com/synapsecns/synapse-contracts
[submodule "packages/contracts-core/lib/create3-factory"]
path = packages/contracts-core/lib/create3-factory
url = https://github.com/zeframlou/create3-factory
[submodule "packages/contracts-rfq/lib/openzeppelin-contracts"]
path = packages/contracts-rfq/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
path = packages/contracts-core/lib/create3-factory
url = https://github.com/zeframlou/create3-factory
[submodule "services/rfq/external/canonical-weth"]
path = services/rfq/external/canonical-weth
url = https://github.com/gnosis/canonical-weth
path = services/rfq/external/canonical-weth
url = https://github.com/gnosis/canonical-weth
[submodule "services/cctp-relayer/external/evm-cctp-contracts"]
path = services/cctp-relayer/external/evm-cctp-contracts
url = https://github.com/circlefin/evm-cctp-contracts.git
path = services/cctp-relayer/external/evm-cctp-contracts
url = https://github.com/circlefin/evm-cctp-contracts.git
1 change: 0 additions & 1 deletion packages/contracts-rfq/lib/openzeppelin-contracts
Submodule openzeppelin-contracts deleted from 6ba452

0 comments on commit e1ed756

Please sign in to comment.