Skip to content

Commit

Permalink
Rename "Smart City Platform" to "Free City Wallet"
Browse files Browse the repository at this point in the history
- This doesn't rename the unique package name and .zip distribution.
  • Loading branch information
sondreb committed Oct 6, 2023
1 parent 689e614 commit d912ffe
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
cd ../../
rm -rf dist/extension
- name: Package SmartCityPlatform
- name: Package FreeCityWallet
run: |
npm run build:smartcityplatform
cd dist/extension
Expand All @@ -86,7 +86,7 @@ jobs:
name: ${{env.COINVAULT}}-preview-${{env.VERSION}}
path: "${{env.RELEASE_NAME_COINVAULT}}"

- name: Upload SmartCityPlatform
- name: Upload FreeCityWallet
uses: actions/upload-artifact@v1
with:
name: ${{env.SMARTCITYPLATFORM}}-preview-${{env.VERSION}}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This wallet is made available in multiple different instances that has different
- Features: Wallet, NFT and more.
- Download: ["coinvault-\*.zip](https://github.com/block-core/blockcore-wallet/releases)

### Smart City Platform
### Free City Wallet

- Chains: City Chain
- Features: Focused on decentralized citizenship
Expand Down
6 changes: 3 additions & 3 deletions angular/src/environments/environment.smartcityplatform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ export const environment: IEnvironment = {
enableDebugTools: false,
logLevel: 'info',
features: ['wallet', 'identity', 'handler:pay', 'handler:did'],
releaseUrl: 'https://github.com/CityChainFoundation/smart-city-platform/releases',
sourceUrl: 'https://github.com/CityChainFoundation/smart-city-platform',
releaseUrl: 'https://github.com/CityChainFoundation/free-city-wallet/releases',
sourceUrl: 'https://github.com/CityChainFoundation/free-city-wallet',
instance: 'smartcityplatform',
instanceName: 'Smart City Platform',
instanceName: 'Free City Wallet',
instanceUrl: 'https://www.city-chain.org/',
instanceExplorerUrl: 'https://explorer.city-chain.org',
networks: ['CITY', 'IDENTITY']
Expand Down
6 changes: 4 additions & 2 deletions angular/src/manifest/smartcityplatform/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Smart City Platform",
"name": "Free City Wallet",
"version": "1.0.33",
"manifest_version": 3,
"description": "Manage your citizenship, identity, properties, social network and more.",
Expand All @@ -20,7 +20,7 @@
},
"action": {
"default_popup": "index.html?#/popup",
"default_title": "Smart City Platform"
"default_title": "Free City Wallet"
},
"content_scripts": [
{
Expand All @@ -38,6 +38,8 @@
"externally_connectable": {
"matches": [
"https://www.blockcore.net/*",
"https://hub.freeplatform.city/*",
"https://www.freeplatform.city/*",
"https://www.city-chain.org/*",
"https://www.coinvault.io/*",
"http://localhost/*"
Expand Down
7 changes: 5 additions & 2 deletions angular/src/manifest/smartcityplatform/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"id": "/",
"scope": "./",
"start_url": "./",
"name": "Smart City Platform",
"short_name": "SmartCityPlatform",
"name": "Free City Wallet",
"short_name": "FreeCityWallet",
"version": "1.0.33",
"author": "City Chain Foundation",
"display": "standalone",
Expand Down Expand Up @@ -67,6 +67,9 @@
"Tokens",
"Identities",
"SmartCityPlatform",
"FreeCity",
"FreeCityWallet",
"FreeCityPlatform",
"CityChain",
"City",
"CityCoin"
Expand Down

0 comments on commit d912ffe

Please sign in to comment.