Skip to content

Commit

Permalink
feat: add scroll chain
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Nov 4, 2024
1 parent afd1f95 commit 1c34195
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/csv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const buildCsv = async (rewards: Reward[]): Promise<void> => {
"42220": "Celo",
"8453": "Base",
"250": "Fantom",
"534352": "Scroll",
}[reward.contractInfo.chain]

return {
Expand Down

0 comments on commit 1c34195

Please sign in to comment.