From d851078c035a15947806f92685f40b79946a2bff Mon Sep 17 00:00:00 2001 From: gab0071 Date: Wed, 21 Aug 2024 18:03:08 -0500 Subject: [PATCH] script and deployment done --- .gitmodules | 6 ++++++ foundry.toml | 1 + lib/forge-std | 1 + lib/openzeppelin-contracts | 1 + 4 files changed, 9 insertions(+) create mode 160000 lib/forge-std create mode 160000 lib/openzeppelin-contracts diff --git a/.gitmodules b/.gitmodules index e69de29..e80ffd8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "lib/forge-std"] + path = lib/forge-std + url = https://github.com/foundry-rs/forge-std +[submodule "lib/openzeppelin-contracts"] + path = lib/openzeppelin-contracts + url = https://github.com/openzeppelin/openzeppelin-contracts diff --git a/foundry.toml b/foundry.toml index a469dd2..1e8ccad 100644 --- a/foundry.toml +++ b/foundry.toml @@ -5,6 +5,7 @@ libs = ["lib"] solc_version = "0.8.20" remappings = [ '@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/', + ] # See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options diff --git a/lib/forge-std b/lib/forge-std new file mode 160000 index 0000000..1714bee --- /dev/null +++ b/lib/forge-std @@ -0,0 +1 @@ +Subproject commit 1714bee72e286e73f76e320d110e0eaf5c4e649d diff --git a/lib/openzeppelin-contracts b/lib/openzeppelin-contracts new file mode 160000 index 0000000..dbb6104 --- /dev/null +++ b/lib/openzeppelin-contracts @@ -0,0 +1 @@ +Subproject commit dbb6104ce834628e473d2173bbc9d47f81a9eec3