Skip to content

Commit 3b7df3c

Browse files
authored
Update contracts (#69)
* update contracts * fix docs * fix multicall * bump version
1 parent 088cd05 commit 3b7df3c

File tree

14 files changed

+9173
-367
lines changed

14 files changed

+9173
-367
lines changed

docs/source/index.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ The ``synthetix`` library provides an interface for interacting with the Synthet
1919

2020
modules/synthetix
2121
modules/utils
22+
modules/multicall
2223

2324
Sample Projects
24-
-----
25+
---------------
2526

2627
- `Project Template <https://github.com/Synthetixio/project-template-python>`_ - A template for building projects using this library. Clone this template and run the sample scripts, or use it as a starting point for your own project.
2728
- `Order Keeper <https://github.com/Synthetixio/sample-v3-keeper>`_ - A simple keeper bot that executes trades. This is a good starting point for building bots using this library with `Silverback <https://github.com/ApeWorX/silverback/>`_.

docs/source/modules/synthetix.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ Synthetix
55
:members:
66
:private-members:
77

8-
.. autoclass:: synthetix.perps.Perps
8+
.. autoclass:: synthetix.perps.PerpsV3
9+
:members:
10+
:private-members:
11+
12+
.. autoclass:: synthetix.perps.BfPerps
913
:members:
1014
:private-members:
1115

src/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="synthetix",
5-
version="0.1.20",
5+
version="0.1.21",
66
description="Synthetix protocol SDK",
77
long_description=open("README.md").read(),
88
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)