This commit is contained in:
thatben 2025-06-02 14:05:51 +02:00
parent 7564ba1f6f
commit fcc4da86a6
No known key found for this signature in database
GPG Key ID: 62C543548433D43E
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View File

@ -133,3 +133,6 @@
[submodule "vendor/nim-unicodedb"] [submodule "vendor/nim-unicodedb"]
path = vendor/nim-unicodedb path = vendor/nim-unicodedb
url = https://github.com/nitely/nim-unicodedb.git url = https://github.com/nitely/nim-unicodedb.git
[submodule "vendor/nim-http-utils"]
path = vendor/nim-http-utils
url = https://github.com/status-im/nim-http-utils.git

View File

@ -3,7 +3,7 @@ import std/sequtils
import std/typetraits import std/typetraits
import pkg/contractabi import pkg/contractabi
import pkg/nimcrypto import pkg/nimcrypto
import pkg/ethers/fields import pkg/ethers/contracts/fields
import pkg/results import pkg/results
import pkg/questionable/results import pkg/questionable/results
import pkg/stew/byteutils import pkg/stew/byteutils

1
vendor/nim-http-utils vendored Submodule

@ -0,0 +1 @@
Subproject commit 8bb1acbaa4b86eb866145b0d468eff64a57d1897