Update links in footer

Add four new networks:
Aerum
Callisto
Lukso
RSK
pull/1748/head
ArseniiPetrovich 6 years ago
parent 9282613013
commit 22cdbdebe7
  1. 16
      apps/block_scout_web/config/config.exs

@ -68,6 +68,22 @@ config :block_scout_web,
%{
title: "Ethereum Classic",
url: "https://blockscout.com/etc/mainnet"
},
%{
title: "Lukso's Network",
url: "https://blockscout.com/lukso/l14"
},
%{
title: "Aerum Mainnet",
url: "https://blockscout.com/aerum/mainnet"
},
%{
title: "Callisto Mainnet",
url: "https://blockscout.com/callisto/mainnet"
},
%{
title: "RSK Mainnet",
url: "https://blockscout.com/rsk/mainnet"
}
]

Loading…
Cancel
Save