Skip to content

Commit

Permalink
Merge pull request #97 from valory-xyz/mohan/update-operate-staking-c…
Browse files Browse the repository at this point in the history
…ontract-availability

(operate) feat: update "Available on" for new staking contracts
  • Loading branch information
oaksprout authored Sep 4, 2024
2 parents 1178d72 + fa9f55b commit e168adb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/operate/components/Contracts/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@ const STAKING_CONTRACT_DETAILS: Record<Address, StakingContractDetailsInfo> = {
minOperatingBalanceToken: 'xDAI',
},
'0x000000000000000000000000b964e44c126410df341ae04b13ab10a985fe3513': {
availableOn: null,
availableOn: 'quickstart',
minOperatingBalance: 90,
minOperatingBalanceToken: 'xDAI',
},
'0x00000000000000000000000080fad33cadb5f53f9d29f02db97d682e8b101618': {
availableOn: null,
availableOn: 'quickstart',
minOperatingBalance: 90,
minOperatingBalanceToken: 'xDAI',
},
'0x0000000000000000000000001c2f82413666d2a3fd8bc337b0268e62ddf67434': {
availableOn: null,
availableOn: 'pearl',
minOperatingBalance: 11.5,
minOperatingBalanceToken: 'xDAI',
},
'0x000000000000000000000000238eb6993b90a978ec6aad7530d6429c949c08da': {
availableOn: null,
availableOn: 'quickstart',
minOperatingBalance: 45,
minOperatingBalanceToken: 'xDAI',
},
Expand Down

0 comments on commit e168adb

Please sign in to comment.