Skip to content

Commit

Permalink
Remove dead counter code and add back blocscout url
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Oct 25, 2021
1 parent c85ba5c commit 75c4c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 2 additions & 0 deletions src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ interface Config {
debug: boolean
version: string | null
url: string
blockscoutUrl?: string
discordUrl: string
chainId: number
contractAddresses: Record<CeloContract, string>
Expand All @@ -24,6 +25,7 @@ const configMainnet: Config = {
debug: isDevMode,
version,
url: 'https://mento.finance',
blockscoutUrl: 'https://explorer.celo.org',
discordUrl: 'https://discord.gg/E9AqUQnWQE',
chainId: 42220,
contractAddresses: {
Expand Down
12 changes: 0 additions & 12 deletions src/pages/api/counter.ts

This file was deleted.

1 comment on commit 75c4c30

@vercel
Copy link

@vercel vercel bot commented on 75c4c30 Oct 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.