From 0a8970589fd92d1098be63b8acf8ceeff8399a6a Mon Sep 17 00:00:00 2001 From: han Date: Thu, 2 Jan 2025 17:21:05 +0700 Subject: [PATCH] update lottery dependencies --- .gitmodules | 12 ++++++++++++ .../lib/chainlink-brownie-contracts | 1 + foundry-smart-contract-lottery-cu/lib/forge-std | 1 + foundry-smart-contract-lottery-cu/lib/foundry-devops | 1 + foundry-smart-contract-lottery-cu/lib/solmate | 1 + 5 files changed, 16 insertions(+) create mode 160000 foundry-smart-contract-lottery-cu/lib/chainlink-brownie-contracts create mode 160000 foundry-smart-contract-lottery-cu/lib/forge-std create mode 160000 foundry-smart-contract-lottery-cu/lib/foundry-devops create mode 160000 foundry-smart-contract-lottery-cu/lib/solmate diff --git a/.gitmodules b/.gitmodules index 65da54f..03f38fd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,15 @@ [submodule "fund-me/lib/foundry-devops"] path = fund-me/lib/foundry-devops url = https://github.com/Cyfrin/foundry-devops +[submodule "foundry-smart-contract-lottery-cu/lib/foundry-devops"] + path = foundry-smart-contract-lottery-cu/lib/foundry-devops + url = https://github.com/cyfrin/foundry-devops +[submodule "foundry-smart-contract-lottery-cu/lib/chainlink-brownie-contracts"] + path = foundry-smart-contract-lottery-cu/lib/chainlink-brownie-contracts + url = https://github.com/smartcontractkit/chainlink-brownie-contracts +[submodule "foundry-smart-contract-lottery-cu/lib/forge-std"] + path = foundry-smart-contract-lottery-cu/lib/forge-std + url = https://github.com/foundry-rs/forge-std +[submodule "foundry-smart-contract-lottery-cu/lib/solmate"] + path = foundry-smart-contract-lottery-cu/lib/solmate + url = https://github.com/transmissions11/solmate diff --git a/foundry-smart-contract-lottery-cu/lib/chainlink-brownie-contracts b/foundry-smart-contract-lottery-cu/lib/chainlink-brownie-contracts new file mode 160000 index 0000000..12393bd --- /dev/null +++ b/foundry-smart-contract-lottery-cu/lib/chainlink-brownie-contracts @@ -0,0 +1 @@ +Subproject commit 12393bd475bd60c222ff12e75c0f68effe1bbaaf diff --git a/foundry-smart-contract-lottery-cu/lib/forge-std b/foundry-smart-contract-lottery-cu/lib/forge-std new file mode 160000 index 0000000..978ac6f --- /dev/null +++ b/foundry-smart-contract-lottery-cu/lib/forge-std @@ -0,0 +1 @@ +Subproject commit 978ac6fadb62f5f0b723c996f64be52eddba6801 diff --git a/foundry-smart-contract-lottery-cu/lib/foundry-devops b/foundry-smart-contract-lottery-cu/lib/foundry-devops new file mode 160000 index 0000000..df9f90b --- /dev/null +++ b/foundry-smart-contract-lottery-cu/lib/foundry-devops @@ -0,0 +1 @@ +Subproject commit df9f90b490423578142b5dd50752db9427efb2ac diff --git a/foundry-smart-contract-lottery-cu/lib/solmate b/foundry-smart-contract-lottery-cu/lib/solmate new file mode 160000 index 0000000..a9e3ea2 --- /dev/null +++ b/foundry-smart-contract-lottery-cu/lib/solmate @@ -0,0 +1 @@ +Subproject commit a9e3ea26a2dc73bfa87f0cb189687d029028e0c5