Skip to content

Commit

Permalink
Adding finalized block timeout to near transaction. (lavanet#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet authored Feb 5, 2024
1 parent 0c80658 commit 43fe3af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cookbook/specs/spec_add_near.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"blocks_in_finalization_proof": 3,
"average_block_time": 1200,
"allowed_block_lag_for_qos_sync": 8,
"shares" : 1,
"shares" : 1,
"min_stake_provider": {
"denom": "ulava",
"amount": "50000000000"
Expand Down Expand Up @@ -276,7 +276,8 @@
"stateful": 1,
"hanging_api": true
},
"extra_compute_units": 0
"extra_compute_units": 0,
"timeout_ms": 4000
},
{
"name": "tx",
Expand Down

0 comments on commit 43fe3af

Please sign in to comment.