Update env variables

This commit is contained in:
Serkan Reis
2023-10-18 22:34:24 +03:00
parent b41b927632
commit a6f30994df
4 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ export type DispatchQueryArgs = {
export const dispatchQuery = async (args: DispatchQueryArgs) => {
const { badgeHubMessages } = args
if (!badgeHubMessages) {
throw new Error('Cannot perform a query')
throw new Error('Cannot perform a query. Please connect your wallet first.')
}
switch (args.type) {
case 'config': {