update system messages
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { OnlineState } from "@/app/providers/ProtocolProvider/protocol/packets/packet.onlinestate";
|
||||
import { SystemUserInformation } from "./SystemAccountsProvider";
|
||||
import updates from './avatars/updates.png';
|
||||
import safe from './avatars/safe.png';
|
||||
|
||||
export function useSystemAccounts() : SystemUserInformation[] {
|
||||
const accounts : SystemUserInformation[] = [
|
||||
@@ -11,6 +12,14 @@ export function useSystemAccounts() : SystemUserInformation[] {
|
||||
username: "updates",
|
||||
online: OnlineState.OFFLINE,
|
||||
avatar: updates
|
||||
},
|
||||
{
|
||||
publicKey: "0x000000000000000000000000000000000000000002",
|
||||
verified: 1,
|
||||
title: "Safe",
|
||||
username: "safe",
|
||||
online: OnlineState.OFFLINE,
|
||||
avatar: safe
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user