Skip to content

Commit

Permalink
set gas limits for CELR-ARB20
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Aug 29, 2024
1 parent 3a10109 commit d9e98b1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion coins
Original file line number Diff line number Diff line change
Expand Up @@ -3075,7 +3075,15 @@
"contract_address": "0x3a8B787f78D775AECFEEa15706D4221B40F345AB"
}
},
"derivation_path": "m/44'/60'"
"derivation_path": "m/44'/60'",
"use_access_list": true,
"max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 150000,
"erc20_payment": 300000,
"erc20_receiver_spend": 250000,
"erc20_sender_refund": 250000
}
},
{
"coin": "CFX-BEP20",
Expand Down

0 comments on commit d9e98b1

Please sign in to comment.