Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
Added slapFetcher for $SLAP token data
  • Loading branch information
cornl1 authored Dec 24, 2023
1 parent 2207578 commit 1f20073
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ import rakerFetcher from "./tokens/raker";
import revuFetcher from "./tokens/revu";
import rjvFetcher from "./tokens/rjv";
import shenFetcher from "./tokens/shen";
import slapFetcher from "./tokens/slap";
import snekFetcher from "./tokens/snek";
import snepeFetcher from "./tokens/snepe";
import snowFetcher from "./tokens/snow";
Expand Down Expand Up @@ -257,4 +258,5 @@ export const supplyFetchers: Record<string, SupplyFetcher> = {
c27600f3aff3d94043464a33786429b78e6ab9df5e1d23b774acb34c434e4354: cnctFetcher,
"5ec2e9813fa385d9333d18186d8257d1b3ebea97bdec2dad74026d8d50554743484950":
pugchipFetcher,
"1e2ab14b6921c545b836525477921fe000e14a3502fa729f60e8de85": slapFetcher,
};

0 comments on commit 1f20073

Please sign in to comment.