From adc230f337b7789b13fca8cfd1996adeba0cfd01 Mon Sep 17 00:00:00 2001 From: Gregory Sobol Date: Wed, 27 Nov 2024 16:33:20 +0100 Subject: [PATCH] tag -> branch in submodules --- .gitmodules | 8 ++++---- ethexe/contracts/lib/forge-std | 2 +- ethexe/contracts/lib/openzeppelin-contracts | 2 +- ethexe/contracts/lib/openzeppelin-contracts-upgradeable | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitmodules b/.gitmodules index b11ed6e8e0b..bf4ed3aba63 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,19 +1,19 @@ [submodule "ethexe/contracts/lib/forge-std"] path = ethexe/contracts/lib/forge-std url = https://github.com/foundry-rs/forge-std - tag = "v1.9.4" + branch = "v1" [submodule "ethexe/contracts/lib/openzeppelin-contracts"] path = ethexe/contracts/lib/openzeppelin-contracts url = https://github.com/OpenZeppelin/openzeppelin-contracts - tag = "v5.1.0" + branch = "release-v5.1" [submodule "ethexe/contracts/lib/openzeppelin-foundry-upgrades"] path = ethexe/contracts/lib/openzeppelin-foundry-upgrades url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades - tag = "v5.1.0" + branch = "main" [submodule "ethexe/contracts/lib/openzeppelin-contracts-upgradeable"] path = ethexe/contracts/lib/openzeppelin-contracts-upgradeable url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable - tag = "v0.3.6" + branch = "release-v5.1" [submodule "ethexe/contracts/lib/symbiotic-core"] path = ethexe/contracts/lib/symbiotic-core url = https://github.com/grishasobol/symbiotic-core diff --git a/ethexe/contracts/lib/forge-std b/ethexe/contracts/lib/forge-std index 83c5d212a01..1eea5bae12a 160000 --- a/ethexe/contracts/lib/forge-std +++ b/ethexe/contracts/lib/forge-std @@ -1 +1 @@ -Subproject commit 83c5d212a01f8950727da4095cdfe2654baccb5b +Subproject commit 1eea5bae12ae557d589f9f0f0edae2faa47cb262 diff --git a/ethexe/contracts/lib/openzeppelin-contracts b/ethexe/contracts/lib/openzeppelin-contracts index fdf7012d3b1..69c8def5f22 160000 --- a/ethexe/contracts/lib/openzeppelin-contracts +++ b/ethexe/contracts/lib/openzeppelin-contracts @@ -1 +1 @@ -Subproject commit fdf7012d3b1559f4a149e150b0dec5142279026c +Subproject commit 69c8def5f222ff96f2b5beff05dfba996368aa79 diff --git a/ethexe/contracts/lib/openzeppelin-contracts-upgradeable b/ethexe/contracts/lib/openzeppelin-contracts-upgradeable index 9a38ce77f25..fa525310e45 160000 --- a/ethexe/contracts/lib/openzeppelin-contracts-upgradeable +++ b/ethexe/contracts/lib/openzeppelin-contracts-upgradeable @@ -1 +1 @@ -Subproject commit 9a38ce77f257a49344b8463db293e17ce44d30a6 +Subproject commit fa525310e45f91eb20a6d3baa2644be8e0adba31