Skip to content

Commit

Permalink
rename to celo mondo
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Jun 28, 2024
1 parent fded1f4 commit 6cba808
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A description of the problem.

## Environment

- Celo Station app version
- Celo Mondo app version
- Operating System
- Browser
- Wallet
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This Software License Agreement (the "Agreement") is entered into by and between

1. LICENSE GRANT

Licensor hereby grants Licensee a non-exclusive, non-transferable license to use the software Celo Station (the "Software") for the sole purpose of testing, subject to the terms and conditions of this Agreement.
Licensor hereby grants Licensee a non-exclusive, non-transferable license to use the software Celo Mondo (the "Software") for the sole purpose of testing, subject to the terms and conditions of this Agreement.

2. RESTRICTIONS

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Celo Station
# Celo Mondo

Celo Station is a [DApp](https://en.wikipedia.org/wiki/Decentralized_application) for participating in staking and governance on [Celo](https://celo.org).
Celo Mondo is a [DApp](https://en.wikipedia.org/wiki/Decentralized_application) for participating in staking and governance on [Celo](https://celo.org).

Earn rewards by locking & staking your CELO tokens. Help decide Celo's destiny by casting your vote in on-chain governance proposals.

Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"name": "@celo-station/celo-station-web",
"name": "@celo-mondo/celo-mondo-web",
"version": "1.0.0",
"description": "Staking and Governance Tools for Celo",
"keywords": [
"Celo",
"Staking",
"Governance"
"Governance",
"Delgation"
],
"author": "J M Rossy",
"repository": {
"type": "git",
"url": "https://github.com/jmrossy/celo-station"
"url": "https://github.com/celo-org/celo-mondo"
},
"homepage": "https://github.com/jmrossy/celo-station",
"homepage": "https://github.com/celo-org/celo-mondo",
"dependencies": {
"@celo/abis": "^11.0.0",
"@headlessui/react": "^1.7.18",
Expand Down
2 changes: 1 addition & 1 deletion public/.well-known/walletconnect.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e9faf37e-58e3-4eec-88eb-bbd123ffa678=3b029b51817c20916c93e7f25bdff7163bd8c62650eec3ee5bf2b508632b9beb
e9faf37e-58e3-4eec-88eb-bbd123ffa678=dc8fe78656f89ff75628f74d384d59bbe96f0801db870fd0f8903de7989e297d
4 changes: 2 additions & 2 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Celo Station",
"short_name": "Celo Station",
"name": "Celo Mondo",
"short_name": "Celo Mondo",
"icons": [
{
"src": "/android-chrome-192x192.png",
Expand Down
8 changes: 4 additions & 4 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ import { App } from './app';
export const dynamic = 'force-dynamic';

export const metadata: Metadata = {
applicationName: 'Celo Station',
applicationName: 'Celo Mondo',
metadataBase: new URL(links.home),
title: {
default: 'Celo Station | Staking & Governance for Celo',
template: '%s | Celo Station | Staking & Governance for Celo',
default: 'Celo Mondo | Staking & Governance for Celo',
template: '%s | Celo Mondo | Staking & Governance for Celo',
},
description:
'Participate in Celo staking and governance. Start earning automatic rewards on your CELO!',
keywords: ['celo', 'staking', 'governance', 'delegation', 'station'],
openGraph: {
title: 'Celo Station',
title: 'Celo Mondo',
description: 'Staking & Governance for Celo',
images: [`/logos/celo-station.png`],
},
Expand Down
2 changes: 1 addition & 1 deletion src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const infuraRpcUrl = `${links.infura}/${infuraApiKey}`;
export const config: Config = Object.freeze({
debug: isDevMode,
version,
appName: 'Celo Station',
appName: 'Celo Mondo',
chainId: ChainId.Celo,
walletConnectProjectId,
fornoApiKey,
Expand Down
2 changes: 1 addition & 1 deletion src/features/account/AccountConnectForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function AccountConnectForm() {
<Image className="opacity-80" src={Avatar} alt="Wallet" width={20} height={20} />
</div>
</div>
<h2 className="font-medium">Welcome to Celo Station</h2>
<h2 className="font-medium">Welcome to Celo Mondo</h2>
<p className="max-w-xs text-center text-sm">
To make a transaction, you must first connect your wallet.
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/features/account/AccountRegisterForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function AccountRegisterForm({
<div className="bounce-and-spin flex items-center justify-center">
<Image className="" src={CeloCube} alt="Loading..." width={80} height={80} />
</div>
<h2 className="font-medium">Welcome to Celo Station</h2>
<h2 className="font-medium">Welcome to Celo Mondo</h2>
<p className="max-w-xs text-center text-sm">
Before you can lock, stake, or govern, you must first register with the Celo Accounts
contract.
Expand Down

0 comments on commit 6cba808

Please sign in to comment.