Skip to content

Commit

Permalink
remove unused links
Browse files Browse the repository at this point in the history
  • Loading branch information
shazarre committed Nov 22, 2024
1 parent 72db698 commit 9fda738
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/config/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@ import { config } from 'src/config/config';

export const links = {
home: 'https://mondo.celo.org',
celo: 'https://celo.org',
discord: 'https://discord.gg/celo',
github: 'https://github.com/celo-org/celo-mondo',
twitter: 'https://twitter.com/celo',
docs: 'https://docs.celo.org',
forum: 'https://forum.celo.org',
governance: 'https://github.com/celo-org/governance',
delegate: 'https://github.com/celo-org/celo-mondo/blob/main/src/config/delegates.json',
// Explorers
blockscout: 'https://explorer.celo.org',
celoscan: config.isAlfajores ? 'https://alfajores.celoscan.io/' : 'https://celoscan.io',
celoscanApi: config.isAlfajores
? 'https://api-alfajores.celoscan.io/api'
Expand Down

0 comments on commit 9fda738

Please sign in to comment.