Skip to content

Commit

Permalink
Merge pull request #113 from valory-xyz/tanya/contracts-update
Browse files Browse the repository at this point in the history
(operate) chore: update staking fields
  • Loading branch information
DavidMinarsch authored Oct 9, 2024
2 parents 2d024f1 + 4f260d1 commit d8f4180
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/operate/components/Contracts/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ const STAKING_CONTRACT_DETAILS: Record<Address, StakingContractDetailsInfo> = {
minOperatingBalance: 45,
minOperatingBalanceToken: 'xDAI',
},
'0x000000000000000000000000ad9d891134443b443d7f30013c7e14fe27f2e029': {
availableOn: 'quickstart',
minOperatingBalance: 135,
minOperatingBalanceToken: 'xDAI',
},
'0x000000000000000000000000e56df1e563de1b10715cb313d514af350d207212': {
availableOn: 'quickstart',
minOperatingBalance: 135,
minOperatingBalanceToken: 'xDAI',
},
};

const getApy = (
Expand Down

0 comments on commit d8f4180

Please sign in to comment.