Skip to content

Commit

Permalink
fix: polykey.com is the main domain now
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Oct 4, 2023
1 parent 4310b44 commit e39a88c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ At the moment, the CLI is embedded in this Polykey Core Library repository. This

Have a bug or a feature-request? Please submit it the issues of the relevant subproject above.

For tutorials, how-to guides, reference and theory, see the [docs](https://polykey.io/docs).
For tutorials, how-to guides, reference and theory, see the [docs](https://polykey.com/docs).

Have a question? Join our [discussion board](https://github.com/MatrixAI/Polykey/discussions).

Our main website is https://polykey.io
Our main website is https://polykey.com

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "polykey",
"version": "1.2.0-staging.0",
"homepage": "https://polykey.io",
"homepage": "https://polykey.com",
"author": "Matrix AI",
"contributors": [
{
Expand Down
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import { version } from '../package.json';
*/
const testnet: Record<string, NodeAddress> = {
vg9a9e957878s2qgtbdmu2atvli8ms7muukb1dk4dpbm4llkki3h0: {
host: 'testnet.polykey.io' as Host,
host: 'testnet.polykey.com' as Host,
port: 1314 as Port,
},
vh9oqtvct10eaiv3cl4ebm0ko33sl0qqpvb59vud8cngfvqs4p4ng: {
host: 'testnet.polykey.io' as Host,
host: 'testnet.polykey.com' as Host,
port: 1314 as Port,
},
};
Expand Down
2 changes: 1 addition & 1 deletion tests/validation/utils.nodes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('nodes validationUtils', () => {
'vrcacp9vsb4ht25hds6s4lpp2abfaso0mptcfnh499n35vfcn2gkg';
const nodeIdEncoded3 =
'vi3et1hrpv2m2lrplcm7cu913kr45v51cak54vm68anlbvuf83ra0';
const hostname = 'testnet.polykey.io';
const hostname = 'testnet.polykey.com';
const hostIPv4 = '127.0.0.1';
const hostIPv6 = '[2001:db8:85a3:8d3:1319:8a2e:370:7348]';
const port1 = 1314;
Expand Down

0 comments on commit e39a88c

Please sign in to comment.