Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba04936 commit 9139047Copy full SHA for 9139047
configs/pro.json
@@ -0,0 +1,19 @@
1
+{
2
+ "get_proxy_block_number": {
3
+ "module": "proxy",
4
+ "kwargs": {}
5
+ },
6
+ "get_proxy_block_by_number": {
7
8
+ "kwargs": {
9
+ "tag": "0x10d4f"
10
+ }
11
12
+ "get_proxy_uncle_by_block_number_and_index": {
13
14
15
+ "tag": "0x210A9B",
16
+ "index": "0x0"
17
18
19
+}
run_tests_pro.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+clear
+export API_PRO_KEY=$1
+coverage run -m unittest discover && coverage report -m
0 commit comments