Skip to content

Commit

Permalink
set gas limits for MOVR
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Aug 19, 2024
1 parent c95a589 commit 5ce5c49
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions coins
Original file line number Diff line number Diff line change
Expand Up @@ -9449,10 +9449,9 @@
"use_access_list": true,
"max_eth_tx_type": 2,
"gas_limit": {
"eth_send_coins": 100000,
"eth_payment": 250000,
"eth_receiver_spend": 250000,
"eth_sender_refund": 250000
"eth_payment": 100000,
"eth_receiver_spend": 100000,
"eth_sender_refund": 100000
}
},
{
Expand Down

0 comments on commit 5ce5c49

Please sign in to comment.