Skip to content

Commit

Permalink
Update Collateral language
Browse files Browse the repository at this point in the history
  • Loading branch information
ccali11 committed Aug 22, 2023
1 parent ef230d2 commit 08d2446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/composables/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export default function useContracts() {
const registered = active || collateral.gt(0) || poolCount.gt(0) || resharing
if (registered) {
const pools = await _getPools(operator.id)
// TODO: Replace once we have this working again
// TODO: Replace these Public Nodes URLs once we have this working again
const operatorStore = {
'654': 'https://nodes.casimir.co/eth/goerli/dkg/1',
'655': 'https://nodes.casimir.co/eth/goerli/dkg/2',
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/pages/operators/Operator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ async function submitRegisterOperatorForm() {
</button>
</div>
<div class="text-[12px] mt-[4px] text-grey_4 pl-[5px]">
Deposit >= 1ETH per validator you want to run
Deposit at least 1 ETH per validator you plan to run.
</div>

<div class="flex justify-end mt-[20px]">
Expand Down

0 comments on commit 08d2446

Please sign in to comment.