From 49372a04939b38fb377d2d7b6918d8e985f8312d Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Tue, 10 Oct 2023 11:58:51 +0100 Subject: [PATCH] submodules --- .gitignore | 1 - .gitmodules | 12 ++++++------ evm/lib/forge-std | 1 + evm/lib/ismp-solidity | 1 + evm/lib/multi-chain-tokens | 1 + evm/lib/openzeppelin-contracts | 1 + evm/lib/solidity-merkle-trees | 1 + 7 files changed, 11 insertions(+), 7 deletions(-) create mode 160000 evm/lib/forge-std create mode 160000 evm/lib/ismp-solidity create mode 160000 evm/lib/multi-chain-tokens create mode 160000 evm/lib/openzeppelin-contracts create mode 160000 evm/lib/solidity-merkle-trees diff --git a/.gitignore b/.gitignore index 9d0a8a735..bbfe28d66 100644 --- a/.gitignore +++ b/.gitignore @@ -14,5 +14,4 @@ evm/out/ evm/cache/ evm/broadcast/ -evm/lib/ evm/forge/target/ \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 9834cd35f..be58dc9bd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,15 @@ -[submodule "evm/hyperbridge/lib/forge-std"] - path = evm/hyperbridge/lib/forge-std - url = https://github.com/foundry-rs/forge-std [submodule "evm/lib/ismp-solidity"] path = evm/lib/ismp-solidity url = https://github.com/polytope-labs/ismp-solidity [submodule "evm/lib/solidity-merkle-trees"] path = evm/lib/solidity-merkle-trees url = https://github.com/polytope-labs/solidity-merkle-trees -[submodule "evm/lib/openzeppelin-contracts"] - path = evm/lib/openzeppelin-contracts - url = https://github.com/openzeppelin/openzeppelin-contracts [submodule "evm/lib/multi-chain-tokens"] path = evm/lib/multi-chain-tokens url = https://github.com/polytope-labs/multi-chain-tokens +[submodule "evm/lib/forge-std"] + path = evm/lib/forge-std + url = git@github.com:foundry-rs/forge-std +[submodule "evm/lib/openzeppelin-contracts"] + path = evm/lib/openzeppelin-contracts + url = https://github.com/openzeppelin/openzeppelin-contracts diff --git a/evm/lib/forge-std b/evm/lib/forge-std new file mode 160000 index 000000000..a2edd39db --- /dev/null +++ b/evm/lib/forge-std @@ -0,0 +1 @@ +Subproject commit a2edd39db95df7e9dd3f9ef9edc8c55fefddb6df diff --git a/evm/lib/ismp-solidity b/evm/lib/ismp-solidity new file mode 160000 index 000000000..400265c7d --- /dev/null +++ b/evm/lib/ismp-solidity @@ -0,0 +1 @@ +Subproject commit 400265c7dd7bebe6aff0ee4d27b694527a409d51 diff --git a/evm/lib/multi-chain-tokens b/evm/lib/multi-chain-tokens new file mode 160000 index 000000000..b41cbbe89 --- /dev/null +++ b/evm/lib/multi-chain-tokens @@ -0,0 +1 @@ +Subproject commit b41cbbe89651de9a993220d0e6bbf74194bf9e20 diff --git a/evm/lib/openzeppelin-contracts b/evm/lib/openzeppelin-contracts new file mode 160000 index 000000000..54b3f1434 --- /dev/null +++ b/evm/lib/openzeppelin-contracts @@ -0,0 +1 @@ +Subproject commit 54b3f14346da01ba0d159114b399197fea8b7cda diff --git a/evm/lib/solidity-merkle-trees b/evm/lib/solidity-merkle-trees new file mode 160000 index 000000000..f637bb083 --- /dev/null +++ b/evm/lib/solidity-merkle-trees @@ -0,0 +1 @@ +Subproject commit f637bb083eb6bdef3daee016e300a56800c2725e