Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9139047

Browse files
author
Kotsias, Panagiotis-Christos
committed
Added pro methods
1 parent ba04936 commit 9139047

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

configs/pro.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"get_proxy_block_number": {
3+
"module": "proxy",
4+
"kwargs": {}
5+
},
6+
"get_proxy_block_by_number": {
7+
"module": "proxy",
8+
"kwargs": {
9+
"tag": "0x10d4f"
10+
}
11+
},
12+
"get_proxy_uncle_by_block_number_and_index": {
13+
"module": "proxy",
14+
"kwargs": {
15+
"tag": "0x210A9B",
16+
"index": "0x0"
17+
}
18+
}
19+
}

run_tests_pro.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
clear
3+
export API_PRO_KEY=$1
4+
coverage run -m unittest discover && coverage report -m

0 commit comments

Comments
 (0)