Skip to content

Commit

Permalink
bubble token total supply fix
Browse files Browse the repository at this point in the history
Bubble token has 100million tokens. This is a static total supply fix.
npm run format has been ran.
  • Loading branch information
similiken authored Jul 11, 2023
1 parent 90d7030 commit 1926b69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import agcFetcher from "./tokens/agc";
import agixFetcher from "./tokens/agix";
import ashibFetcher from "./tokens/ashib";
import bankFetcher from "./tokens/bank";

Check failure on line 5 in src/index.ts

View workflow job for this annotation

GitHub Actions / build-and-test

Duplicate identifier 'bankFetcher'.
import bankFetcher from "./tokens/bubble";

Check failure on line 6 in src/index.ts

View workflow job for this annotation

GitHub Actions / build-and-test

Duplicate identifier 'bankFetcher'.
import c3Fetcher from "./tokens/c3";
import cblpFetcher from "./tokens/cblp";
import chryFetcher from "./tokens/chry";
Expand Down Expand Up @@ -144,4 +145,6 @@ export const supplyFetchers: Record<string, SupplyFetcher> = {
stableFetcher,
c0ee29a85b13209423b10447d3c2e6a50641a15c57770e27cb9d507357696e67526964657273:
wrtFetcher,
"4fde92c2f6dbcfa2879b44f7453872b31394cfb2f70f1d4c411169ac427562626c65":
bubbleFetcher,

Check failure on line 149 in src/index.ts

View workflow job for this annotation

GitHub Actions / build-and-test

Cannot find name 'bubbleFetcher'.
};

0 comments on commit 1926b69

Please sign in to comment.