Skip to content

Commit

Permalink
feat: add sepolia dai to manager
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavaparoksham committed Nov 24, 2023
1 parent 4d37ed6 commit 10dee7c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/round-manager/src/features/api/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,13 @@ export const getPayoutTokenOptions = (chainId: ChainId): PayoutToken[] => {
logo: TokenNamesAndLogos["ETH"],
decimal: 18,
},
{
name: "DAI",
chainId: ChainId.SEPOLIA,
address: "0x20231D192a739B289c60144b83e4878983b3240e",
logo: TokenNamesAndLogos["DAI"],
decimal: 18,
},
];
}
case ChainId.OPTIMISM_MAINNET_CHAIN_ID: {
Expand Down

0 comments on commit 10dee7c

Please sign in to comment.