From 89a7690bba39a78ad76c85bce7ff90c89a555a0b Mon Sep 17 00:00:00 2001
From: Kornel G <63907980+cornl1@users.noreply.github.com>
Date: Sun, 24 Dec 2023 22:23:05 +0100
Subject: [PATCH] Update slap.ts

Added proper policyID+assetname values
---
 src/tokens/slap.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tokens/slap.ts b/src/tokens/slap.ts
index 98996e7d..4869be1b 100644
--- a/src/tokens/slap.ts
+++ b/src/tokens/slap.ts
@@ -1,7 +1,7 @@
 import { defaultFetcherOptions, SupplyFetcher } from "../types";
 import { getAmountInAddresses, getBlockFrostInstance } from "../utils";
 
-const SLAP = "1e2ab14b6921c545b836525477921fe000e14a3502fa729f60e8de85";
+const SLAP = "1e2ab14b6921c545b836525477921fe000e14a3502fa729f60e8de85534c4150";
 
 const fetcher: SupplyFetcher = async (options = defaultFetcherOptions) => {
   const blockFrost = getBlockFrostInstance(options);