Skip to content

Commit

Permalink
fix: campaigns leaderboards not showing (#2508)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicole-obrien authored May 16, 2024
1 parent 597c987 commit adbfdc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
startTime: campaign.startTime,
endTime: campaign.endTime,
url: campaign.url,
chainId: campaign.evmNetwork,
chainId: campaign.chain,
listingStatus: campaign.listingStatus,
ERC20Reward: campaign.ERC20Reward,
} as ICampaign
Expand Down
1 change: 1 addition & 0 deletions packages/shared/src/lib/core/tide/apis/tide.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ interface ICampaignsResponse {
startTime: string
endTime: string
address: string
chain: number
url: string
evmNetwork: number
projectId: number
Expand Down

0 comments on commit adbfdc0

Please sign in to comment.