evmchains 0.0.4__py3-none-any.whl → 0.0.5__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.
evmchains/_meta.py CHANGED
@@ -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.4'
16
- __version_tuple__ = version_tuple = (0, 0, 4)
15
+ __version__ = version = '0.0.5'
16
+ __version_tuple__ = version_tuple = (0, 0, 5)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: evmchains
3
- Version: 0.0.4
3
+ Version: 0.0.5
4
4
  Summary: Packaged metadata on Ethereum Virtual Machine (EVM) chains
5
5
  License: Apache License
6
6
  Version 2.0, January 2004
@@ -218,6 +218,7 @@ Classifier: Programming Language :: Python :: 3.8
218
218
  Classifier: Programming Language :: Python :: 3.9
219
219
  Classifier: Programming Language :: Python :: 3.10
220
220
  Classifier: Programming Language :: Python :: 3.11
221
+ Classifier: Programming Language :: Python :: 3.12
221
222
  Requires-Python: >=3.8
222
223
  Description-Content-Type: text/markdown
223
224
  License-File: LICENSE
@@ -277,3 +278,13 @@ assert chain.chainId == 1
277
278
 
278
279
  Please see the [contributing guide](CONTRIBUTING.md) to learn more how to contribute to this project.
279
280
  Comments, questions, criticisms and pull requests are welcomed.
281
+
282
+ ### Adding Chains
283
+
284
+ To add a chain to the metadata, please open a pull request with the following changes:
285
+
286
+ - Update `CHAIN_IDS` in `scripts/update.py` with the chain IDs you want to add
287
+ - Run `python scripts/update.py`
288
+ - Submit a PR with the updated script and updated `evmchain/chains.py` metdata file
289
+
290
+ **Do not edit `evmchain/chains.py` manually.** Any manual changes are likely to be overwritten later.
@@ -0,0 +1,10 @@
1
+ evmchains/__init__.py,sha256=JeDA-PJx5d2C2GLR4kuDdtrE_jag9AlM6EvKBwI3mxI,743
2
+ evmchains/_meta.py,sha256=EJB7__SNK9kQS_SWZB_U4DHJ3P8ftF6etZEihTYnuXE,411
3
+ evmchains/chains.py,sha256=9_VEmmSTmXU414LZQCVD6gfnh-23k1hw-edlv2AvrA8,30014
4
+ evmchains/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ evmchains/types.py,sha256=oJV6vvbQpckiKP2TTUG-RQRe66i3cGT2M-ZkaMu1Om4,474
6
+ evmchains-0.0.5.dist-info/LICENSE,sha256=wKVouzimXmZeaCj3f48Vua0vk91U4vjrrt2Ax0u3qBs,11342
7
+ evmchains-0.0.5.dist-info/METADATA,sha256=N1l3e8DluaLU56Pz3lhzkstWPUzjiRj4kC2MYeZOmd8,15758
8
+ evmchains-0.0.5.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
9
+ evmchains-0.0.5.dist-info/top_level.txt,sha256=qwbaOucZ5qXfj0eTHrIujLTezgtcInyR_U-Ef2P4oic,10
10
+ evmchains-0.0.5.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,10 +0,0 @@
1
- evmchains/__init__.py,sha256=JeDA-PJx5d2C2GLR4kuDdtrE_jag9AlM6EvKBwI3mxI,743
2
- evmchains/_meta.py,sha256=yBVOKdXLEcTVc7YV7ZPqRXhRDRt-pKrfXxcgHkgPY5g,411
3
- evmchains/chains.py,sha256=9_VEmmSTmXU414LZQCVD6gfnh-23k1hw-edlv2AvrA8,30014
4
- evmchains/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- evmchains/types.py,sha256=oJV6vvbQpckiKP2TTUG-RQRe66i3cGT2M-ZkaMu1Om4,474
6
- evmchains-0.0.4.dist-info/LICENSE,sha256=wKVouzimXmZeaCj3f48Vua0vk91U4vjrrt2Ax0u3qBs,11342
7
- evmchains-0.0.4.dist-info/METADATA,sha256=5iIRRxPQq7T4ZIXL8k09VVb7AA6KCLWvZkbESywLsFc,15300
8
- evmchains-0.0.4.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
9
- evmchains-0.0.4.dist-info/top_level.txt,sha256=qwbaOucZ5qXfj0eTHrIujLTezgtcInyR_U-Ef2P4oic,10
10
- evmchains-0.0.4.dist-info/RECORD,,