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

Commit

Permalink
Update c4.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
edomalchukcodeware authored Dec 5, 2023
1 parent e2b6e13 commit 7bd09db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens/c4.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { SupplyFetcher } from "../types";

const fetcher: SupplyFetcher = async () => {
const total = 1670000000;
const total = 1669428532;

return {
circulating: total.toString(),
Expand Down

0 comments on commit 7bd09db

Please sign in to comment.