mirror of
https://github.com/wharfkit/transact-plugin-mock.git
synced 2026-07-21 18:03:42 +00:00
Added test data
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"request": {
|
||||
"path": "https://jungle4.greymass.com/v1/chain/get_info",
|
||||
"params": {
|
||||
"method": "GET"
|
||||
}
|
||||
},
|
||||
"headers": {
|
||||
"access-control-allow-headers": "X-Requested-With,Accept,Content-Type,Origin",
|
||||
"access-control-allow-methods": "GET, POST, OPTIONS",
|
||||
"access-control-allow-origin": "*",
|
||||
"connection": "close",
|
||||
"content-length": "968",
|
||||
"content-type": "application/json",
|
||||
"date": "Fri, 10 Nov 2023 18:02:20 GMT",
|
||||
"host": "jungle4.greymass.com",
|
||||
"server": "nginx/1.18.0 (Ubuntu)",
|
||||
"x-cached": "MISS"
|
||||
},
|
||||
"status": 200,
|
||||
"json": {
|
||||
"server_version": "905c5cc9",
|
||||
"chain_id": "73e4385a2708e6d7048834fbc1079f2fabb17b3c125b146af438971e90716c4d",
|
||||
"head_block_num": 107764108,
|
||||
"last_irreversible_block_num": 107763777,
|
||||
"last_irreversible_block_id": "066c584138c6227499c5689cca356e8ab893ac2130f6d0266f1ba46a4499b5d4",
|
||||
"head_block_id": "066c598c212c1f1fd209a03c5c493dade0885c2ac574e3e6671a8deea86cdbc0",
|
||||
"head_block_time": "2023-11-10T18:02:21.000",
|
||||
"head_block_producer": "hippopotamus",
|
||||
"virtual_block_cpu_limit": 200000000,
|
||||
"virtual_block_net_limit": 1048576000,
|
||||
"block_cpu_limit": 200000,
|
||||
"block_net_limit": 1048576,
|
||||
"server_version_string": "v3.1.3",
|
||||
"fork_db_head_block_num": 107764108,
|
||||
"fork_db_head_block_id": "066c598c212c1f1fd209a03c5c493dade0885c2ac574e3e6671a8deea86cdbc0",
|
||||
"server_full_version_string": "v3.1.3-905c5cc900b4e88aed4ab6912009127bf9f4f140",
|
||||
"total_cpu_weight": "120613298869319",
|
||||
"total_net_weight": "117529300091371",
|
||||
"earliest_available_block_num": 107585477,
|
||||
"last_irreversible_block_time": "2023-11-10T17:59:35.500"
|
||||
},
|
||||
"text": "{\"server_version\":\"905c5cc9\",\"chain_id\":\"73e4385a2708e6d7048834fbc1079f2fabb17b3c125b146af438971e90716c4d\",\"head_block_num\":107764108,\"last_irreversible_block_num\":107763777,\"last_irreversible_block_id\":\"066c584138c6227499c5689cca356e8ab893ac2130f6d0266f1ba46a4499b5d4\",\"head_block_id\":\"066c598c212c1f1fd209a03c5c493dade0885c2ac574e3e6671a8deea86cdbc0\",\"head_block_time\":\"2023-11-10T18:02:21.000\",\"head_block_producer\":\"hippopotamus\",\"virtual_block_cpu_limit\":200000000,\"virtual_block_net_limit\":1048576000,\"block_cpu_limit\":200000,\"block_net_limit\":1048576,\"server_version_string\":\"v3.1.3\",\"fork_db_head_block_num\":107764108,\"fork_db_head_block_id\":\"066c598c212c1f1fd209a03c5c493dade0885c2ac574e3e6671a8deea86cdbc0\",\"server_full_version_string\":\"v3.1.3-905c5cc900b4e88aed4ab6912009127bf9f4f140\",\"total_cpu_weight\":\"120613298869319\",\"total_net_weight\":\"117529300091371\",\"earliest_available_block_num\":107585477,\"last_irreversible_block_time\":\"2023-11-10T17:59:35.500\"}"
|
||||
}
|
||||
Reference in New Issue
Block a user