diff --git a/pyproject.toml b/pyproject.toml index 54aa074..117d650 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/bluefin_v2_client/enumerations.py b/src/bluefin_v2_client/enumerations.py index 1c74b4e..d3d12d9 100644 --- a/src/bluefin_v2_client/enumerations.py +++ b/src/bluefin_v2_client/enumerations.py @@ -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):