Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit cc68033

Browse files
wa0x6eclaude
andcommitted
fix: add missing functions to default export in utils.ts
Added sha256, customFetch, and getFormattedAddressesByProtocol to the default export object to ensure consistency between named exports and default export. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6d8f4de commit cc68033

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/utils.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,10 @@ export const {
177177
} = snapshot.utils;
178178

179179
export default {
180+
sha256,
180181
getScoresDirect,
182+
customFetch,
183+
getFormattedAddressesByProtocol,
181184
multicall,
182185
Multicaller,
183186
subgraphRequest,

0 commit comments

Comments
 (0)