Skip to content

Commit

Permalink
feat: switch submodule fetch from ssh to https (#443)
Browse files Browse the repository at this point in the history
* Switch submodule fetch from ssh to https

* refactor: reformat submodules file

* add shallow option for fetching submodule
  • Loading branch information
eloylp authored Sep 13, 2024
1 parent 80171c6 commit 06eb92a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
[submodule "evm-contracts/lib/forge-std"]
path = evm-contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
shallow = true
shallow = true
[submodule "evm-contracts/lib/axelar-gmp-sdk-solidity"]
path = evm-contracts/lib/axelar-gmp-sdk-solidity
url = https://github.com/axelarnetwork/axelar-gmp-sdk-solidity
shallow = true
shallow = true
[submodule "axelar-amplifier"]
path = axelar-amplifier
url = [email protected]:eigerco/axelar-amplifier.git
url = https://github.com/eigerco/axelar-amplifier.git
shallow = true
branch = solana

0 comments on commit 06eb92a

Please sign in to comment.