evmchains 0.0.11__tar.gz → 0.0.12__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: evmchains
3
- Version: 0.0.11
3
+ Version: 0.0.12
4
4
  Summary: Packaged metadata on Ethereum Virtual Machine (EVM) chains
5
5
  License: Apache License
6
6
  Version 2.0, January 2004
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '0.0.11'
16
- __version_tuple__ = version_tuple = (0, 0, 11)
15
+ __version__ = version = '0.0.12'
16
+ __version_tuple__ = version_tuple = (0, 0, 12)
@@ -1,5 +1,5 @@
1
1
  # This file is auto-generated by scripts/update.py
2
- # 2024-07-03 20:26:21.491217
2
+ # 2024-09-05 18:21:01.387852
3
3
  # Do not edit this file directly.
4
4
  from typing import Any, Dict
5
5
 
@@ -528,13 +528,11 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
528
528
  "rpc": [
529
529
  "https://rpc.sepolia.org",
530
530
  "https://rpc2.sepolia.org",
531
- "https://rpc-sepolia.rockx.com",
532
531
  "https://rpc.sepolia.ethpandaops.io",
533
532
  "https://sepolia.infura.io/v3/${INFURA_API_KEY}",
534
533
  "https://sepolia.gateway.tenderly.co",
535
534
  "https://ethereum-sepolia-rpc.publicnode.com",
536
535
  "https://sepolia.drpc.org",
537
- "https://rpc-sepolia.rockx.com",
538
536
  ],
539
537
  "shortName": "sep",
540
538
  "slip44": 1,
@@ -892,7 +890,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
892
890
  "icon": "polygon",
893
891
  "infoURL": "https://polygon.technology/",
894
892
  "name": "Polygon Mainnet",
895
- "nativeCurrency": {"decimals": 18, "name": "MATIC", "symbol": "MATIC"},
893
+ "nativeCurrency": {"decimals": 18, "name": "POL", "symbol": "POL"},
896
894
  "networkId": 137,
897
895
  "rpc": [
898
896
  "https://polygon-rpc.com/",
@@ -905,7 +903,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
905
903
  "https://polygon.gateway.tenderly.co",
906
904
  "https://polygon.drpc.org",
907
905
  ],
908
- "shortName": "matic",
906
+ "shortName": "pol",
909
907
  "slip44": 966,
910
908
  },
911
909
  "mumbai": {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: evmchains
3
- Version: 0.0.11
3
+ Version: 0.0.12
4
4
  Summary: Packaged metadata on Ethereum Virtual Machine (EVM) chains
5
5
  License: Apache License
6
6
  Version 2.0, January 2004
@@ -17,7 +17,9 @@ SOURCE_URL = (
17
17
  CHAIN_CONST_FILE = Path(__file__).parent.parent / "evmchains" / "chains.py"
18
18
  BLACKLIST_STRINGS = [
19
19
  # 2024-01-19: Node appears to be broken. Returning errors on simple requests.
20
- "rpc.blocknative.com"
20
+ "rpc.blocknative.com",
21
+ # 2024-09-05: Node returning 504s for days.
22
+ "rpc-sepolia.rockx.com",
21
23
  ]
22
24
 
23
25
  # Mapping of Ape ecosystem:network to chain IDs. These are the chains that we will be fetching.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes