Skip to content

Commit

Permalink
Updated MATIC name to POL (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
malikkulsoom authored Sep 6, 2024
1 parent cd11de5 commit 8fdaf95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "bluefin_v2_client_sui"
version = "1.0.2"
version = "1.0.3"
description = "Library to interact with Bluefin exchange protocol including its off-chain api-gateway and on-chain contracts"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion src/bluefin_v2_client/enumerations.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class MARKET_SYMBOLS(Enum):
APT = "APT-PERP"
AVAX = "AVAX-PERP"
TIA = "TIA-PERP"
MATIC = "MATIC-PERP"
POL = "POL-PERP"
SEI = "SEI-PERP"

class TIME_IN_FORCE(Enum):
Expand Down

0 comments on commit 8fdaf95

Please sign in to comment.