Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo committed Oct 21, 2024
1 parent e23c0f7 commit 800f605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const InsufficientFundsModal = () => {

const fmtMinPrimaryBalance = formatter({
info: wallet.portfolioPrimaryTokenInfo,
quantity: fund.info.votingPowerThreshold,
quantity: BigInt(fund.info.votingPowerThreshold),
})
const fmtPrimaryBalance = formatter(primaryBalance)

Expand Down
2 changes: 1 addition & 1 deletion packages/staking/src/catalyst/adapters/fund-info.mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const mockCatalystApiFundInfo: Catalyst.CatalystApiFundInfo = {
fund_name: 'Fund12',
fund_goal:
"{'timestamp': '2024-06-25T17:29:31Z', 'themes': ['API', 'DAO', 'DApp', 'Data tools', 'DeFi', 'Education', 'Events', 'Exchanges', 'Explorers', 'Gaming', 'Governance', 'Identity solutions', 'NFTs', 'RealFi', 'SDK', 'Wallet', 'Cardano Ambassadors', 'Marketing', 'Hackathon', 'Incubation', 'Regional expansion', 'Standards and regulation', 'Translation', 'Dev ecosystem collaboration', 'Dev team', 'Developer tools', 'SPOs', 'Node', 'Other']}",
voting_power_threshold: 500000000,
voting_power_threshold: 25000000,
fund_start_time: '2024-06-27T12:00:00Z',
fund_end_time: '2024-07-11T11:00:00Z',
next_fund_start_time: '1970-01-01T00:00:00Z',
Expand Down

0 comments on commit 800f605

Please sign in to comment.