Skip to content

Commit

Permalink
fix: set availableOn field to null for specific staking contract
Browse files Browse the repository at this point in the history
  • Loading branch information
mohandast52 committed Nov 5, 2024
1 parent e7efea2 commit df3be93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/operate/components/Contracts/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const STAKING_CONTRACT_DETAILS: Record<Address, StakingContractDetailsInfo> = {
minOperatingBalanceToken: 'xDAI',
},
'0x000000000000000000000000998defafd094817ef329f6dc79c703f1cf18bc90': {
availableOn: 'pearl',
availableOn: null,
minOperatingBalance: 45,
minOperatingBalanceToken: 'xDAI',
},
Expand Down

0 comments on commit df3be93

Please sign in to comment.