primecli 0.3.0__tar.gz → 0.4.0__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.
- {primecli-0.3.0 → primecli-0.4.0}/PKG-INFO +3 -1
- {primecli-0.3.0 → primecli-0.4.0}/README.md +2 -0
- {primecli-0.3.0 → primecli-0.4.0}/primecli/arbprime.py +273 -116
- {primecli-0.3.0 → primecli-0.4.0}/primecli/degenprime.py +52 -22
- {primecli-0.3.0 → primecli-0.4.0}/primecli/deltaprime.py +238 -57
- primecli-0.4.0/primecli/prime-bridge.py +299 -0
- {primecli-0.3.0 → primecli-0.4.0}/primecli.egg-info/PKG-INFO +3 -1
- {primecli-0.3.0 → primecli-0.4.0}/primecli.egg-info/SOURCES.txt +1 -0
- {primecli-0.3.0 → primecli-0.4.0}/pyproject.toml +1 -1
- {primecli-0.3.0 → primecli-0.4.0}/LICENSE +0 -0
- {primecli-0.3.0 → primecli-0.4.0}/primecli/__init__.py +0 -0
- {primecli-0.3.0 → primecli-0.4.0}/primecli/health_monitor.py +0 -0
- {primecli-0.3.0 → primecli-0.4.0}/primecli.egg-info/dependency_links.txt +0 -0
- {primecli-0.3.0 → primecli-0.4.0}/primecli.egg-info/entry_points.txt +0 -0
- {primecli-0.3.0 → primecli-0.4.0}/primecli.egg-info/requires.txt +0 -0
- {primecli-0.3.0 → primecli-0.4.0}/primecli.egg-info/top_level.txt +0 -0
- {primecli-0.3.0 → primecli-0.4.0}/setup.cfg +0 -0
- {primecli-0.3.0 → primecli-0.4.0}/tests/test_redstone_encoding.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: primecli
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4.0
|
|
4
4
|
Summary: Agent-friendly CLI tools for the DeltaPrime (Avalanche + Arbitrum) and DegenPrime (Base) lending and leverage protocols. Preview-by-default; no Etherscan key required.
|
|
5
5
|
Author: Mnemosyne-quest contributors
|
|
6
6
|
License: MIT
|
|
@@ -166,6 +166,8 @@ Full per-command reference: [docs/degenprime-reference.md](docs/degenprime-refer
|
|
|
166
166
|
|
|
167
167
|
Pools: `usdc`, `eth`, `arb`, `btc` (native-wrapped asset is WETH, account symbol `ETH`). GM markets (two-sided, all vs USDC): `eth-usdc`, `btc-usdc`, `arb-usdc`, `link-usdc`, `uni-usdc`, `gmx-usdc`, `near-usdc`, `atom-usdc`, `sui-usdc`, `sei-usdc`; single-sided GM+: `eth+`, `btc+`, `gmx+`. GLV vaults: `weth-usdc`, `btc-usdc`. LB pairs: `eth-usdc`, `eth-usdc-10`, `eth-usdt`, `eth-usdt-10`, `arb-eth`, `arb-eth-v22`, `btc-eth`, `gmx-eth`, `joe-eth`, `wsteth-eth`, `weeth-eth`. Beyond the 4 lendable pools, the live TokenManager registers 29 collateral symbols (GMX, LINK, UNI, weETH, wstETH, JOE, PRIME, the GM/GLV baskets, …) usable as collateral and for `swap` / `swap-debt`.
|
|
168
168
|
|
|
169
|
+
Full per-command + address reference: [docs/arbprime-reference.md](docs/arbprime-reference.md).
|
|
170
|
+
|
|
169
171
|
Note: DeltaPrime has TWO deployments on Arbitrum; `arbprime` targets the live one used by app.deltaprime.io (factory `0xFf5e…c20`, TokenManager `0x0a0D…E255`), with every address verified on-chain against the live SmartLoanDiamondBeacon. The stale artifact deployment (factory `0x97f4…E4E`) only carries ETH+USDC pools — don't use addresses from the repo's `deployments/arbitrum/*TUP.json` artifacts.
|
|
170
172
|
|
|
171
173
|
## Configuration
|
|
@@ -134,6 +134,8 @@ Full per-command reference: [docs/degenprime-reference.md](docs/degenprime-refer
|
|
|
134
134
|
|
|
135
135
|
Pools: `usdc`, `eth`, `arb`, `btc` (native-wrapped asset is WETH, account symbol `ETH`). GM markets (two-sided, all vs USDC): `eth-usdc`, `btc-usdc`, `arb-usdc`, `link-usdc`, `uni-usdc`, `gmx-usdc`, `near-usdc`, `atom-usdc`, `sui-usdc`, `sei-usdc`; single-sided GM+: `eth+`, `btc+`, `gmx+`. GLV vaults: `weth-usdc`, `btc-usdc`. LB pairs: `eth-usdc`, `eth-usdc-10`, `eth-usdt`, `eth-usdt-10`, `arb-eth`, `arb-eth-v22`, `btc-eth`, `gmx-eth`, `joe-eth`, `wsteth-eth`, `weeth-eth`. Beyond the 4 lendable pools, the live TokenManager registers 29 collateral symbols (GMX, LINK, UNI, weETH, wstETH, JOE, PRIME, the GM/GLV baskets, …) usable as collateral and for `swap` / `swap-debt`.
|
|
136
136
|
|
|
137
|
+
Full per-command + address reference: [docs/arbprime-reference.md](docs/arbprime-reference.md).
|
|
138
|
+
|
|
137
139
|
Note: DeltaPrime has TWO deployments on Arbitrum; `arbprime` targets the live one used by app.deltaprime.io (factory `0xFf5e…c20`, TokenManager `0x0a0D…E255`), with every address verified on-chain against the live SmartLoanDiamondBeacon. The stale artifact deployment (factory `0x97f4…E4E`) only carries ETH+USDC pools — don't use addresses from the repo's `deployments/arbitrum/*TUP.json` artifacts.
|
|
138
140
|
|
|
139
141
|
## Configuration
|