mm-balance 0.4.0__py3-none-any.whl → 0.4.1__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.
@@ -27,7 +27,7 @@ class CommandParameters(BaseModel):
27
27
  async def run(params: CommandParameters) -> None:
28
28
  zip_password = "" # nosec
29
29
  if params.config_path.name.endswith(".zip"):
30
- zip_password = getpass.getpass("zip password")
30
+ zip_password = getpass.getpass("zip password: ")
31
31
  config = Config.read_toml_config_or_exit(params.config_path, zip_password=zip_password)
32
32
  if params.print_config:
33
33
  config.print_and_exit()
mm_balance/constants.py CHANGED
@@ -64,9 +64,9 @@ TICKER_TO_COINGECKO_ID = {
64
64
  USD_STABLECOINS = ["USDT", "USDC"]
65
65
 
66
66
  DEFAULT_NODES: dict[Network, list[str]] = {
67
- NETWORK_ARBITRUM_ONE: ["https://arb1.arbitrum.io/rpc", "https://arbitrum.llamarpc.com"],
67
+ NETWORK_ARBITRUM_ONE: ["https://arb1.arbitrum.io/rpc", "https://arbitrum.drpc.org"],
68
68
  NETWORK_BITCOIN: [],
69
- NETWORK_ETHEREUM: ["https://ethereum.publicnode.com", "https://rpc.ankr.com/eth"],
69
+ NETWORK_ETHEREUM: ["https://ethereum.publicnode.com", "https://eth.merkle.io", "https://rpc.flashbots.net"],
70
70
  NETWORK_SOLANA: ["https://api.mainnet-beta.solana.com"],
71
71
  NETWORK_OP_MAINNET: ["https://mainnet.optimism.io", "https://optimism.llamarpc.com"],
72
72
  NETWORK_APTOS: ["https://fullnode.mainnet.aptoslabs.com/v1"],
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: mm-balance
3
+ Version: 0.4.1
4
+ Requires-Python: >=3.12
5
+ Requires-Dist: deepdiff==8.5.0
6
+ Requires-Dist: mm-apt==0.3.5
7
+ Requires-Dist: mm-btc==0.4.2
8
+ Requires-Dist: mm-eth==0.6.2
9
+ Requires-Dist: mm-sol==0.6.3
@@ -1,9 +1,9 @@
1
1
  mm_balance/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  mm_balance/balance_fetcher.py,sha256=HUYoZkBdRSPb3AQ5MANOf1H9PQEyizaftXM4oCwp0Bs,3192
3
3
  mm_balance/cli.py,sha256=0ZD0fEhzEgrBrXyxUVfuMikrcqJ5w9LSJST4U8DlSIE,2699
4
- mm_balance/command_runner.py,sha256=4rWzQfGEznTNTm_tfVlp46FGlpUD0Wd7zFr0UyL1aws,2845
4
+ mm_balance/command_runner.py,sha256=4l1X3NuNOBZfMV3DOvN2vk84-0vBrrvpLTPKZUh3iI4,2847
5
5
  mm_balance/config.py,sha256=yVB-46HR7saXSsGKbHoxsu6cRMUVTSiuoEPSpSSiOv0,4886
6
- mm_balance/constants.py,sha256=K1qOTHZNmv3_AsLAWzrRG5XCDBMOhVr1NLnL1_2bC08,2446
6
+ mm_balance/constants.py,sha256=LhyW1EfNP5E8st-RPvD7p3QoIowFH2W14tkCf6NzveU,2468
7
7
  mm_balance/diff.py,sha256=GPRbykty2TIBBM8jpYXOV9Itjyd_mz0BTUsQ8KX7cNo,7099
8
8
  mm_balance/price.py,sha256=QVnd0PTn-1ylVLJu230zVpGv5Bs8MgBkantU0pq2osE,1568
9
9
  mm_balance/result.py,sha256=yx691T0E6FAe-NSiFMnf1KHBgbCAZPBBQ9xLgKs4_1U,5175
@@ -16,7 +16,7 @@ mm_balance/output/utils.py,sha256=zyN9igdaXGY_vKfc-3dJ13mH1T7JDke3AeB4MY_3AsA,84
16
16
  mm_balance/output/formats/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
17
  mm_balance/output/formats/json_format.py,sha256=ki0AK7Azft5SF9v14_8X_QT-NtyNWqw0MlQmxtV-VH8,921
18
18
  mm_balance/output/formats/table_format.py,sha256=aVf34CK0oVyzm5_mYWnV5BG7eFUah4BYE6DJD1-8bRk,4782
19
- mm_balance-0.4.0.dist-info/METADATA,sha256=IBj1ayGa0HlsY9yLV-qL5eSdmLGeCN5k74n_xh9sf7k,254
20
- mm_balance-0.4.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
21
- mm_balance-0.4.0.dist-info/entry_points.txt,sha256=rSnP0ZW1a3ACNwTWM7T53CmOycKbzhG43m2_wseENng,50
22
- mm_balance-0.4.0.dist-info/RECORD,,
19
+ mm_balance-0.4.1.dist-info/METADATA,sha256=Abo_biJsHKB2lloNqln5zQi4uXim2u5Yk8OpIegH9bk,225
20
+ mm_balance-0.4.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
21
+ mm_balance-0.4.1.dist-info/entry_points.txt,sha256=rSnP0ZW1a3ACNwTWM7T53CmOycKbzhG43m2_wseENng,50
22
+ mm_balance-0.4.1.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: mm-balance
3
- Version: 0.4.0
4
- Requires-Python: >=3.12
5
- Requires-Dist: deepdiff==8.4.2
6
- Requires-Dist: mm-apt==0.3.4
7
- Requires-Dist: mm-btc==0.4.2
8
- Requires-Dist: mm-eth==0.6.1
9
- Requires-Dist: mm-sol==0.6.2
10
- Requires-Dist: typer==0.15.2