Skip to content

Commit

Permalink
Small refactoring to address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfior committed Nov 14, 2024
1 parent 66b4331 commit 77815e7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ape-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default_ecosystem: gnosis
node:
gnosis:
mainnet:
uri: https://rpc.gnosis.gateway.fm #https://rpc.gnosischain.com
uri: https://rpc.gnosischain.com


networks:
Expand Down
2 changes: 1 addition & 1 deletion examples/monitor/match_bets_with_langfuse_traces.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
import dotenv
from eth_typing import HexAddress, HexStr

from examples.monitor.financial_metrics import SharpeRatioCalculator
from examples.monitor.transaction_cache import TransactionBlockCache
from prediction_market_agent_tooling.markets.omen.omen_contracts import (
OmenConditionalTokenContract,
)
from prediction_market_agent_tooling.markets.omen.omen_subgraph_handler import (
OmenSubgraphHandler,
)
from prediction_market_agent_tooling.monitor.financial_metrics.financial_metrics import SharpeRatioCalculator

dotenv.load_dotenv()
import pandas as pd
Expand Down
File renamed without changes.

0 comments on commit 77815e7

Please sign in to comment.