Skip to content

Commit

Permalink
Clean payout token (#3448)
Browse files Browse the repository at this point in the history
* update sepolia usdc decimals

* rm payout tokens
  • Loading branch information
0xKurt authored May 21, 2024
1 parent 809d2b3 commit 86779a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 498 deletions.
2 changes: 1 addition & 1 deletion packages/grant-explorer/src/features/api/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export const SEPOLIA_TOKENS: VotingToken[] = [
name: "USDC",
chainId: ChainId.SEPOLIA,
address: "0x78e0D07C4A08adFfe610113310163b40E7e47e81",
decimal: 6,
decimal: 18,
logo: TokenNamesAndLogos["USDC"],
redstoneTokenId: RedstoneTokenIds["USDC"],
defaultForVoting: false,
Expand Down
Loading

0 comments on commit 86779a8

Please sign in to comment.