Skip to content

Commit

Permalink
remove zk test token (gitcoinco#3422)
Browse files Browse the repository at this point in the history
  • Loading branch information
codenamejason authored and debuggingfuture committed May 19, 2024
1 parent 9bd08ec commit ada80c1
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 @@ -363,16 +363,6 @@ const ZKSYNC_ERA_TESTNET_TOKENS: VotingToken[] = [
defaultForVoting: true,
canVote: true,
},
{
name: "TEST",
chainId: ChainId.ZKSYNC_ERA_TESTNET_CHAIN_ID,
address: "0x8fd03Cd97Da068CC242Ab7551Dc4100DD405E8c7",
decimal: 18,
logo: TokenNamesAndLogos["DAI"],
redstoneTokenId: RedstoneTokenIds["DAI"],
defaultForVoting: false,
canVote: true,
},
];

const ZKSYNC_ERA_MAINNET_TOKENS: VotingToken[] = [
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 @@ -192,14 +192,6 @@ const ZKSYNC_ERA_TESTNET_TOKENS: PayoutToken[] = [
logo: TokenNamesAndLogos["ETH"],
redstoneTokenId: RedstoneTokenIds["ETH"],
},
{
name: "TEST",
chainId: ChainId.ZKSYNC_ERA_TESTNET_CHAIN_ID,
address: "0x8fd03Cd97Da068CC242Ab7551Dc4100DD405E8c7",
decimal: 18,
logo: TokenNamesAndLogos["DAI"],
redstoneTokenId: RedstoneTokenIds["DAI"],
},
];

const ZKSYNC_ERA_MAINNET_TOKENS: PayoutToken[] = [
Expand Down

0 comments on commit ada80c1

Please sign in to comment.