Commit e83f7228 authored by 1486327116's avatar 1486327116

update

parent 08eae31a
......@@ -17,6 +17,11 @@ export interface CoinTypeApplyVO {
name?: string;
general_name?: string;
chain_type?: string;
forbid_info?: string;
explor_url?: string;
......@@ -272,7 +277,8 @@ export async function review(id: any, currentUser: any, ip: string | undefined)
is_active: 1,
is_main: 1,
name: dbApply.name,
general_name: dbApply.name,
general_name: dbApply.general_name,
chain_type:dbApply.chain_type,
original_decimals: dbApply.original_decimals,
valid_decimals: dbApply.valid_decimals,
is_erc20: dbApply.is_erc20,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment