Skip to content

Commit

Permalink
set gas limits for DODO-ARB20
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Aug 29, 2024
1 parent a186253 commit 379ab2c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions coins
Original file line number Diff line number Diff line change
Expand Up @@ -4324,11 +4324,13 @@
}
},
"derivation_path": "m/44'/60'",
"use_access_list": true,
"max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 150000,
"erc20_payment": 250000,
"erc20_receiver_spend": 200000,
"erc20_sender_refund": 200000
"erc20_payment": 300000,
"erc20_receiver_spend": 250000,
"erc20_sender_refund": 250000
}
},
{
Expand Down

0 comments on commit 379ab2c

Please sign in to comment.