mech-client 0.2.20__py3-none-any.whl → 0.2.20.post1__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.
- mech_client/__init__.py +1 -1
- mech_client/configs/mechs.json +6 -1
- {mech_client-0.2.20.dist-info → mech_client-0.2.20.post1.dist-info}/METADATA +1 -1
- {mech_client-0.2.20.dist-info → mech_client-0.2.20.post1.dist-info}/RECORD +7 -7
- {mech_client-0.2.20.dist-info → mech_client-0.2.20.post1.dist-info}/LICENSE +0 -0
- {mech_client-0.2.20.dist-info → mech_client-0.2.20.post1.dist-info}/WHEEL +0 -0
- {mech_client-0.2.20.dist-info → mech_client-0.2.20.post1.dist-info}/entry_points.txt +0 -0
mech_client/__init__.py
CHANGED
mech_client/configs/mechs.json
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"is_gas_estimation_enabled": false
|
|
12
12
|
},
|
|
13
13
|
"gas_limit": 100000,
|
|
14
|
+
"price": 10000000000000000,
|
|
14
15
|
"contract_abi_url": "https://gnosis.blockscout.com/api/v2/smart-contracts/{contract_address}",
|
|
15
16
|
"transaction_url": "https://gnosisscan.io/tx/{transaction_digest}",
|
|
16
17
|
"subgraph_url": "https://api.studio.thegraph.com/query/57238/mech/version/latest"
|
|
@@ -27,6 +28,7 @@
|
|
|
27
28
|
"is_gas_estimation_enabled": false
|
|
28
29
|
},
|
|
29
30
|
"gas_limit": 100000,
|
|
31
|
+
"price": 3000000000000,
|
|
30
32
|
"contract_abi_url": "https://api.arbiscan.io/api?module=contract&action=getabi&address={contract_address}",
|
|
31
33
|
"transaction_url": "https://arbiscan.io/tx/{transaction_digest}",
|
|
32
34
|
"subgraph_url": ""
|
|
@@ -43,6 +45,7 @@
|
|
|
43
45
|
"is_gas_estimation_enabled": false
|
|
44
46
|
},
|
|
45
47
|
"gas_limit": 100000,
|
|
48
|
+
"price": 10000000000000000,
|
|
46
49
|
"contract_abi_url": "https://api.polygonscan.com/api?module=contract&action=getabi&address={contract_address}",
|
|
47
50
|
"transaction_url": "https://polygonscan.com/tx/{transaction_digest}",
|
|
48
51
|
"subgraph_url": ""
|
|
@@ -76,6 +79,7 @@
|
|
|
76
79
|
"is_gas_estimation_enabled": false
|
|
77
80
|
},
|
|
78
81
|
"gas_limit": 250000,
|
|
82
|
+
"price": 10000000000000000,
|
|
79
83
|
"contract_abi_url": "https://api.celoscan.io/api?module=contract&action=getabi&address={contract_address}",
|
|
80
84
|
"transaction_url": "https://celoscan.io/tx/{transaction_digest}",
|
|
81
85
|
"subgraph_url": ""
|
|
@@ -92,8 +96,9 @@
|
|
|
92
96
|
"is_gas_estimation_enabled": false
|
|
93
97
|
},
|
|
94
98
|
"gas_limit": 100000,
|
|
99
|
+
"price": 3000000000000,
|
|
95
100
|
"contract_abi_url": "https://api-optimistic.etherscan.io/api?module=contract&action=getabi&address={contract_address}",
|
|
96
101
|
"transaction_url": "https://optimistic.etherscan.io/tx/{transaction_digest}",
|
|
97
102
|
"subgraph_url": ""
|
|
98
103
|
}
|
|
99
|
-
}
|
|
104
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
mech_client/__init__.py,sha256=
|
|
1
|
+
mech_client/__init__.py,sha256=unKWt7hYne025u4WE7q0eCw1MSIqB76NEs2C6eh3NHw,49
|
|
2
2
|
mech_client/acn.py,sha256=Rj_jLPvJ5loDQfGbu3a_O24cJC4SwIErLceSz_zVYS8,5356
|
|
3
3
|
mech_client/cli.py,sha256=cJ3QAP29QsbsyITVZbCVxZ7378ql2VPaEjar9Iotj0U,9555
|
|
4
|
-
mech_client/configs/mechs.json,sha256=
|
|
4
|
+
mech_client/configs/mechs.json,sha256=vtDLYZSP8urQrkAyTx9G1R1tF4kZaHEv-sgUXzvwhgA,4710
|
|
5
5
|
mech_client/helpers/__init__.py,sha256=f13zpwGDaKQUjML-5Iq66rRfzg8IS5UNK5I8gBr7w54,1028
|
|
6
6
|
mech_client/helpers/acn/README.md,sha256=WMXR2Lk0IpWjr3vpZ8cxcTHk4gwsx4wC06UPkwj9dbQ,1641
|
|
7
7
|
mech_client/helpers/acn/__init__.py,sha256=3Yd1hUTcrtp0Kb1VmnOTC3_r-_69ozhzMqLlkNC6MkU,1141
|
|
@@ -37,8 +37,8 @@ mech_client/push_to_ipfs.py,sha256=IfvgaPU79N_ZmCPF9d7sPCYz2uduZH0KjT_HQ2LHXoQ,2
|
|
|
37
37
|
mech_client/subgraph.py,sha256=6hkF8l0qxWRJ0UcdxfML6JnjYBu5BuBA6EHsHJ2nHVI,5149
|
|
38
38
|
mech_client/to_png.py,sha256=pjUcFJ63MJj_r73eqnfqCWMtlpsrj6H4ZmgvIEmRcFw,2581
|
|
39
39
|
mech_client/wss.py,sha256=hRInQjjsyOrs8dmgBb2VpJvpNt6Tx0aEiY3OhOPQvIs,6600
|
|
40
|
-
mech_client-0.2.20.dist-info/LICENSE,sha256=mdBDB-mWKV5Cz4ejBzBiKqan6Z8zVLAh9xwM64O2FW4,11339
|
|
41
|
-
mech_client-0.2.20.dist-info/METADATA,sha256=
|
|
42
|
-
mech_client-0.2.20.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
|
43
|
-
mech_client-0.2.20.dist-info/entry_points.txt,sha256=SbRMRsayzD8XfNXhgwPuXEqQsdZ5Bw9XDPnUuaDExyY,45
|
|
44
|
-
mech_client-0.2.20.dist-info/RECORD,,
|
|
40
|
+
mech_client-0.2.20.post1.dist-info/LICENSE,sha256=mdBDB-mWKV5Cz4ejBzBiKqan6Z8zVLAh9xwM64O2FW4,11339
|
|
41
|
+
mech_client-0.2.20.post1.dist-info/METADATA,sha256=6tTi3LFi7P4gRhk5aS2rtfU3FFUWFk0l-LTn9kprl1o,17688
|
|
42
|
+
mech_client-0.2.20.post1.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
|
43
|
+
mech_client-0.2.20.post1.dist-info/entry_points.txt,sha256=SbRMRsayzD8XfNXhgwPuXEqQsdZ5Bw9XDPnUuaDExyY,45
|
|
44
|
+
mech_client-0.2.20.post1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|