From f61cd39cf2f4ea44b4cfbb3847877f33fe9415b3 Mon Sep 17 00:00:00 2001 From: Polybius93 Date: Thu, 18 Jul 2024 16:03:50 +0200 Subject: [PATCH] feat: export attestor functions --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4e6ba80..ad1067a 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "./constants": "./dist/constants/index.js", "./models": "./dist/models/index.js", "./bitcoin-functions": "./dist/functions/bitcoin/index.js", + "./attestor-request-functions": "./dist/functions/attestor/index.js", "./ethereum-functions": "./dist/functions/ethereum/index.js" }, "scripts": {