evmchains 0.1.0__py3-none-any.whl → 0.1.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.
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.1.0'
16
- __version_tuple__ = version_tuple = (0, 1, 0)
15
+ __version__ = version = '0.1.1'
16
+ __version_tuple__ = version_tuple = (0, 1, 1)
evmchains/chains.py CHANGED
@@ -3,7 +3,7 @@
3
3
  !!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!
4
4
  !!!! DO NOT EDIT THIS FILE DIRECTLY! !!!!
5
5
  !!!! This file is auto-generated by scripts/update.py !!!!
6
- !!!! 2024-10-16 17:21:51.952134+00:00 !!!!
6
+ !!!! 2024-10-25 13:16:30.325248+00:00 !!!!
7
7
  !!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!
8
8
  """
9
9
 
@@ -596,6 +596,114 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
596
596
  "slip44": 1,
597
597
  },
598
598
  },
599
+ "cronos": {
600
+ "mainnet": {
601
+ "chain": "CRO",
602
+ "chainId": 25,
603
+ "ens": None,
604
+ "explorers": [
605
+ {
606
+ "name": "Cronos Explorer",
607
+ "standard": "none",
608
+ "url": "https://explorer.cronos.org",
609
+ }
610
+ ],
611
+ "faucets": [],
612
+ "features": [{"name": "EIP1559"}],
613
+ "icon": None,
614
+ "infoURL": "https://cronos.org/",
615
+ "name": "Cronos Mainnet",
616
+ "nativeCurrency": {"decimals": 18, "name": "Cronos", "symbol": "CRO"},
617
+ "networkId": 25,
618
+ "rpc": [
619
+ "https://evm.cronos.org",
620
+ "https://cronos-evm-rpc.publicnode.com",
621
+ "https://cronos.drpc.org",
622
+ ],
623
+ "shortName": "cro",
624
+ "slip44": None,
625
+ },
626
+ "testnet": {
627
+ "chain": "CRO",
628
+ "chainId": 338,
629
+ "ens": None,
630
+ "explorers": [
631
+ {
632
+ "name": "Cronos Testnet Explorer",
633
+ "standard": "none",
634
+ "url": "https://explorer.cronos.org/testnet",
635
+ }
636
+ ],
637
+ "faucets": ["https://cronos.org/faucet"],
638
+ "features": None,
639
+ "icon": None,
640
+ "infoURL": "https://cronos.org",
641
+ "name": "Cronos Testnet",
642
+ "nativeCurrency": {
643
+ "decimals": 18,
644
+ "name": "Cronos Test Coin",
645
+ "symbol": "TCRO",
646
+ },
647
+ "networkId": 338,
648
+ "rpc": ["https://evm-t3.cronos.org", "https://cronos-testnet.drpc.org"],
649
+ "shortName": "tcro",
650
+ "slip44": 1,
651
+ },
652
+ },
653
+ "cronos-zkevm": {
654
+ "mainnet": {
655
+ "chain": "CronosZkEVMMainnet",
656
+ "chainId": 388,
657
+ "ens": None,
658
+ "explorers": [
659
+ {
660
+ "name": "Cronos zkEVM (Mainnet) Chain Explorer",
661
+ "standard": "none",
662
+ "url": "https://explorer.zkevm.cronos.org",
663
+ }
664
+ ],
665
+ "faucets": [],
666
+ "features": None,
667
+ "icon": None,
668
+ "infoURL": "https://cronos.org/zkevm",
669
+ "name": "Cronos zkEVM Mainnet",
670
+ "nativeCurrency": {
671
+ "decimals": 18,
672
+ "name": "Cronos zkEVM CRO",
673
+ "symbol": "zkCRO",
674
+ },
675
+ "networkId": 388,
676
+ "rpc": ["https://mainnet.zkevm.cronos.org"],
677
+ "shortName": "zkCRO",
678
+ "slip44": None,
679
+ },
680
+ "testnet": {
681
+ "chain": "CronosZkEVMTestnet",
682
+ "chainId": 282,
683
+ "ens": None,
684
+ "explorers": [
685
+ {
686
+ "name": "Cronos zkEVM Testnet Explorer",
687
+ "standard": "none",
688
+ "url": "https://explorer.zkevm.cronos.org/testnet",
689
+ }
690
+ ],
691
+ "faucets": ["https://zkevm.cronos.org/faucet"],
692
+ "features": None,
693
+ "icon": None,
694
+ "infoURL": "https://docs-zkevm.cronos.org",
695
+ "name": "Cronos zkEVM Testnet",
696
+ "nativeCurrency": {
697
+ "decimals": 18,
698
+ "name": "Cronos zkEVM Test Coin",
699
+ "symbol": "zkTCRO",
700
+ },
701
+ "networkId": 282,
702
+ "rpc": ["https://testnet.zkevm.cronos.org"],
703
+ "shortName": "zkTCRO",
704
+ "slip44": 1,
705
+ },
706
+ },
599
707
  "ethereum": {
600
708
  "mainnet": {
601
709
  "chain": "ETH",
@@ -1059,6 +1167,87 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1059
1167
  "slip44": 1,
1060
1168
  },
1061
1169
  },
1170
+ "mantle": {
1171
+ "mainnet": {
1172
+ "chain": "ETH",
1173
+ "chainId": 5000,
1174
+ "ens": None,
1175
+ "explorers": [
1176
+ {
1177
+ "name": "mantlescan",
1178
+ "standard": "EIP3091",
1179
+ "url": "https://mantlescan.xyz",
1180
+ },
1181
+ {
1182
+ "name": "Mantle Explorer",
1183
+ "standard": "EIP3091",
1184
+ "url": "https://explorer.mantle.xyz",
1185
+ },
1186
+ ],
1187
+ "faucets": [],
1188
+ "features": None,
1189
+ "icon": "mantle",
1190
+ "infoURL": "https://mantle.xyz",
1191
+ "name": "Mantle",
1192
+ "nativeCurrency": {"decimals": 18, "name": "Mantle", "symbol": "MNT"},
1193
+ "networkId": 5000,
1194
+ "rpc": ["https://rpc.mantle.xyz", "https://mantle-rpc.publicnode.com"],
1195
+ "shortName": "mantle",
1196
+ "slip44": None,
1197
+ },
1198
+ "testnet": {
1199
+ "chain": "ETH",
1200
+ "chainId": 5001,
1201
+ "ens": None,
1202
+ "explorers": [
1203
+ {
1204
+ "name": "Mantle Testnet Explorer",
1205
+ "standard": "EIP3091",
1206
+ "url": "https://explorer.testnet.mantle.xyz",
1207
+ }
1208
+ ],
1209
+ "faucets": ["https://faucet.testnet.mantle.xyz"],
1210
+ "features": None,
1211
+ "icon": None,
1212
+ "infoURL": "https://mantle.xyz",
1213
+ "name": "Mantle Testnet",
1214
+ "nativeCurrency": {
1215
+ "decimals": 18,
1216
+ "name": "Testnet Mantle",
1217
+ "symbol": "MNT",
1218
+ },
1219
+ "networkId": 5001,
1220
+ "rpc": ["https://rpc.testnet.mantle.xyz"],
1221
+ "shortName": "mantle-testnet",
1222
+ "slip44": 1,
1223
+ },
1224
+ "sepolia": {
1225
+ "chain": "ETH",
1226
+ "chainId": 5003,
1227
+ "ens": None,
1228
+ "explorers": [
1229
+ {
1230
+ "name": "blockscout",
1231
+ "standard": "EIP3091",
1232
+ "url": "https://explorer.sepolia.mantle.xyz",
1233
+ }
1234
+ ],
1235
+ "faucets": ["https://faucet.sepolia.mantle.xyz"],
1236
+ "features": None,
1237
+ "icon": None,
1238
+ "infoURL": "https://mantle.xyz",
1239
+ "name": "Mantle Sepolia Testnet",
1240
+ "nativeCurrency": {
1241
+ "decimals": 18,
1242
+ "name": "Sepolia Mantle",
1243
+ "symbol": "MNT",
1244
+ },
1245
+ "networkId": 5003,
1246
+ "rpc": ["https://rpc.sepolia.mantle.xyz"],
1247
+ "shortName": "mnt-sep",
1248
+ "slip44": 1,
1249
+ },
1250
+ },
1062
1251
  "moonbeam": {
1063
1252
  "mainnet": {
1064
1253
  "chain": "MOON",
@@ -1627,6 +1816,63 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1627
1816
  "slip44": 1,
1628
1817
  },
1629
1818
  },
1819
+ "taiko": {
1820
+ "mainnet": {
1821
+ "chain": "ETH",
1822
+ "chainId": 167000,
1823
+ "ens": None,
1824
+ "explorers": [
1825
+ {
1826
+ "name": "etherscan",
1827
+ "standard": "EIP3091",
1828
+ "url": "https://taikoscan.io",
1829
+ }
1830
+ ],
1831
+ "faucets": [],
1832
+ "features": None,
1833
+ "icon": "taiko",
1834
+ "infoURL": "https://taiko.xyz",
1835
+ "name": "Taiko Mainnet",
1836
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
1837
+ "networkId": 167000,
1838
+ "rpc": [
1839
+ "https://rpc.mainnet.taiko.xyz",
1840
+ "https://taiko-rpc.publicnode.com",
1841
+ ],
1842
+ "shortName": "tko-mainnet",
1843
+ "slip44": None,
1844
+ },
1845
+ "hekla": {
1846
+ "chain": "ETH",
1847
+ "chainId": 167009,
1848
+ "ens": None,
1849
+ "explorers": [
1850
+ {
1851
+ "name": "blockscout",
1852
+ "standard": "EIP3091",
1853
+ "url": "https://blockscoutapi.hekla.taiko.xyz",
1854
+ },
1855
+ {
1856
+ "name": "routescan",
1857
+ "standard": "EIP3091",
1858
+ "url": "https://hekla.taikoscan.network",
1859
+ },
1860
+ ],
1861
+ "faucets": [],
1862
+ "features": None,
1863
+ "icon": "taiko",
1864
+ "infoURL": "https://taiko.xyz",
1865
+ "name": "Taiko Hekla L2",
1866
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
1867
+ "networkId": 167009,
1868
+ "rpc": [
1869
+ "https://rpc.hekla.taiko.xyz",
1870
+ "https://taiko-hekla-rpc.publicnode.com",
1871
+ ],
1872
+ "shortName": "tko-hekla",
1873
+ "slip44": None,
1874
+ },
1875
+ },
1630
1876
  "unichain": {
1631
1877
  "sepolia": {
1632
1878
  "chain": "ETH",
@@ -1710,4 +1956,101 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1710
1956
  "slip44": 1,
1711
1957
  },
1712
1958
  },
1959
+ "xai": {
1960
+ "mainnet": {
1961
+ "chain": "XAI",
1962
+ "chainId": 660279,
1963
+ "ens": None,
1964
+ "explorers": [
1965
+ {
1966
+ "name": "Blockscout",
1967
+ "standard": "EIP3091",
1968
+ "url": "https://explorer.xai-chain.net",
1969
+ }
1970
+ ],
1971
+ "faucets": [],
1972
+ "features": None,
1973
+ "icon": None,
1974
+ "infoURL": "https://xai.games",
1975
+ "name": "Xai Mainnet",
1976
+ "nativeCurrency": {"decimals": 18, "name": "Xai", "symbol": "XAI"},
1977
+ "networkId": 660279,
1978
+ "rpc": ["https://xai-chain.net/rpc"],
1979
+ "shortName": "xai",
1980
+ "slip44": None,
1981
+ },
1982
+ "sepolia": {
1983
+ "chain": "XAI Testnet",
1984
+ "chainId": 37714555429,
1985
+ "ens": None,
1986
+ "explorers": [
1987
+ {
1988
+ "name": "Blockscout",
1989
+ "standard": "EIP3091",
1990
+ "url": "https://testnet-explorer-v2.xai-chain.net",
1991
+ }
1992
+ ],
1993
+ "faucets": [],
1994
+ "features": None,
1995
+ "icon": None,
1996
+ "infoURL": "https://xai.games",
1997
+ "name": "Xai Testnet v2",
1998
+ "nativeCurrency": {"decimals": 18, "name": "sXai", "symbol": "sXAI"},
1999
+ "networkId": 37714555429,
2000
+ "rpc": ["https://testnet-v2.xai-chain.net/rpc"],
2001
+ "shortName": "xaitestnet",
2002
+ "slip44": None,
2003
+ },
2004
+ },
2005
+ "zksync": {
2006
+ "mainnet": {
2007
+ "chain": "ETH",
2008
+ "chainId": 324,
2009
+ "ens": None,
2010
+ "explorers": [
2011
+ {
2012
+ "icon": "zksync-era",
2013
+ "name": "zkSync Era Block Explorer",
2014
+ "standard": "EIP3091",
2015
+ "url": "https://explorer.zksync.io",
2016
+ }
2017
+ ],
2018
+ "faucets": [],
2019
+ "features": None,
2020
+ "icon": "zksync-era",
2021
+ "infoURL": "https://zksync.io/",
2022
+ "name": "zkSync Mainnet",
2023
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
2024
+ "networkId": 324,
2025
+ "rpc": ["https://mainnet.era.zksync.io", "https://zksync.drpc.org"],
2026
+ "shortName": "zksync",
2027
+ "slip44": None,
2028
+ },
2029
+ "sepolia": {
2030
+ "chain": "ETH",
2031
+ "chainId": 300,
2032
+ "ens": None,
2033
+ "explorers": [
2034
+ {
2035
+ "icon": "zksync-era",
2036
+ "name": "zkSync Block Explorer",
2037
+ "standard": "EIP3091",
2038
+ "url": "https://sepolia.explorer.zksync.io",
2039
+ }
2040
+ ],
2041
+ "faucets": [],
2042
+ "features": None,
2043
+ "icon": "zksync-era",
2044
+ "infoURL": "https://zksync.io/",
2045
+ "name": "zkSync Sepolia Testnet",
2046
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
2047
+ "networkId": 300,
2048
+ "rpc": [
2049
+ "https://sepolia.era.zksync.dev",
2050
+ "https://zksync-sepolia.drpc.org",
2051
+ ],
2052
+ "shortName": "zksync-sepolia",
2053
+ "slip44": 1,
2054
+ },
2055
+ },
1713
2056
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: evmchains
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Packaged metadata on Ethereum Virtual Machine (EVM) chains
5
5
  License: Apache License
6
6
  Version 2.0, January 2004
@@ -0,0 +1,10 @@
1
+ evmchains/__init__.py,sha256=9lCyb-ttFWgOcLEPEjkF8qyFmu5YpJMI7RU9FMVkkb0,1658
2
+ evmchains/_meta.py,sha256=PKIMyjdUACH4-ONvtunQCnYE2UhlMfp9su83e3HXl5E,411
3
+ evmchains/chains.py,sha256=oqUHM0pEr_-VuZ-ym89KqTPeiqgkNMKlfXWc6g0IG1Q,70711
4
+ evmchains/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ evmchains/types.py,sha256=7_2lxPL-mSE0r85rX4GqrE5HL7tPHnyRqvx4QWQNnIA,611
6
+ evmchains-0.1.1.dist-info/LICENSE,sha256=wKVouzimXmZeaCj3f48Vua0vk91U4vjrrt2Ax0u3qBs,11342
7
+ evmchains-0.1.1.dist-info/METADATA,sha256=p_3kVgk2tUF4377kf9d_K_LfPvF0Grk8YJ6Ip61t6v0,15749
8
+ evmchains-0.1.1.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
9
+ evmchains-0.1.1.dist-info/top_level.txt,sha256=qwbaOucZ5qXfj0eTHrIujLTezgtcInyR_U-Ef2P4oic,10
10
+ evmchains-0.1.1.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- evmchains/__init__.py,sha256=9lCyb-ttFWgOcLEPEjkF8qyFmu5YpJMI7RU9FMVkkb0,1658
2
- evmchains/_meta.py,sha256=IMl2Pr_Sy4LVRKy_Sm4CdwUl1Gryous6ncL96EMYsnM,411
3
- evmchains/chains.py,sha256=-u9ERKzKO-BtRmhzPav4_WWdoI0clHQbWt-v1NK6VXs,59349
4
- evmchains/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- evmchains/types.py,sha256=7_2lxPL-mSE0r85rX4GqrE5HL7tPHnyRqvx4QWQNnIA,611
6
- evmchains-0.1.0.dist-info/LICENSE,sha256=wKVouzimXmZeaCj3f48Vua0vk91U4vjrrt2Ax0u3qBs,11342
7
- evmchains-0.1.0.dist-info/METADATA,sha256=vT1GVE1k1MjwCQDG9X5_3q40R9IuRzPWoh_1UgJ9KM8,15749
8
- evmchains-0.1.0.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
9
- evmchains-0.1.0.dist-info/top_level.txt,sha256=qwbaOucZ5qXfj0eTHrIujLTezgtcInyR_U-Ef2P4oic,10
10
- evmchains-0.1.0.dist-info/RECORD,,