Skip to content

Commit

Permalink
resctructurize the project
Browse files Browse the repository at this point in the history
  • Loading branch information
kgarbacinski committed Feb 22, 2024
1 parent 452fd5a commit 15da02c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/app/context/epoch_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from app.infrastructure import graphql
from app.infrastructure.external_api.etherscan.blocks import get_block_num_from_ts
from app.legacy.utils.time import from_timestamp_s, sec_to_days
from app.modules.common.blockchain_types import compare_blockchain_types, ChainTypes
from app.shared.blockchain_types import compare_blockchain_types, ChainTypes


class EpochDetails:
Expand Down
2 changes: 1 addition & 1 deletion backend/app/modules/modules_factory/pre_pending.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import app.modules.staking.proceeds.service.aggregated as aggregated
import app.modules.staking.proceeds.service.contract_balance as contract_balance
from app.modules.common.blockchain_types import ChainTypes, compare_blockchain_types
from app.shared.blockchain_types import ChainTypes, compare_blockchain_types
from app.modules.modules_factory.protocols import (
AllUserEffectiveDeposits,
OctantRewards,
Expand Down
File renamed without changes.

0 comments on commit 15da02c

Please sign in to comment.