Skip to content

Commit

Permalink
Merge pull request #1137 from cipig/add
Browse files Browse the repository at this point in the history
enable CELR-ARB20, add DODO-ARB20
  • Loading branch information
smk762 committed Sep 3, 2024
2 parents 94425ba + 379ab2c commit 44538bf
Showing 1 changed file with 36 additions and 2 deletions.
38 changes: 36 additions & 2 deletions coins
Original file line number Diff line number Diff line change
Expand Up @@ -3064,7 +3064,6 @@
"fname": "Celer Network",
"rpcport": 80,
"mm2": 1,
"wallet_only": true,
"chain_id": 42161,
"decimals": 18,
"avg_blocktime": 0.25,
Expand All @@ -3076,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 Expand Up @@ -4299,6 +4306,33 @@
},
"derivation_path": "m/44'/2301'"
},
{
"coin": "DODO-ARB20",
"name": "dodo_arb20",
"fname": "DODO",
"rpcport": 80,
"mm2": 1,
"chain_id": 42161,
"decimals": 18,
"avg_blocktime": 0.25,
"required_confirmations": 10,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "ETH-ARB20",
"contract_address": "0x69Eb4FA4a2fbd498C257C57Ea8b7655a2559A581"
}
},
"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": "DODO-BEP20",
"name": "dodo_bep20",
Expand Down

0 comments on commit 44538bf

Please sign in to comment.