From 6d05681b906a22a3c47c701ee426403a7df1d70a Mon Sep 17 00:00:00 2001 From: wa0x6e <495709+wa0x6e@users.noreply.github.com> Date: Fri, 20 Jun 2025 02:16:05 +0400 Subject: [PATCH] fix: export getFormattedAddress from snapshot.js --- src/utils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils.ts b/src/utils.ts index ca35b5cd6..31bc0ba64 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -102,6 +102,7 @@ export const { getBlockNumber, getProvider, getSnapshots, + getFormattedAddress, SNAPSHOT_SUBGRAPH_URL } = snapshot.utils;