Commit 4534c885 authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

one more place with filecoin (#2379)

parent 05dd4af1
...@@ -32,7 +32,12 @@ const AddressImplementations = ({ data, isLoading }: Props) => { ...@@ -32,7 +32,12 @@ const AddressImplementations = ({ data, isLoading }: Props) => {
{ data.map((item) => ( { data.map((item) => (
<AddressEntity <AddressEntity
key={ item.address } key={ item.address }
address={{ hash: item.address, name: item.name, is_contract: true }} address={{
hash: item.address,
filecoin: { robust: item.filecoin_robust_address },
name: item.name,
is_contract: true,
}}
isLoading={ isLoading } isLoading={ isLoading }
noIcon noIcon
/> />
......
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