From 3c71d9bed745da3667b8011f225a985141575518 Mon Sep 17 00:00:00 2001 From: aliel Date: Tue, 4 Jun 2024 10:30:32 +0200 Subject: [PATCH] change message to sign --- src/utils/aleph-persistent-storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {