diff --git a/src/utils/aleph-persistent-storage.js b/src/utils/aleph-persistent-storage.js index 6a7bdb9..37892e6 100644 --- a/src/utils/aleph-persistent-storage.js +++ b/src/utils/aleph-persistent-storage.js @@ -2,7 +2,7 @@ import { AuthenticatedAlephHttpClient } from '@aleph-sdk/client'; import { importAccountFromPrivateKey } from '@aleph-sdk/ethereum'; import web3 from 'web3'; -const MESSAGE = 'Reza'; +const MESSAGE = 'LibertAi'; const AGGREGATE_KEY = 'libertai-chat-ui'; export class AlephPersistentStorage {