wayfinder-paths 0.1.5__tar.gz → 0.1.6__tar.gz
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.
Potentially problematic release.
This version of wayfinder-paths might be problematic. Click here for more details.
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/PKG-INFO +1 -1
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/pyproject.toml +1 -1
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/__init__.py +1 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/__init__.py +6 -1
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/strategies/Strategy.py +12 -1
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/strategies/descriptors.py +1 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/LICENSE +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/README.md +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/CONFIG_GUIDE.md +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/abis/generic/erc20.json +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/__init__.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/balance_adapter/README.md +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/balance_adapter/adapter.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/balance_adapter/examples.json +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/balance_adapter/manifest.yaml +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/balance_adapter/test_adapter.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/brap_adapter/README.md +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/brap_adapter/__init__.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/brap_adapter/adapter.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/brap_adapter/examples.json +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/brap_adapter/manifest.yaml +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/brap_adapter/test_adapter.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/hyperlend_adapter/__init__.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/hyperlend_adapter/adapter.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/hyperlend_adapter/manifest.yaml +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/hyperlend_adapter/test_adapter.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/ledger_adapter/README.md +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/ledger_adapter/__init__.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/ledger_adapter/adapter.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/ledger_adapter/examples.json +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/ledger_adapter/manifest.yaml +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/ledger_adapter/test_adapter.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/pool_adapter/README.md +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/pool_adapter/__init__.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/pool_adapter/adapter.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/pool_adapter/examples.json +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/pool_adapter/manifest.yaml +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/pool_adapter/test_adapter.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/token_adapter/README.md +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/token_adapter/__init__.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/token_adapter/adapter.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/token_adapter/examples.json +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/token_adapter/manifest.yaml +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/token_adapter/test_adapter.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/config.example.json +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/conftest.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/adapters/BaseAdapter.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/adapters/__init__.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/adapters/base.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/adapters/models.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/clients/AuthClient.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/clients/BRAPClient.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/clients/ClientManager.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/clients/HyperlendClient.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/clients/LedgerClient.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/clients/PoolClient.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/clients/SimulationClient.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/clients/TokenClient.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/clients/TransactionClient.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/clients/WalletClient.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/clients/WayfinderClient.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/clients/__init__.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/clients/protocols.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/clients/sdk_example.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/config.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/constants/__init__.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/constants/base.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/constants/erc20_abi.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/constants/hyperlend_abi.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/engine/StrategyJob.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/engine/__init__.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/engine/manifest.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/services/__init__.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/services/base.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/services/local_evm_txn.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/services/local_token_txn.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/services/web3_service.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/settings.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/strategies/__init__.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/strategies/base.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/utils/__init__.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/utils/evm_helpers.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/utils/wallets.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/wallets/README.md +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/wallets/WalletManager.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/wallets/__init__.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/policies/enso.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/policies/erc20.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/policies/evm.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/policies/hyper_evm.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/policies/hyperlend.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/policies/hyperliquid.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/policies/moonwell.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/policies/prjx.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/policies/util.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/run_strategy.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/scripts/__init__.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/scripts/create_strategy.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/scripts/make_wallets.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/scripts/validate_manifests.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/strategies/__init__.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/strategies/config.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/strategies/hyperlend_stable_yield_strategy/README.md +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/strategies/hyperlend_stable_yield_strategy/examples.json +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/strategies/hyperlend_stable_yield_strategy/manifest.yaml +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/strategies/hyperlend_stable_yield_strategy/strategy.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/strategies/hyperlend_stable_yield_strategy/test_strategy.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/strategies/stablecoin_yield_strategy/README.md +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/strategies/stablecoin_yield_strategy/examples.json +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/strategies/stablecoin_yield_strategy/manifest.yaml +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/strategies/stablecoin_yield_strategy/strategy.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/strategies/stablecoin_yield_strategy/test_strategy.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/templates/adapter/README.md +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/templates/adapter/adapter.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/templates/adapter/examples.json +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/templates/adapter/manifest.yaml +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/templates/adapter/test_adapter.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/templates/strategy/README.md +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/templates/strategy/examples.json +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/templates/strategy/manifest.yaml +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/templates/strategy/strategy.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/templates/strategy/test_strategy.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/tests/__init__.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/tests/test_smoke_manifest.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/tests/test_test_coverage.py +0 -0
- {wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/tests/test_utils.py +0 -0
|
@@ -2,7 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
from wayfinder_paths.core.adapters.BaseAdapter import BaseAdapter
|
|
4
4
|
from wayfinder_paths.core.engine.StrategyJob import StrategyJob
|
|
5
|
-
from wayfinder_paths.core.strategies.Strategy import
|
|
5
|
+
from wayfinder_paths.core.strategies.Strategy import (
|
|
6
|
+
LiquidationResult,
|
|
7
|
+
StatusDict,
|
|
8
|
+
StatusTuple,
|
|
9
|
+
Strategy,
|
|
10
|
+
)
|
|
6
11
|
|
|
7
12
|
__all__ = [
|
|
8
13
|
"Strategy",
|
|
@@ -8,6 +8,7 @@ from typing import Any, TypedDict
|
|
|
8
8
|
|
|
9
9
|
from loguru import logger
|
|
10
10
|
|
|
11
|
+
from wayfinder_paths.core.clients.TokenClient import TokenDetails
|
|
11
12
|
from wayfinder_paths.core.services.base import Web3Service
|
|
12
13
|
from wayfinder_paths.core.strategies.descriptors import StratDescriptor
|
|
13
14
|
|
|
@@ -40,6 +41,12 @@ class StrategyConfig(TypedDict, total=False):
|
|
|
40
41
|
wallet_type: str | None
|
|
41
42
|
|
|
42
43
|
|
|
44
|
+
class LiquidationResult(TypedDict):
|
|
45
|
+
usd_value: float
|
|
46
|
+
token: TokenDetails
|
|
47
|
+
amt: int
|
|
48
|
+
|
|
49
|
+
|
|
43
50
|
class Strategy(ABC):
|
|
44
51
|
name: str | None = None
|
|
45
52
|
INFO: StratDescriptor | None = None
|
|
@@ -173,6 +180,8 @@ class Strategy(ABC):
|
|
|
173
180
|
strategy_status=status,
|
|
174
181
|
)
|
|
175
182
|
|
|
183
|
+
return status
|
|
184
|
+
|
|
176
185
|
def register_adapters(self, adapters: list[Any]) -> None:
|
|
177
186
|
"""Register adapters for use by the strategy"""
|
|
178
187
|
self.adapters = {}
|
|
@@ -246,7 +255,9 @@ class Strategy(ABC):
|
|
|
246
255
|
|
|
247
256
|
return health
|
|
248
257
|
|
|
249
|
-
async def partial_liquidate(
|
|
258
|
+
async def partial_liquidate(
|
|
259
|
+
self, usd_value: float
|
|
260
|
+
) -> tuple[bool, LiquidationResult]:
|
|
250
261
|
"""
|
|
251
262
|
Partially liquidate strategy positions by USD value.
|
|
252
263
|
Optional method that can be overridden by subclasses.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/balance_adapter/README.md
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/balance_adapter/adapter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/brap_adapter/README.md
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/brap_adapter/__init__.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/brap_adapter/adapter.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/brap_adapter/examples.json
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/brap_adapter/manifest.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/ledger_adapter/README.md
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/ledger_adapter/__init__.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/ledger_adapter/adapter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/pool_adapter/README.md
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/pool_adapter/__init__.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/pool_adapter/adapter.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/pool_adapter/examples.json
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/pool_adapter/manifest.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/token_adapter/README.md
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/token_adapter/__init__.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/token_adapter/adapter.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/token_adapter/examples.json
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/adapters/token_adapter/manifest.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/adapters/BaseAdapter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/clients/ClientManager.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/clients/HyperlendClient.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/clients/LedgerClient.py
RENAMED
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/clients/SimulationClient.py
RENAMED
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/clients/TransactionClient.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/clients/WalletClient.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/clients/WayfinderClient.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/constants/hyperlend_abi.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/services/local_evm_txn.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/services/local_token_txn.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/services/web3_service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/core/wallets/WalletManager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/scripts/validate_manifests.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/templates/adapter/adapter.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/templates/adapter/examples.json
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/templates/adapter/manifest.yaml
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/templates/adapter/test_adapter.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/templates/strategy/README.md
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/templates/strategy/examples.json
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/templates/strategy/manifest.yaml
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/templates/strategy/strategy.py
RENAMED
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/templates/strategy/test_strategy.py
RENAMED
|
File without changes
|
|
File without changes
|
{wayfinder_paths-0.1.5 → wayfinder_paths-0.1.6}/wayfinder_paths/tests/test_smoke_manifest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|