From b696fdf0a4513238fa114481629f93f49bfe0490 Mon Sep 17 00:00:00 2001 From: gretzke Date: Sat, 9 Dec 2023 16:35:10 +0100 Subject: [PATCH] forge install: storage-layout-checker 0.1.0 --- .gitmodules | 3 +++ lib/storage-layout-checker | 1 + 2 files changed, 4 insertions(+) create mode 160000 lib/storage-layout-checker diff --git a/.gitmodules b/.gitmodules index 712087f..37d7187 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "lib/contract-deployer-template"] path = lib/contract-deployer-template url = https://github.com/0xPolygon/contract-deployer-template +[submodule "lib/storage-layout-checker"] + path = lib/storage-layout-checker + url = https://github.com/0xPolygon/storage-layout-checker diff --git a/lib/storage-layout-checker b/lib/storage-layout-checker new file mode 160000 index 0000000..6bd9325 --- /dev/null +++ b/lib/storage-layout-checker @@ -0,0 +1 @@ +Subproject commit 6bd9325a57c2ff20ff4f4042b3d2239b649593b8