Commit a997b254 by haojie

1

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