{"version":3,"file":"static/chunks/main-app-71f464b9d1df483b.js","mappings":"wGCAAA,QAAAC,OAAA,GAAAC,IAAA,CAAAC,EAAAC,CAAA,CAAAC,IAAA,CAAAF,EAAA,WACAH,QAAAC,OAAA,GAAAC,IAAA,CAAAC,EAAAC,CAAA,CAAAC,IAAA,CAAAF,EAAA,WACAH,QAAAC,OAAA,GAAAC,IAAA,CAAAC,EAAAC,CAAA,CAAAC,IAAA,CAAAF,EAAA,WACAH,QAAAC,OAAA,GAAAC,IAAA,CAAAC,EAAAC,CAAA,CAAAC,IAAA,CAAAF,EAAA,UACAH,QAAAC,OAAA,GAAAC,IAAA,CAAAC,EAAAC,CAAA,CAAAC,IAAA,CAAAF,EAAA,UACAH,QAAAC,OAAA,GAAAC,IAAA,CAAAC,EAAAC,CAAA,CAAAC,IAAA,CAAAF,EAAA,kFELIG,EAAkEC,MACtED,CAAAA,EAAiC,4BAA+B,CAAGE,KAAAA,EACnEF,EAAiC,cAAiB,CAAG,CAAC,GAAK,uBAAuB,EAClFA,EAAiC,gBAAmB,CAAGE,KAAAA,EACvDF,EAAiC,gCAAmC,CAAG,GAUjD,eAAlBG,EAAAA,CAASA,CAACC,GAAG,EACfC,EAAAA,EAAW,CAAC,CACVC,IAAKH,EAAAA,CAASA,CAACI,SAAS,CACxBC,aDjBiC,CACnC,UACA,iBACA,eACA,yBACA,mBACA,2BACA,oBACA,4BACA,8BACD,CCQGC,WAAY,GACZC,MAAO,GACPC,yBAA0B,GAC1BC,yBAA0B,GAC1BC,aAAc,CACZR,EAAAA,CAAwB,CAAC,CAEvBS,YAAa,GACbC,cAAe,EACjB,GACD,sFC1BE,IAAMZ,EAAY,CACvBC,IAAKY,aACLC,cAAeD,mCACfE,gBAAiBF,0EACjBG,iBAAkBH,2BAClBI,mBAAoBJ,eACpBK,0BAA2BL,eAE3BM,mBAAoBN,kBACpBO,gBAAiBP,MACjBQ,gBAAiBR,EAAQZ,GAAG,CAACqB,iBAAiB,CAC9ClB,UAAWS,kGACXU,aAAcV,YACdW,eAAgBX,2BAChBY,uBAAwBZ,mCAExBa,IAAK,CACHC,eAAgBd,iCAChBe,eAAgBf,mFAClB,EACAgB,UAAW,CACTC,OAAQjB,6CACRkB,UAAWlB,6CACXmB,UAAWnB,MACb,EACAoB,gBAAiBpB,EAAQZ,GAAG,CAACiC,6BAA6B,CAC1DC,cAAetB,EAAQZ,GAAG,CAACmC,2BAA2B,CACtDC,gBAAiBxB,gCACnB","sources":["webpack://_N_E/ignored|/codebuild/output/src3078699006/src/dashboard/node_modules/next/dist/shared/lib/router|./utils/resolve-rewrites","webpack://_N_E/?1076","webpack://_N_E/./src/constants/sentryErrorsToSkip.ts","webpack://_N_E/./sentry.client.config.ts","webpack://_N_E/./src/config/index.ts","webpack://_N_E/"],"sourcesContent":["/* (ignored) */","import(/* webpackMode: \"eager\" */ \"/codebuild/output/src3078699006/src/dashboard/node_modules/next/dist/client/components/app-router.js\");\nimport(/* webpackMode: \"eager\" */ \"/codebuild/output/src3078699006/src/dashboard/node_modules/next/dist/client/components/error-boundary.js\");\nimport(/* webpackMode: \"eager\" */ \"/codebuild/output/src3078699006/src/dashboard/node_modules/next/dist/client/components/layout-router.js\");\nimport(/* webpackMode: \"eager\" */ \"/codebuild/output/src3078699006/src/dashboard/node_modules/next/dist/client/components/not-found-boundary.js\");\nimport(/* webpackMode: \"eager\" */ \"/codebuild/output/src3078699006/src/dashboard/node_modules/next/dist/client/components/render-from-template-context.js\");\nimport(/* webpackMode: \"eager\" */ \"/codebuild/output/src3078699006/src/dashboard/node_modules/next/dist/client/components/static-generation-searchparams-bailout-provider.js\")","export const SENTRY_ERRORS_TO_SKIP = [\n /sentry/i,\n /walletconnect/i,\n /IDBDatabase/i,\n /(reading 'timestamp')/i,\n /No matching key/i,\n /cannot serialize cyclic/i,\n /Access is denied/i,\n /evaluating 't.timestamp'/i,\n /circular structure to JSON/i,\n];\n","var _sentryCollisionFreeGlobalObject = typeof window != \"undefined\" ? window : typeof global != \"undefined\" ? global : typeof self != \"undefined\" ? self : {};\n_sentryCollisionFreeGlobalObject[\"__sentryRewritesTunnelPath__\"] = undefined;\n_sentryCollisionFreeGlobalObject[\"SENTRY_RELEASE\"] = {\"id\":\"aQe2FVcm6ij5O-niIlYvv\"};\n_sentryCollisionFreeGlobalObject[\"__sentryBasePath\"] = undefined;\n_sentryCollisionFreeGlobalObject[\"__rewriteFramesAssetPrefixPath__\"] = \"\";\n\n// This file configures the initialization of Sentry on the client.\r\n// The config you add here will be used whenever a users loads a page in their browser.\r\n// https://docs.sentry.io/platforms/javascript/guides/nextjs/\r\n\r\nimport { appConfig } from '@app/config';\r\nimport { SENTRY_ERRORS_TO_SKIP } from '@app/constants/sentryErrorsToSkip';\r\nimport * as Sentry from '@sentry/nextjs';\r\n\r\nif (appConfig.env === 'production') {\r\n Sentry.init({\r\n dsn: appConfig.sentryDsn,\r\n ignoreErrors: SENTRY_ERRORS_TO_SKIP,\r\n sampleRate: 0.6,\r\n debug: false,\r\n replaysOnErrorSampleRate: 0.5,\r\n replaysSessionSampleRate: 0.1,\r\n integrations: [\r\n Sentry.replayIntegration({\r\n // Additional Replay configuration goes in here, for example:\r\n maskAllText: false,\r\n blockAllMedia: false,\r\n }),\r\n ],\r\n });\r\n}\r\n","import { Address } from 'wagmi';\n\nexport const appConfig = {\n env: process.env.NEXT_PUBLIC_ENV as string,\n alchemyApiKey: process.env.NEXT_PUBLIC_ALCHEMY_PROVIDER_API_KEY as string,\n websocketRpcUrl: process.env.NEXT_PUBLIC_WEBSOCKET_RPC_URL as string,\n blockExplorerUrl: process.env.NEXT_PUBLIC_BLOCK_EXPLORER_URL as string,\n googleAnalyticsTag: process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS as string,\n googleAnalyticsTrackingId: process.env\n .NEXT_PUBLIC_GOOGLE_TRACKING_ID as string,\n facebookTrackingId: process.env.NEXT_PUBLIC_FACEBOOK_TRACKING_ID as string,\n requiredChainId: process.env.NEXT_PUBLIC_REQUIRED_CHAIN_ID as string,\n sentryAuthToken: process.env.SENTRY_AUTH_TOKEN as string,\n sentryDsn: process.env.NEXT_PUBLIC_SENTRY_DSN as string,\n tawkWidgetId: process.env.NEXT_PUBLIC_TAWK_WIDGET_ID as string,\n tawkPropertyId: process.env.NEXT_PUBLIC_TAWK_PROPERTY_ID as string,\n walletConnectProjectId: process.env\n .NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID as string,\n api: {\n investorApiKey: process.env.NEXT_PUBLIC_INVESTOR_API_KEY as string,\n investorApiUrl: process.env.NEXT_PUBLIC_INVESTOR_API_URL as string,\n },\n contracts: {\n tether: process.env.NEXT_PUBLIC_TETHER_CONTRACT_ADDRESS as Address,\n tokenSale: process.env.NEXT_PUBLIC_TOKEN_SALE_CONTRACT_ADDRESS as Address,\n wofrToken: process.env.NEXT_PUBLIC_WOFR_TOKEN_ADDRESS as Address,\n },\n telegramBotName: process.env.NEXT_PUBLIC_TELEGRAM_BOT_NAME as string,\n telegramBotId: process.env.NEXT_PUBLIC_TELEGRAM_BOT_ID as string,\n telegramSlapUrl: process.env.NEXT_PUBLIC_TELEGRAM_SLAP_URL as string,\n};\n"],"names":["Promise","resolve","then","__webpack_require__","t","bind","_sentryCollisionFreeGlobalObject","window","undefined","appConfig","env","Sentry","dsn","sentryDsn","ignoreErrors","sampleRate","debug","replaysOnErrorSampleRate","replaysSessionSampleRate","integrations","maskAllText","blockAllMedia","process","alchemyApiKey","websocketRpcUrl","blockExplorerUrl","googleAnalyticsTag","googleAnalyticsTrackingId","facebookTrackingId","requiredChainId","sentryAuthToken","SENTRY_AUTH_TOKEN","tawkWidgetId","tawkPropertyId","walletConnectProjectId","api","investorApiKey","investorApiUrl","contracts","tether","tokenSale","wofrToken","telegramBotName","NEXT_PUBLIC_TELEGRAM_BOT_NAME","telegramBotId","NEXT_PUBLIC_TELEGRAM_BOT_ID","telegramSlapUrl"],"sourceRoot":""}