evmchains 0.0.2__tar.gz → 0.0.4__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.
- {evmchains-0.0.2 → evmchains-0.0.4}/PKG-INFO +1 -1
- {evmchains-0.0.2 → evmchains-0.0.4}/evmchains/_meta.py +2 -2
- {evmchains-0.0.2 → evmchains-0.0.4}/evmchains/chains.py +132 -17
- {evmchains-0.0.2 → evmchains-0.0.4}/evmchains.egg-info/PKG-INFO +1 -1
- {evmchains-0.0.2 → evmchains-0.0.4}/scripts/update.py +8 -0
- {evmchains-0.0.2 → evmchains-0.0.4}/.github/workflows/release.yaml +0 -0
- {evmchains-0.0.2 → evmchains-0.0.4}/.github/workflows/test.yaml +0 -0
- {evmchains-0.0.2 → evmchains-0.0.4}/.gitignore +0 -0
- {evmchains-0.0.2 → evmchains-0.0.4}/LICENSE +0 -0
- {evmchains-0.0.2 → evmchains-0.0.4}/README.md +0 -0
- {evmchains-0.0.2 → evmchains-0.0.4}/evmchains/__init__.py +0 -0
- {evmchains-0.0.2 → evmchains-0.0.4}/evmchains/py.typed +0 -0
- {evmchains-0.0.2 → evmchains-0.0.4}/evmchains/types.py +0 -0
- {evmchains-0.0.2 → evmchains-0.0.4}/evmchains.egg-info/SOURCES.txt +0 -0
- {evmchains-0.0.2 → evmchains-0.0.4}/evmchains.egg-info/dependency_links.txt +0 -0
- {evmchains-0.0.2 → evmchains-0.0.4}/evmchains.egg-info/requires.txt +0 -0
- {evmchains-0.0.2 → evmchains-0.0.4}/evmchains.egg-info/top_level.txt +0 -0
- {evmchains-0.0.2 → evmchains-0.0.4}/pyproject.toml +0 -0
- {evmchains-0.0.2 → evmchains-0.0.4}/setup.cfg +0 -0
- {evmchains-0.0.2 → evmchains-0.0.4}/setup.py +0 -0
- {evmchains-0.0.2 → evmchains-0.0.4}/tests/test_func.py +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# This file is auto-generated by scripts/update_rpc.py
|
|
2
|
-
# 2024-
|
|
2
|
+
# 2024-03-08 22:05:08.915228
|
|
3
3
|
# Do not edit this file directly.
|
|
4
4
|
from typing import Any, Dict
|
|
5
5
|
|
|
@@ -123,7 +123,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
|
|
|
123
123
|
"networkId": 43114,
|
|
124
124
|
"rpc": [
|
|
125
125
|
"https://api.avax.network/ext/bc/C/rpc",
|
|
126
|
-
"https://avalanche-c-chain.publicnode.com",
|
|
126
|
+
"https://avalanche-c-chain-rpc.publicnode.com",
|
|
127
127
|
],
|
|
128
128
|
"shortName": "avax",
|
|
129
129
|
"slip44": 9005,
|
|
@@ -148,7 +148,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
|
|
|
148
148
|
"networkId": 1,
|
|
149
149
|
"rpc": [
|
|
150
150
|
"https://api.avax-test.network/ext/bc/C/rpc",
|
|
151
|
-
"https://avalanche-fuji-c-chain.publicnode.com",
|
|
151
|
+
"https://avalanche-fuji-c-chain-rpc.publicnode.com",
|
|
152
152
|
],
|
|
153
153
|
"shortName": "Fuji",
|
|
154
154
|
"slip44": 1,
|
|
@@ -185,7 +185,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
|
|
|
185
185
|
"https://mainnet.base.org/",
|
|
186
186
|
"https://developer-access-mainnet.base.org/",
|
|
187
187
|
"https://base.gateway.tenderly.co",
|
|
188
|
-
"https://base.publicnode.com",
|
|
188
|
+
"https://base-rpc.publicnode.com",
|
|
189
189
|
],
|
|
190
190
|
"shortName": "base",
|
|
191
191
|
"slip44": None,
|
|
@@ -213,11 +213,78 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
|
|
|
213
213
|
"symbol": "ETH",
|
|
214
214
|
},
|
|
215
215
|
"networkId": 84532,
|
|
216
|
-
"rpc": [
|
|
216
|
+
"rpc": [
|
|
217
|
+
"https://sepolia.base.org",
|
|
218
|
+
"https://base-sepolia-rpc.publicnode.com",
|
|
219
|
+
],
|
|
217
220
|
"shortName": "basesep",
|
|
218
221
|
"slip44": 1,
|
|
219
222
|
},
|
|
220
223
|
},
|
|
224
|
+
"blast": {
|
|
225
|
+
"mainnet": {
|
|
226
|
+
"chain": "ETH",
|
|
227
|
+
"chainId": 81457,
|
|
228
|
+
"ens": None,
|
|
229
|
+
"explorers": [
|
|
230
|
+
{
|
|
231
|
+
"icon": "blast",
|
|
232
|
+
"name": "Blastscan",
|
|
233
|
+
"standard": "EIP3091",
|
|
234
|
+
"url": "https://blastscan.io",
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"icon": "blast",
|
|
238
|
+
"name": "Blast Explorer",
|
|
239
|
+
"standard": "EIP3091",
|
|
240
|
+
"url": "https://blastexplorer.io",
|
|
241
|
+
},
|
|
242
|
+
],
|
|
243
|
+
"faucets": [],
|
|
244
|
+
"features": None,
|
|
245
|
+
"icon": "blast",
|
|
246
|
+
"infoURL": "https://blast.io/",
|
|
247
|
+
"name": "Blast",
|
|
248
|
+
"nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
|
|
249
|
+
"networkId": 81457,
|
|
250
|
+
"rpc": [
|
|
251
|
+
"https://rpc.blast.io",
|
|
252
|
+
"https://rpc.ankr.com/blast",
|
|
253
|
+
"https://blast.din.dev/rpc",
|
|
254
|
+
"https://blastl2-mainnet.public.blastapi.io",
|
|
255
|
+
"https://blast.blockpi.network/v1/rpc/public",
|
|
256
|
+
],
|
|
257
|
+
"shortName": "blastmainnet",
|
|
258
|
+
"slip44": None,
|
|
259
|
+
},
|
|
260
|
+
"sepolia": {
|
|
261
|
+
"chain": "ETH",
|
|
262
|
+
"chainId": 168587773,
|
|
263
|
+
"ens": None,
|
|
264
|
+
"explorers": [
|
|
265
|
+
{
|
|
266
|
+
"icon": "blast",
|
|
267
|
+
"name": "Blast Sepolia Explorer",
|
|
268
|
+
"standard": "EIP3091",
|
|
269
|
+
"url": "https://testnet.blastscan.io",
|
|
270
|
+
}
|
|
271
|
+
],
|
|
272
|
+
"faucets": ["https://faucet.quicknode.com/blast/sepolia"],
|
|
273
|
+
"features": None,
|
|
274
|
+
"icon": "blast",
|
|
275
|
+
"infoURL": "https://blast.io/",
|
|
276
|
+
"name": "Blast Sepolia Testnet",
|
|
277
|
+
"nativeCurrency": {
|
|
278
|
+
"decimals": 18,
|
|
279
|
+
"name": "Sepolia Ether",
|
|
280
|
+
"symbol": "ETH",
|
|
281
|
+
},
|
|
282
|
+
"networkId": 168587773,
|
|
283
|
+
"rpc": ["https://sepolia.blast.io"],
|
|
284
|
+
"shortName": "blastsepolia",
|
|
285
|
+
"slip44": None,
|
|
286
|
+
},
|
|
287
|
+
},
|
|
221
288
|
"bsc": {
|
|
222
289
|
"mainnet": {
|
|
223
290
|
"chain": "BSC",
|
|
@@ -260,7 +327,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
|
|
|
260
327
|
"https://bsc-dataseed2.ninicoin.io",
|
|
261
328
|
"https://bsc-dataseed3.ninicoin.io",
|
|
262
329
|
"https://bsc-dataseed4.ninicoin.io",
|
|
263
|
-
"https://bsc.publicnode.com",
|
|
330
|
+
"https://bsc-rpc.publicnode.com",
|
|
264
331
|
],
|
|
265
332
|
"shortName": "bnb",
|
|
266
333
|
"slip44": 714,
|
|
@@ -294,7 +361,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
|
|
|
294
361
|
"https://data-seed-prebsc-2-s2.bnbchain.org:8545",
|
|
295
362
|
"https://data-seed-prebsc-1-s3.bnbchain.org:8545",
|
|
296
363
|
"https://data-seed-prebsc-2-s3.bnbchain.org:8545",
|
|
297
|
-
"https://bsc-testnet.publicnode.com",
|
|
364
|
+
"https://bsc-testnet-rpc.publicnode.com",
|
|
298
365
|
],
|
|
299
366
|
"shortName": "bnbt",
|
|
300
367
|
"slip44": 1,
|
|
@@ -335,7 +402,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
|
|
|
335
402
|
"https://mainnet.infura.io/v3/${INFURA_API_KEY}",
|
|
336
403
|
"https://api.mycryptoapi.com/eth",
|
|
337
404
|
"https://cloudflare-eth.com",
|
|
338
|
-
"https://ethereum.publicnode.com",
|
|
405
|
+
"https://ethereum-rpc.publicnode.com",
|
|
339
406
|
"https://mainnet.gateway.tenderly.co",
|
|
340
407
|
"https://rpc.flashbots.net",
|
|
341
408
|
"https://rpc.flashbots.net/fast",
|
|
@@ -378,7 +445,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
|
|
|
378
445
|
"rpc": [
|
|
379
446
|
"https://goerli.infura.io/v3/${INFURA_API_KEY}",
|
|
380
447
|
"https://rpc.goerli.mudit.blog/",
|
|
381
|
-
"https://ethereum-goerli.publicnode.com",
|
|
448
|
+
"https://ethereum-goerli-rpc.publicnode.com",
|
|
382
449
|
"https://goerli.gateway.tenderly.co",
|
|
383
450
|
],
|
|
384
451
|
"shortName": "gor",
|
|
@@ -420,7 +487,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
|
|
|
420
487
|
"https://rpc.sepolia.ethpandaops.io",
|
|
421
488
|
"https://sepolia.infura.io/v3/${INFURA_API_KEY}",
|
|
422
489
|
"https://sepolia.gateway.tenderly.co",
|
|
423
|
-
"https://ethereum-sepolia.publicnode.com",
|
|
490
|
+
"https://ethereum-sepolia-rpc.publicnode.com",
|
|
424
491
|
],
|
|
425
492
|
"shortName": "sep",
|
|
426
493
|
"slip44": 1,
|
|
@@ -452,7 +519,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
|
|
|
452
519
|
"name": "Fantom Opera",
|
|
453
520
|
"nativeCurrency": {"decimals": 18, "name": "Fantom", "symbol": "FTM"},
|
|
454
521
|
"networkId": 250,
|
|
455
|
-
"rpc": ["https://rpc.ftm.tools", "https://fantom.publicnode.com"],
|
|
522
|
+
"rpc": ["https://rpc.ftm.tools", "https://fantom-rpc.publicnode.com"],
|
|
456
523
|
"shortName": "ftm",
|
|
457
524
|
"slip44": None,
|
|
458
525
|
},
|
|
@@ -477,7 +544,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
|
|
|
477
544
|
"networkId": 4002,
|
|
478
545
|
"rpc": [
|
|
479
546
|
"https://rpc.testnet.fantom.network",
|
|
480
|
-
"https://fantom-testnet.publicnode.com",
|
|
547
|
+
"https://fantom-testnet-rpc.publicnode.com",
|
|
481
548
|
],
|
|
482
549
|
"shortName": "tftm",
|
|
483
550
|
"slip44": 1,
|
|
@@ -528,7 +595,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
|
|
|
528
595
|
"https://gnosis.blockpi.network/v1/rpc/public",
|
|
529
596
|
"https://web3endpoints.com/gnosischain-mainnet",
|
|
530
597
|
"https://gnosis.oat.farm",
|
|
531
|
-
"https://gnosis.publicnode.com",
|
|
598
|
+
"https://gnosis-rpc.publicnode.com",
|
|
532
599
|
],
|
|
533
600
|
"shortName": "gno",
|
|
534
601
|
"slip44": 700,
|
|
@@ -567,7 +634,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
|
|
|
567
634
|
"networkId": 10,
|
|
568
635
|
"rpc": [
|
|
569
636
|
"https://mainnet.optimism.io",
|
|
570
|
-
"https://optimism.publicnode.com",
|
|
637
|
+
"https://optimism-rpc.publicnode.com",
|
|
571
638
|
"https://optimism.gateway.tenderly.co",
|
|
572
639
|
],
|
|
573
640
|
"shortName": "oeth",
|
|
@@ -594,7 +661,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
|
|
|
594
661
|
"networkId": 420,
|
|
595
662
|
"rpc": [
|
|
596
663
|
"https://goerli.optimism.io",
|
|
597
|
-
"https://optimism-goerli.publicnode.com",
|
|
664
|
+
"https://optimism-goerli-rpc.publicnode.com",
|
|
598
665
|
"https://optimism-goerli.gateway.tenderly.co",
|
|
599
666
|
],
|
|
600
667
|
"shortName": "ogor",
|
|
@@ -628,6 +695,54 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
|
|
|
628
695
|
"slip44": 1,
|
|
629
696
|
},
|
|
630
697
|
},
|
|
698
|
+
"oort": {
|
|
699
|
+
"mainnet": {
|
|
700
|
+
"chain": "Oort Mainnet",
|
|
701
|
+
"chainId": 970,
|
|
702
|
+
"ens": None,
|
|
703
|
+
"explorers": [
|
|
704
|
+
{
|
|
705
|
+
"icon": "oort",
|
|
706
|
+
"name": "Oort Mainnet Explorer",
|
|
707
|
+
"standard": "none",
|
|
708
|
+
"url": "https://mainnet-scan.oortech.com",
|
|
709
|
+
}
|
|
710
|
+
],
|
|
711
|
+
"faucets": [],
|
|
712
|
+
"features": None,
|
|
713
|
+
"icon": "oort",
|
|
714
|
+
"infoURL": "https://oortech.com",
|
|
715
|
+
"name": "Oort Mainnet",
|
|
716
|
+
"nativeCurrency": {"decimals": 18, "name": "Oort", "symbol": "OORT"},
|
|
717
|
+
"networkId": 970,
|
|
718
|
+
"rpc": ["https://mainnet-rpc.oortech.com"],
|
|
719
|
+
"shortName": "ccn",
|
|
720
|
+
"slip44": None,
|
|
721
|
+
},
|
|
722
|
+
"dev": {
|
|
723
|
+
"chain": "MainnetDev",
|
|
724
|
+
"chainId": 9700,
|
|
725
|
+
"ens": None,
|
|
726
|
+
"explorers": [
|
|
727
|
+
{
|
|
728
|
+
"icon": "oort",
|
|
729
|
+
"name": "Oort MainnetDev Scan",
|
|
730
|
+
"standard": "none",
|
|
731
|
+
"url": "https://dev-scan.oortech.com",
|
|
732
|
+
}
|
|
733
|
+
],
|
|
734
|
+
"faucets": [],
|
|
735
|
+
"features": None,
|
|
736
|
+
"icon": "oort",
|
|
737
|
+
"infoURL": "https://oortech.com",
|
|
738
|
+
"name": "Oort MainnetDev",
|
|
739
|
+
"nativeCurrency": {"decimals": 18, "name": "Oort", "symbol": "OORT"},
|
|
740
|
+
"networkId": 9700,
|
|
741
|
+
"rpc": ["https://dev-rpc.oortech.com"],
|
|
742
|
+
"shortName": "MainnetDev",
|
|
743
|
+
"slip44": None,
|
|
744
|
+
},
|
|
745
|
+
},
|
|
631
746
|
"polygon": {
|
|
632
747
|
"mainnet": {
|
|
633
748
|
"chain": "Polygon",
|
|
@@ -660,7 +775,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
|
|
|
660
775
|
"https://rpc-mainnet.maticvigil.com",
|
|
661
776
|
"https://rpc-mainnet.matic.quiknode.pro",
|
|
662
777
|
"https://matic-mainnet-full-rpc.bwarelabs.com",
|
|
663
|
-
"https://polygon-bor.publicnode.com",
|
|
778
|
+
"https://polygon-bor-rpc.publicnode.com",
|
|
664
779
|
"https://polygon.gateway.tenderly.co",
|
|
665
780
|
],
|
|
666
781
|
"shortName": "matic",
|
|
@@ -686,7 +801,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
|
|
|
686
801
|
"networkId": 80001,
|
|
687
802
|
"rpc": [
|
|
688
803
|
"https://rpc-mumbai.maticvigil.com",
|
|
689
|
-
"https://polygon-mumbai-bor.publicnode.com",
|
|
804
|
+
"https://polygon-mumbai-bor-rpc.publicnode.com",
|
|
690
805
|
"https://polygon-mumbai.gateway.tenderly.co",
|
|
691
806
|
],
|
|
692
807
|
"shortName": "maticmum",
|
|
@@ -35,6 +35,10 @@ CHAIN_IDS = {
|
|
|
35
35
|
"mainnet": 8453,
|
|
36
36
|
"sepolia": 84532,
|
|
37
37
|
},
|
|
38
|
+
"blast": {
|
|
39
|
+
"mainnet": 81457,
|
|
40
|
+
"sepolia": 168587773,
|
|
41
|
+
},
|
|
38
42
|
"bsc": {
|
|
39
43
|
"mainnet": 56,
|
|
40
44
|
"testnet": 97,
|
|
@@ -56,6 +60,10 @@ CHAIN_IDS = {
|
|
|
56
60
|
"goerli": 420,
|
|
57
61
|
"sepolia": 11155420,
|
|
58
62
|
},
|
|
63
|
+
"oort": {
|
|
64
|
+
"mainnet": 970,
|
|
65
|
+
"dev": 9700,
|
|
66
|
+
},
|
|
59
67
|
"polygon": {
|
|
60
68
|
"mainnet": 137,
|
|
61
69
|
"mumbai": 80001,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|