修改token转账费用

This commit is contained in:
zhl 2023-06-09 18:55:11 +08:00
parent 7b0c5d203d
commit 8fb2500443

View File

@ -69,7 +69,7 @@ class AlchemyOutController extends BaseController {
/**
*
* TODO::
* TODO:: calc networkFee
*/
@role(ROLE_ANON)
@router('get /pay/out/alchemy/queryprice')
@ -93,7 +93,7 @@ class AlchemyOutController extends BaseController {
networkList: [
{
network: 'ETH',
networkFee: '1.21',
networkFee: '0.037',
},
],
},