Skip to content

Commit

Permalink
chore: remove usdc as payout & donation token on zksync
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavaparoksham committed Jan 4, 2024
1 parent ddebd6b commit 3dcd226
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
10 changes: 0 additions & 10 deletions packages/grant-explorer/src/features/api/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,16 +291,6 @@ const ZKSYNC_ERA_MAINNET_TOKENS: VotingToken[] = [
defaultForVoting: false,
canVote: true,
},
{
name: "USDC",
chainId: ChainId.ZKSYNC_ERA_MAINNET_CHAIN_ID,
address: "0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4",
decimal: 6,
logo: TokenNamesAndLogos["USDC"],
redstoneTokenId: RedstoneTokenIds["USDC"],
defaultForVoting: false,
canVote: true,
},
{
name: "USDT",
chainId: ChainId.ZKSYNC_ERA_MAINNET_CHAIN_ID,
Expand Down
8 changes: 0 additions & 8 deletions packages/round-manager/src/features/api/payoutTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,6 @@ const ZKSYNC_ERA_MAINNET_TOKENS: PayoutToken[] = [
logo: TokenNamesAndLogos["DAI"],
redstoneTokenId: RedstoneTokenIds["DAI"],
},
{
name: "USDC",
chainId: ChainId.ZKSYNC_ERA_MAINNET_CHAIN_ID,
address: "0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4",
decimal: 6,
logo: TokenNamesAndLogos["USDC"],
redstoneTokenId: RedstoneTokenIds["USDC"],
},
{
name: "USDT",
chainId: ChainId.ZKSYNC_ERA_MAINNET_CHAIN_ID,
Expand Down

0 comments on commit 3dcd226

Please sign in to comment.