poly-web3 0.0.3__py3-none-any.whl → 0.0.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- poly_web3/web3_service/proxy_service.py +0 -2
- {poly_web3-0.0.3.dist-info → poly_web3-0.0.4.dist-info}/METADATA +1 -1
- {poly_web3-0.0.3.dist-info → poly_web3-0.0.4.dist-info}/RECORD +5 -5
- {poly_web3-0.0.3.dist-info → poly_web3-0.0.4.dist-info}/WHEEL +0 -0
- {poly_web3-0.0.3.dist-info → poly_web3-0.0.4.dist-info}/top_level.txt +0 -0
|
@@ -136,8 +136,6 @@ class ProxyWeb3Service(BaseWeb3Service):
|
|
|
136
136
|
return redeem_res
|
|
137
137
|
|
|
138
138
|
def redeem_all(self) -> list[dict]:
|
|
139
|
-
logger.info("test")
|
|
140
|
-
return
|
|
141
139
|
positions = self.fetch_positions(user_address=self._resolve_user_address())
|
|
142
140
|
if not positions:
|
|
143
141
|
return []
|
|
@@ -10,9 +10,9 @@ poly_web3/signature/secp256k1.py,sha256=AGpItsDFTAJR9ZpAfyC26llKaNmIfpD8v6HM3qqM
|
|
|
10
10
|
poly_web3/web3_service/__init__.py,sha256=pxW7XqlSDZeoYc3ohwCcdtd_9aK3gJBIQ2ANXwHXUcE,324
|
|
11
11
|
poly_web3/web3_service/base.py,sha256=7GIDYseLFuGfpfxmrfePNwywlMOUc9DGoj1U1XNpLIA,6377
|
|
12
12
|
poly_web3/web3_service/eoa_service.py,sha256=MmwaAmpD_WLk4M-2w99_F7iHTZ-pKtAnPw4m5x2h6CA,446
|
|
13
|
-
poly_web3/web3_service/proxy_service.py,sha256=
|
|
13
|
+
poly_web3/web3_service/proxy_service.py,sha256=pWnJdsoecbgoiIcLUN6OwNZOVO8dMXRJtPX194iY-H8,6159
|
|
14
14
|
poly_web3/web3_service/safe_service.py,sha256=KPmToVjqxFqFhFrDbY0hfR3Z00Alu9w31QKMyyluzX8,449
|
|
15
|
-
poly_web3-0.0.
|
|
16
|
-
poly_web3-0.0.
|
|
17
|
-
poly_web3-0.0.
|
|
18
|
-
poly_web3-0.0.
|
|
15
|
+
poly_web3-0.0.4.dist-info/METADATA,sha256=xMb4imdATlgkjlh0Zv0erTwpdLC2wXBbMVMv7_wX2q4,10212
|
|
16
|
+
poly_web3-0.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
poly_web3-0.0.4.dist-info/top_level.txt,sha256=wW40wsocHfhFgqSWWvYWrhwKGQU5IWkhyaz5J90vmHo,19
|
|
18
|
+
poly_web3-0.0.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|