Skip to content

Commit

Permalink
Fix wrong type
Browse files Browse the repository at this point in the history
  • Loading branch information
falvaradorodriguez committed Oct 29, 2024
1 parent e0b3684 commit bf2128b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe_eth/eth/oracles/oracles.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
@dataclass
class UnderlyingToken:
address: ChecksumAddress
quantity: int
quantity: float


class BaseOracle(ABC):
Expand Down

0 comments on commit bf2128b

Please sign in to comment.