@sky-mavis/tanto-widget
Version:
Tanto Widget
10 lines • 421 B
JavaScript
var Route;
(function (Route) {
Route["WALLETS"] = "WALLETS";
Route["CONNECT_INJECTOR"] = "CONNECT_INJECTOR";
Route["CONNECT_WC"] = "CONNECT_WC";
Route["PROFILE"] = "PROFILE";
})(Route || (Route = {}));
const publicRoutes = [Route.WALLETS];
const authenticatedRoutes = [Route.PROFILE];
const internalRoutes = [Route.CONNECT_INJECTOR, Route.CONNECT_WC];export{Route,authenticatedRoutes,internalRoutes,publicRoutes};