Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate favicons from app.decenterai.com #47

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions enums/app.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export const AppName = 'Decenter AI'
export const AppDescription = `
DecenterAI: Decentralized Infra for AI Model Training
`.trim()

export const AppSiteManifest = '/site.webmanifest'

export const WagmiProjectId = 'db1b8a46ffa835bd9a48a89ff540f990'
6 changes: 6 additions & 0 deletions enums/ipfsProviders.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export type IPFSProvider = string

export const LIGHTHOUSE: IPFSProvider = 'LIGHTHOUSE'
export const IPFS: IPFSProvider = 'IPFS'
export const INFURA: IPFSProvider = 'INFURA'
export const S3: IPFSProvider = 'S3'
Loading