Commit a997b254 by haojie

1

parent 24911ae4
......@@ -110,6 +110,13 @@ const toTrade = (name: string) => {
const columns = [
{
colKey: "Protocol",
title: "协议",
align: "center",
className: "font700 font16",
width: "10%",
},
{
colKey: "Name",
title: "名称",
align: "center",
......@@ -135,6 +142,12 @@ const columns = [
className: "public-style font14",
},
{
colKey: "ValidMinted",
title: "有效铸造",
align: "center",
className: "public-style font14",
},
{
colKey: "Holders",
title: "持有者",
align: "center",
......@@ -157,6 +170,24 @@ const columns = [
),
},
{
colKey: "TotalMinted",
title: "总铸造",
align: "center",
className: "public-style font14",
},
{
colKey: "Minters",
title: "铸造者",
align: "center",
className: "public-style font14",
},
{
colKey: "Transactions",
title: "交易",
align: "center",
className: "public-style font14",
},
{
colKey: "creation_timestamp",
title: "操作",
align: "center",
......
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