Skip to content

Commit

Permalink
fix: round loading error on builder (#2794)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavaparoksham authored Jan 10, 2024
1 parent e5a5111 commit 77e39df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/builder/src/actions/rounds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export const loadRound =
}
`,
chainId!,
{ roundId: address }
{ roundId: address.toLowerCase() }
);
roundPayoutStrategy = resp.data.rounds[0].payoutStrategy
? resp.data.rounds[0].payoutStrategy.strategyName
Expand Down

5 comments on commit 77e39df

@vercel
Copy link

@vercel vercel bot commented on 77e39df Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

explorer-staging – ./packages/grant-explorer

grants-stack-explorer-staging.vercel.app
explorer-staging-grants-stack.vercel.app
explorer-staging-git-main-grants-stack.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 77e39df Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-staging – ./packages/builder

grants-stack-builder-staging.vercel.app
builder-staging-git-main-grants-stack.vercel.app
builder-staging-grants-stack.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 77e39df Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder – ./packages/builder

builder-git-main-grants-stack.vercel.app
builder-grants-stack.vercel.app
builder-kappa-one.vercel.app
builder.gitcoin.co

@vercel
Copy link

@vercel vercel bot commented on 77e39df Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

manager-staging – ./packages/round-manager

manager-staging-grants-stack.vercel.app
manager-staging-git-main-grants-stack.vercel.app
grants-stack-manager-staging.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 77e39df Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

manager – ./packages/round-manager

manager.gitcoin.co
manager-git-main-grants-stack.vercel.app
grants-stack-round-manager.vercel.app
manager-grants-stack.vercel.app

Please sign in to comment.