Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

Commit 5fd81f1

Browse files
authored
Prepare for Mainnet launch (#479)
* Readme update for Mainnet launch * default to foundation * address comment * fix link * fix conflicts
1 parent 9fa6464 commit 5fd81f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
Parity Fether aims to be the lightest and simplest decentralized wallet. It supports Ether and ERC-20 tokens, and runs on top of [Parity Ethereum](https://github.com/paritytech/parity-ethereum) light client. This allows smooth synchronization and interaction with the Ethereum blockchain, in a decentralized manner.
1313

14-
By default, Parity Fether alpha runs on the Kovan test network. You can receive free Kovan Ether by posting your address in the [Kovan Faucet](https://gitter.im/kovan-testnet/faucet) Gitter channel. Fether will download and launch Parity Ethereum node at startup if it's not found on the computer. You can also separately launch your Ethereum client, Fether will automatically connect to it.
14+
By default, Fether will launch its embedded Parity Ethereum light client. You can also separately launch your Ethereum client and Fether will automatically connect to it, as described in the [Fether FAQ](https://wiki.parity.io/Fether-FAQ#how-to-launch-fether-with-a-separately-launched-parity-ethereum-node).
1515

16-
Parity Fether connects to the light node using [`@parity/light.js`](https://github.com/paritytech/js-libs/tree/master/packages/light.js), a Javascript library specifically crafted for wallets to connect with light clients.
16+
Parity Fether interacts with the light node using [`@parity/light.js`](https://github.com/paritytech/js-libs/tree/master/packages/light.js), a Javascript library specifically crafted for wallets to connect with light clients.
1717

1818
Parity Fether is licensed under the BSD 3-Clause, and can be used for all your Ethereum needs.
1919

packages/fether-electron/src/main/app/constants/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const IS_PROD = process.env.NODE_ENV === 'production';
1414
* Note: 127.0.0.1 is a trusted loopback and more trustworthy than localhost.
1515
* See https://letsencrypt.org/docs/certificates-for-localhost/
1616
*/
17-
const DEFAULT_CHAIN = 'kovan';
17+
const DEFAULT_CHAIN = 'foundation';
1818
const DEFAULT_WS_PORT = '8546';
1919
const TRUSTED_LOOPBACK = '127.0.0.1';
2020

0 commit comments

Comments
 (0)