repo stringlengths 7 64 | file_url stringlengths 81 338 | file_path stringlengths 5 257 | content stringlengths 0 32.8k | language stringclasses 1
value | license stringclasses 7
values | commit_sha stringlengths 40 40 | retrieved_at stringdate 2026-01-04 15:25:31 2026-01-05 01:50:38 | truncated bool 2
classes |
|---|---|---|---|---|---|---|---|---|
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/wasmContracts/types.ts | apps/web-persistence/src/screens/wasmContracts/types.ts | import { WasmCodeQuery } from '@/graphql/types/general_types';
import { InfiniteQuery } from '@/hooks/useInfiniteQuery/types';
import { ReactNode } from 'react';
import z from 'zod';
/* WASM Contracts */
export interface WasmContractType {
contractName: ReactNode;
contractTypeName: ReactNode;
contractAddress: Re... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/wasmContracts/hooks.tsx | apps/web-persistence/src/screens/wasmContracts/hooks.tsx | import AvatarName from '@/components/avatar_name';
import Timestamp from '@/components/Timestamp';
import { WasmCodeDocument, WasmCodeQuery } from '@/graphql/types/general_types';
import useInfiniteQuery, { makeSummaryVar } from '@/hooks/useInfiniteQuery';
import useShallowMemo from '@/hooks/useShallowMemo';
import Cod... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/wasmContracts/components/CodeInstantiatePermission/index.tsx | apps/web-persistence/src/screens/wasmContracts/components/CodeInstantiatePermission/index.tsx | import { InstantiatePermissionProps, zInstantiatePermission } from '@/screens/wasmContracts/types';
import { FC } from 'react';
import AvatarName from 'ui/src/components/avatar_name';
// refer: https://github.com/CosmWasm/wasmd/blob/main/docs/proto/proto-docs.md
const AccessType = {
ACCESS_TYPE_UNSPECIFIED: 0,
// ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/wasmContracts/components/ContractRowDesktop/index.tsx | apps/web-persistence/src/screens/wasmContracts/components/ContractRowDesktop/index.tsx | import { RowProps } from '@/components/InfiniteList/types';
import { WasmCodeQuery } from '@/graphql/types/general_types';
import { useWasmContractsByOffset } from '@/screens/wasmContracts/hooks';
import useStyles from '@/screens/wasmContracts/styles';
import { WasmCodeQueryVariable, WasmContractType } from '@/screens/... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/wasmContracts/components/CodeRowDesktop/index.tsx | apps/web-persistence/src/screens/wasmContracts/components/CodeRowDesktop/index.tsx | import { RowProps } from '@/components/InfiniteList/types';
import { WasmCodeQuery } from '@/graphql/types/general_types';
import { useWasmCodesByOffset } from '@/screens/wasmContracts/hooks';
import useStyles from '@/screens/wasmContracts/styles';
import { WasmCodeQueryVariable, WasmCodeType } from '@/screens/wasmCont... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/wasmContracts/components/CodeHeaderDesktop/index.tsx | apps/web-persistence/src/screens/wasmContracts/components/CodeHeaderDesktop/index.tsx | import useStyles from '@/screens/wasmContracts/styles';
import { columnsCode } from '@/screens/wasmContracts/utils';
import Grid2 from '@mui/material/Unstable_Grid2';
import useAppTranslation from '@/hooks/useAppTranslation';
const CodeHeaderDesktop = () => {
const { t } = useAppTranslation('wasm_contracts');
cons... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/wasmContracts/components/ContractSearchBox/index.tsx | apps/web-persistence/src/screens/wasmContracts/components/ContractSearchBox/index.tsx | import useStyles from '@/screens/wasmContracts/styles';
import { ContractSearchBoxProps } from '@/screens/wasmContracts/types';
import SearchIcon from '@mui/icons-material/Search';
import TextField from '@mui/material/TextField';
import useAppTranslation from '@/hooks/useAppTranslation';
import { FC } from 'react';
co... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/wasmContracts/components/ContractHeaderDesktop/index.tsx | apps/web-persistence/src/screens/wasmContracts/components/ContractHeaderDesktop/index.tsx | import useStyles from '@/screens/wasmContracts/styles';
import { columnsContract } from '@/screens/wasmContracts/utils';
import Grid2 from '@mui/material/Unstable_Grid2';
import useAppTranslation from '@/hooks/useAppTranslation';
const ContractHeaderDesktop = () => {
const { t } = useAppTranslation('wasm_contracts')... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/wasmContracts/components/ContractName/index.tsx | apps/web-persistence/src/screens/wasmContracts/components/ContractName/index.tsx | import useStyles from '@/screens/wasmContracts/styles';
import { ContractNameProps, zContractName } from '@/screens/wasmContracts/types';
import { WASM_CONTRACTS_DETAILS } from '@/utils/go_to_page';
import Tooltip from '@mui/material/Tooltip';
import Typography from '@mui/material/Typography';
import Link from 'next/li... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/wasmContracts/components/ContractRowMobile/index.tsx | apps/web-persistence/src/screens/wasmContracts/components/ContractRowMobile/index.tsx | import { RowProps } from '@/components/InfiniteList/types';
import { WasmCodeQuery } from '@/graphql/types/general_types';
import { useWasmContractsByOffset } from '@/screens/wasmContracts/hooks';
import useStyles from '@/screens/wasmContracts/styles';
import { WasmCodeQueryVariable, WasmContractType } from '@/screens/... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/wasmContracts/components/ContractTypeName/index.tsx | apps/web-persistence/src/screens/wasmContracts/components/ContractTypeName/index.tsx | import { zContractInfo, ContractTypeNameProps } from '@/screens/wasmContracts/types';
import Tooltip from '@mui/material/Tooltip';
import Link from 'next/link';
import * as R from 'ramda';
import { memo } from 'react';
const predefined = {
'crates.io:cw0': ['CW0: Common Types for specs', 'CW0 Contract'],
'crates.i... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/wasmContracts/components/CodeId/index.tsx | apps/web-persistence/src/screens/wasmContracts/components/CodeId/index.tsx | import { CodeIdProps } from '@/screens/wasmContracts/types';
import { WASM_CONTRACTS_DETAILS } from '@/utils/go_to_page';
import Link from 'next/link';
import numeral from 'numeral';
import { FC } from 'react';
const CodeId: FC<CodeIdProps> = ({ codeId }) => {
if (!codeId) return null;
return (
<Link href={WAS... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/wasmContracts/components/CodeRowMobile/index.tsx | apps/web-persistence/src/screens/wasmContracts/components/CodeRowMobile/index.tsx | import { RowProps } from '@/components/InfiniteList/types';
import { WasmCodeQuery } from '@/graphql/types/general_types';
import { useWasmCodesByOffset } from '@/screens/wasmContracts/hooks';
import useStyles from '@/screens/wasmContracts/styles';
import { WasmCodeQueryVariable, WasmCodeType } from '@/screens/wasmCont... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/wasmContractDetails/index.tsx | apps/web-persistence/src/screens/wasmContractDetails/index.tsx | import Layout from '@/components/layout';
import LoadAndExist from '@/components/load_and_exist';
import { useWasmContractDetails } from '@/screens/wasmContractDetails/hooks';
import useStyles from '@/screens/wasmContractDetails/styles';
import useAppTranslation from '@/hooks/useAppTranslation';
import { NextSeo } from... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/wasmContractDetails/styles.ts | apps/web-persistence/src/screens/wasmContractDetails/styles.ts | import { CSSObject } from '@emotion/react';
import { makeStyles } from 'tss-react/mui';
const useStyles = makeStyles()((theme) => ({
root: {
...(theme.mixins.layout as CSSObject),
'& a': {
color: theme.palette.custom.fonts.highlight,
},
display: 'grid',
gridTemplateRows: 'auto auto 1fr',
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/wasmContractDetails/types.ts | apps/web-persistence/src/screens/wasmContractDetails/types.ts | import { WasmCodeWithByteCodeQuery } from '@/graphql/types/general_types';
import { BoxProps } from '@mui/material/Box';
import { ReactNode } from 'react';
export interface OverviewProps extends BoxProps {
overview: WasmCodeWithByteCodeQuery['wasm_code'][0]['wasm_contracts'][0];
codeId: WasmCodeWithByteCodeQuery['... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/wasmContractDetails/hooks.tsx | apps/web-persistence/src/screens/wasmContractDetails/hooks.tsx | import {
useWasmCodeWithByteCodeQuery,
WasmCodeWithByteCodeQuery,
} from '@/graphql/types/general_types';
import ByteCode from '@/screens/wasmContractDetails/components/ByteCode';
import Overview from '@/screens/wasmContractDetails/components/Overview';
import WasmCode from '@/screens/wasmContractDetails/components... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/wasmContractDetails/components/WasmCode/index.tsx | apps/web-persistence/src/screens/wasmContractDetails/components/WasmCode/index.tsx | import AvatarName from '@/components/avatar_name';
import BoxDetails from '@/components/box_details';
import { WasmCodeProps } from '@/screens/wasmContractDetails/types';
import CodeId from '@/screens/wasmContracts/components/CodeId';
import CodeInstantiatePermission from '@/screens/wasmContracts/components/CodeInstant... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/wasmContractDetails/components/Overview/index.tsx | apps/web-persistence/src/screens/wasmContractDetails/components/Overview/index.tsx | import AvatarName from '@/components/avatar_name';
import BoxDetails from '@/components/box_details';
import Timestamp from '@/components/Timestamp';
import { OverviewProps } from '@/screens/wasmContractDetails/types';
import ContractName from '@/screens/wasmContracts/components/ContractName';
import ContractTypeName f... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/wasmContractDetails/components/ByteCode/index.tsx | apps/web-persistence/src/screens/wasmContractDetails/components/ByteCode/index.tsx | import BoxDetails from '@/components/box_details';
import useStyles from '@/screens/wasmContractDetails/styles';
import { ByteCodeProps } from '@/screens/wasmContractDetails/types';
import Chip from '@mui/material/Chip';
import CircularProgress from '@mui/material/CircularProgress';
import Step from '@mui/material/Step... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/account_details/index.tsx | apps/web-persistence/src/screens/account_details/index.tsx | import { NextSeo } from 'next-seo';
import useAppTranslation from '@/hooks/useAppTranslation';
import DesmosProfile from '@/components/desmos_profile';
import Layout from '@/components/layout';
import LoadAndExist from '@/components/load_and_exist';
import Balance from '@/screens/account_details/components/balance';
im... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-persistence/src/screens/account_details/components/index.ts | apps/web-persistence/src/screens/account_details/components/index.ts | export { default as Balance } from '@/screens/account_details/components/balance';
export { default as OtherTokens } from '@/screens/account_details/components/other_tokens';
export { default as Overview } from '@/screens/account_details/components/overview';
export { default as Staking } from '@/screens/account_detail... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/jest.setup.ts | apps/web-stride/jest.setup.ts | import mockApollo from '@/tests/mocks/mockApollo';
import mockChainConfig from '@/tests/mocks/mockChainConfig';
import mockDayJs from '@/tests/mocks/mockDayJs';
import mockDynamicComponent from '@/tests/mocks/mockDynamicComponent';
import mockI18Next from '@/tests/mocks/mockI18Next';
import mockProfiles from '@/tests/m... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/jest.config.ts | apps/web-stride/jest.config.ts | import configFromPreset from 'jest-presets/jest/node/jest-preset';
import nextJest from 'next/jest';
import { pathsToModuleNameMapper } from 'ts-jest';
import tsconfig from './tsconfig.json';
/* Creating a jest configuration for nextjs. */
const createJestConfig = nextJest({
dir: './',
})(configFromPreset);
const e... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/next-env.d.ts | apps/web-stride/next-env.d.ts | /// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/graphql/types/general_types.ts | apps/web-stride/src/graphql/types/general_types.ts | import { gql } from '@apollo/client';
import * as Apollo from '@apollo/client';
export type Maybe<T> = T | null;
export type InputMaybe<T> = Maybe<T>;
export type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };
export type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | true |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/graphql/general/account_details_documents.ts | apps/web-stride/src/graphql/general/account_details_documents.ts | export const AccountCommissionDocument = /* GraphQL */ `
query AccountCommission($validatorAddress: String!) {
commission: action_validator_commission_amount(address: $validatorAddress) {
coins
}
}
`;
export const AccountWithdrawalAddressDocument = /* GraphQL */ `
query AccountWithdrawalAddress($ad... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/graphql/general/validator_details_documents.ts | apps/web-stride/src/graphql/general/validator_details_documents.ts | export const ValidatorDelegationsDocument = /* GraphQL */ `
query ValidatorDelegations(
$validatorAddress: String!
$offset: Int = 0
$limit: Int = 10
$pagination: Boolean! = true
) {
delegations: action_validator_delegations(
address: $validatorAddress
limit: $limit
offset: $off... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/hooks/useConsumerCustomValidator/index.ts | apps/web-stride/src/hooks/useConsumerCustomValidator/index.ts | import { useEffect, useState } from 'react';
import { useRecoilCallback } from 'recoil';
import * as R from 'ramda';
import { writeProfile } from '@/recoil/profiles/selectors';
import { useConsumerCustomValidatorQuery } from '@/graphql/types/general_types';
type Profile = {
name: string;
address: string;
imageUr... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/hooks/useProviderCustomValidator/index.ts | apps/web-stride/src/hooks/useProviderCustomValidator/index.ts | import { useEffect, useState } from 'react';
import { useRecoilCallback } from 'recoil';
import * as R from 'ramda';
import { writeProfile } from '@/recoil/profiles/selectors';
import { useProviderCustomValidatorQuery } from '@/graphql/types/general_types';
type Profile = {
name: string;
address: string;
imageUr... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/pages/_error.tsx | apps/web-stride/src/pages/_error.tsx | import type { NextPage } from 'next';
import ErrorPage, { getInitialProps } from 'ui/pages/_error';
const MyError: NextPage = () => <ErrorPage />;
MyError.getInitialProps = getInitialProps;
export default MyError;
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/pages/_app.tsx | apps/web-stride/src/pages/_app.tsx | import MyApp from '@/screens/app';
import { appWithTranslation } from 'next-i18next';
import 'react-toastify/dist/ReactToastify.css';
import 'shared-utils/assets/styles/global.css';
import nextI18NextConfig from '../../next-i18next.config';
export default appWithTranslation(MyApp, nextI18NextConfig);
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/pages/404.tsx | apps/web-stride/src/pages/404.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import NotFound from '@/screens/404';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../next-i18next.config';
const Custom404: NextPage = () => <NotFound />;
export const getStaticProps = withGetStaticProps(nextI18NextConfig);
expo... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/pages/index.tsx | apps/web-stride/src/pages/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import Home from '@/screens/home';
import nextI18NextConfig from '../../next-i18next.config';
const HomePage: NextPage = () => <Home />;
export const getStaticProps = withGetStaticProps(
nextI18NextConfig,
'home',
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/pages/[dtag].tsx | apps/web-stride/src/pages/[dtag].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import ProfileDetails from '@/screens/profile_details';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../next-i18next.config';
const ProfileDetailsPage: NextPage = () => <ProfileDetails />;
export const getStaticPaths = () => ({ pa... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/pages/_document.tsx | apps/web-stride/src/pages/_document.tsx | import Document from 'next/document';
import DocumentComponent, { getInitialProps, DocumentComponentProps } from 'ui/pages/_document';
class MyDocument extends Document<DocumentComponentProps> {
render() {
return <DocumentComponent emotionStyleTags={this.props.emotionStyleTags} />;
}
}
MyDocument.getInitialPr... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/pages/params/index.tsx | apps/web-stride/src/pages/params/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Params from '@/screens/params';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const ParamsPage: NextPage = () => <Params />;
export const getStaticProps = withGetStaticProps(nextI18NextConfig, 'pa... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/pages/server-sitemap.xml/index.tsx | apps/web-stride/src/pages/server-sitemap.xml/index.tsx | import ServerSitemap, { getServerSideProps } from 'ui/pages/server-sitemap.xml';
// This function is called by Next.js before rendering the page. It returns
// a list of URLs that should be included in the sitemap.
export { getServerSideProps };
// Next.js calls this function to render the page.
export default Server... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/pages/validators/[address].tsx | apps/web-stride/src/pages/validators/[address].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import ValidatorDetails from '@/screens/validator_details';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const ValidatorDetailsPage: NextPage = () => <ValidatorDetails />;
export const getStaticPaths = ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/pages/validators/index.tsx | apps/web-stride/src/pages/validators/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Validators from '@/screens/validators';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const ValidatorsPage: NextPage = () => <Validators />;
export const getStaticProps = withGetStaticProps(
nex... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/pages/proposals/index.tsx | apps/web-stride/src/pages/proposals/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import Tokens from '@/screens/proposals';
import nextI18NextConfig from '../../../next-i18next.config';
const TokensPage: NextPage = () => <Tokens />;
export const getStaticProps = withGetStaticProps(nextI18NextConfig, ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/pages/proposals/[id].tsx | apps/web-stride/src/pages/proposals/[id].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import ProposalDetails from '@/screens/proposal_details';
import nextI18NextConfig from '../../../next-i18next.config';
const TokenDetailsPage: NextPage = () => <ProposalDetails />;
export const getStaticPaths = () => (... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/pages/blocks/index.tsx | apps/web-stride/src/pages/blocks/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import Blocks from '@/screens/blocks';
import nextI18NextConfig from '../../../next-i18next.config';
const BlocksPage: NextPage = () => <Blocks />;
export const getStaticProps = withGetStaticProps(
nextI18NextConfig,
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/pages/blocks/[height].tsx | apps/web-stride/src/pages/blocks/[height].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import BlockDetails from '@/screens/block_details';
import nextI18NextConfig from '../../../next-i18next.config';
const BlockDetailsPage: NextPage = () => <BlockDetails />;
export const getStaticPaths = () => ({ paths: ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/pages/accounts/[address].tsx | apps/web-stride/src/pages/accounts/[address].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import AccountDetails from '@/screens/account_details';
import nextI18NextConfig from '../../../next-i18next.config';
const AccountDetailsPage: NextPage = () => <AccountDetails />;
export const getStaticPaths = () => ({... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/pages/transactions/index.tsx | apps/web-stride/src/pages/transactions/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import Transactions from '@/screens/transactions';
import nextI18NextConfig from '../../../next-i18next.config';
const TransactionsPage: NextPage = () => <Transactions />;
export const getStaticProps = withGetStaticProp... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/pages/transactions/[tx].tsx | apps/web-stride/src/pages/transactions/[tx].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import TransactionDetails from '@/screens/transaction_details';
import nextI18NextConfig from '../../../next-i18next.config';
const TransactionDetailsPage: NextPage = () => <TransactionDetails />;
export const getStatic... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/components/avatar_name/index.tsx | apps/web-stride/src/components/avatar_name/index.tsx | import Avatar from '@/components/avatar';
import useStyles from '@/components/avatar_name/styles';
import AddressEllipsis from '@/components/AddressEllipsis';
import { ADDRESS_DETAILS } from '@/utils/go_to_page';
import Tooltip from '@mui/material/Tooltip';
import Zoom from '@mui/material/Zoom';
import Link from 'next/... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/components/avatar_name/types.ts | apps/web-stride/src/components/avatar_name/types.ts | import { AvatarNameProps as AvatarNamePropsBase } from 'ui/src/components/avatar_name/types';
export type AvatarNameProps = AvatarNamePropsBase & {
displayAddress?: string;
};
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/models/stakeibc_params.ts | apps/web-stride/src/models/stakeibc_params.ts | import * as R from 'ramda';
/* eslint-disable camelcase */
type Payload = {
buffer_size?: number;
deposit_interval?: number;
rewards_interval?: number;
delegate_interval?: number;
ica_timeout_nanos?: number;
reinvest_interval?: number;
stride_commission?: number;
ibc_timeout_blocks?: number;
redempti... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/recoil/market/hooks.ts | apps/web-stride/src/recoil/market/hooks.ts | import Big from 'big.js';
import numeral from 'numeral';
import { SetterOrUpdater, useRecoilState } from 'recoil';
import chainConfig from '@/chainConfig';
import { MarketDataQuery, useMarketDataQuery } from '@/graphql/types/general_types';
import { writeMarket } from '@/recoil/market/selectors';
import type { AtomStat... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/screens/params/index.tsx | apps/web-stride/src/screens/params/index.tsx | import { NextSeo } from 'next-seo';
import useAppTranslation from '@/hooks/useAppTranslation';
import BoxDetails from '@/components/box_details';
import Layout from '@/components/layout';
import LoadAndExist from '@/components/load_and_exist';
import { useParams } from '@/screens/params/hooks';
import useStyles from '@... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/screens/params/utils.tsx | apps/web-stride/src/screens/params/utils.tsx | import type {
Distribution,
Gov,
Minting,
Slashing,
Stakeibc,
Staking,
} from '@/screens/params/types';
import { nanoToSeconds, secondsToDays } from '@/utils/time';
import type { TFunction } from '@/hooks/useAppTranslation';
import numeral from 'numeral';
const convertBySeconds = (seconds: number, t: TFunc... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/screens/params/types.ts | apps/web-stride/src/screens/params/types.ts | export interface Staking {
bondDenom: string;
unbondingTime: number;
maxEntries: number;
historicalEntries: number;
maxValidators: number;
}
export interface Slashing {
downtimeJailDuration: number;
minSignedPerWindow: number;
signedBlockWindow: number;
slashFractionDoubleSign: number;
slashFractio... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/screens/params/hooks.ts | apps/web-stride/src/screens/params/hooks.ts | import numeral from 'numeral';
import * as R from 'ramda';
import { useCallback, useState } from 'react';
import chainConfig from '@/chainConfig';
import { ParamsQuery, useParamsQuery } from '@/graphql/types/general_types';
import { DistributionParams, GovParams, MintParams, SlashingParams, StakingParams } from '@/mode... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/screens/proposal_details/types.ts | apps/web-stride/src/screens/proposal_details/types.ts | export interface OverviewType {
title: string;
id: number;
proposer: string;
description: string;
status: string;
submitTime: string;
depositEndTime: string;
votingStartTime: string | null;
votingEndTime: string | null;
content: {
recipient: string;
amount: Array<{
amount: string;
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/screens/proposal_details/hooks.ts | apps/web-stride/src/screens/proposal_details/hooks.ts | import { useRouter } from 'next/router';
import * as R from 'ramda';
import { useCallback, useState } from 'react';
import type { ProposalState } from '@/screens/proposal_details/types';
import { ProposalDetailsQuery, useProposalDetailsQuery } from '@/graphql/types/general_types';
// =========================
// overv... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/screens/proposal_details/components/votes_graph/hooks.ts | apps/web-stride/src/screens/proposal_details/components/votes_graph/hooks.ts | import Big from 'big.js';
import { useRouter } from 'next/router';
import * as R from 'ramda';
import { useCallback, useState } from 'react';
import chainConfig from '@/chainConfig';
import {
ProposalDetailsTallyQuery,
useProposalDetailsTallyQuery,
} from '@/graphql/types/general_types';
import type { VotesGraphSta... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/screens/proposal_details/components/overview/index.tsx | apps/web-stride/src/screens/proposal_details/components/overview/index.tsx | import Divider from '@mui/material/Divider';
import Typography from '@mui/material/Typography';
import useAppTranslation from '@/hooks/useAppTranslation';
import numeral from 'numeral';
import * as R from 'ramda';
import { FC, useCallback, useMemo } from 'react';
import { useRecoilValue } from 'recoil';
import Box from... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/screens/proposal_details/components/overview/styles.ts | apps/web-stride/src/screens/proposal_details/components/overview/styles.ts | import { makeStyles } from 'tss-react/mui';
const useStyles = makeStyles()((theme) => ({
root: {
'& .label': {
color: theme.palette.custom.fonts.fontThree,
},
'& .content': {
marginBottom: theme.spacing(2),
display: 'block',
[theme.breakpoints.up('lg')]: {
display: 'flex',... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/screens/blocks/types.ts | apps/web-stride/src/screens/blocks/types.ts | export interface BlockType {
height: number;
txs: number;
timestamp: string;
proposer: string;
consumer: string;
hash: string;
}
export interface BlocksState {
loading: boolean;
exists: boolean;
hasNextPage: boolean;
isNextPageLoading: boolean;
items: BlockType[];
}
export type ItemType = BlockT... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/screens/blocks/hooks.ts | apps/web-stride/src/screens/blocks/hooks.ts | import * as R from 'ramda';
import { useCallback, useState } from 'react';
import {
BlocksListenerSubscription,
useBlocksListenerSubscription,
useBlocksQuery,
BlocksQuery,
} from '@/graphql/types/general_types';
import type { BlocksState, BlockType } from '@/screens/blocks/types';
// This is a bandaid as it ca... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/screens/blocks/components/mobile/index.tsx | apps/web-stride/src/screens/blocks/components/mobile/index.tsx | import AvatarName from '@/components/avatar_name';
import Loading from '@/components/loading';
import SingleBlockMobile from '@/components/single_block_mobile';
import Timestamp from '@/components/Timestamp';
import { useList, useListRow } from '@/hooks/use_react_window';
import { useProfileRecoil } from '@/recoil/prof... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/screens/blocks/components/desktop/index.tsx | apps/web-stride/src/screens/blocks/components/desktop/index.tsx | import AvatarName from '@/components/avatar_name';
import Loading from '@/components/loading';
import Timestamp from '@/components/Timestamp';
import { useGrid } from '@/hooks/use_react_window';
import useProviderCustomValidator from '@/hooks/useProviderCustomValidator';
import useStyles from '@/screens/blocks/componen... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/screens/home/components/blocks/types.ts | apps/web-stride/src/screens/home/components/blocks/types.ts | export interface BlockType {
height: number;
txs: number;
timestamp: string;
proposer: string;
consumer: string;
hash: string;
}
export interface BlocksState {
loading: boolean;
items: BlockType[];
}
export type ItemType = BlockType;
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/screens/home/components/blocks/hooks.ts | apps/web-stride/src/screens/home/components/blocks/hooks.ts | import * as R from 'ramda';
import { useCallback, useState } from 'react';
import {
BlocksListenerSubscription,
useBlocksListenerSubscription,
} from '@/graphql/types/general_types';
import type { BlocksState } from '@/screens/home/components/blocks/types';
const formatBlocks = (data: BlocksListenerSubscription) =... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/screens/home/components/blocks/components/mobile/index.tsx | apps/web-stride/src/screens/home/components/blocks/components/mobile/index.tsx | import AvatarName from '@/components/avatar_name';
import SingleBlockMobile from '@/components/single_block_mobile';
import Timestamp from '@/components/Timestamp';
import useProviderCustomValidator from '@/hooks/useProviderCustomValidator';
import type { ItemType } from '@/screens/home/components/blocks/types';
import... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/screens/home/components/blocks/components/desktop/index.tsx | apps/web-stride/src/screens/home/components/blocks/components/desktop/index.tsx | import AvatarName from '@/components/avatar_name';
import Timestamp from '@/components/Timestamp';
import useAppTranslation from '@/hooks/useAppTranslation';
import useProviderCustomValidator from '@/hooks/useProviderCustomValidator';
import useStyles from '@/screens/home/components/blocks/components/desktop/styles';
i... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/screens/account_details/hooks.ts | apps/web-stride/src/screens/account_details/hooks.ts | import Big from 'big.js';
import { useRouter } from 'next/router';
import * as R from 'ramda';
import { useCallback, useEffect, useState } from 'react';
import chainConfig from '@/chainConfig';
import { useDesmosProfile } from '@/hooks/use_desmos_profile';
import type {
BalanceType,
OtherTokenType,
AccountWithdra... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-stride/src/screens/account_details/components/staking/hooks.ts | apps/web-stride/src/screens/account_details/components/staking/hooks.ts | import Big from 'big.js';
import { useRouter } from 'next/router';
import numeral from 'numeral';
import * as R from 'ramda';
import { SyntheticEvent, useCallback, useEffect, useState } from 'react';
import chainConfig from '@/chainConfig';
import {
useAccountDelegationsQuery,
useAccountRedelegationsQuery,
useAcc... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/jest.setup.ts | apps/web-osmosis/jest.setup.ts | import mockApollo from '@/tests/mocks/mockApollo';
import mockChainConfig from '@/tests/mocks/mockChainConfig';
import mockDayJs from '@/tests/mocks/mockDayJs';
import mockDynamicComponent from '@/tests/mocks/mockDynamicComponent';
import mockI18Next from '@/tests/mocks/mockI18Next';
import mockProfiles from '@/tests/m... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/jest.config.ts | apps/web-osmosis/jest.config.ts | import configFromPreset from 'jest-presets/jest/node/jest-preset';
import nextJest from 'next/jest';
import { pathsToModuleNameMapper } from 'ts-jest';
import tsconfig from './tsconfig.json';
/* Creating a jest configuration for nextjs. */
const createJestConfig = nextJest({
dir: './',
})(configFromPreset);
const e... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/next-env.d.ts | apps/web-osmosis/next-env.d.ts | /// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/graphql/desmos_profile.ts | apps/web-osmosis/src/graphql/desmos_profile.ts | export type Maybe<T> = T | null;
export type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };
export type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> };
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };
/** All... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | true |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/graphql/types/general_types.ts | apps/web-osmosis/src/graphql/types/general_types.ts | import { gql } from '@apollo/client';
import * as Apollo from '@apollo/client';
export type Maybe<T> = T | null;
export type InputMaybe<T> = Maybe<T>;
export type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };
export type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | true |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/graphql/general/account_details_documents.ts | apps/web-osmosis/src/graphql/general/account_details_documents.ts | export const AccountCommissionDocument = /* GraphQL */ `
query AccountCommission($validatorAddress: String!) {
commission: action_validator_commission_amount(address: $validatorAddress) {
coins
}
}
`;
export const AccountWithdrawalAddressDocument = /* GraphQL */ `
query AccountWithdrawalAddress($ad... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/graphql/general/validator_details_documents.ts | apps/web-osmosis/src/graphql/general/validator_details_documents.ts | export const ValidatorDelegationsDocument = /* GraphQL */ `
query ValidatorDelegations(
$validatorAddress: String!
$offset: Int = 0
$limit: Int = 10
$pagination: Boolean! = true
) {
delegations: action_validator_delegations(
address: $validatorAddress
limit: $limit
offset: $off... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/pages/_error.tsx | apps/web-osmosis/src/pages/_error.tsx | import type { NextPage } from 'next';
import ErrorPage, { getInitialProps } from 'ui/pages/_error';
const MyError: NextPage = () => <ErrorPage />;
MyError.getInitialProps = getInitialProps;
export default MyError;
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/pages/_app.tsx | apps/web-osmosis/src/pages/_app.tsx | import MyApp from '@/screens/app';
import { appWithTranslation } from 'next-i18next';
import 'react-toastify/dist/ReactToastify.css';
import 'shared-utils/assets/styles/global.css';
import nextI18NextConfig from '../../next-i18next.config';
export default appWithTranslation(MyApp, nextI18NextConfig);
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/pages/404.tsx | apps/web-osmosis/src/pages/404.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import NotFound from '@/screens/404';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../next-i18next.config';
const Custom404: NextPage = () => <NotFound />;
export const getStaticProps = withGetStaticProps(nextI18NextConfig);
expo... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/pages/index.tsx | apps/web-osmosis/src/pages/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import Home from '@/screens/home';
import nextI18NextConfig from '../../next-i18next.config';
const HomePage: NextPage = () => <Home />;
export const getStaticProps = withGetStaticProps(
nextI18NextConfig,
'home',
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/pages/[dtag].tsx | apps/web-osmosis/src/pages/[dtag].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import ProfileDetails from '@/screens/profile_details';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../next-i18next.config';
const ProfileDetailsPage: NextPage = () => <ProfileDetails />;
export const getStaticPaths = () => ({ pa... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/pages/_document.tsx | apps/web-osmosis/src/pages/_document.tsx | import Document from 'next/document';
import DocumentComponent, { getInitialProps, DocumentComponentProps } from 'ui/pages/_document';
class MyDocument extends Document<DocumentComponentProps> {
render() {
return <DocumentComponent emotionStyleTags={this.props.emotionStyleTags} />;
}
}
MyDocument.getInitialPr... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/pages/params/index.tsx | apps/web-osmosis/src/pages/params/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Params from '@/screens/params';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const ParamsPage: NextPage = () => <Params />;
export const getStaticProps = withGetStaticProps(nextI18NextConfig, 'pa... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/pages/server-sitemap.xml/index.tsx | apps/web-osmosis/src/pages/server-sitemap.xml/index.tsx | import ServerSitemap, { getServerSideProps } from 'ui/pages/server-sitemap.xml';
// This function is called by Next.js before rendering the page. It returns
// a list of URLs that should be included in the sitemap.
export { getServerSideProps };
// Next.js calls this function to render the page.
export default Server... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/pages/validators/[address].tsx | apps/web-osmosis/src/pages/validators/[address].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import ValidatorDetails from '@/screens/validator_details';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const ValidatorDetailsPage: NextPage = () => <ValidatorDetails />;
export const getStaticPaths = ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/pages/validators/index.tsx | apps/web-osmosis/src/pages/validators/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Validators from '@/screens/validators';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const ValidatorsPage: NextPage = () => <Validators />;
export const getStaticProps = withGetStaticProps(
nex... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/pages/proposals/index.tsx | apps/web-osmosis/src/pages/proposals/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import Tokens from '@/screens/proposals';
import nextI18NextConfig from '../../../next-i18next.config';
const TokensPage: NextPage = () => <Tokens />;
export const getStaticProps = withGetStaticProps(nextI18NextConfig, ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/pages/proposals/[id].tsx | apps/web-osmosis/src/pages/proposals/[id].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import ProposalDetails from '@/screens/proposal_details';
import nextI18NextConfig from '../../../next-i18next.config';
const TokenDetailsPage: NextPage = () => <ProposalDetails />;
export const getStaticPaths = () => (... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/pages/blocks/index.tsx | apps/web-osmosis/src/pages/blocks/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import Blocks from '@/screens/blocks';
import nextI18NextConfig from '../../../next-i18next.config';
const BlocksPage: NextPage = () => <Blocks />;
export const getStaticProps = withGetStaticProps(
nextI18NextConfig,
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/pages/blocks/[height].tsx | apps/web-osmosis/src/pages/blocks/[height].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import BlockDetails from '@/screens/block_details';
import nextI18NextConfig from '../../../next-i18next.config';
const BlockDetailsPage: NextPage = () => <BlockDetails />;
export const getStaticPaths = () => ({ paths: ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/pages/accounts/[address].tsx | apps/web-osmosis/src/pages/accounts/[address].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import AccountDetails from '@/screens/account_details';
import nextI18NextConfig from '../../../next-i18next.config';
const AccountDetailsPage: NextPage = () => <AccountDetails />;
export const getStaticPaths = () => ({... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/pages/transactions/index.tsx | apps/web-osmosis/src/pages/transactions/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import Transactions from '@/screens/transactions';
import nextI18NextConfig from '../../../next-i18next.config';
const TransactionsPage: NextPage = () => <Transactions />;
export const getStaticProps = withGetStaticProp... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/pages/transactions/[tx].tsx | apps/web-osmosis/src/pages/transactions/[tx].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import TransactionDetails from '@/screens/transaction_details';
import nextI18NextConfig from '../../../next-i18next.config';
const TransactionDetailsPage: NextPage = () => <TransactionDetails />;
export const getStatic... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/components/nav/components/desktop/index.tsx | apps/web-osmosis/src/components/nav/components/desktop/index.tsx | import AppBar from '@mui/material/AppBar';
import ClickAwayListener from '@mui/material/ClickAwayListener';
import Drawer from '@mui/material/Drawer';
import { FC } from 'react';
import { useRecoilValue } from 'recoil';
import BigDipperLogoRed from 'shared-utils/assets/big-dipper-red.svg';
import BigDipperLogoWhite fro... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/models/gov_params/index.ts | apps/web-osmosis/src/models/gov_params/index.ts | import * as R from 'ramda';
class GovParams {
public depositParams: {
minDeposit: Array<{
denom: string;
amount: string;
}>;
maxDepositPeriod: number;
};
public tallyParams: {
quorum: string;
threshold: string;
vetoThreshold: string;
};
public votingParams: {
votingP... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/models/mint_params/index.ts | apps/web-osmosis/src/models/mint_params/index.ts | import * as R from 'ramda';
class MintParams {
public mintDenom: string;
public epochIdentifier: string;
public reductionFactor: string;
public genesisEpochProvisions: string;
public reductionPeriodInEpochs: number;
public mintingRewardsDistributionStartEpoch: number;
constructor(payload: object) {... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/recoil/market/hooks.ts | apps/web-osmosis/src/recoil/market/hooks.ts | import Big from 'big.js';
import numeral from 'numeral';
import { SetterOrUpdater, useRecoilState } from 'recoil';
import chainConfig from '@/chainConfig';
import { MarketDataQuery, useMarketDataQuery } from '@/graphql/types/general_types';
import { writeMarket } from '@/recoil/market/selectors';
import type { AtomStat... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/screens/params/index.tsx | apps/web-osmosis/src/screens/params/index.tsx | import { NextSeo } from 'next-seo';
import useAppTranslation from '@/hooks/useAppTranslation';
import BoxDetails from '@/components/box_details';
import Layout from '@/components/layout';
import LoadAndExist from '@/components/load_and_exist';
import { useParams } from '@/screens/params/hooks';
import useStyles from '@... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-osmosis/src/screens/params/utils.tsx | apps/web-osmosis/src/screens/params/utils.tsx | import type { Distribution, Gov, Minting, Slashing, Staking } from '@/screens/params/types';
import { nanoToSeconds, secondsToDays } from '@/utils/time';
import type { TFunction } from '@/hooks/useAppTranslation';
import numeral from 'numeral';
const convertBySeconds = (seconds: number, t: TFunction) => {
const SECO... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.