diff --git a/.gitmodules b/.gitmodules
index 8f2b4c542c1..ee5c786e7cb 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,6 @@
[submodule "gitbook/docs"]
path = gitbook/docs
url = https://github.com/NethermindEth/docs.git
+[submodule "src/Math.Gmp.Native"]
+ path = src/Math.Gmp.Native
+ url = git@github.com:NethermindEth/Math.Gmp.Native.git
diff --git a/src/Math.Gmp.Native b/src/Math.Gmp.Native
new file mode 160000
index 00000000000..2d0250eb1ef
--- /dev/null
+++ b/src/Math.Gmp.Native
@@ -0,0 +1 @@
+Subproject commit 2d0250eb1ef8b1dc549cabf1f05c70b309c5b801
diff --git a/src/Nethermind/Nethermind.Evm/Nethermind.Evm.csproj b/src/Nethermind/Nethermind.Evm/Nethermind.Evm.csproj
index b536bff3346..432463ff450 100644
--- a/src/Nethermind/Nethermind.Evm/Nethermind.Evm.csproj
+++ b/src/Nethermind/Nethermind.Evm/Nethermind.Evm.csproj
@@ -10,12 +10,12 @@
+
-