Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Electr1Xx committed Oct 31, 2023
1 parent dbb2b9e commit f4d2937
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- `@rarimo/rarime`:
- Save credentials to ceramic instead of snap store

### Removed
- `@rarimo/rarime`:
- `Create` and `recover` backup methods
- `@rarimo/rarime-connector`:
- `Create` and `recover` backup methods

## [0.8.0] - 2023-10-23
### Changed
Expand Down
2 changes: 2 additions & 0 deletions packages/snap/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export const SUPPORTED_CHAINS: Record<number, ChainInfo> = {

export const GET_CREDENTIALS_SUPPORTED_HOSTNAMES = ['localhost'];

// TODO: change
export const CERAMIC_ALIASES = {
definitions: {
encryptedCredentials:
Expand All @@ -101,4 +102,5 @@ export const CERAMIC_ALIASES = {
tiles: {},
};

// TODO: change
export const CERAMIC_URL = 'https://ceramic-clay.3boxlabs.com';

0 comments on commit f4d2937

Please sign in to comment.