Skip to content

Commit 21fa916

Browse files
authored
chore: export Errors ABI (#329)
1 parent d38cdfe commit 21fa916

File tree

2 files changed

+736
-1
lines changed

2 files changed

+736
-1
lines changed

service_contracts/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ ABI_CONTRACTS := \
132132
PDPVerifier \
133133
ServiceProviderRegistry \
134134
ServiceProviderRegistryStorage \
135-
SessionKeyRegistry
135+
SessionKeyRegistry \
136+
Errors
136137

137138
# Generate ABI file targets
138139
ABI_FILES := $(addprefix abi/,$(addsuffix .abi.json,$(ABI_CONTRACTS)))

0 commit comments

Comments
 (0)