2022-12-15 06:02:50 +00:00
|
|
|
export const TWITTER_LOGIN_ERROR = "Twitter login access denied";
|
|
|
|
export const TWITTER_PROFILE_ERROR = "Twitter auth code is not valid";
|
|
|
|
|
|
|
|
export const KEPLR_NOT_FOUND_ERROR = "Can't fount window.keplr";
|
2022-12-15 15:43:18 +00:00
|
|
|
export const KEPLR_VERSION_ERROR = "You should update keplr";
|
2022-12-20 03:26:31 +00:00
|
|
|
|
|
|
|
export const KEPLR_NO_ACCOUNT_ERROR = "key doesn't exist";
|
|
|
|
export const KEPLR_NO_ACCOUNT_MESSAGE =
|
|
|
|
"Create an account first and connect it with your wallet";
|