Merge pull request #1748 from ArseniiPetrovich/master

Update links in footer
pull/1795/head
Victor Baranov 6 years ago committed by GitHub
commit d383c1a2bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      apps/block_scout_web/config/config.exs

@ -68,6 +68,18 @@ config :block_scout_web,
%{
title: "Ethereum Classic",
url: "https://blockscout.com/etc/mainnet"
},
%{
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