Skip to content

Commit aeea27b

Browse files
authored
Merge pull request #289 from crypto-com/rebranding
2 parents 35ccffd + c995652 commit aeea27b

File tree

12 files changed

+52
-40
lines changed

12 files changed

+52
-40
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2018 - 2021, Foris Limited ("Crypto.com").
1+
2021 Crypto.org. All rights reserved.
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
### Chain Desktop Wallet
22

3-
Crypto.com Chain Desktop Wallet
3+
Crypto.org Chain Desktop Wallet
44

55
### Warning
6-
Crypto.com Chain Desktop Wallet and this library is currently in the beta development phase and subjects to changes. Before proceeding, please be aware of the following:
6+
Crypto.org Chain Desktop Wallet and this library is currently in the beta development phase and subjects to changes. Before proceeding, please be aware of the following:
77

88
- This wallet is only testnet-ready, do not use in mainnet.
99
- Do not transfer any ERC20 tokens to addresses generated by this sample code as it can cause loss of funds.
10-
- Crypto.com is not liable for any potential damage, loss of data/files arising from the use of the wallet.
10+
- Crypto.org is not liable for any potential damage, loss of data/files arising from the use of the wallet.
1111

1212
### Installation
1313

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.24",
44
"description": "Crypto.com Chain Desktop Wallet App",
55
"repository": "github:crypto-com/chain-desktop-wallet",
6-
"author": "Crypto.com <chain@crypto.com>",
6+
"author": "Crypto.org <chain@crypto.org>",
77
"license": "Apache-2.0",
88
"homepage": ".",
99
"main": "build/electron/main.js",
@@ -94,8 +94,8 @@
9494
"src/**/*.{js,jsx,ts,tsx}": "yarn lint:js"
9595
},
9696
"build": {
97-
"productName": "Crypto.com Chain Desktop Wallet (Beta)",
98-
"appId": "chain.crypto.com.chain-desktop-wallet",
97+
"productName": "Crypto.org Chain Desktop Wallet (Beta)",
98+
"appId": "chain.crypto.org.chain-desktop-wallet",
9999
"files": [
100100
"./build/**/*",
101101
"./dist/**/*",

public/app-icon.png

-3.9 KB
Loading

public/favicon.ico

14 KB
Binary file not shown.

public/icon.png

-15.9 KB
Loading

public/logo192.png

-12.3 KB
Loading

public/logo512.png

-32.4 KB
Loading

src/assets/logo-products-chain.svg

Lines changed: 40 additions & 28 deletions
Loading

src/config/StaticConfig.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const TestNetConfig: WalletConfig = {
2525
derivationPath: "m/44'/1'/0'/0/0",
2626
explorerUrl: 'https://crypto.org/explorer',
2727
indexingUrl: 'https://crypto.org/explorer/api/v1/',
28-
nodeUrl: 'https://testnet-croeseid.crypto.com',
28+
nodeUrl: 'https://testnet-croeseid.crypto.org',
2929
network: CroNetwork.Testnet,
3030
};
3131

@@ -76,11 +76,11 @@ export const DefaultAsset = (network: Network) => {
7676
return {
7777
balance: '0',
7878
description:
79-
'Crypto.com Coin (CRO) is the native token of the Crypto.com Chain. The Crypto.com Chain was created to build a network of cryptocurrency projects, and develop merchants’ ability to accept crypto as a form of payment. The Crypto.com Chain is a high performing native blockchain solution, which will make the transaction flows between crypto users and merchants accepting crypto seamless, cost-efficient and secure.\\r\\n\\r\\nBusinesses can use Crypto.com pay Checkout and/or Invoice to enable customers to complete checkout and pay for goods and services with cryptocurrencies using the Crypto.com Wallet App. Businesses receive all their payments instantly in CRO or stable coins, or in fiat.',
79+
'Crypto.org Coin (CRO) is the native token of the Crypto.org Chain. The Crypto.org Chain was created to build a network of cryptocurrency projects, and develop merchants’ ability to accept crypto as a form of payment. The Crypto.org Chain is a high performing native blockchain solution, which will make the transaction flows between crypto users and merchants accepting crypto seamless, cost-efficient and secure.\\r\\n\\r\\nBusinesses can use Crypto.org pay Checkout and/or Invoice to enable customers to complete checkout and pay for goods and services with cryptocurrencies using the Crypto.org Wallet App. Businesses receive all their payments instantly in CRO or stable coins, or in fiat.',
8080
icon_url:
8181
'https://s3-ap-southeast-1.amazonaws.com/monaco-cointrack-production/uploads/coin/colorful_logo/5c1248c15568a4017c20aa87/cro.png',
8282
identifier: getRandomId(),
83-
name: 'Crypto.com Coin',
83+
name: 'Crypto.org Coin',
8484
symbol: assetSymbol,
8585
mainnetSymbol: 'CRO', // This is to be used solely for markets data since testnet market prices is always non existent
8686
stakedBalance: '0',

0 commit comments

Comments
 (0)