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

Commit

Permalink
- fixed derp token
Browse files Browse the repository at this point in the history
  • Loading branch information
Luadja committed Nov 26, 2023
1 parent 3401676 commit b6800e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens/derp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const fetcher: SupplyFetcher = async (options = defaultFetcherOptions) => {
const blockFrost = getBlockFrostInstance(options);
const total = 100_000_000n;

let treasury = await getAmountInAddresses(blockFrost, DERP, [
const treasury = await getAmountInAddresses(blockFrost, DERP, [
"stake1uy6r37f83ahqq47rx4wxgl28anmekvz9wqqgr2u09pw48egyaeqhv",
"stake1u894gzwp4kg0uwmtz8k23g8cpkkc54gs6kd2ts4sedxanmcas4kh8",
"stake1u8fhqlvckhllm0l0pkjl3a2zhvgpn966ljgu3was9s80s7suf7rzg",
Expand Down

0 comments on commit b6800e5

Please sign in to comment.