6 lines
265 B
TypeScript
6 lines
265 B
TypeScript
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";
|
|
export const KEPLR_VERSION_ERROR = "You should update keplr";
|