From f3b75e2589e26ddc5e09a9ba16096c8c3fcdb879 Mon Sep 17 00:00:00 2001 From: toniocodo Date: Wed, 28 Aug 2024 18:29:46 +0200 Subject: [PATCH 1/4] feat: remove legacy oeth and ousd dapps --- README.md | 8 +- apps/defi/vite.config.mts | 4 +- apps/governance/vite.config.mts | 4 +- apps/oeth/.env | 15 - apps/oeth/.eslintrc.json | 18 - apps/oeth/index.html | 57 - apps/oeth/project.json | 75 - apps/oeth/public/favicon.svg | 30 - apps/oeth/public/fonts/Inter-Regular.woff2 | Bin 108488 -> 0 bytes apps/oeth/public/fonts/Sailec-Bold.otf | Bin 46780 -> 0 bytes apps/oeth/public/fonts/Sailec-Medium.otf | Bin 45728 -> 0 bytes apps/oeth/public/fonts/Sailec-Regular.otf | Bin 45324 -> 0 bytes apps/oeth/public/images/meta_oeth.webp | Bin 25118 -> 0 bytes apps/oeth/public/images/origin-ether-logo.svg | 9 - apps/oeth/public/manifest.json | 6 - apps/oeth/src/App.tsx | 33 - apps/oeth/src/components/DisableLstBanner.tsx | 54 - apps/oeth/src/components/Topnav.tsx | 291 - apps/oeth/src/env.d.ts | 20 - apps/oeth/src/lang/en.json | 1228 - apps/oeth/src/lang/extracts/en.json | 521 - apps/oeth/src/lang/index.ts | 3 - apps/oeth/src/main.tsx | 74 - apps/oeth/src/polyfills.ts | 8 - apps/oeth/src/routes.ts | 35 - apps/oeth/src/views/RedeemView.tsx | 38 - apps/oeth/tsconfig.app.json | 23 - apps/oeth/tsconfig.json | 18 - apps/oeth/vite.config.mts | 73 - apps/ousd/.env | 14 - apps/ousd/.eslintrc.json | 18 - apps/ousd/index.html | 57 - apps/ousd/project.json | 75 - apps/ousd/public/favicon.svg | 18 - apps/ousd/public/fonts/Inter-Regular.woff2 | Bin 108488 -> 0 bytes apps/ousd/public/fonts/Sailec-Bold.otf | Bin 46780 -> 0 bytes apps/ousd/public/fonts/Sailec-Medium.otf | Bin 45728 -> 0 bytes apps/ousd/public/fonts/Sailec-Regular.otf | Bin 45324 -> 0 bytes apps/ousd/public/images/meta_ousd.webp | Bin 31896 -> 0 bytes .../ousd/public/images/origin-dollar-logo.svg | 10 - apps/ousd/public/manifest.json | 6 - apps/ousd/src/App.tsx | 38 - apps/ousd/src/components/Topnav.tsx | 287 - apps/ousd/src/env.d.ts | 18 - apps/ousd/src/lang/en.json | 924 - apps/ousd/src/lang/extracts/en.json | 407 - apps/ousd/src/lang/index.ts | 3 - apps/ousd/src/main.tsx | 67 - apps/ousd/src/polyfills.ts | 8 - apps/ousd/src/routes.ts | 37 - apps/ousd/src/views/RedeemView.tsx | 24 - apps/ousd/tsconfig.app.json | 23 - apps/ousd/tsconfig.json | 18 - apps/ousd/vite.config.mts | 73 - apps/prime/vite.config.mts | 4 +- libs/oeth/ccip/.babelrc | 12 - libs/oeth/ccip/.eslintrc.json | 18 - libs/oeth/ccip/README.md | 7 - libs/oeth/ccip/project.json | 12 - .../oeth/ccip/src/components/BalancesCard.tsx | 118 - .../src/components/BridgeActivityCard.tsx | 266 - libs/oeth/ccip/src/components/BridgeCard.tsx | 425 - libs/oeth/ccip/src/constants.ts | 20 - libs/oeth/ccip/src/hooks/useBridgeActivity.ts | 83 - libs/oeth/ccip/src/hooks/useBridgePrices.ts | 24 - libs/oeth/ccip/src/hooks/useCcipTxParams.ts | 138 - libs/oeth/ccip/src/hooks/useChangeAmount.ts | 16 - .../ccip/src/hooks/useResetBridgeState.ts | 16 - .../ccip/src/hooks/useToggleBridgeChain.ts | 26 - libs/oeth/ccip/src/index.ts | 2 - libs/oeth/ccip/src/queries.generated.ts | 99 - libs/oeth/ccip/src/queries.graphql | 40 - libs/oeth/ccip/src/state/index.ts | 1 - libs/oeth/ccip/src/state/state.tsx | 64 - libs/oeth/ccip/src/views/BridgeView.tsx | 60 - libs/oeth/ccip/tsconfig.json | 17 - libs/oeth/ccip/tsconfig.lib.json | 24 - libs/oeth/history/.babelrc | 12 - libs/oeth/history/.eslintrc.json | 34 - libs/oeth/history/README.md | 3 - libs/oeth/history/project.json | 13 - .../history/src/components/FilterButton.tsx | 178 - libs/oeth/history/src/components/ViewTabs.tsx | 59 - .../oeth/HistoryCard/HistoryCard.tsx | 128 - .../oeth/HistoryCard/HistoryFilters.tsx | 28 - .../oeth/HistoryCard/HistoryTable.tsx | 312 - .../src/components/oeth/HistoryCard/index.ts | 1 - .../src/components/oeth/HistoryHeader.tsx | 105 - .../woeth/HistoryCard/HistoryCard.tsx | 228 - .../woeth/HistoryCard/HistoryTable.tsx | 147 - .../src/components/woeth/HistoryCard/index.ts | 1 - .../src/components/woeth/HistoryCard/types.ts | 1 - .../src/components/woeth/HistoryHeader.tsx | 95 - libs/oeth/history/src/hooks.ts | 261 - libs/oeth/history/src/index.ts | 1 - libs/oeth/history/src/queries.generated.ts | 228 - libs/oeth/history/src/queries.graphql | 75 - libs/oeth/history/src/routes.tsx | 30 - libs/oeth/history/src/types.ts | 7 - libs/oeth/history/src/views/HistoryView.tsx | 21 - .../history/src/views/HistoryViewOETH.tsx | 18 - .../history/src/views/HistoryViewWOETH.tsx | 18 - libs/oeth/history/tsconfig.json | 18 - libs/oeth/history/tsconfig.lib.json | 24 - libs/oeth/redeem/.babelrc | 12 - libs/oeth/redeem/.eslintrc.json | 18 - libs/oeth/redeem/README.md | 7 - libs/oeth/redeem/project.json | 12 - libs/oeth/redeem/src/actions.ts | 19 - .../src/components/RedeemActionCard.tsx | 207 - libs/oeth/redeem/src/components/Swapper.tsx | 467 - libs/oeth/redeem/src/constants.ts | 18 - libs/oeth/redeem/src/index.ts | 1 - libs/oeth/redeem/src/routes.tsx | 25 - libs/oeth/redeem/src/types.ts | 6 - libs/oeth/redeem/src/views/ClaimView.tsx | 10 - libs/oeth/redeem/src/views/RedeemView.tsx | 43 - libs/oeth/redeem/src/views/RequestView.tsx | 22 - libs/oeth/redeem/tsconfig.json | 17 - libs/oeth/redeem/tsconfig.lib.json | 24 - libs/oeth/shared/.babelrc | 13 - libs/oeth/shared/.eslintrc.json | 34 - libs/oeth/shared/README.md | 3 - libs/oeth/shared/codegen.ts | 40 - libs/oeth/shared/project.json | 21 - libs/oeth/shared/src/clients/analytics.ts | 80 - libs/oeth/shared/src/clients/graphql.ts | 25 - libs/oeth/shared/src/clients/index.ts | 5 - libs/oeth/shared/src/clients/reactQuery.ts | 5 - libs/oeth/shared/src/clients/sentry.ts | 27 - libs/oeth/shared/src/clients/wagmi.ts | 63 - .../shared/src/components/ApyHeader/index.tsx | 151 - .../components/ApyHeader/queries.generated.ts | 48 - .../src/components/ApyHeader/queries.graphql | 12 - .../src/components/TokenInput/TokenInput.tsx | 123 - .../TokenInput/TokenSelectModal.tsx | 141 - .../shared/src/components/TokenInput/index.ts | 1 - libs/oeth/shared/src/components/index.ts | 2 - libs/oeth/shared/src/generated/graphql.ts | 19422 ---------------- libs/oeth/shared/src/index.ts | 3 - libs/oeth/shared/tsconfig.json | 18 - libs/oeth/shared/tsconfig.lib.json | 25 - libs/oeth/swap/.babelrc | 12 - libs/oeth/swap/.eslintrc.json | 34 - libs/oeth/swap/README.md | 3 - libs/oeth/swap/project.json | 13 - libs/oeth/swap/src/actions.ts | 58 - libs/oeth/swap/src/constants.ts | 52 - libs/oeth/swap/src/index.ts | 1 - libs/oeth/swap/src/types.ts | 13 - libs/oeth/swap/src/views/SwapView.tsx | 64 - libs/oeth/swap/tsconfig.json | 17 - libs/oeth/swap/tsconfig.lib.json | 24 - libs/oeth/theme/.babelrc | 12 - libs/oeth/theme/.eslintrc.json | 18 - libs/oeth/theme/README.md | 7 - libs/oeth/theme/project.json | 12 - libs/oeth/theme/src/index.ts | 1 - libs/oeth/theme/src/theme.d.ts | 28 - libs/oeth/theme/src/theme.tsx | 727 - libs/oeth/theme/tsconfig.json | 17 - libs/oeth/theme/tsconfig.lib.json | 25 - libs/ousd/history/.babelrc | 12 - libs/ousd/history/.eslintrc.json | 18 - libs/ousd/history/README.md | 3 - libs/ousd/history/project.json | 13 - .../history/src/components/APYContainer.tsx | 104 - .../history/src/components/HistoryCard.tsx | 120 - .../history/src/components/HistoryFilters.tsx | 188 - .../history/src/components/HistoryTable.tsx | 293 - libs/ousd/history/src/hooks.ts | 196 - libs/ousd/history/src/index.ts | 1 - libs/ousd/history/src/queries.generated.ts | 132 - libs/ousd/history/src/queries.graphql | 40 - libs/ousd/history/src/types.ts | 7 - libs/ousd/history/src/views/HistoryView.tsx | 19 - libs/ousd/history/tsconfig.json | 17 - libs/ousd/history/tsconfig.lib.json | 24 - libs/ousd/shared/.babelrc | 12 - libs/ousd/shared/.eslintrc.json | 18 - libs/ousd/shared/README.md | 3 - libs/ousd/shared/codegen.ts | 39 - libs/ousd/shared/project.json | 21 - libs/ousd/shared/src/clients/analytics.ts | 78 - libs/ousd/shared/src/clients/graphql.ts | 25 - libs/ousd/shared/src/clients/index.ts | 5 - libs/ousd/shared/src/clients/reactQuery.ts | 5 - libs/ousd/shared/src/clients/sentry.ts | 27 - libs/ousd/shared/src/clients/wagmi.ts | 52 - .../shared/src/components/ApyHeader/index.tsx | 150 - .../components/ApyHeader/queries.generated.ts | 48 - .../src/components/ApyHeader/queries.graphql | 12 - libs/ousd/shared/src/components/index.ts | 1 - libs/ousd/shared/src/generated/graphql.ts | 19422 ---------------- libs/ousd/shared/src/index.ts | 3 - libs/ousd/shared/tsconfig.json | 17 - libs/ousd/shared/tsconfig.lib.json | 25 - libs/ousd/swap/.babelrc | 13 - libs/ousd/swap/.eslintrc.json | 18 - libs/ousd/swap/README.md | 3 - libs/ousd/swap/project.json | 13 - libs/ousd/swap/src/actions.ts | 53 - libs/ousd/swap/src/constants.ts | 191 - libs/ousd/swap/src/index.ts | 1 - libs/ousd/swap/src/types.ts | 13 - libs/ousd/swap/src/views/SwapView.tsx | 26 - libs/ousd/swap/tsconfig.json | 18 - libs/ousd/swap/tsconfig.lib.json | 24 - libs/ousd/theme/.babelrc | 12 - libs/ousd/theme/.eslintrc.json | 18 - libs/ousd/theme/README.md | 7 - libs/ousd/theme/project.json | 12 - libs/ousd/theme/src/index.ts | 1 - libs/ousd/theme/src/theme.d.ts | 28 - libs/ousd/theme/src/theme.tsx | 724 - libs/ousd/theme/tsconfig.json | 17 - libs/ousd/theme/tsconfig.lib.json | 25 - tsconfig.base.json | 10 - 218 files changed, 9 insertions(+), 52984 deletions(-) delete mode 100644 apps/oeth/.env delete mode 100644 apps/oeth/.eslintrc.json delete mode 100644 apps/oeth/index.html delete mode 100644 apps/oeth/project.json delete mode 100644 apps/oeth/public/favicon.svg delete mode 100644 apps/oeth/public/fonts/Inter-Regular.woff2 delete mode 100644 apps/oeth/public/fonts/Sailec-Bold.otf delete mode 100644 apps/oeth/public/fonts/Sailec-Medium.otf delete mode 100644 apps/oeth/public/fonts/Sailec-Regular.otf delete mode 100644 apps/oeth/public/images/meta_oeth.webp delete mode 100644 apps/oeth/public/images/origin-ether-logo.svg delete mode 100644 apps/oeth/public/manifest.json delete mode 100644 apps/oeth/src/App.tsx delete mode 100644 apps/oeth/src/components/DisableLstBanner.tsx delete mode 100644 apps/oeth/src/components/Topnav.tsx delete mode 100644 apps/oeth/src/env.d.ts delete mode 100644 apps/oeth/src/lang/en.json delete mode 100644 apps/oeth/src/lang/extracts/en.json delete mode 100644 apps/oeth/src/lang/index.ts delete mode 100644 apps/oeth/src/main.tsx delete mode 100644 apps/oeth/src/polyfills.ts delete mode 100644 apps/oeth/src/routes.ts delete mode 100644 apps/oeth/src/views/RedeemView.tsx delete mode 100644 apps/oeth/tsconfig.app.json delete mode 100644 apps/oeth/tsconfig.json delete mode 100644 apps/oeth/vite.config.mts delete mode 100644 apps/ousd/.env delete mode 100644 apps/ousd/.eslintrc.json delete mode 100644 apps/ousd/index.html delete mode 100644 apps/ousd/project.json delete mode 100644 apps/ousd/public/favicon.svg delete mode 100644 apps/ousd/public/fonts/Inter-Regular.woff2 delete mode 100644 apps/ousd/public/fonts/Sailec-Bold.otf delete mode 100644 apps/ousd/public/fonts/Sailec-Medium.otf delete mode 100644 apps/ousd/public/fonts/Sailec-Regular.otf delete mode 100644 apps/ousd/public/images/meta_ousd.webp delete mode 100644 apps/ousd/public/images/origin-dollar-logo.svg delete mode 100644 apps/ousd/public/manifest.json delete mode 100644 apps/ousd/src/App.tsx delete mode 100644 apps/ousd/src/components/Topnav.tsx delete mode 100644 apps/ousd/src/env.d.ts delete mode 100644 apps/ousd/src/lang/en.json delete mode 100644 apps/ousd/src/lang/extracts/en.json delete mode 100644 apps/ousd/src/lang/index.ts delete mode 100644 apps/ousd/src/main.tsx delete mode 100644 apps/ousd/src/polyfills.ts delete mode 100644 apps/ousd/src/routes.ts delete mode 100644 apps/ousd/src/views/RedeemView.tsx delete mode 100644 apps/ousd/tsconfig.app.json delete mode 100644 apps/ousd/tsconfig.json delete mode 100644 apps/ousd/vite.config.mts delete mode 100644 libs/oeth/ccip/.babelrc delete mode 100644 libs/oeth/ccip/.eslintrc.json delete mode 100644 libs/oeth/ccip/README.md delete mode 100644 libs/oeth/ccip/project.json delete mode 100644 libs/oeth/ccip/src/components/BalancesCard.tsx delete mode 100644 libs/oeth/ccip/src/components/BridgeActivityCard.tsx delete mode 100644 libs/oeth/ccip/src/components/BridgeCard.tsx delete mode 100644 libs/oeth/ccip/src/constants.ts delete mode 100644 libs/oeth/ccip/src/hooks/useBridgeActivity.ts delete mode 100644 libs/oeth/ccip/src/hooks/useBridgePrices.ts delete mode 100644 libs/oeth/ccip/src/hooks/useCcipTxParams.ts delete mode 100644 libs/oeth/ccip/src/hooks/useChangeAmount.ts delete mode 100644 libs/oeth/ccip/src/hooks/useResetBridgeState.ts delete mode 100644 libs/oeth/ccip/src/hooks/useToggleBridgeChain.ts delete mode 100644 libs/oeth/ccip/src/index.ts delete mode 100644 libs/oeth/ccip/src/queries.generated.ts delete mode 100644 libs/oeth/ccip/src/queries.graphql delete mode 100644 libs/oeth/ccip/src/state/index.ts delete mode 100644 libs/oeth/ccip/src/state/state.tsx delete mode 100644 libs/oeth/ccip/src/views/BridgeView.tsx delete mode 100644 libs/oeth/ccip/tsconfig.json delete mode 100644 libs/oeth/ccip/tsconfig.lib.json delete mode 100644 libs/oeth/history/.babelrc delete mode 100644 libs/oeth/history/.eslintrc.json delete mode 100644 libs/oeth/history/README.md delete mode 100644 libs/oeth/history/project.json delete mode 100644 libs/oeth/history/src/components/FilterButton.tsx delete mode 100644 libs/oeth/history/src/components/ViewTabs.tsx delete mode 100644 libs/oeth/history/src/components/oeth/HistoryCard/HistoryCard.tsx delete mode 100644 libs/oeth/history/src/components/oeth/HistoryCard/HistoryFilters.tsx delete mode 100644 libs/oeth/history/src/components/oeth/HistoryCard/HistoryTable.tsx delete mode 100644 libs/oeth/history/src/components/oeth/HistoryCard/index.ts delete mode 100644 libs/oeth/history/src/components/oeth/HistoryHeader.tsx delete mode 100644 libs/oeth/history/src/components/woeth/HistoryCard/HistoryCard.tsx delete mode 100644 libs/oeth/history/src/components/woeth/HistoryCard/HistoryTable.tsx delete mode 100644 libs/oeth/history/src/components/woeth/HistoryCard/index.ts delete mode 100644 libs/oeth/history/src/components/woeth/HistoryCard/types.ts delete mode 100644 libs/oeth/history/src/components/woeth/HistoryHeader.tsx delete mode 100644 libs/oeth/history/src/hooks.ts delete mode 100644 libs/oeth/history/src/index.ts delete mode 100644 libs/oeth/history/src/queries.generated.ts delete mode 100644 libs/oeth/history/src/queries.graphql delete mode 100644 libs/oeth/history/src/routes.tsx delete mode 100644 libs/oeth/history/src/types.ts delete mode 100644 libs/oeth/history/src/views/HistoryView.tsx delete mode 100644 libs/oeth/history/src/views/HistoryViewOETH.tsx delete mode 100644 libs/oeth/history/src/views/HistoryViewWOETH.tsx delete mode 100644 libs/oeth/history/tsconfig.json delete mode 100644 libs/oeth/history/tsconfig.lib.json delete mode 100644 libs/oeth/redeem/.babelrc delete mode 100644 libs/oeth/redeem/.eslintrc.json delete mode 100644 libs/oeth/redeem/README.md delete mode 100644 libs/oeth/redeem/project.json delete mode 100644 libs/oeth/redeem/src/actions.ts delete mode 100644 libs/oeth/redeem/src/components/RedeemActionCard.tsx delete mode 100644 libs/oeth/redeem/src/components/Swapper.tsx delete mode 100644 libs/oeth/redeem/src/constants.ts delete mode 100644 libs/oeth/redeem/src/index.ts delete mode 100644 libs/oeth/redeem/src/routes.tsx delete mode 100644 libs/oeth/redeem/src/types.ts delete mode 100644 libs/oeth/redeem/src/views/ClaimView.tsx delete mode 100644 libs/oeth/redeem/src/views/RedeemView.tsx delete mode 100644 libs/oeth/redeem/src/views/RequestView.tsx delete mode 100644 libs/oeth/redeem/tsconfig.json delete mode 100644 libs/oeth/redeem/tsconfig.lib.json delete mode 100644 libs/oeth/shared/.babelrc delete mode 100644 libs/oeth/shared/.eslintrc.json delete mode 100644 libs/oeth/shared/README.md delete mode 100644 libs/oeth/shared/codegen.ts delete mode 100644 libs/oeth/shared/project.json delete mode 100644 libs/oeth/shared/src/clients/analytics.ts delete mode 100644 libs/oeth/shared/src/clients/graphql.ts delete mode 100644 libs/oeth/shared/src/clients/index.ts delete mode 100644 libs/oeth/shared/src/clients/reactQuery.ts delete mode 100644 libs/oeth/shared/src/clients/sentry.ts delete mode 100644 libs/oeth/shared/src/clients/wagmi.ts delete mode 100644 libs/oeth/shared/src/components/ApyHeader/index.tsx delete mode 100644 libs/oeth/shared/src/components/ApyHeader/queries.generated.ts delete mode 100644 libs/oeth/shared/src/components/ApyHeader/queries.graphql delete mode 100644 libs/oeth/shared/src/components/TokenInput/TokenInput.tsx delete mode 100644 libs/oeth/shared/src/components/TokenInput/TokenSelectModal.tsx delete mode 100644 libs/oeth/shared/src/components/TokenInput/index.ts delete mode 100644 libs/oeth/shared/src/components/index.ts delete mode 100644 libs/oeth/shared/src/generated/graphql.ts delete mode 100644 libs/oeth/shared/src/index.ts delete mode 100644 libs/oeth/shared/tsconfig.json delete mode 100644 libs/oeth/shared/tsconfig.lib.json delete mode 100644 libs/oeth/swap/.babelrc delete mode 100644 libs/oeth/swap/.eslintrc.json delete mode 100644 libs/oeth/swap/README.md delete mode 100644 libs/oeth/swap/project.json delete mode 100644 libs/oeth/swap/src/actions.ts delete mode 100644 libs/oeth/swap/src/constants.ts delete mode 100644 libs/oeth/swap/src/index.ts delete mode 100644 libs/oeth/swap/src/types.ts delete mode 100644 libs/oeth/swap/src/views/SwapView.tsx delete mode 100644 libs/oeth/swap/tsconfig.json delete mode 100644 libs/oeth/swap/tsconfig.lib.json delete mode 100644 libs/oeth/theme/.babelrc delete mode 100644 libs/oeth/theme/.eslintrc.json delete mode 100644 libs/oeth/theme/README.md delete mode 100644 libs/oeth/theme/project.json delete mode 100644 libs/oeth/theme/src/index.ts delete mode 100644 libs/oeth/theme/src/theme.d.ts delete mode 100644 libs/oeth/theme/src/theme.tsx delete mode 100644 libs/oeth/theme/tsconfig.json delete mode 100644 libs/oeth/theme/tsconfig.lib.json delete mode 100644 libs/ousd/history/.babelrc delete mode 100644 libs/ousd/history/.eslintrc.json delete mode 100644 libs/ousd/history/README.md delete mode 100644 libs/ousd/history/project.json delete mode 100644 libs/ousd/history/src/components/APYContainer.tsx delete mode 100644 libs/ousd/history/src/components/HistoryCard.tsx delete mode 100644 libs/ousd/history/src/components/HistoryFilters.tsx delete mode 100644 libs/ousd/history/src/components/HistoryTable.tsx delete mode 100644 libs/ousd/history/src/hooks.ts delete mode 100644 libs/ousd/history/src/index.ts delete mode 100644 libs/ousd/history/src/queries.generated.ts delete mode 100644 libs/ousd/history/src/queries.graphql delete mode 100644 libs/ousd/history/src/types.ts delete mode 100644 libs/ousd/history/src/views/HistoryView.tsx delete mode 100644 libs/ousd/history/tsconfig.json delete mode 100644 libs/ousd/history/tsconfig.lib.json delete mode 100644 libs/ousd/shared/.babelrc delete mode 100644 libs/ousd/shared/.eslintrc.json delete mode 100644 libs/ousd/shared/README.md delete mode 100644 libs/ousd/shared/codegen.ts delete mode 100644 libs/ousd/shared/project.json delete mode 100644 libs/ousd/shared/src/clients/analytics.ts delete mode 100644 libs/ousd/shared/src/clients/graphql.ts delete mode 100644 libs/ousd/shared/src/clients/index.ts delete mode 100644 libs/ousd/shared/src/clients/reactQuery.ts delete mode 100644 libs/ousd/shared/src/clients/sentry.ts delete mode 100644 libs/ousd/shared/src/clients/wagmi.ts delete mode 100644 libs/ousd/shared/src/components/ApyHeader/index.tsx delete mode 100644 libs/ousd/shared/src/components/ApyHeader/queries.generated.ts delete mode 100644 libs/ousd/shared/src/components/ApyHeader/queries.graphql delete mode 100644 libs/ousd/shared/src/components/index.ts delete mode 100644 libs/ousd/shared/src/generated/graphql.ts delete mode 100644 libs/ousd/shared/src/index.ts delete mode 100644 libs/ousd/shared/tsconfig.json delete mode 100644 libs/ousd/shared/tsconfig.lib.json delete mode 100644 libs/ousd/swap/.babelrc delete mode 100644 libs/ousd/swap/.eslintrc.json delete mode 100644 libs/ousd/swap/README.md delete mode 100644 libs/ousd/swap/project.json delete mode 100644 libs/ousd/swap/src/actions.ts delete mode 100644 libs/ousd/swap/src/constants.ts delete mode 100644 libs/ousd/swap/src/index.ts delete mode 100644 libs/ousd/swap/src/types.ts delete mode 100644 libs/ousd/swap/src/views/SwapView.tsx delete mode 100644 libs/ousd/swap/tsconfig.json delete mode 100644 libs/ousd/swap/tsconfig.lib.json delete mode 100644 libs/ousd/theme/.babelrc delete mode 100644 libs/ousd/theme/.eslintrc.json delete mode 100644 libs/ousd/theme/README.md delete mode 100644 libs/ousd/theme/project.json delete mode 100644 libs/ousd/theme/src/index.ts delete mode 100644 libs/ousd/theme/src/theme.d.ts delete mode 100644 libs/ousd/theme/src/theme.tsx delete mode 100644 libs/ousd/theme/tsconfig.json delete mode 100644 libs/ousd/theme/tsconfig.lib.json diff --git a/README.md b/README.md index 3f6ba0705..25daf98d1 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,9 @@ To start the development server run `pnpm nx serve ` | Status | App Name | Port | `main` | `next` | |:------:|:-------------|:-----|:-------------|:-------------| -| ✅ | `oeth` | 4200 | [aws](https://app.oeth.com/) [fleek](https://defi-oeth.on.fleek.co/) | [aws](https://next.d21cq9khxoetn4.amplifyapp.com/) -| ✅ | `ousd` | 4201 | [aws](https://app.ousd.com/) [fleek](https://defi-ousd.on.fleek.co/) | [aws](https://next.d3vake4ybrgst8.amplifyapp.com/) -| ✅ | `defi` | 4202 | [aws](https://main.drvhjg4vfr6lu.amplifyapp.com/) [fleek](https://originprotocol.eth.limo/) | [aws](https://next.drvhjg4vfr6lu.amplifyapp.com/) -| ✅ | `governance` | 4203 | [aws](https://governance.ousd.com/) | [aws](https://next.d11mo0k0jspnpd.amplifyapp.com/) -| ✅ | `prime` | 4204 | [aws](https://app.primestaked.com/) | [aws](https://next.d3ekvisba9ol3t.amplifyapp.com/#/restake) +| ✅ | `defi` | 4200 | [aws](https://main.drvhjg4vfr6lu.amplifyapp.com/) [fleek](https://originprotocol.eth.limo/) | [aws](https://next.drvhjg4vfr6lu.amplifyapp.com/) +| ✅ | `governance` | 4201 | [aws](https://governance.ousd.com/) | [aws](https://next.d11mo0k0jspnpd.amplifyapp.com/) +| ✅ | `prime` | 4202 | [aws](https://app.primestaked.com/) | [aws](https://next.d3ekvisba9ol3t.amplifyapp.com/#/restake) ## Storybook diff --git a/apps/defi/vite.config.mts b/apps/defi/vite.config.mts index 2479bc3bc..d52e7314f 100644 --- a/apps/defi/vite.config.mts +++ b/apps/defi/vite.config.mts @@ -19,7 +19,7 @@ export default defineConfig({ cacheDir: '../../node_modules/.vite/defi', server: { - port: 4202, + port: 4200, host: 'localhost', fs: { allow: ['../..'], @@ -27,7 +27,7 @@ export default defineConfig({ }, preview: { - port: 4302, + port: 4300, host: 'localhost', }, diff --git a/apps/governance/vite.config.mts b/apps/governance/vite.config.mts index 8cb36326b..d33a0a9fe 100644 --- a/apps/governance/vite.config.mts +++ b/apps/governance/vite.config.mts @@ -19,7 +19,7 @@ export default defineConfig({ cacheDir: '../../node_modules/.vite/governance', server: { - port: 4203, + port: 4201, host: 'localhost', fs: { allow: ['../..'], @@ -27,7 +27,7 @@ export default defineConfig({ }, preview: { - port: 4303, + port: 4301, host: 'localhost', }, diff --git a/apps/oeth/.env b/apps/oeth/.env deleted file mode 100644 index 1541fc0b0..000000000 --- a/apps/oeth/.env +++ /dev/null @@ -1,15 +0,0 @@ -# Set this to any custom RPC to override public endpoint -VITE_CUSTOM_RPC= -VITE_CUSTOM_ARBITRUM_RPC= - -# Wallet Connect v2 project id -VITE_WALLET_CONNECT_PROJECT_ID= - -# Alchemy account id -VITE_ALCHEMY_ID= - -# Google Tag Manager container id for usage analytics, disabled if left blank -VITE_GTM_CONTAINER_ID= - -# Sentry endpoint for client error tracking, disabled if left blank -VITE_SENTRY_DSN= diff --git a/apps/oeth/.eslintrc.json b/apps/oeth/.eslintrc.json deleted file mode 100644 index a39ac5d05..000000000 --- a/apps/oeth/.eslintrc.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": ["plugin:@nx/react", "../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], - "rules": {} - }, - { - "files": ["*.ts", "*.tsx"], - "rules": {} - }, - { - "files": ["*.js", "*.jsx"], - "rules": {} - } - ] -} diff --git a/apps/oeth/index.html b/apps/oeth/index.html deleted file mode 100644 index b335e1458..000000000 --- a/apps/oeth/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - - OETH - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - diff --git a/apps/oeth/project.json b/apps/oeth/project.json deleted file mode 100644 index 316cdf159..000000000 --- a/apps/oeth/project.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "name": "oeth", - "$schema": "../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "apps/oeth/src", - "projectType": "application", - "tags": [], - "targets": { - "build": { - "executor": "@nx/vite:build", - "outputs": ["{options.outputPath}"], - "defaultConfiguration": "production", - "options": { - "outputPath": "dist/apps/oeth" - }, - "configurations": { - "development": { - "mode": "development" - }, - "production": { - "mode": "production" - } - } - }, - "serve": { - "executor": "@nx/vite:dev-server", - "defaultConfiguration": "development", - "options": { - "buildTarget": "oeth:build" - }, - "configurations": { - "development": { - "buildTarget": "oeth:build:development", - "hmr": true - }, - "production": { - "buildTarget": "oeth:build:production", - "hmr": false - } - } - }, - "preview": { - "executor": "@nx/vite:preview-server", - "defaultConfiguration": "development", - "options": { - "buildTarget": "oeth:build" - }, - "configurations": { - "development": { - "buildTarget": "oeth:build:development" - }, - "production": { - "buildTarget": "oeth:build:production" - } - }, - "dependsOn": ["build"] - }, - "lint": { - "executor": "@nx/eslint:lint", - "outputs": ["{options.outputFile}"] - }, - "i18n-extract": { - "executor": "nx:run-commands", - "options": { - "command": "pnpm formatjs extract '{apps/oeth,libs/oeth,libs/shared}/**/!(*.d).{ts,tsx}' --out-file apps/oeth/src/lang/extracts/en.json --flatten --id-interpolation-pattern '[sha512:contenthash:base64:6]'" - } - }, - "i18n-compile": { - "executor": "nx:run-commands", - "dependsOn": ["i18n-extract"], - "options": { - "command": "pnpm formatjs compile-folder --ast apps/oeth/src/lang/extracts apps/oeth/src/lang" - } - } - } -} diff --git a/apps/oeth/public/favicon.svg b/apps/oeth/public/favicon.svg deleted file mode 100644 index b35894f09..000000000 --- a/apps/oeth/public/favicon.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/apps/oeth/public/fonts/Inter-Regular.woff2 b/apps/oeth/public/fonts/Inter-Regular.woff2 deleted file mode 100644 index b8699af29b021cbbbdf82e18f5c4a2271d19b616..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 108488 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%0D;4V*Em=YIVxoN-CPBj| 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 diff --git a/apps/oeth/public/images/meta_oeth.webp b/apps/oeth/public/images/meta_oeth.webp deleted file mode 100644 index 6daadcc93ed2957271a09e60a86efcccf9e3e56f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25118 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 LwG0qSqD9gGLKIdi diff --git a/apps/oeth/public/images/origin-ether-logo.svg b/apps/oeth/public/images/origin-ether-logo.svg deleted file mode 100644 index 3718fed5f..000000000 --- a/apps/oeth/public/images/origin-ether-logo.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/apps/oeth/public/manifest.json b/apps/oeth/public/manifest.json deleted file mode 100644 index 1d82c0dfc..000000000 --- a/apps/oeth/public/manifest.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "OETH", - "description": "An ETH-pegged token that earns yield from all forms of staking", - "iconPath": "https://www.originprotocol.com/images/logos/oeth-logo.svg", - "providedBy": { "name": "Origin", "url": "https://www.originprotocol.com/" } -} diff --git a/apps/oeth/src/App.tsx b/apps/oeth/src/App.tsx deleted file mode 100644 index 0fb10c8be..000000000 --- a/apps/oeth/src/App.tsx +++ /dev/null @@ -1,33 +0,0 @@ -import { Stack } from '@mui/material'; -import { trackEvent, trackPage, trackSentryError } from '@origin/oeth/shared'; -import { ErrorBoundary, ErrorPage } from '@origin/shared/components'; -import { RebaseBanner, useCurve, useTxTracker } from '@origin/shared/providers'; -import { TrackingProvider } from '@origin/shared/providers'; -import { Outlet } from 'react-router-dom'; - -import { Topnav } from './components/Topnav'; - -export const App = () => { - useCurve(); - useTxTracker('oeth.com'); - - return ( - } - onError={trackSentryError} - > - { - trackEvent({ name: 'connect', connect_address, connect_wallet }); - }} - > - - - - - - - - ); -}; diff --git a/apps/oeth/src/components/DisableLstBanner.tsx b/apps/oeth/src/components/DisableLstBanner.tsx deleted file mode 100644 index e8f8264c7..000000000 --- a/apps/oeth/src/components/DisableLstBanner.tsx +++ /dev/null @@ -1,54 +0,0 @@ -import { - Link, - Stack, - Typography, - useMediaQuery, - useTheme, -} from '@mui/material'; -import { useIntl } from 'react-intl'; - -import type { StackProps } from '@mui/material'; - -export const DisableLstBanner = (props: StackProps) => { - const intl = useIntl(); - const theme = useTheme(); - const isSmall = useMediaQuery(theme.breakpoints.down('md')); - - return ( - theme.palette.secondary.main, - color: 'text.primary', - p: { xs: 1.5, md: 1 }, - alignItems: 'center', - justifyContent: 'center', - overflow: 'hidden', - ...props?.sx, - }} - > - - {intl.formatMessage( - { - defaultMessage: - "We're working to simplify and strengthen OETH, using LSTs to mint is disabled. {link}", - }, - { - link: ( - - {intl.formatMessage({ defaultMessage: 'Learn More.' })} - - ), - }, - )} - - - ); -}; diff --git a/apps/oeth/src/components/Topnav.tsx b/apps/oeth/src/components/Topnav.tsx deleted file mode 100644 index 8c44f3836..000000000 --- a/apps/oeth/src/components/Topnav.tsx +++ /dev/null @@ -1,291 +0,0 @@ -import { useState } from 'react'; - -import { - alpha, - Box, - Button, - Divider, - Popover, - Stack, - Tab, - Tabs, - useMediaQuery, - useTheme, -} from '@mui/material'; -import { trackEvent } from '@origin/oeth/shared'; -import { tokens } from '@origin/shared/contracts'; -import { - AccountPanel, - ActivityButton, - BalanceList, - ChainSwitcherButton, - OpenAccountModalButton, -} from '@origin/shared/providers'; -import { useIntl } from 'react-intl'; -import { Link, useLocation, useNavigate } from 'react-router-dom'; -import { useAccount } from 'wagmi'; - -import { routes } from '../routes'; - -import type { BoxProps } from '@mui/material'; - -export function Topnav(props: BoxProps) { - return ( - <> - ({ - height: { - xs: '112px', - md: `${theme.mixins.toolbar.height}px`, - }, - })} - /> - ({ - position: 'fixed', - top: 0, - left: 0, - width: 1, - zIndex: theme.zIndex.appBar, - height: { - xs: 162, - md: 105, - }, - })} - > - ({ - backgroundColor: alpha(theme.palette.background.default, 0.6), - backdropFilter: 'blur(15px)', - display: 'grid', - borderBottom: { - xs: 'none', - md: `1px solid ${theme.palette.background.paper}`, - }, - columnGap: { xs: 1, md: 3, xl: 6 }, - rowGap: 0, - alignItems: 'center', - px: { - xs: 1.5, - lg: 3, - }, - pt: { - xs: 1, - md: 0, - }, - gridTemplateColumns: { - xs: '1fr 1fr', - md: 'auto 1fr auto', - }, - })} - > - - - - - - - ); -} - -const OriginEtherLogo = () => { - return ( - - Origin logo - - ); -}; - -const RouteLinks = () => { - const intl = useIntl(); - const navigate = useNavigate(); - const location = useLocation(); - const pathroot = `/${location.pathname.split('/').filter((x) => x)[0] ?? ''}`; - return ( - { - navigate(value); - }} - sx={{ - order: { - xs: 2, - md: 0, - }, - gridColumn: { - xs: 'span 2', - md: 'span 1', - }, - marginBlockStart: { - xs: 2, - md: 0, - }, - '& .MuiTabs-flexContainer': { - justifyContent: { - xs: 'center', - md: 'flex-start', - }, - }, - }} - > - {routes?.[0]?.children?.map((route) => ( - - ))} - - ); -}; - -const NavButtons = () => { - const theme = useTheme(); - const isMd = useMediaQuery(theme.breakpoints.down('lg')); - const intl = useIntl(); - const { isConnected } = useAccount(); - const [accountModalAnchor, setAccountModalAnchor] = - useState(null); - return ( - <> - - - { - if (isConnected) { - setAccountModalAnchor(e.currentTarget); - trackEvent({ - name: 'open_account', - }); - } else { - trackEvent({ - name: 'connect_click', - }); - } - }} - sx={{ - borderRadius: 25, - paddingX: { - lg: 2, - xs: isConnected ? 0.75 : 2, - }, - paddingY: 0.75, - minWidth: 36, - maxWidth: { xs: isConnected ? 36 : 160, lg: 220 }, - fontWeight: 500, - minHeight: { xs: 36, md: 44 }, - }} - disconnectedProps={{ - sx: { - color: 'text.primary', - '&:hover': { - background: - 'linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(90deg, #8C66FC 0%, #0274F1 100%)', - opacity: 1, - }, - '&:disabled': { - opacity: 0.5, - color: 'text.primary', - }, - background: 'linear-gradient(90deg, #8C66FC 0%, #0274F1 100%)', - }, - }} - /> - { - setAccountModalAnchor(null); - }} - anchorOrigin={{ - vertical: 50, - horizontal: 'right', - }} - transformOrigin={{ - vertical: 'top', - horizontal: 'right', - }} - sx={{ - '& .MuiPopover-paper': { - borderRadius: 1, - width: 250, - }, - }} - > - { - setAccountModalAnchor(null); - }} - /> - - - - - {isConnected && ( - { - trackEvent({ name: 'open_activity' }); - }} - sx={{ - padding: { - xs: 0, - }, - }} - /> - )} - - theme.palette.background.paper, - position: 'relative', - width: 'calc(100% + 1.5rem)', - bottom: '-3rem', - left: '-0.75rem', - }} - /> - - ); -}; diff --git a/apps/oeth/src/env.d.ts b/apps/oeth/src/env.d.ts deleted file mode 100644 index 2f6f1336e..000000000 --- a/apps/oeth/src/env.d.ts +++ /dev/null @@ -1,20 +0,0 @@ -/// -/// - -interface ImportMetaEnv { - readonly VITE_WALLET_CONNECT_PROJECT_ID: string; - readonly VITE_ALCHEMY_ID: string; - readonly VITE_SUBSQUID_URL: string; - readonly VITE_ALCHEMY_RPC: string; - readonly VITE_CUSTOM_RPC?: string; - readonly VITE_ALCHEMY_ARBITRUM_RPC?: string; - readonly VITE_CUSTOM_ARBITRUM_RPC?: string; - readonly VITE_GTM_CONTAINER_ID?: string; - readonly VITE_SENTRY_DSN?: string; -} - -interface ImportMeta { - readonly env: ImportMetaEnv; -} - -declare module '@analytics/google-tag-manager'; diff --git a/apps/oeth/src/lang/en.json b/apps/oeth/src/lang/en.json deleted file mode 100644 index 47686aab2..000000000 --- a/apps/oeth/src/lang/en.json +++ /dev/null @@ -1,1228 +0,0 @@ -{ - "+LmzMn": [ - { - "type": 0, - "value": "max" - } - ], - "+U6ozc": [ - { - "type": 0, - "value": "Type" - } - ], - "+vVZ/G": [ - { - "type": 0, - "value": "Connect" - } - ], - "/GCoTA": [ - { - "type": 0, - "value": "Clear" - } - ], - "/xvR4F": [ - { - "type": 0, - "value": "Opt in" - } - ], - "024MfN": [ - { - "type": 0, - "value": "Processing Approval" - } - ], - "0Go4jI": [ - { - "type": 0, - "value": "Swapped" - } - ], - "0fR+fE": [ - { - "type": 0, - "value": "Route" - } - ], - "1+ROfp": [ - { - "type": 0, - "value": "Transaction" - } - ], - "17g+HZ": [ - { - "type": 0, - "value": "No activity" - } - ], - "1VDppm": [ - { - "type": 0, - "value": "The " - }, - { - "type": 1, - "value": "fullName" - }, - { - "type": 0, - "value": " dApp is not available to restricted jurisdictions. Before proceeding, please carefully read the following:" - } - ], - "1XVJUl": [ - { - "type": 0, - "value": "Switch to " - }, - { - "type": 1, - "value": "defaultChain" - } - ], - "1nxJrQ": [ - { - "type": 0, - "value": "Return to Home Page" - } - ], - "2CoE53": [ - { - "type": 0, - "value": "Powered by Chainlink CCIP" - } - ], - "2NfxfO": [ - { - "type": 0, - "value": "Impossible to execute" - } - ], - "2PYY5G": [ - { - "type": 0, - "value": "Bridge failed" - } - ], - "2W3kP3": [ - { - "type": 0, - "value": "~1min" - } - ], - "3Lr8o5": [ - { - "type": 0, - "value": "Larger redemptions coming soon" - } - ], - "3xMkzV": [ - { - "type": 0, - "value": "Check CCIP for details" - } - ], - "45EvZ3": [ - { - "type": 0, - "value": "Minimum received with " - }, - { - "type": 1, - "value": "slippage" - }, - { - "type": 0, - "value": " slippage:" - } - ], - "4LOwM/": [ - { - "type": 0, - "value": "OETH Transactions" - } - ], - "4OE2Tb": [ - { - "type": 0, - "value": "Your transaction is being processed on-chain." - } - ], - "5RMD2G": [ - { - "type": 0, - "value": "Your transaction will revert if the price changes unfavorably by more than this percentage." - } - ], - "5X3I7d": [ - { - "type": 0, - "value": "Switch network" - } - ], - "5h3TFE": [ - { - "type": 0, - "value": "I agree" - } - ], - "6GZbSi": [ - { - "type": 0, - "value": "The selected network is not supported by the application." - } - ], - "6Sj2lN": [ - { - "type": 0, - "value": "Claim" - } - ], - "6XFO/C": [ - { - "type": 0, - "value": "Approved" - } - ], - "6cYAtm": [ - { - "type": 0, - "value": "Insufficient funds" - } - ], - "7CPiAt": [ - { - "type": 0, - "value": "Redeemed" - } - ], - "8UzT6d": [ - { - "type": 0, - "value": "CSV" - } - ], - "8XZjyW": [ - { - "type": 0, - "value": "There was an error while loading this component, you can try to reload." - } - ], - "8YcGAy": [ - { - "type": 0, - "value": "Bridge Started" - } - ], - "8cCxx8": [ - { - "type": 0, - "value": "Redeem for mix via Origin Vault" - } - ], - "8nvhZ9": [ - { - "type": 0, - "value": "Last" - } - ], - "9GqOyW": [ - { - "type": 0, - "value": "Current value (OETH)" - } - ], - "9W24c9": [ - { - "type": 0, - "value": "wOETH Balance" - } - ], - "9ghOJK": [ - { - "type": 0, - "value": "Unhandled Error!" - } - ], - "9iP/A8": [ - { - "type": 0, - "value": "Lifetime Earnings (OETH)" - } - ], - "9j3hXO": [ - { - "type": 0, - "value": "To" - } - ], - "9lt7g1": [ - { - "type": 0, - "value": "Discord support channel" - } - ], - "A9UqOc": [ - { - "type": 0, - "value": "Est. time" - } - ], - "ASNc/h": [ - { - "type": 0, - "value": "Enter an amount" - } - ], - "AdvVFR": [ - { - "type": 1, - "value": "page" - }, - { - "type": 0, - "value": " of " - }, - { - "type": 1, - "value": "lastPage" - } - ], - "AtWUBa": [ - { - "type": 0, - "value": "Redeem via OETH Vault" - } - ], - "BB94QK": [ - { - "type": 0, - "value": "Bridging activity" - } - ], - "BY343C": [ - { - "type": 0, - "value": "Change" - } - ], - "Bp2rXG": [ - { - "type": 0, - "value": "Sending ~" - }, - { - "type": 1, - "value": "srcAmount" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "srcToken" - }, - { - "type": 0, - "value": " from " - }, - { - "type": 1, - "value": "srcChain" - }, - { - "type": 0, - "value": " to " - }, - { - "type": 1, - "value": "dstToken" - }, - { - "type": 0, - "value": " on " - }, - { - "type": 1, - "value": "dstChain" - }, - { - "type": 0, - "value": "." - } - ], - "BuhEl+": [ - { - "type": 0, - "value": "Theme:" - } - ], - "CcqmCh": [ - { - "type": 0, - "value": "OETH Balance" - } - ], - "Cyy/6q": [ - { - "type": 0, - "value": "You will receive approximately" - } - ], - "DKaqyQ": [ - { - "type": 0, - "value": "Redeeming" - } - ], - "DRdgbZ": [ - { - "type": 0, - "value": "Redeem " - }, - { - "type": 1, - "value": "token" - }, - { - "type": 0, - "value": " for the basket of underlying assets" - } - ], - "DupNoS": [ - { - "type": 0, - "value": "Go back home" - } - ], - "E2sGaF": [ - { - "type": 0, - "value": "Exit" - } - ], - "EEwopl": [ - { - "type": 1, - "value": "amountIn" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "symbolIn" - }, - { - "type": 0, - "value": " for " - }, - { - "type": 1, - "value": "amountOut" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "symbolOut" - } - ], - "EWw/tK": [ - { - "type": 0, - "value": "Apply" - } - ], - "EZcIYg": [ - { - "type": 0, - "value": "Exact amount received depends on a fluctuating bridge fee which cannot be guaranteed through the zapper. The amount you receive on the destination chain will be the amount you send converted to wOETH, plus the estimated bridge fee, minus the actual bridge fee." - } - ], - "FcLgSc": [ - { - "type": 0, - "value": "Learn More." - } - ], - "GZOobO": [ - { - "type": 0, - "value": "Insufficient " - }, - { - "type": 1, - "value": "symbol" - } - ], - "GtABHs": [ - { - "type": 0, - "value": "Waiting for CCIP" - } - ], - "H5+NAX": [ - { - "type": 0, - "value": "Balance" - } - ], - "Hiq4cG": [ - { - "type": 0, - "value": "On-chain Transaction" - } - ], - "HyhkDr": [ - { - "type": 0, - "value": "It looks like you are minting from a contract and have not opted into yield. You must opt-in to receive yield." - } - ], - "JA3MsG": [ - { - "type": 0, - "value": "Operation Cancelled" - } - ], - "JrepQU": [ - { - "type": 0, - "value": "Gas:" - } - ], - "KN7zKn": [ - { - "type": 0, - "value": "Error" - } - ], - "KaxXiQ": [ - { - "type": 0, - "value": "Processing approval" - } - ], - "KjK2z3": [ - { - "type": 0, - "value": "Sorry, we can't seem to find that page" - } - ], - "L9unn+": [ - { - "type": 0, - "value": "Pending Yield" - } - ], - "LpWMOQ": [ - { - "type": 0, - "value": "No transaction" - } - ], - "MJQQ3L": [ - { - "type": 0, - "value": "Bridged" - } - ], - "MSTVqC": [ - { - "type": 0, - "value": "Reload Page" - } - ], - "MW9FHt": [ - { - "type": 0, - "value": "Ooops..." - } - ], - "MZCNjq": [ - { - "type": 0, - "value": "Bridge" - } - ], - "NXFAgE": [ - { - "type": 0, - "value": "Ooops, something went wrong 😓" - } - ], - "NXI/XL": [ - { - "type": 0, - "value": "Auto" - } - ], - "NY6umm": [ - { - "type": 0, - "value": "Your operation has been executed" - } - ], - "O1F5Cx": [ - { - "type": 0, - "value": "Connect your wallet to see your history" - } - ], - "OBfWz0": [ - { - "type": 0, - "value": "No available route" - } - ], - "OwO+Nr": [ - { - "type": 0, - "value": "Mint" - } - ], - "Ozw3aL": [ - { - "type": 0, - "value": "Mint with Vault" - } - ], - "PKgDoL": [ - { - "type": 0, - "value": "Estimating..." - } - ], - "PmkP1H": [ - { - "type": 0, - "value": "Unsupported Network" - } - ], - "PzlMqG": [ - { - "type": 0, - "value": "Best" - } - ], - "QW+Q5N": [ - { - "type": 0, - "value": "Clear all" - } - ], - "Qz1fcp": [ - { - "type": 0, - "value": "Balance: " - }, - { - "type": 1, - "value": "number" - } - ], - "S45aoc": [ - { - "type": 0, - "value": "First" - } - ], - "SGXihn": [ - { - "type": 0, - "value": "OETH" - } - ], - "SM1qll": [ - { - "type": 0, - "value": "Router" - } - ], - "TrKxvg": [ - { - "type": 0, - "value": "You affirm that you are not a subject of economic or trade sanctions administered or enforced by any governmental authority or otherwise designated on any list of prohibited or restricted parties, including the list maintained by the Office of Foreign Assets Control of the U.S. Department of the Treasury." - } - ], - "TwyMau": [ - { - "type": 0, - "value": "Account" - } - ], - "ULVduL": [ - { - "type": 0, - "value": "You are lawfully permitted to access this site. You understand and accept the risks associated with using the products in this dapp (OETH, OUSD, etc.)" - } - ], - "UkXeBW": [ - { - "type": 0, - "value": "If the problem persists, you can contact us through our " - }, - { - "type": 1, - "value": "support" - }, - { - "type": 0, - "value": "." - } - ], - "UlMgTq": [ - { - "type": 0, - "value": "If the problem persists, contact us on our " - }, - { - "type": 1, - "value": "support" - }, - { - "type": 0, - "value": "." - } - ], - "V/q7w4": [ - { - "type": 0, - "value": "Finding the best route..." - } - ], - "Vn/9nH": [ - { - "type": 0, - "value": "Est gas:" - } - ], - "W87PYU": [ - { - "type": 0, - "value": "View on " - }, - { - "type": 1, - "value": "name" - } - ], - "WCaf5C": [ - { - "type": 0, - "value": "Approve" - } - ], - "XSdWHA": [ - { - "type": 0, - "value": "Redeem" - } - ], - "YnftYz": [ - { - "type": 0, - "value": "Wait time:" - } - ], - "ZU6Mu8": [ - { - "type": 0, - "value": "Bridge Transaction" - } - ], - "ZmLuI/": [ - { - "type": 0, - "value": "Rate:" - } - ], - "aA9zvD": [ - { - "type": 0, - "value": "The best swap route factors in the best price after transaction costs" - } - ], - "aAMuJm": [ - { - "type": 0, - "value": "7-Day Trailing APY" - } - ], - "aDYxXF": [ - { - "type": 0, - "value": "New transaction" - } - ], - "aWpBzj": [ - { - "type": 0, - "value": "Show more" - } - ], - "bh6lBg": [ - { - "type": 0, - "value": "You will receive" - } - ], - "bjLKH/": [ - { - "type": 0, - "value": "Chainlink CCIP" - } - ], - "c31Feo": [ - { - "type": 0, - "value": "Swapping" - } - ], - "cOB9Jx": [ - { - "type": 0, - "value": "Yield" - } - ], - "cg1VJ2": [ - { - "type": 0, - "value": "Connect Wallet" - } - ], - "d8EqQY": [ - { - "type": 0, - "value": "Days" - } - ], - "dM+p3/": [ - { - "type": 0, - "value": "From" - } - ], - "dUJwm/": [ - { - "type": 0, - "value": "Processing Transaction" - } - ], - "di23JU": [ - { - "type": 0, - "value": "Currently selected chain" - }, - { - "children": [ - ], - "type": 8, - "value": "br" - }, - { - "type": 0, - "value": "is not supported" - } - ], - "djJp6c": [ - { - "type": 0, - "value": "History" - } - ], - "dtJo4Y": [ - { - "type": 0, - "value": "Exchange rate" - } - ], - "e+yfm6": [ - { - "type": 0, - "value": "Connect your wallet to see your balances" - } - ], - "eJNRiB": [ - { - "type": 0, - "value": "Est. bridge fee" - } - ], - "eerX6M": [ - { - "type": 0, - "value": "Swap via CurvePool" - } - ], - "fBhctx": [ - { - "type": 0, - "value": "Download CSV" - } - ], - "fMe6+p": [ - { - "type": 0, - "value": "We're working to simplify and strengthen OETH, using LSTs to mint is disabled. " - }, - { - "type": 1, - "value": "link" - } - ], - "fuV7zb": [ - { - "type": 1, - "value": "amountIn" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "symbolIn" - } - ], - "gBm7FQ": [ - { - "type": 0, - "value": "You agree not to use any VPN or other privacy or anonymization tools or techniques to attempt to circumvent these eligibility restrictions." - } - ], - "gSvkux": [ - { - "type": 0, - "value": "Est. gas fee" - } - ], - "gcuDcH": [ - { - "type": 0, - "value": "Sent" - } - ], - "hzfM3P": [ - { - "type": 0, - "value": "Transaction executed" - } - ], - "iLgjES": [ - { - "type": 0, - "value": "Error while estimating" - } - ], - "iaS0YY": [ - { - "type": 0, - "value": "I have read and agree to the above terms" - } - ], - "j9Y9nu": [ - { - "type": 0, - "value": "Hours" - } - ], - "jvnqxK": [ - { - "type": 0, - "value": "Bridging" - } - ], - "k3YWIR": [ - { - "type": 0, - "value": "Max slippage" - } - ], - "kF1zxQ": [ - { - "type": 0, - "value": "30-Day Trailing APY" - } - ], - "lQmZjB": [ - { - "type": 0, - "value": "Swap via Curve" - } - ], - "lb8m6m": [ - { - "type": 0, - "value": "Mins" - } - ], - "lozEho": [ - { - "type": 0, - "value": "Error while approving" - } - ], - "m/L3sK": [ - { - "type": 0, - "value": "Approving" - } - ], - "n6nILs": [ - { - "type": 0, - "value": "Receive amount" - } - ], - "nc8QpJ": [ - { - "type": 0, - "value": "Recent Activity" - } - ], - "oh7sA8": [ - { - "type": 0, - "value": "No transactions matching filter" - } - ], - "p1P+hQ": [ - { - "type": 0, - "value": "Request" - } - ], - "p556q3": [ - { - "type": 0, - "value": "Copied" - } - ], - "pYbH7c": [ - { - "type": 0, - "value": "Error while bridging" - } - ], - "qGZxc4": [ - { - "type": 0, - "value": "Connect your wallet to" - }, - { - "children": [ - ], - "type": 8, - "value": "br" - }, - { - "type": 0, - "value": "select the network" - } - ], - "qNe+Iz": [ - { - "type": 0, - "value": "Wrap with Origin" - } - ], - "qQ/SRd": [ - { - "type": 0, - "value": "User rejected operation" - } - ], - "qj1uhz": [ - { - "type": 0, - "value": "Disconnect" - } - ], - "r7kiOG": [ - { - "type": 0, - "value": "Wrap" - } - ], - "s8BnAC": [ - { - "type": 0, - "value": "Swap" - } - ], - "sUurEn": [ - { - "type": 0, - "value": "wOETH" - } - ], - "stTYBM": [ - { - "type": 0, - "value": "You confirm that you are not a resident of, citizen of, located in, incorporated in, or have a registered office in the United States or any country or region currently currently subject to sanctions by the United States." - } - ], - "tFriEi": [ - { - "type": 0, - "value": "Transaction error" - } - ], - "tio9Gt": [ - { - "type": 0, - "value": "IPFS" - } - ], - "u0A7z1": [ - { - "type": 0, - "value": "Your wOETH balances" - } - ], - "uaols3": [ - { - "type": 0, - "value": "Unwrap" - } - ], - "vLIiaK": [ - { - "type": 0, - "value": "Bridge " - }, - { - "type": 1, - "value": "symbol" - } - ], - "vugtF7": [ - { - "type": 0, - "value": "No Activity" - } - ], - "w5VeGT": [ - { - "type": 0, - "value": "Error while redeeming" - } - ], - "wf1EAp": [ - { - "type": 0, - "value": "Unwrap with Origin" - } - ], - "wqlXwW": [ - { - "type": 0, - "value": "Wrong Network" - } - ], - "xZIm6b": [ - { - "type": 0, - "value": "Your transaction may be frontrun" - } - ], - "xwfunk": [ - { - "type": 0, - "value": "Restricted Access" - } - ], - "yKbi98": [ - { - "type": 0, - "value": "Unstake amount" - } - ], - "yWb29t": [ - { - "type": 0, - "value": "~" - }, - { - "type": 1, - "value": "from" - }, - { - "type": 0, - "value": " to " - }, - { - "type": 1, - "value": "to" - }, - { - "type": 0, - "value": " minutes" - } - ], - "yphS5C": [ - { - "type": 0, - "value": "Processing transaction" - } - ], - "z/wUXE": [ - { - "type": 0, - "value": "Received" - } - ], - "z1bu+z": [ - { - "type": 0, - "value": "Error while swapping" - } - ], - "zSOvI0": [ - { - "type": 0, - "value": "Filters" - } - ], - "zWTM5F": [ - { - "type": 0, - "value": "~" - }, - { - "type": 1, - "value": "remaining" - }, - { - "type": 0, - "value": " mins left" - } - ], - "zbaTLV": [ - { - "type": 0, - "value": "View on IPFS" - } - ], - "zdF6np": [ - { - "type": 0, - "value": "wOETH Transactions" - } - ], - "zmWQIG": [ - { - "type": 0, - "value": "Waiting for signature" - } - ] -} \ No newline at end of file diff --git a/apps/oeth/src/lang/extracts/en.json b/apps/oeth/src/lang/extracts/en.json deleted file mode 100644 index 8a727c520..000000000 --- a/apps/oeth/src/lang/extracts/en.json +++ /dev/null @@ -1,521 +0,0 @@ -{ - "+LmzMn": { - "defaultMessage": "max" - }, - "+U6ozc": { - "defaultMessage": "Type" - }, - "+vVZ/G": { - "defaultMessage": "Connect" - }, - "/GCoTA": { - "defaultMessage": "Clear" - }, - "/xvR4F": { - "defaultMessage": "Opt in" - }, - "024MfN": { - "defaultMessage": "Processing Approval" - }, - "0Go4jI": { - "defaultMessage": "Swapped" - }, - "0fR+fE": { - "defaultMessage": "Route" - }, - "1+ROfp": { - "defaultMessage": "Transaction" - }, - "17g+HZ": { - "defaultMessage": "No activity" - }, - "1VDppm": { - "defaultMessage": "The {fullName} dApp is not available to restricted jurisdictions. Before proceeding, please carefully read the following:" - }, - "1XVJUl": { - "defaultMessage": "Switch to {defaultChain}" - }, - "1nxJrQ": { - "defaultMessage": "Return to Home Page" - }, - "2CoE53": { - "defaultMessage": "Powered by Chainlink CCIP" - }, - "2NfxfO": { - "defaultMessage": "Impossible to execute" - }, - "2PYY5G": { - "defaultMessage": "Bridge failed" - }, - "2W3kP3": { - "defaultMessage": "~1min" - }, - "3Lr8o5": { - "defaultMessage": "Larger redemptions coming soon" - }, - "3xMkzV": { - "defaultMessage": "Check CCIP for details" - }, - "45EvZ3": { - "defaultMessage": "Minimum received with {slippage} slippage:" - }, - "4LOwM/": { - "defaultMessage": "OETH Transactions" - }, - "4OE2Tb": { - "defaultMessage": "Your transaction is being processed on-chain." - }, - "5RMD2G": { - "defaultMessage": "Your transaction will revert if the price changes unfavorably by more than this percentage." - }, - "5X3I7d": { - "defaultMessage": "Switch network" - }, - "5h3TFE": { - "defaultMessage": "I agree" - }, - "6GZbSi": { - "defaultMessage": "The selected network is not supported by the application." - }, - "6Sj2lN": { - "defaultMessage": "Claim" - }, - "6XFO/C": { - "defaultMessage": "Approved" - }, - "6cYAtm": { - "defaultMessage": "Insufficient funds" - }, - "7CPiAt": { - "defaultMessage": "Redeemed" - }, - "8UzT6d": { - "defaultMessage": "CSV" - }, - "8XZjyW": { - "defaultMessage": "There was an error while loading this component, you can try to reload." - }, - "8YcGAy": { - "defaultMessage": "Bridge Started" - }, - "8cCxx8": { - "defaultMessage": "Redeem for mix via Origin Vault" - }, - "8nvhZ9": { - "defaultMessage": "Last" - }, - "9GqOyW": { - "defaultMessage": "Current value (OETH)" - }, - "9W24c9": { - "defaultMessage": "wOETH Balance" - }, - "9ghOJK": { - "defaultMessage": "Unhandled Error!" - }, - "9iP/A8": { - "defaultMessage": "Lifetime Earnings (OETH)" - }, - "9j3hXO": { - "defaultMessage": "To" - }, - "9lt7g1": { - "defaultMessage": "Discord support channel" - }, - "A9UqOc": { - "defaultMessage": "Est. time" - }, - "ASNc/h": { - "defaultMessage": "Enter an amount" - }, - "AdvVFR": { - "defaultMessage": "{page} of {lastPage}" - }, - "AtWUBa": { - "defaultMessage": "Redeem via OETH Vault" - }, - "BB94QK": { - "defaultMessage": "Bridging activity" - }, - "BY343C": { - "defaultMessage": "Change" - }, - "Bp2rXG": { - "defaultMessage": "Sending ~{srcAmount} {srcToken} from {srcChain} to {dstToken} on {dstChain}." - }, - "BuhEl+": { - "defaultMessage": "Theme:" - }, - "CcqmCh": { - "defaultMessage": "OETH Balance" - }, - "Cyy/6q": { - "defaultMessage": "You will receive approximately" - }, - "DKaqyQ": { - "defaultMessage": "Redeeming" - }, - "DRdgbZ": { - "defaultMessage": "Redeem {token} for the basket of underlying assets" - }, - "DupNoS": { - "defaultMessage": "Go back home" - }, - "E2sGaF": { - "defaultMessage": "Exit" - }, - "EEwopl": { - "defaultMessage": "{amountIn} {symbolIn} for {amountOut} {symbolOut}" - }, - "EWw/tK": { - "defaultMessage": "Apply" - }, - "EZcIYg": { - "defaultMessage": "Exact amount received depends on a fluctuating bridge fee which cannot be guaranteed through the zapper. The amount you receive on the destination chain will be the amount you send converted to wOETH, plus the estimated bridge fee, minus the actual bridge fee." - }, - "FcLgSc": { - "defaultMessage": "Learn More." - }, - "GZOobO": { - "defaultMessage": "Insufficient {symbol}" - }, - "GtABHs": { - "defaultMessage": "Waiting for CCIP" - }, - "H5+NAX": { - "defaultMessage": "Balance" - }, - "Hiq4cG": { - "defaultMessage": "On-chain Transaction" - }, - "HyhkDr": { - "defaultMessage": "It looks like you are minting from a contract and have not opted into yield. You must opt-in to receive yield." - }, - "JA3MsG": { - "defaultMessage": "Operation Cancelled" - }, - "JrepQU": { - "defaultMessage": "Gas:" - }, - "KN7zKn": { - "defaultMessage": "Error" - }, - "KaxXiQ": { - "defaultMessage": "Processing approval" - }, - "KjK2z3": { - "defaultMessage": "Sorry, we can't seem to find that page" - }, - "L9unn+": { - "defaultMessage": "Pending Yield" - }, - "LpWMOQ": { - "defaultMessage": "No transaction" - }, - "MJQQ3L": { - "defaultMessage": "Bridged" - }, - "MSTVqC": { - "defaultMessage": "Reload Page" - }, - "MW9FHt": { - "defaultMessage": "Ooops..." - }, - "MZCNjq": { - "defaultMessage": "Bridge" - }, - "NXFAgE": { - "defaultMessage": "Ooops, something went wrong 😓" - }, - "NXI/XL": { - "defaultMessage": "Auto" - }, - "NY6umm": { - "defaultMessage": "Your operation has been executed" - }, - "O1F5Cx": { - "defaultMessage": "Connect your wallet to see your history" - }, - "OBfWz0": { - "defaultMessage": "No available route" - }, - "OwO+Nr": { - "defaultMessage": "Mint" - }, - "Ozw3aL": { - "defaultMessage": "Mint with Vault" - }, - "PKgDoL": { - "defaultMessage": "Estimating..." - }, - "PmkP1H": { - "defaultMessage": "Unsupported Network" - }, - "PzlMqG": { - "defaultMessage": "Best" - }, - "QW+Q5N": { - "defaultMessage": "Clear all" - }, - "Qz1fcp": { - "defaultMessage": "Balance: {number}" - }, - "S45aoc": { - "defaultMessage": "First" - }, - "SGXihn": { - "defaultMessage": "OETH" - }, - "SM1qll": { - "defaultMessage": "Router" - }, - "TrKxvg": { - "defaultMessage": "You affirm that you are not a subject of economic or trade sanctions administered or enforced by any governmental authority or otherwise designated on any list of prohibited or restricted parties, including the list maintained by the Office of Foreign Assets Control of the U.S. Department of the Treasury." - }, - "TwyMau": { - "defaultMessage": "Account" - }, - "ULVduL": { - "defaultMessage": "You are lawfully permitted to access this site. You understand and accept the risks associated with using the products in this dapp (OETH, OUSD, etc.)" - }, - "UkXeBW": { - "defaultMessage": "If the problem persists, you can contact us through our {support}." - }, - "UlMgTq": { - "defaultMessage": "If the problem persists, contact us on our {support}." - }, - "V/q7w4": { - "defaultMessage": "Finding the best route..." - }, - "Vn/9nH": { - "defaultMessage": "Est gas:" - }, - "W87PYU": { - "defaultMessage": "View on {name}" - }, - "WCaf5C": { - "defaultMessage": "Approve" - }, - "XSdWHA": { - "defaultMessage": "Redeem" - }, - "YnftYz": { - "defaultMessage": "Wait time:" - }, - "ZU6Mu8": { - "defaultMessage": "Bridge Transaction" - }, - "ZmLuI/": { - "defaultMessage": "Rate:" - }, - "aA9zvD": { - "defaultMessage": "The best swap route factors in the best price after transaction costs" - }, - "aAMuJm": { - "defaultMessage": "7-Day Trailing APY" - }, - "aDYxXF": { - "defaultMessage": "New transaction" - }, - "aWpBzj": { - "defaultMessage": "Show more" - }, - "bh6lBg": { - "defaultMessage": "You will receive" - }, - "bjLKH/": { - "defaultMessage": "Chainlink CCIP" - }, - "c31Feo": { - "defaultMessage": "Swapping" - }, - "cOB9Jx": { - "defaultMessage": "Yield" - }, - "cg1VJ2": { - "defaultMessage": "Connect Wallet" - }, - "d8EqQY": { - "defaultMessage": "Days" - }, - "dM+p3/": { - "defaultMessage": "From" - }, - "dUJwm/": { - "defaultMessage": "Processing Transaction" - }, - "di23JU": { - "defaultMessage": "Currently selected chain

is not supported" - }, - "djJp6c": { - "defaultMessage": "History" - }, - "dtJo4Y": { - "defaultMessage": "Exchange rate" - }, - "e+yfm6": { - "defaultMessage": "Connect your wallet to see your balances" - }, - "eJNRiB": { - "defaultMessage": "Est. bridge fee" - }, - "eerX6M": { - "defaultMessage": "Swap via CurvePool" - }, - "fBhctx": { - "defaultMessage": "Download CSV" - }, - "fMe6+p": { - "defaultMessage": "We're working to simplify and strengthen OETH, using LSTs to mint is disabled. {link}" - }, - "fuV7zb": { - "defaultMessage": "{amountIn} {symbolIn}" - }, - "gBm7FQ": { - "defaultMessage": "You agree not to use any VPN or other privacy or anonymization tools or techniques to attempt to circumvent these eligibility restrictions." - }, - "gSvkux": { - "defaultMessage": "Est. gas fee" - }, - "gcuDcH": { - "defaultMessage": "Sent" - }, - "hzfM3P": { - "defaultMessage": "Transaction executed" - }, - "iLgjES": { - "defaultMessage": "Error while estimating" - }, - "iaS0YY": { - "defaultMessage": "I have read and agree to the above terms" - }, - "j9Y9nu": { - "defaultMessage": "Hours" - }, - "jvnqxK": { - "defaultMessage": "Bridging" - }, - "k3YWIR": { - "defaultMessage": "Max slippage" - }, - "kF1zxQ": { - "defaultMessage": "30-Day Trailing APY" - }, - "lQmZjB": { - "defaultMessage": "Swap via Curve" - }, - "lb8m6m": { - "defaultMessage": "Mins" - }, - "lozEho": { - "defaultMessage": "Error while approving" - }, - "m/L3sK": { - "defaultMessage": "Approving" - }, - "n6nILs": { - "defaultMessage": "Receive amount" - }, - "nc8QpJ": { - "defaultMessage": "Recent Activity" - }, - "oh7sA8": { - "defaultMessage": "No transactions matching filter" - }, - "p1P+hQ": { - "defaultMessage": "Request" - }, - "p556q3": { - "defaultMessage": "Copied" - }, - "pYbH7c": { - "defaultMessage": "Error while bridging" - }, - "qGZxc4": { - "defaultMessage": "Connect your wallet to

select the network" - }, - "qNe+Iz": { - "defaultMessage": "Wrap with Origin" - }, - "qQ/SRd": { - "defaultMessage": "User rejected operation" - }, - "qj1uhz": { - "defaultMessage": "Disconnect" - }, - "r7kiOG": { - "defaultMessage": "Wrap" - }, - "s8BnAC": { - "defaultMessage": "Swap" - }, - "sUurEn": { - "defaultMessage": "wOETH" - }, - "stTYBM": { - "defaultMessage": "You confirm that you are not a resident of, citizen of, located in, incorporated in, or have a registered office in the United States or any country or region currently currently subject to sanctions by the United States." - }, - "tFriEi": { - "defaultMessage": "Transaction error" - }, - "tio9Gt": { - "defaultMessage": "IPFS" - }, - "u0A7z1": { - "defaultMessage": "Your wOETH balances" - }, - "uaols3": { - "defaultMessage": "Unwrap" - }, - "vLIiaK": { - "defaultMessage": "Bridge {symbol}" - }, - "vugtF7": { - "defaultMessage": "No Activity" - }, - "w5VeGT": { - "defaultMessage": "Error while redeeming" - }, - "wf1EAp": { - "defaultMessage": "Unwrap with Origin" - }, - "wqlXwW": { - "defaultMessage": "Wrong Network" - }, - "xZIm6b": { - "defaultMessage": "Your transaction may be frontrun" - }, - "xwfunk": { - "defaultMessage": "Restricted Access" - }, - "yKbi98": { - "defaultMessage": "Unstake amount" - }, - "yWb29t": { - "defaultMessage": "~{from} to {to} minutes" - }, - "yphS5C": { - "defaultMessage": "Processing transaction" - }, - "z/wUXE": { - "defaultMessage": "Received" - }, - "z1bu+z": { - "defaultMessage": "Error while swapping" - }, - "zSOvI0": { - "defaultMessage": "Filters" - }, - "zWTM5F": { - "defaultMessage": "~{remaining} mins left" - }, - "zbaTLV": { - "defaultMessage": "View on IPFS" - }, - "zdF6np": { - "defaultMessage": "wOETH Transactions" - }, - "zmWQIG": { - "defaultMessage": "Waiting for signature" - } -} diff --git a/apps/oeth/src/lang/index.ts b/apps/oeth/src/lang/index.ts deleted file mode 100644 index 565fb2fea..000000000 --- a/apps/oeth/src/lang/index.ts +++ /dev/null @@ -1,3 +0,0 @@ -import en from './en.json'; - -export const messages = { en }; diff --git a/apps/oeth/src/main.tsx b/apps/oeth/src/main.tsx deleted file mode 100644 index 7a7cdb938..000000000 --- a/apps/oeth/src/main.tsx +++ /dev/null @@ -1,74 +0,0 @@ -import '@rainbow-me/rainbowkit/styles.css'; -import './polyfills'; - -import { StrictMode } from 'react'; -import * as ReactDOM from 'react-dom/client'; - -import { - queryClient, - registerGoogleTagManager, - registerSentry, - wagmiConfig, -} from '@origin/oeth/shared'; -import { theme } from '@origin/oeth/theme'; -import { - ActivityProvider, - GeoFenceProvider, - IntlProvider, - logWelcomeMessage, - NotificationsProvider, - registerChart, - ThemeProvider, -} from '@origin/shared/providers'; -import { composeContexts } from '@origin/shared/utils'; -import { darkTheme, RainbowKitProvider } from '@rainbow-me/rainbowkit'; -import { QueryClientProvider } from '@tanstack/react-query'; -import { setAutoFreeze } from 'immer'; -import { createHashRouter, RouterProvider } from 'react-router-dom'; -import { WagmiProvider } from 'wagmi'; - -import { messages } from './lang'; -import { routes } from './routes'; - -import type { Theme } from '@mui/material'; - -// https://github.com/dai-shi/proxy-compare/pull/8 -setAutoFreeze(false); - -logWelcomeMessage('OETH'); - -registerChart(); - -registerGoogleTagManager(); - -registerSentry(); - -const router = createHashRouter(routes); - -const root = ReactDOM.createRoot( - document.getElementById('root') as HTMLElement, -); -root.render( - composeContexts( - [ - [StrictMode], - [IntlProvider, { messages }], - [ThemeProvider, { dark: theme }], - [WagmiProvider, { config: wagmiConfig }], - [QueryClientProvider, { client: queryClient }], - [RainbowKitProvider, { theme: darkTheme(), modalSize: 'compact' }], - [ - NotificationsProvider, - { - containerProps: { sx: { top: (theme: Theme) => theme.spacing(16) } }, - }, - ], - [ActivityProvider], - [ - GeoFenceProvider, - { name: 'oeth', fullName: 'Origin Ether', href: 'https://oeth.com' }, - ], - ], - , - ), -); diff --git a/apps/oeth/src/polyfills.ts b/apps/oeth/src/polyfills.ts deleted file mode 100644 index 6fcfffd6a..000000000 --- a/apps/oeth/src/polyfills.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable @typescript-eslint/no-explicit-any */ -import { Buffer } from 'buffer'; - -window.global = window.global ?? window; -window.Buffer = window.Buffer ?? Buffer; -window.process = window.process ?? ({ env: {} } as any); - -export {}; diff --git a/apps/oeth/src/routes.ts b/apps/oeth/src/routes.ts deleted file mode 100644 index 58d0403ac..000000000 --- a/apps/oeth/src/routes.ts +++ /dev/null @@ -1,35 +0,0 @@ -import { BridgeView } from '@origin/oeth/ccip'; -import { historyRoute } from '@origin/oeth/history'; -import { redeemRoute } from '@origin/oeth/redeem'; -import { SwapView } from '@origin/oeth/swap'; -import { NotFoundPage } from '@origin/shared/components'; -import { defineMessage } from 'react-intl'; - -import { App } from './App'; - -import type { RouteObject } from 'react-router-dom'; - -export const routes: RouteObject[] = [ - { - path: '/', - Component: App, - children: [ - { - index: true, - Component: SwapView, - handle: { label: defineMessage({ defaultMessage: 'Swap' }) }, - }, - redeemRoute, - { - path: '/bridge', - Component: BridgeView, - handle: { label: defineMessage({ defaultMessage: 'Bridge' }) }, - }, - historyRoute, - ], - }, - { - path: '*', - Component: NotFoundPage, - }, -]; diff --git a/apps/oeth/src/views/RedeemView.tsx b/apps/oeth/src/views/RedeemView.tsx deleted file mode 100644 index 876b904b9..000000000 --- a/apps/oeth/src/views/RedeemView.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import { Container, Stack } from '@mui/material'; -import { ApyHeader, trackEvent, trackSentryError } from '@origin/oeth/shared'; -import { ErrorBoundary, ErrorCard } from '@origin/shared/components'; -import { contracts, tokens } from '@origin/shared/contracts'; -import { Redeemer } from '@origin/shared/providers'; - -export const RedeemView = () => { - return ( - - - } - onError={trackSentryError} - > - - - } - onError={trackSentryError} - > - - - - - ); -}; diff --git a/apps/oeth/tsconfig.app.json b/apps/oeth/tsconfig.app.json deleted file mode 100644 index 5df78f280..000000000 --- a/apps/oeth/tsconfig.app.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../dist/out-tsc", - "types": ["node", "vite/client"] - }, - "files": [ - "../../node_modules/@nx/react/typings/cssmodule.d.ts", - "../../node_modules/@nx/react/typings/image.d.ts", - "../../libs/oeth/theme/src/theme.d.ts" - ], - "exclude": [ - "src/**/*.spec.ts", - "src/**/*.test.ts", - "src/**/*.spec.tsx", - "src/**/*.test.tsx", - "src/**/*.spec.js", - "src/**/*.test.js", - "src/**/*.spec.jsx", - "src/**/*.test.jsx" - ], - "include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"] -} diff --git a/apps/oeth/tsconfig.json b/apps/oeth/tsconfig.json deleted file mode 100644 index 6053f34e8..000000000 --- a/apps/oeth/tsconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "compilerOptions": { - "jsx": "react-jsx", - "allowJs": false, - "esModuleInterop": false, - "allowSyntheticDefaultImports": true, - "types": ["vite/client"], - "jsxImportSource": "@emotion/react" - }, - "files": [], - "include": [], - "references": [ - { - "path": "./tsconfig.app.json" - } - ], - "extends": "../../tsconfig.base.json" -} diff --git a/apps/oeth/vite.config.mts b/apps/oeth/vite.config.mts deleted file mode 100644 index 936c579a5..000000000 --- a/apps/oeth/vite.config.mts +++ /dev/null @@ -1,73 +0,0 @@ -/// -import { nxViteTsPaths } from '@nx/vite/plugins/nx-tsconfig-paths.plugin'; -import react from '@vitejs/plugin-react'; -import path from 'path'; -import { defineConfig } from 'vite'; -import { viteStaticCopy } from 'vite-plugin-static-copy'; -import svgr from 'vite-plugin-svgr'; - -export default defineConfig({ - root: __dirname, - build: { - outDir: '../../dist/apps/oeth', - emptyOutDir: true, - reportCompressedSize: true, - commonjsOptions: { - transformMixedEsModules: true, - }, - }, - cacheDir: '../../node_modules/.vite/oeth', - - server: { - port: 4200, - host: 'localhost', - }, - - preview: { - port: 4300, - host: 'localhost', - }, - - optimizeDeps: { - esbuildOptions: { - target: 'esnext', - supported: { - bigint: true, - }, - }, - }, - - plugins: [ - svgr(), - react({ - babel: { - compact: true, - plugins: [ - [ - 'formatjs', - { - idInterpolationPattern: '[sha512:contenthash:base64:6]', - ast: true, - }, - ], - ], - }, - }), - nxViteTsPaths(), - viteStaticCopy({ - targets: [ - { - src: path.resolve(__dirname, '../../libs/shared/assets/*'), - dest: './', - }, - ], - }), - ], - - resolve: { - alias: { - '@formatjs/icu-messageformat-parser': - '@formatjs/icu-messageformat-parser/no-parser', - }, - }, -}); diff --git a/apps/ousd/.env b/apps/ousd/.env deleted file mode 100644 index 9ea258cf4..000000000 --- a/apps/ousd/.env +++ /dev/null @@ -1,14 +0,0 @@ -# Set this to any custom RPC to override public endpoint -VITE_CUSTOM_RPC= - -# Wallet Connect v2 project id -VITE_WALLET_CONNECT_PROJECT_ID= - -# Alchemy account id -VITE_ALCHEMY_ID= - -# Google Tag Manager container id for usage analytics, disabled if left blank -VITE_GTM_CONTAINER_ID= - -# Sentry endpoint for client error tracking, disabled if left blank -VITE_SENTRY_DSN= diff --git a/apps/ousd/.eslintrc.json b/apps/ousd/.eslintrc.json deleted file mode 100644 index a39ac5d05..000000000 --- a/apps/ousd/.eslintrc.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": ["plugin:@nx/react", "../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], - "rules": {} - }, - { - "files": ["*.ts", "*.tsx"], - "rules": {} - }, - { - "files": ["*.js", "*.jsx"], - "rules": {} - } - ] -} diff --git a/apps/ousd/index.html b/apps/ousd/index.html deleted file mode 100644 index fa0f9b193..000000000 --- a/apps/ousd/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - - OUSD - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - diff --git a/apps/ousd/project.json b/apps/ousd/project.json deleted file mode 100644 index 959ac428f..000000000 --- a/apps/ousd/project.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "name": "ousd", - "$schema": "../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "apps/ousd/src", - "projectType": "application", - "tags": [], - "targets": { - "build": { - "executor": "@nx/vite:build", - "outputs": ["{options.outputPath}"], - "defaultConfiguration": "production", - "options": { - "outputPath": "dist/apps/ousd" - }, - "configurations": { - "development": { - "mode": "development" - }, - "production": { - "mode": "production" - } - } - }, - "serve": { - "executor": "@nx/vite:dev-server", - "defaultConfiguration": "development", - "options": { - "buildTarget": "ousd:build" - }, - "configurations": { - "development": { - "buildTarget": "ousd:build:development", - "hmr": true - }, - "production": { - "buildTarget": "ousd:build:production", - "hmr": false - } - } - }, - "preview": { - "executor": "@nx/vite:preview-server", - "defaultConfiguration": "development", - "options": { - "buildTarget": "ousd:build" - }, - "configurations": { - "development": { - "buildTarget": "ousd:build:development" - }, - "production": { - "buildTarget": "ousd:build:production" - } - }, - "dependsOn": ["build"] - }, - "lint": { - "executor": "@nx/eslint:lint", - "outputs": ["{options.outputFile}"] - }, - "i18n-extract": { - "executor": "nx:run-commands", - "options": { - "command": "pnpm formatjs extract '{apps/ousd,libs/ousd,libs/shared}/**/!(*.d).{ts,tsx}' --out-file apps/ousd/src/lang/extracts/en.json --flatten --id-interpolation-pattern '[sha512:contenthash:base64:6]'" - } - }, - "i18n-compile": { - "executor": "nx:run-commands", - "dependsOn": ["i18n-extract"], - "options": { - "command": "pnpm formatjs compile-folder --ast apps/ousd/src/lang/extracts apps/ousd/src/lang" - } - } - } -} diff --git a/apps/ousd/public/favicon.svg b/apps/ousd/public/favicon.svg deleted file mode 100644 index 938b9f38d..000000000 --- a/apps/ousd/public/favicon.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/apps/ousd/public/fonts/Inter-Regular.woff2 b/apps/ousd/public/fonts/Inter-Regular.woff2 deleted file mode 100644 index b8699af29b021cbbbdf82e18f5c4a2271d19b616..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 108488 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%0D;4V*Em=YIVxoN-CPBj| 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 diff --git a/apps/ousd/public/images/meta_ousd.webp b/apps/ousd/public/images/meta_ousd.webp deleted file mode 100644 index aae933b32aff97e2e5b35b42056c32553f776e87..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 31896 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�NQhAjRd0V;06 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 Hpa1{>5WYoP diff --git a/apps/ousd/public/images/origin-dollar-logo.svg b/apps/ousd/public/images/origin-dollar-logo.svg deleted file mode 100644 index 4bf1d6d49..000000000 --- a/apps/ousd/public/images/origin-dollar-logo.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/apps/ousd/public/manifest.json b/apps/ousd/public/manifest.json deleted file mode 100644 index 2631c29fc..000000000 --- a/apps/ousd/public/manifest.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "OUSD", - "description": "A fully transparent stablecoin that earns a yield from DeFi", - "iconPath": "https://www.originprotocol.com/images/logos/ousd-logo.svg", - "providedBy": { "name": "Origin", "url": "https://www.originprotocol.com/" } -} diff --git a/apps/ousd/src/App.tsx b/apps/ousd/src/App.tsx deleted file mode 100644 index 3ae5de9a2..000000000 --- a/apps/ousd/src/App.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import { Container, Stack } from '@mui/material'; -import { trackSentryError } from '@origin/ousd/shared'; -import { ErrorBoundary, ErrorPage } from '@origin/shared/components'; -import { - TrackingProvider, - useCurve, - useTxTracker, -} from '@origin/shared/providers'; -import { Outlet } from 'react-router-dom'; - -import { Topnav } from './components/Topnav'; - -export const App = () => { - useCurve(); - useTxTracker('ousd.com'); - - return ( - } - onError={trackSentryError} - > - - - - - - - - - - ); -}; diff --git a/apps/ousd/src/components/Topnav.tsx b/apps/ousd/src/components/Topnav.tsx deleted file mode 100644 index d19b5a25c..000000000 --- a/apps/ousd/src/components/Topnav.tsx +++ /dev/null @@ -1,287 +0,0 @@ -import { useState } from 'react'; - -import { - alpha, - Box, - Divider, - Link as MuiLink, - Popover, - Tab, - Tabs, - useMediaQuery, - useTheme, -} from '@mui/material'; -import { trackEvent } from '@origin/ousd/shared'; -import { tokens } from '@origin/shared/contracts'; -import { - AccountPanel, - ActivityButton, - BalanceList, - OpenAccountModalButton, -} from '@origin/shared/providers'; -import { useIntl } from 'react-intl'; -import { Link, useLocation, useNavigate } from 'react-router-dom'; -import { useAccount } from 'wagmi'; - -import { routes } from '../routes'; - -import type { BoxProps } from '@mui/material'; - -export function Topnav(props: BoxProps) { - const theme = useTheme(); - const isSm = useMediaQuery(theme.breakpoints.down('md')); - const isMd = useMediaQuery(theme.breakpoints.down('lg')); - const intl = useIntl(); - const navigate = useNavigate(); - const location = useLocation(); - const { isConnected } = useAccount(); - const [accountModalAnchor, setAccountModalAnchor] = - useState(null); - - return ( - <> - ({ - xs: '112px', - md: `${theme.mixins.toolbar.height}px`, - }), - }} - /> - ({ - position: 'fixed', - top: 0, - left: 0, - width: 1, - zIndex: theme.zIndex.appBar, - backgroundColor: alpha(theme.palette.background.default, 0.6), - backdropFilter: 'blur(15px)', - height: { - xs: '112px', - md: `${theme.mixins.toolbar.height}px`, - }, - display: 'grid', - borderBottom: { - xs: 'none', - md: `1px solid ${theme.palette.background.paper}`, - }, - columnGap: { xs: 1, md: 6 }, - rowGap: 0, - alignItems: 'center', - px: { - xs: 1.5, - md: 3, - }, - pt: { - xs: 1.5, - md: 0, - }, - gridTemplateColumns: { - xs: '1fr 1fr', - md: 'auto 1fr auto', - }, - })} - > - ({ - img: { - height: { - xs: 16, - md: 24, - }, - }, - })} - > - Origin logo - - { - navigate(value); - }} - sx={{ - order: { - xs: 2, - md: 0, - }, - gridColumn: { - xs: 'span 2', - md: 'span 1', - }, - marginBlockStart: { - xs: 2, - md: 0, - }, - '& .MuiTabs-flexContainer': { - justifyContent: { - xs: 'center', - md: 'flex-start', - }, - }, - }} - > - {routes?.[0]?.children?.map((route) => ( - - ))} - - - theme.palette.background.paper, - }, - }} - > - {isMd - ? intl.formatMessage({ defaultMessage: 'IPFS' }) - : intl.formatMessage({ defaultMessage: 'View on IPFS' })} - - { - if (isConnected) { - setAccountModalAnchor(e.currentTarget); - trackEvent({ - name: 'open_account', - }); - } else { - trackEvent({ - name: 'connect_click', - }); - } - }} - sx={{ - borderRadius: 25, - paddingX: { - md: 2, - xs: isConnected ? 0.75 : 2, - }, - paddingY: 0.75, - minWidth: 36, - maxWidth: { xs: isConnected ? 36 : 160, sm: 160, lg: 220 }, - fontWeight: 500, - minHeight: { xs: 36, md: 44 }, - }} - disconnectedProps={{ - sx: { - color: 'text.primary', - '&:hover': { - background: - 'linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(90deg, #8C66FC 0%, #0274F1 100%)', - opacity: 1, - }, - '&:disabled': { - opacity: 0.5, - color: 'text.primary', - }, - background: 'linear-gradient(90deg, #8C66FC 0%, #0274F1 100%)', - }, - }} - /> - { - setAccountModalAnchor(null); - }} - anchorOrigin={{ - vertical: 50, - horizontal: 'right', - }} - transformOrigin={{ - vertical: 'top', - horizontal: 'right', - }} - sx={{ - '& .MuiPopover-paper': { - borderRadius: 1, - width: 250, - }, - }} - > - { - setAccountModalAnchor(null); - }} - /> - - - - { - trackEvent({ name: 'open_activity' }); - }} - sx={{ - width: { xs: 36, md: 44 }, - height: { xs: 36, md: 44 }, - padding: { - xs: 0.75, - md: 1, - }, - }} - /> - - theme.palette.background.paper, - position: 'relative', - width: 'calc(100% + 1.5rem)', - bottom: '-3rem', - left: '-0.75rem', - }} - /> - - - ); -} diff --git a/apps/ousd/src/env.d.ts b/apps/ousd/src/env.d.ts deleted file mode 100644 index 7efaebb26..000000000 --- a/apps/ousd/src/env.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -/// -/// - -interface ImportMetaEnv { - readonly VITE_WALLET_CONNECT_PROJECT_ID: string; - readonly VITE_ALCHEMY_ID: string; - readonly VITE_SUBSQUID_URL: string; - readonly VITE_ALCHEMY_RPC: string; - readonly VITE_CUSTOM_RPC?: string; - readonly VITE_GTM_CONTAINER_ID?: string; - readonly VITE_SENTRY_DSN?: string; -} - -interface ImportMeta { - readonly env: ImportMetaEnv; -} - -declare module '@analytics/google-tag-manager'; diff --git a/apps/ousd/src/lang/en.json b/apps/ousd/src/lang/en.json deleted file mode 100644 index 3b19244fc..000000000 --- a/apps/ousd/src/lang/en.json +++ /dev/null @@ -1,924 +0,0 @@ -{ - "+LmzMn": [ - { - "type": 0, - "value": "max" - } - ], - "+U6ozc": [ - { - "type": 0, - "value": "Type" - } - ], - "+vVZ/G": [ - { - "type": 0, - "value": "Connect" - } - ], - "/GCoTA": [ - { - "type": 0, - "value": "Clear" - } - ], - "/xvR4F": [ - { - "type": 0, - "value": "Opt in" - } - ], - "024MfN": [ - { - "type": 0, - "value": "Processing Approval" - } - ], - "0Go4jI": [ - { - "type": 0, - "value": "Swapped" - } - ], - "0fR+fE": [ - { - "type": 0, - "value": "Route" - } - ], - "1+ROfp": [ - { - "type": 0, - "value": "Transaction" - } - ], - "1VDppm": [ - { - "type": 0, - "value": "The " - }, - { - "type": 1, - "value": "fullName" - }, - { - "type": 0, - "value": " dApp is not available to restricted jurisdictions. Before proceeding, please carefully read the following:" - } - ], - "1XVJUl": [ - { - "type": 0, - "value": "Switch to " - }, - { - "type": 1, - "value": "defaultChain" - } - ], - "1nxJrQ": [ - { - "type": 0, - "value": "Return to Home Page" - } - ], - "2NfxfO": [ - { - "type": 0, - "value": "Impossible to execute" - } - ], - "45EvZ3": [ - { - "type": 0, - "value": "Minimum received with " - }, - { - "type": 1, - "value": "slippage" - }, - { - "type": 0, - "value": " slippage:" - } - ], - "4OE2Tb": [ - { - "type": 0, - "value": "Your transaction is being processed on-chain." - } - ], - "5RMD2G": [ - { - "type": 0, - "value": "Your transaction will revert if the price changes unfavorably by more than this percentage." - } - ], - "5X3I7d": [ - { - "type": 0, - "value": "Switch network" - } - ], - "5h3TFE": [ - { - "type": 0, - "value": "I agree" - } - ], - "6GZbSi": [ - { - "type": 0, - "value": "The selected network is not supported by the application." - } - ], - "6XFO/C": [ - { - "type": 0, - "value": "Approved" - } - ], - "6cYAtm": [ - { - "type": 0, - "value": "Insufficient funds" - } - ], - "7CPiAt": [ - { - "type": 0, - "value": "Redeemed" - } - ], - "8UzT6d": [ - { - "type": 0, - "value": "CSV" - } - ], - "8XZjyW": [ - { - "type": 0, - "value": "There was an error while loading this component, you can try to reload." - } - ], - "8YcGAy": [ - { - "type": 0, - "value": "Bridge Started" - } - ], - "8cCxx8": [ - { - "type": 0, - "value": "Redeem for mix via Origin Vault" - } - ], - "8nvhZ9": [ - { - "type": 0, - "value": "Last" - } - ], - "9ghOJK": [ - { - "type": 0, - "value": "Unhandled Error!" - } - ], - "9lt7g1": [ - { - "type": 0, - "value": "Discord support channel" - } - ], - "ASNc/h": [ - { - "type": 0, - "value": "Enter an amount" - } - ], - "AdvVFR": [ - { - "type": 1, - "value": "page" - }, - { - "type": 0, - "value": " of " - }, - { - "type": 1, - "value": "lastPage" - } - ], - "BY343C": [ - { - "type": 0, - "value": "Change" - } - ], - "BuhEl+": [ - { - "type": 0, - "value": "Theme:" - } - ], - "Cd75LB": [ - { - "type": 0, - "value": "OUSD Transactions" - } - ], - "DKaqyQ": [ - { - "type": 0, - "value": "Redeeming" - } - ], - "DRdgbZ": [ - { - "type": 0, - "value": "Redeem " - }, - { - "type": 1, - "value": "token" - }, - { - "type": 0, - "value": " for the basket of underlying assets" - } - ], - "DupNoS": [ - { - "type": 0, - "value": "Go back home" - } - ], - "E2sGaF": [ - { - "type": 0, - "value": "Exit" - } - ], - "EEwopl": [ - { - "type": 1, - "value": "amountIn" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "symbolIn" - }, - { - "type": 0, - "value": " for " - }, - { - "type": 1, - "value": "amountOut" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "symbolOut" - } - ], - "EWw/tK": [ - { - "type": 0, - "value": "Apply" - } - ], - "GdHGdR": [ - { - "type": 0, - "value": "Swap via Uniswap V2" - } - ], - "H5+NAX": [ - { - "type": 0, - "value": "Balance" - } - ], - "Hiq4cG": [ - { - "type": 0, - "value": "On-chain Transaction" - } - ], - "HyhkDr": [ - { - "type": 0, - "value": "It looks like you are minting from a contract and have not opted into yield. You must opt-in to receive yield." - } - ], - "JA3MsG": [ - { - "type": 0, - "value": "Operation Cancelled" - } - ], - "JrepQU": [ - { - "type": 0, - "value": "Gas:" - } - ], - "KN7zKn": [ - { - "type": 0, - "value": "Error" - } - ], - "KaxXiQ": [ - { - "type": 0, - "value": "Processing approval" - } - ], - "KjK2z3": [ - { - "type": 0, - "value": "Sorry, we can't seem to find that page" - } - ], - "L9unn+": [ - { - "type": 0, - "value": "Pending Yield" - } - ], - "LpWMOQ": [ - { - "type": 0, - "value": "No transaction" - } - ], - "MSTVqC": [ - { - "type": 0, - "value": "Reload Page" - } - ], - "MW9FHt": [ - { - "type": 0, - "value": "Ooops..." - } - ], - "MZCNjq": [ - { - "type": 0, - "value": "Bridge" - } - ], - "NXFAgE": [ - { - "type": 0, - "value": "Ooops, something went wrong 😓" - } - ], - "NXI/XL": [ - { - "type": 0, - "value": "Auto" - } - ], - "NY6umm": [ - { - "type": 0, - "value": "Your operation has been executed" - } - ], - "O1F5Cx": [ - { - "type": 0, - "value": "Connect your wallet to see your history" - } - ], - "OBfWz0": [ - { - "type": 0, - "value": "No available route" - } - ], - "OwO+Nr": [ - { - "type": 0, - "value": "Mint" - } - ], - "Ozw3aL": [ - { - "type": 0, - "value": "Mint with Vault" - } - ], - "PKgDoL": [ - { - "type": 0, - "value": "Estimating..." - } - ], - "PmkP1H": [ - { - "type": 0, - "value": "Unsupported Network" - } - ], - "PzlMqG": [ - { - "type": 0, - "value": "Best" - } - ], - "QW+Q5N": [ - { - "type": 0, - "value": "Clear all" - } - ], - "Qz1fcp": [ - { - "type": 0, - "value": "Balance: " - }, - { - "type": 1, - "value": "number" - } - ], - "S45aoc": [ - { - "type": 0, - "value": "First" - } - ], - "TrKxvg": [ - { - "type": 0, - "value": "You affirm that you are not a subject of economic or trade sanctions administered or enforced by any governmental authority or otherwise designated on any list of prohibited or restricted parties, including the list maintained by the Office of Foreign Assets Control of the U.S. Department of the Treasury." - } - ], - "TwyMau": [ - { - "type": 0, - "value": "Account" - } - ], - "ULVduL": [ - { - "type": 0, - "value": "You are lawfully permitted to access this site. You understand and accept the risks associated with using the products in this dapp (OETH, OUSD, etc.)" - } - ], - "UkXeBW": [ - { - "type": 0, - "value": "If the problem persists, you can contact us through our " - }, - { - "type": 1, - "value": "support" - }, - { - "type": 0, - "value": "." - } - ], - "UlMgTq": [ - { - "type": 0, - "value": "If the problem persists, contact us on our " - }, - { - "type": 1, - "value": "support" - }, - { - "type": 0, - "value": "." - } - ], - "V/q7w4": [ - { - "type": 0, - "value": "Finding the best route..." - } - ], - "Vn/9nH": [ - { - "type": 0, - "value": "Est gas:" - } - ], - "W87PYU": [ - { - "type": 0, - "value": "View on " - }, - { - "type": 1, - "value": "name" - } - ], - "WCaf5C": [ - { - "type": 0, - "value": "Approve" - } - ], - "XSdWHA": [ - { - "type": 0, - "value": "Redeem" - } - ], - "Y4FfAH": [ - { - "type": 0, - "value": "Swap via Uniswap V3" - } - ], - "ZmLuI/": [ - { - "type": 0, - "value": "Rate:" - } - ], - "aA9zvD": [ - { - "type": 0, - "value": "The best swap route factors in the best price after transaction costs" - } - ], - "aAMuJm": [ - { - "type": 0, - "value": "7-Day Trailing APY" - } - ], - "aDYxXF": [ - { - "type": 0, - "value": "New transaction" - } - ], - "aWpBzj": [ - { - "type": 0, - "value": "Show more" - } - ], - "c31Feo": [ - { - "type": 0, - "value": "Swapping" - } - ], - "cOB9Jx": [ - { - "type": 0, - "value": "Yield" - } - ], - "cg1VJ2": [ - { - "type": 0, - "value": "Connect Wallet" - } - ], - "d8EqQY": [ - { - "type": 0, - "value": "Days" - } - ], - "dUJwm/": [ - { - "type": 0, - "value": "Processing Transaction" - } - ], - "di23JU": [ - { - "type": 0, - "value": "Currently selected chain" - }, - { - "children": [ - ], - "type": 8, - "value": "br" - }, - { - "type": 0, - "value": "is not supported" - } - ], - "djJp6c": [ - { - "type": 0, - "value": "History" - } - ], - "dtJo4Y": [ - { - "type": 0, - "value": "Exchange rate" - } - ], - "f0gqO4": [ - { - "type": 0, - "value": "Lifetime Earnings (OUSD)" - } - ], - "f7AFus": [ - { - "type": 0, - "value": "Swap via SushiSwap" - } - ], - "fBhctx": [ - { - "type": 0, - "value": "Download CSV" - } - ], - "fuV7zb": [ - { - "type": 1, - "value": "amountIn" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "symbolIn" - } - ], - "gBm7FQ": [ - { - "type": 0, - "value": "You agree not to use any VPN or other privacy or anonymization tools or techniques to attempt to circumvent these eligibility restrictions." - } - ], - "gcuDcH": [ - { - "type": 0, - "value": "Sent" - } - ], - "hzfM3P": [ - { - "type": 0, - "value": "Transaction executed" - } - ], - "iLgjES": [ - { - "type": 0, - "value": "Error while estimating" - } - ], - "iaS0YY": [ - { - "type": 0, - "value": "I have read and agree to the above terms" - } - ], - "j9Y9nu": [ - { - "type": 0, - "value": "Hours" - } - ], - "jvnqxK": [ - { - "type": 0, - "value": "Bridging" - } - ], - "k3YWIR": [ - { - "type": 0, - "value": "Max slippage" - } - ], - "kF1zxQ": [ - { - "type": 0, - "value": "30-Day Trailing APY" - } - ], - "lQmZjB": [ - { - "type": 0, - "value": "Swap via Curve" - } - ], - "lb8m6m": [ - { - "type": 0, - "value": "Mins" - } - ], - "lozEho": [ - { - "type": 0, - "value": "Error while approving" - } - ], - "m/L3sK": [ - { - "type": 0, - "value": "Approving" - } - ], - "mVILQT": [ - { - "type": 0, - "value": "OUSD Balance" - } - ], - "nc8QpJ": [ - { - "type": 0, - "value": "Recent Activity" - } - ], - "p556q3": [ - { - "type": 0, - "value": "Copied" - } - ], - "pYbH7c": [ - { - "type": 0, - "value": "Error while bridging" - } - ], - "qGZxc4": [ - { - "type": 0, - "value": "Connect your wallet to" - }, - { - "children": [ - ], - "type": 8, - "value": "br" - }, - { - "type": 0, - "value": "select the network" - } - ], - "qNe+Iz": [ - { - "type": 0, - "value": "Wrap with Origin" - } - ], - "qQ/SRd": [ - { - "type": 0, - "value": "User rejected operation" - } - ], - "qj1uhz": [ - { - "type": 0, - "value": "Disconnect" - } - ], - "r7kiOG": [ - { - "type": 0, - "value": "Wrap" - } - ], - "s8BnAC": [ - { - "type": 0, - "value": "Swap" - } - ], - "stTYBM": [ - { - "type": 0, - "value": "You confirm that you are not a resident of, citizen of, located in, incorporated in, or have a registered office in the United States or any country or region currently currently subject to sanctions by the United States." - } - ], - "tDcoCl": [ - { - "type": 0, - "value": "Swap via Flipper" - } - ], - "tFriEi": [ - { - "type": 0, - "value": "Transaction error" - } - ], - "tio9Gt": [ - { - "type": 0, - "value": "IPFS" - } - ], - "uaols3": [ - { - "type": 0, - "value": "Unwrap" - } - ], - "vugtF7": [ - { - "type": 0, - "value": "No Activity" - } - ], - "w5VeGT": [ - { - "type": 0, - "value": "Error while redeeming" - } - ], - "wf1EAp": [ - { - "type": 0, - "value": "Unwrap with Origin" - } - ], - "wqlXwW": [ - { - "type": 0, - "value": "Wrong Network" - } - ], - "xZIm6b": [ - { - "type": 0, - "value": "Your transaction may be frontrun" - } - ], - "xwfunk": [ - { - "type": 0, - "value": "Restricted Access" - } - ], - "yphS5C": [ - { - "type": 0, - "value": "Processing transaction" - } - ], - "z/wUXE": [ - { - "type": 0, - "value": "Received" - } - ], - "z1bu+z": [ - { - "type": 0, - "value": "Error while swapping" - } - ], - "zSOvI0": [ - { - "type": 0, - "value": "Filters" - } - ], - "zbaTLV": [ - { - "type": 0, - "value": "View on IPFS" - } - ], - "zmWQIG": [ - { - "type": 0, - "value": "Waiting for signature" - } - ] -} \ No newline at end of file diff --git a/apps/ousd/src/lang/extracts/en.json b/apps/ousd/src/lang/extracts/en.json deleted file mode 100644 index 57625df7a..000000000 --- a/apps/ousd/src/lang/extracts/en.json +++ /dev/null @@ -1,407 +0,0 @@ -{ - "+LmzMn": { - "defaultMessage": "max" - }, - "+U6ozc": { - "defaultMessage": "Type" - }, - "+vVZ/G": { - "defaultMessage": "Connect" - }, - "/GCoTA": { - "defaultMessage": "Clear" - }, - "/xvR4F": { - "defaultMessage": "Opt in" - }, - "024MfN": { - "defaultMessage": "Processing Approval" - }, - "0Go4jI": { - "defaultMessage": "Swapped" - }, - "0fR+fE": { - "defaultMessage": "Route" - }, - "1+ROfp": { - "defaultMessage": "Transaction" - }, - "1VDppm": { - "defaultMessage": "The {fullName} dApp is not available to restricted jurisdictions. Before proceeding, please carefully read the following:" - }, - "1XVJUl": { - "defaultMessage": "Switch to {defaultChain}" - }, - "1nxJrQ": { - "defaultMessage": "Return to Home Page" - }, - "2NfxfO": { - "defaultMessage": "Impossible to execute" - }, - "45EvZ3": { - "defaultMessage": "Minimum received with {slippage} slippage:" - }, - "4OE2Tb": { - "defaultMessage": "Your transaction is being processed on-chain." - }, - "5RMD2G": { - "defaultMessage": "Your transaction will revert if the price changes unfavorably by more than this percentage." - }, - "5X3I7d": { - "defaultMessage": "Switch network" - }, - "5h3TFE": { - "defaultMessage": "I agree" - }, - "6GZbSi": { - "defaultMessage": "The selected network is not supported by the application." - }, - "6XFO/C": { - "defaultMessage": "Approved" - }, - "6cYAtm": { - "defaultMessage": "Insufficient funds" - }, - "7CPiAt": { - "defaultMessage": "Redeemed" - }, - "8UzT6d": { - "defaultMessage": "CSV" - }, - "8XZjyW": { - "defaultMessage": "There was an error while loading this component, you can try to reload." - }, - "8YcGAy": { - "defaultMessage": "Bridge Started" - }, - "8cCxx8": { - "defaultMessage": "Redeem for mix via Origin Vault" - }, - "8nvhZ9": { - "defaultMessage": "Last" - }, - "9ghOJK": { - "defaultMessage": "Unhandled Error!" - }, - "9lt7g1": { - "defaultMessage": "Discord support channel" - }, - "ASNc/h": { - "defaultMessage": "Enter an amount" - }, - "AdvVFR": { - "defaultMessage": "{page} of {lastPage}" - }, - "BY343C": { - "defaultMessage": "Change" - }, - "BuhEl+": { - "defaultMessage": "Theme:" - }, - "Cd75LB": { - "defaultMessage": "OUSD Transactions" - }, - "DKaqyQ": { - "defaultMessage": "Redeeming" - }, - "DRdgbZ": { - "defaultMessage": "Redeem {token} for the basket of underlying assets" - }, - "DupNoS": { - "defaultMessage": "Go back home" - }, - "E2sGaF": { - "defaultMessage": "Exit" - }, - "EEwopl": { - "defaultMessage": "{amountIn} {symbolIn} for {amountOut} {symbolOut}" - }, - "EWw/tK": { - "defaultMessage": "Apply" - }, - "GdHGdR": { - "defaultMessage": "Swap via Uniswap V2" - }, - "H5+NAX": { - "defaultMessage": "Balance" - }, - "Hiq4cG": { - "defaultMessage": "On-chain Transaction" - }, - "HyhkDr": { - "defaultMessage": "It looks like you are minting from a contract and have not opted into yield. You must opt-in to receive yield." - }, - "JA3MsG": { - "defaultMessage": "Operation Cancelled" - }, - "JrepQU": { - "defaultMessage": "Gas:" - }, - "KN7zKn": { - "defaultMessage": "Error" - }, - "KaxXiQ": { - "defaultMessage": "Processing approval" - }, - "KjK2z3": { - "defaultMessage": "Sorry, we can't seem to find that page" - }, - "L9unn+": { - "defaultMessage": "Pending Yield" - }, - "LpWMOQ": { - "defaultMessage": "No transaction" - }, - "MSTVqC": { - "defaultMessage": "Reload Page" - }, - "MW9FHt": { - "defaultMessage": "Ooops..." - }, - "MZCNjq": { - "defaultMessage": "Bridge" - }, - "NXFAgE": { - "defaultMessage": "Ooops, something went wrong 😓" - }, - "NXI/XL": { - "defaultMessage": "Auto" - }, - "NY6umm": { - "defaultMessage": "Your operation has been executed" - }, - "O1F5Cx": { - "defaultMessage": "Connect your wallet to see your history" - }, - "OBfWz0": { - "defaultMessage": "No available route" - }, - "OwO+Nr": { - "defaultMessage": "Mint" - }, - "Ozw3aL": { - "defaultMessage": "Mint with Vault" - }, - "PKgDoL": { - "defaultMessage": "Estimating..." - }, - "PmkP1H": { - "defaultMessage": "Unsupported Network" - }, - "PzlMqG": { - "defaultMessage": "Best" - }, - "QW+Q5N": { - "defaultMessage": "Clear all" - }, - "Qz1fcp": { - "defaultMessage": "Balance: {number}" - }, - "S45aoc": { - "defaultMessage": "First" - }, - "TrKxvg": { - "defaultMessage": "You affirm that you are not a subject of economic or trade sanctions administered or enforced by any governmental authority or otherwise designated on any list of prohibited or restricted parties, including the list maintained by the Office of Foreign Assets Control of the U.S. Department of the Treasury." - }, - "TwyMau": { - "defaultMessage": "Account" - }, - "ULVduL": { - "defaultMessage": "You are lawfully permitted to access this site. You understand and accept the risks associated with using the products in this dapp (OETH, OUSD, etc.)" - }, - "UkXeBW": { - "defaultMessage": "If the problem persists, you can contact us through our {support}." - }, - "UlMgTq": { - "defaultMessage": "If the problem persists, contact us on our {support}." - }, - "V/q7w4": { - "defaultMessage": "Finding the best route..." - }, - "Vn/9nH": { - "defaultMessage": "Est gas:" - }, - "W87PYU": { - "defaultMessage": "View on {name}" - }, - "WCaf5C": { - "defaultMessage": "Approve" - }, - "XSdWHA": { - "defaultMessage": "Redeem" - }, - "Y4FfAH": { - "defaultMessage": "Swap via Uniswap V3" - }, - "ZmLuI/": { - "defaultMessage": "Rate:" - }, - "aA9zvD": { - "defaultMessage": "The best swap route factors in the best price after transaction costs" - }, - "aAMuJm": { - "defaultMessage": "7-Day Trailing APY" - }, - "aDYxXF": { - "defaultMessage": "New transaction" - }, - "aWpBzj": { - "defaultMessage": "Show more" - }, - "c31Feo": { - "defaultMessage": "Swapping" - }, - "cOB9Jx": { - "defaultMessage": "Yield" - }, - "cg1VJ2": { - "defaultMessage": "Connect Wallet" - }, - "d8EqQY": { - "defaultMessage": "Days" - }, - "dUJwm/": { - "defaultMessage": "Processing Transaction" - }, - "di23JU": { - "defaultMessage": "Currently selected chain

is not supported" - }, - "djJp6c": { - "defaultMessage": "History" - }, - "dtJo4Y": { - "defaultMessage": "Exchange rate" - }, - "f0gqO4": { - "defaultMessage": "Lifetime Earnings (OUSD)" - }, - "f7AFus": { - "defaultMessage": "Swap via SushiSwap" - }, - "fBhctx": { - "defaultMessage": "Download CSV" - }, - "fuV7zb": { - "defaultMessage": "{amountIn} {symbolIn}" - }, - "gBm7FQ": { - "defaultMessage": "You agree not to use any VPN or other privacy or anonymization tools or techniques to attempt to circumvent these eligibility restrictions." - }, - "gcuDcH": { - "defaultMessage": "Sent" - }, - "hzfM3P": { - "defaultMessage": "Transaction executed" - }, - "iLgjES": { - "defaultMessage": "Error while estimating" - }, - "iaS0YY": { - "defaultMessage": "I have read and agree to the above terms" - }, - "j9Y9nu": { - "defaultMessage": "Hours" - }, - "jvnqxK": { - "defaultMessage": "Bridging" - }, - "k3YWIR": { - "defaultMessage": "Max slippage" - }, - "kF1zxQ": { - "defaultMessage": "30-Day Trailing APY" - }, - "lQmZjB": { - "defaultMessage": "Swap via Curve" - }, - "lb8m6m": { - "defaultMessage": "Mins" - }, - "lozEho": { - "defaultMessage": "Error while approving" - }, - "m/L3sK": { - "defaultMessage": "Approving" - }, - "mVILQT": { - "defaultMessage": "OUSD Balance" - }, - "nc8QpJ": { - "defaultMessage": "Recent Activity" - }, - "p556q3": { - "defaultMessage": "Copied" - }, - "pYbH7c": { - "defaultMessage": "Error while bridging" - }, - "qGZxc4": { - "defaultMessage": "Connect your wallet to

select the network" - }, - "qNe+Iz": { - "defaultMessage": "Wrap with Origin" - }, - "qQ/SRd": { - "defaultMessage": "User rejected operation" - }, - "qj1uhz": { - "defaultMessage": "Disconnect" - }, - "r7kiOG": { - "defaultMessage": "Wrap" - }, - "s8BnAC": { - "defaultMessage": "Swap" - }, - "stTYBM": { - "defaultMessage": "You confirm that you are not a resident of, citizen of, located in, incorporated in, or have a registered office in the United States or any country or region currently currently subject to sanctions by the United States." - }, - "tDcoCl": { - "defaultMessage": "Swap via Flipper" - }, - "tFriEi": { - "defaultMessage": "Transaction error" - }, - "tio9Gt": { - "defaultMessage": "IPFS" - }, - "uaols3": { - "defaultMessage": "Unwrap" - }, - "vugtF7": { - "defaultMessage": "No Activity" - }, - "w5VeGT": { - "defaultMessage": "Error while redeeming" - }, - "wf1EAp": { - "defaultMessage": "Unwrap with Origin" - }, - "wqlXwW": { - "defaultMessage": "Wrong Network" - }, - "xZIm6b": { - "defaultMessage": "Your transaction may be frontrun" - }, - "xwfunk": { - "defaultMessage": "Restricted Access" - }, - "yphS5C": { - "defaultMessage": "Processing transaction" - }, - "z/wUXE": { - "defaultMessage": "Received" - }, - "z1bu+z": { - "defaultMessage": "Error while swapping" - }, - "zSOvI0": { - "defaultMessage": "Filters" - }, - "zbaTLV": { - "defaultMessage": "View on IPFS" - }, - "zmWQIG": { - "defaultMessage": "Waiting for signature" - } -} diff --git a/apps/ousd/src/lang/index.ts b/apps/ousd/src/lang/index.ts deleted file mode 100644 index 565fb2fea..000000000 --- a/apps/ousd/src/lang/index.ts +++ /dev/null @@ -1,3 +0,0 @@ -import en from './en.json'; - -export const messages = { en }; diff --git a/apps/ousd/src/main.tsx b/apps/ousd/src/main.tsx deleted file mode 100644 index a6432365f..000000000 --- a/apps/ousd/src/main.tsx +++ /dev/null @@ -1,67 +0,0 @@ -import '@rainbow-me/rainbowkit/styles.css'; -import './polyfills'; - -import { StrictMode } from 'react'; -import * as ReactDOM from 'react-dom/client'; - -import { - queryClient, - registerGoogleTagManager, - registerSentry, - wagmiConfig, -} from '@origin/ousd/shared'; -import { theme } from '@origin/ousd/theme'; -import { - ActivityProvider, - GeoFenceProvider, - IntlProvider, - logWelcomeMessage, - NotificationsProvider, - registerChart, - ThemeProvider, -} from '@origin/shared/providers'; -import { composeContexts } from '@origin/shared/utils'; -import { darkTheme, RainbowKitProvider } from '@rainbow-me/rainbowkit'; -import { QueryClientProvider } from '@tanstack/react-query'; -import { setAutoFreeze } from 'immer'; -import { createHashRouter, RouterProvider } from 'react-router-dom'; -import { WagmiProvider } from 'wagmi'; - -import { messages } from './lang'; -import { routes } from './routes'; - -// https://github.com/dai-shi/proxy-compare/pull/8 -setAutoFreeze(false); - -logWelcomeMessage('Dollar'); - -registerChart(); - -registerGoogleTagManager(); - -registerSentry(); - -const router = createHashRouter(routes); - -const root = ReactDOM.createRoot( - document.getElementById('root') as HTMLElement, -); -root.render( - composeContexts( - [ - [StrictMode], - [IntlProvider, { messages }], - [ThemeProvider, { dark: theme }], - [WagmiProvider, { config: wagmiConfig }], - [QueryClientProvider, { client: queryClient }], - [RainbowKitProvider, { theme: darkTheme(), modalSize: 'compact' }], - [NotificationsProvider], - [ActivityProvider], - [ - GeoFenceProvider, - { name: 'ousd', fullName: 'Origin Dollar', href: 'https://ousd.com' }, - ], - ], - , - ), -); diff --git a/apps/ousd/src/polyfills.ts b/apps/ousd/src/polyfills.ts deleted file mode 100644 index 6fcfffd6a..000000000 --- a/apps/ousd/src/polyfills.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable @typescript-eslint/no-explicit-any */ -import { Buffer } from 'buffer'; - -window.global = window.global ?? window; -window.Buffer = window.Buffer ?? Buffer; -window.process = window.process ?? ({ env: {} } as any); - -export {}; diff --git a/apps/ousd/src/routes.ts b/apps/ousd/src/routes.ts deleted file mode 100644 index a345ae2a9..000000000 --- a/apps/ousd/src/routes.ts +++ /dev/null @@ -1,37 +0,0 @@ -import { HistoryView } from '@origin/ousd/history'; -import { SwapView } from '@origin/ousd/swap'; -import { NotFoundPage } from '@origin/shared/components'; -import { defineMessage } from 'react-intl'; - -import { App } from './App'; -import { RedeemView } from './views/RedeemView'; - -import type { RouteObject } from 'react-router-dom'; - -export const routes: RouteObject[] = [ - { - path: '/', - Component: App, - children: [ - { - index: true, - Component: SwapView, - handle: { label: defineMessage({ defaultMessage: 'Swap' }) }, - }, - { - path: '/redeem', - Component: RedeemView, - handle: { label: defineMessage({ defaultMessage: 'Redeem' }) }, - }, - { - path: '/history', - Component: HistoryView, - handle: { label: defineMessage({ defaultMessage: 'History' }) }, - }, - ], - }, - { - path: '*', - Component: NotFoundPage, - }, -]; diff --git a/apps/ousd/src/views/RedeemView.tsx b/apps/ousd/src/views/RedeemView.tsx deleted file mode 100644 index ad1e715b3..000000000 --- a/apps/ousd/src/views/RedeemView.tsx +++ /dev/null @@ -1,24 +0,0 @@ -import { Stack } from '@mui/material'; -import { ApyHeader, trackEvent, trackSentryError } from '@origin/ousd/shared'; -import { ErrorBoundary, ErrorCard } from '@origin/shared/components'; -import { contracts, tokens } from '@origin/shared/contracts'; -import { Redeemer } from '@origin/shared/providers'; - -export const RedeemView = () => { - return ( - - } onError={trackSentryError}> - - - } onError={trackSentryError}> - - - - ); -}; diff --git a/apps/ousd/tsconfig.app.json b/apps/ousd/tsconfig.app.json deleted file mode 100644 index 46480de45..000000000 --- a/apps/ousd/tsconfig.app.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../dist/out-tsc", - "types": ["node", "vite/client"] - }, - "files": [ - "../../node_modules/@nx/react/typings/cssmodule.d.ts", - "../../node_modules/@nx/react/typings/image.d.ts", - "../../libs/ousd/theme/src/theme.d.ts" - ], - "exclude": [ - "src/**/*.spec.ts", - "src/**/*.test.ts", - "src/**/*.spec.tsx", - "src/**/*.test.tsx", - "src/**/*.spec.js", - "src/**/*.test.js", - "src/**/*.spec.jsx", - "src/**/*.test.jsx" - ], - "include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"] -} diff --git a/apps/ousd/tsconfig.json b/apps/ousd/tsconfig.json deleted file mode 100644 index 6053f34e8..000000000 --- a/apps/ousd/tsconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "compilerOptions": { - "jsx": "react-jsx", - "allowJs": false, - "esModuleInterop": false, - "allowSyntheticDefaultImports": true, - "types": ["vite/client"], - "jsxImportSource": "@emotion/react" - }, - "files": [], - "include": [], - "references": [ - { - "path": "./tsconfig.app.json" - } - ], - "extends": "../../tsconfig.base.json" -} diff --git a/apps/ousd/vite.config.mts b/apps/ousd/vite.config.mts deleted file mode 100644 index f11583297..000000000 --- a/apps/ousd/vite.config.mts +++ /dev/null @@ -1,73 +0,0 @@ -/// -import { nxViteTsPaths } from '@nx/vite/plugins/nx-tsconfig-paths.plugin'; -import react from '@vitejs/plugin-react'; -import path from 'path'; -import { defineConfig } from 'vite'; -import { viteStaticCopy } from 'vite-plugin-static-copy'; -import svgr from 'vite-plugin-svgr'; - -export default defineConfig({ - root: __dirname, - build: { - outDir: '../../dist/apps/ousd', - emptyOutDir: true, - reportCompressedSize: true, - commonjsOptions: { - transformMixedEsModules: true, - }, - }, - cacheDir: '../../node_modules/.vite/ousd', - - server: { - port: 4201, - host: 'localhost', - }, - - preview: { - port: 4301, - host: 'localhost', - }, - - optimizeDeps: { - esbuildOptions: { - target: 'esnext', - supported: { - bigint: true, - }, - }, - }, - - plugins: [ - svgr(), - react({ - babel: { - compact: true, - plugins: [ - [ - 'formatjs', - { - idInterpolationPattern: '[sha512:contenthash:base64:6]', - ast: true, - }, - ], - ], - }, - }), - nxViteTsPaths(), - viteStaticCopy({ - targets: [ - { - src: path.resolve(__dirname, '../../libs/shared/assets/*'), - dest: './', - }, - ], - }), - ], - - resolve: { - alias: { - '@formatjs/icu-messageformat-parser': - '@formatjs/icu-messageformat-parser/no-parser', - }, - }, -}); diff --git a/apps/prime/vite.config.mts b/apps/prime/vite.config.mts index ddca61941..3592ab17b 100644 --- a/apps/prime/vite.config.mts +++ b/apps/prime/vite.config.mts @@ -19,7 +19,7 @@ export default defineConfig({ cacheDir: '../../node_modules/.vite/apps/prime', server: { - port: 4204, + port: 4202, host: 'localhost', fs: { allow: ['../..'], @@ -27,7 +27,7 @@ export default defineConfig({ }, preview: { - port: 4304, + port: 4302, host: 'localhost', }, diff --git a/libs/oeth/ccip/.babelrc b/libs/oeth/ccip/.babelrc deleted file mode 100644 index 1ea870ead..000000000 --- a/libs/oeth/ccip/.babelrc +++ /dev/null @@ -1,12 +0,0 @@ -{ - "presets": [ - [ - "@nx/react/babel", - { - "runtime": "automatic", - "useBuiltIns": "usage" - } - ] - ], - "plugins": [] -} diff --git a/libs/oeth/ccip/.eslintrc.json b/libs/oeth/ccip/.eslintrc.json deleted file mode 100644 index 75b85077d..000000000 --- a/libs/oeth/ccip/.eslintrc.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": ["plugin:@nx/react", "../../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], - "rules": {} - }, - { - "files": ["*.ts", "*.tsx"], - "rules": {} - }, - { - "files": ["*.js", "*.jsx"], - "rules": {} - } - ] -} diff --git a/libs/oeth/ccip/README.md b/libs/oeth/ccip/README.md deleted file mode 100644 index 78f150eed..000000000 --- a/libs/oeth/ccip/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# oeth-ccip - -This library was generated with [Nx](https://nx.dev). - -## Running unit tests - -Run `nx test oeth-ccip` to execute the unit tests via [Jest](https://jestjs.io). diff --git a/libs/oeth/ccip/project.json b/libs/oeth/ccip/project.json deleted file mode 100644 index 1a35ac1ff..000000000 --- a/libs/oeth/ccip/project.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "oeth-ccip", - "$schema": "../../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "libs/oeth/ccip/src", - "projectType": "library", - "tags": [], - "targets": { - "lint": { - "executor": "@nx/eslint:lint" - } - } -} diff --git a/libs/oeth/ccip/src/components/BalancesCard.tsx b/libs/oeth/ccip/src/components/BalancesCard.tsx deleted file mode 100644 index c89e271b3..000000000 --- a/libs/oeth/ccip/src/components/BalancesCard.tsx +++ /dev/null @@ -1,118 +0,0 @@ -import { - Box, - Card, - CardContent, - CardHeader, - Stack, - Typography, -} from '@mui/material'; -import { - ExternalLink, - LoadingLabel, - NetworkIcon, -} from '@origin/shared/components'; -import { tokens } from '@origin/shared/contracts'; -import { - ConnectedButton, - getTokenPriceKey, - useTokenPrices, - useWatchBalance, -} from '@origin/shared/providers'; -import { getFormatPrecision, tokenHolderLink } from '@origin/shared/utils'; -import { format, mul } from 'dnum'; -import { useIntl } from 'react-intl'; -import { arbitrum, mainnet } from 'viem/chains'; -import { useAccount } from 'wagmi'; - -import type { Token } from '@origin/shared/contracts'; -import type { Dnum } from 'dnum'; -import type { Chain } from 'viem/chains'; - -export const BalancesCard = ({ title }: { title: string }) => { - const intl = useIntl(); - const { isConnected } = useAccount(); - const priceKey = getTokenPriceKey(tokens.mainnet.wOETH); - const result = useTokenPrices([priceKey]); - const srcPrice = result.data?.[priceKey]; - - return ( - - - - {isConnected ? ( - - - - - ) : ( - - - {intl.formatMessage({ - defaultMessage: 'Connect your wallet to see your balances', - })} - - - - )} - - - ); -}; - -export const BalanceRow = ({ - chain, - token, - usdRate, -}: { - chain: Chain; - token: Token; - usdRate: Dnum | undefined; -}) => { - const { address: userAddress } = useAccount(); - const { data: balance, isLoading } = useWatchBalance({ token }); - - const bal = [balance ?? 0n, token.decimals] as Dnum; - const converted = mul([balance ?? 0n, token.decimals], usdRate ?? 0); - - return ( - - - - {chain.id === arbitrum.id ? 'Arbitrum' : chain.name} - {token.address && userAddress && ( - - )} - - - - - {format(bal, { - digits: getFormatPrecision(bal), - decimalsRounding: 'ROUND_DOWN', - })} - - {tokens.mainnet.wOETH.symbol} - - {balance !== undefined && usdRate && ( - - ${format(converted, 2)} - - )} - - - ); -}; diff --git a/libs/oeth/ccip/src/components/BridgeActivityCard.tsx b/libs/oeth/ccip/src/components/BridgeActivityCard.tsx deleted file mode 100644 index efebb6a4d..000000000 --- a/libs/oeth/ccip/src/components/BridgeActivityCard.tsx +++ /dev/null @@ -1,266 +0,0 @@ -import { useEffect, useState } from 'react'; - -import { - Button, - Card, - CardContent, - CardHeader, - keyframes, - Link, - Skeleton, - Stack, - Typography, -} from '@mui/material'; -import { NetworkIcon, TokenIcon } from '@origin/shared/components'; -import { getTokenByAddress } from '@origin/shared/contracts'; -import { - FaArrowRightRegular, - FaArrowUpRightFromSquareRegular, - FaCircleCheckRegular, - FaCircleExclamationRegular, - FaLoaderDuotone, -} from '@origin/shared/icons'; -import { getChain } from '@origin/shared/providers'; -import { formatAmount } from '@origin/shared/utils'; -import { useIntervalEffect } from '@react-hookz/web'; -import { defineMessage, useIntl } from 'react-intl'; -import { mainnet } from 'viem/chains'; -import { useAccount, useConfig } from 'wagmi'; - -import { useBridgeActivity } from '../hooks/useBridgeActivity'; - -import type { MessageDescriptor } from 'react-intl'; -import type { Chain } from 'viem/chains'; - -const spin = keyframes` - to { - transform: rotate(360deg); - } -`; - -export const BridgeActivityCard = () => { - const { address } = useAccount(); - const intl = useIntl(); - const [limit, setLimit] = useState(6); - const activity = useBridgeActivity({ limit }); - - useEffect(() => { - setLimit(6); - }, [address]); - - return ( - - - {!activity.data || activity.data?.length === 0 ? ( - - - - {intl.formatMessage({ defaultMessage: 'No activity' })} - - - - ) : activity.isLoading && !activity.data ? ( - - - - - - ) : ( - - {activity.data?.slice(0, limit - 2).map((a, i: number) => { - return ; - })} - {limit <= activity.data?.length && ( - - - - - - )} - - )} - - ); -}; - -const messaging: Record< - ReturnType['data'][number]['state'], - { - title: MessageDescriptor; - subTitle: MessageDescriptor; - } -> = { - untouched: { - title: defineMessage({ defaultMessage: 'Bridging' }), - subTitle: defineMessage({ defaultMessage: 'Waiting for CCIP' }), - }, - processing: { - title: defineMessage({ defaultMessage: 'Bridging' }), - subTitle: defineMessage({ defaultMessage: 'Waiting for CCIP' }), - }, - complete: { - title: defineMessage({ defaultMessage: 'Bridged' }), - subTitle: defineMessage({ defaultMessage: 'Bridged' }), - }, - failed: { - title: defineMessage({ defaultMessage: 'Bridge failed' }), - subTitle: defineMessage({ defaultMessage: 'Check CCIP for details' }), - }, -}; - -function StatusIcon(props: { - state: ReturnType['data'][number]['state']; -}) { - return props.state === 'complete' ? ( - - ) : props.state === 'failed' ? ( - - ) : ( - - ); -} - -export const BridgeTransfer = ({ - activity, -}: { - activity: ReturnType['data'][number]; -}) => { - const intl = useIntl(); - const config = useConfig(); - const token = getTokenByAddress(activity.tokenIn, activity.chainIn); - const { title, subTitle } = messaging[activity.state]; - return ( - - - - - - - {intl.formatMessage(title)} - - {formatAmount(activity.amountOut)} {token?.symbol} - - - - - - - - - - {intl.formatMessage(subTitle)} - - - - - - - - - - ); -}; - -export const BridgeRoute = (props: { srcChain?: Chain; dstChain?: Chain }) => ( - - - {props.srcChain?.name} - - - {props.dstChain?.name} - -); - -export const Eta = (props: { - state?: 'complete' | 'failed' | 'processing' | 'untouched'; - timestamp: number; -}) => { - const intl = useIntl(); - const [now, setNow] = useState(Date.now()); - const remaining = Math.floor(22 - (now - props.timestamp) / 60000); - useIntervalEffect( - () => { - setNow(Date.now()); - }, - remaining > 0 ? 5000 : undefined, - ); - if (props.state === 'untouched' || props.state === 'processing') { - return ( - - - {remaining > 0 && ( - - {intl.formatMessage( - { defaultMessage: '~{remaining} mins left' }, - { remaining }, - )} - - )} - - - ); - } - return null; -}; diff --git a/libs/oeth/ccip/src/components/BridgeCard.tsx b/libs/oeth/ccip/src/components/BridgeCard.tsx deleted file mode 100644 index 7a2a30c74..000000000 --- a/libs/oeth/ccip/src/components/BridgeCard.tsx +++ /dev/null @@ -1,425 +0,0 @@ -import { useEffect } from 'react'; - -import { - Box, - Card, - CardContent, - CardHeader, - Collapse, - Stack, - Typography, -} from '@mui/material'; -import { - disabledTokenInputStyleProps, - TokenInput, - tokenInputStyleProps, -} from '@origin/oeth/shared'; -import { ArrowButton, InfoTooltip } from '@origin/shared/components'; -import { ChainButton } from '@origin/shared/components'; -import { contracts, getNativeToken } from '@origin/shared/contracts'; -import { ChainlinkCCIP } from '@origin/shared/icons'; -import { - ApprovalButton, - isNativeCurrency, - TxButton, - useTxButton, - useWatchBalances, -} from '@origin/shared/providers'; -import { formatAmount, ZERO_ADDRESS } from '@origin/shared/utils'; -import { usePrevious } from '@react-hookz/web'; -import { from, mul } from 'dnum'; -import { useIntl } from 'react-intl'; -import { decodeEventLog, formatUnits } from 'viem'; -import { useAccount, useReadContract } from 'wagmi'; - -import { ccipRouter } from '../constants'; -import { useBridgePrices } from '../hooks/useBridgePrices'; -import { useCcipTxParams } from '../hooks/useCcipTxParams'; -import { useChangeAmount } from '../hooks/useChangeAmount'; -import { useResetBridgeState } from '../hooks/useResetBridgeState'; -import { useToggleBridgeChain } from '../hooks/useToggleBridgeChain'; -import { useBridgeState } from '../state'; - -import type { Token } from '@origin/shared/contracts'; -import type { HexAddress } from '@origin/shared/utils'; -import type { erc20Abi, Hex, TransactionReceipt } from 'viem'; - -export const BridgeCard = () => { - const intl = useIntl(); - const { - chain: currentChain, - address: userAddress, - isConnected, - } = useAccount(); - const previousChain = usePrevious(currentChain); - const [ - { amount, srcChain, srcToken, srcTokens, dstChain, dstToken, dstTokens }, - setBridgeState, - ] = useBridgeState(); - const toggleChain = useToggleBridgeChain(); - const handleChangeAmount = useChangeAmount(); - const reset = useResetBridgeState(); - const prices = useBridgePrices(); - const nativeToken = getNativeToken(srcChain); - const { data: balances, isLoading: isBalancesLoading } = useWatchBalances({ - tokens: [nativeToken, srcToken, dstToken], - }); - - const srcBalance = balances?.[srcToken.id]; - const srcRouter = ccipRouter[srcChain.id]; - const isErc20 = !isNativeCurrency(srcToken); - - const { - data: allowance, - isLoading: isAllowanceLoading, - refetch: refetchAllowance, - } = useReadContract( - isErc20 - ? { - chainId: srcToken.chainId, - address: srcToken.address, - abi: srcToken.abi as typeof erc20Abi, - functionName: 'allowance', - args: [userAddress ?? ZERO_ADDRESS, srcRouter.address], - query: { enabled: !!userAddress }, - } - : undefined, - ); - - const ccipTxParams = useCcipTxParams({ - srcChain, - dstChain, - srcToken, - dstToken, - amount, - }); - - const txButton = useTxButton({ - params: ccipTxParams.data?.params ?? { - contract: srcRouter, - functionName: 'ccipSend', - // eslint-disable-next-line @typescript-eslint/no-explicit-any - args: [] as any, - value: 0n, - }, - activity: { - title: intl.formatMessage({ defaultMessage: 'Bridge Transaction' }), - subtitle: intl.formatMessage( - { - defaultMessage: - 'Sending ~{srcAmount} {srcToken} from {srcChain} to {dstToken} on {dstChain}.', - }, - { - srcAmount: formatAmount(amount), - srcToken: srcToken.symbol, - srcChain: srcChain.name, - dstToken: dstToken.symbol, - dstChain: dstChain.name, - }, - ), - type: 'bridge', - amountIn: amount, - tokenIn: srcToken, - tokenOut: dstToken, - }, - callbacks: { - onWriteSuccess: (tx) => { - reset({ - waitForTransfer: createOptimisticTransferObject( - tx, - srcChain.id, - dstChain.id, - dstToken.address as Hex, - userAddress as Hex, - ), - }); - refetchAllowance?.(); - }, - }, - enableGas: true, - }); - - // Toggle chain if the network has switched and dstChain is the network we switched to. - useEffect(() => { - if ( - previousChain?.id !== currentChain?.id && - dstChain.id === currentChain?.id - ) { - toggleChain(); - } - }, [previousChain?.id, currentChain?.id, dstChain.id, toggleChain]); - - const insufficientAmount = srcBalance !== undefined && srcBalance < amount; - const insufficientNativeBalance = - !txButton.params?.value || - !balances || - balances[nativeToken.id] < txButton.params?.value; - const requiresApproval = - isErc20 && - !isAllowanceLoading && - !isBalancesLoading && - currentChain?.id === srcChain.id && - allowance !== undefined && - allowance < amount && - !insufficientAmount; - - const bridgeButtonDisabled = - !isConnected || requiresApproval || amount === 0n || insufficientAmount; - const bridgeButtonLabel = - amount === 0n - ? intl.formatMessage({ defaultMessage: 'Enter an amount' }) - : insufficientNativeBalance - ? intl.formatMessage( - { - defaultMessage: 'Insufficient {symbol}', - }, - { symbol: nativeToken.symbol }, - ) - : insufficientAmount - ? intl.formatMessage( - { - defaultMessage: 'Insufficient {symbol}', - }, - { symbol: srcToken.symbol }, - ) - : intl.formatMessage( - { defaultMessage: 'Bridge {symbol}' }, - { - symbol: srcToken.symbol, - }, - ); - - const estimateGasFee = mul(txButton.gasPrice?.gasCostGwei ?? from(0), 1e-9); - const bridgeFee = ccipTxParams.data - ? Number(formatUnits(ccipTxParams.data.fee, 18)) - : undefined; - - return ( - - - - - - - {intl.formatMessage({ defaultMessage: 'From' })} - - - - - setBridgeState((state) => ({ ...state, srcToken: token })) - } - {...tokenInputStyleProps} - /> - - - - - - - - {intl.formatMessage({ defaultMessage: 'To' })} - - - - - {ccipTxParams.data?.isEstimate ? ( - <> - {intl.formatMessage({ - defaultMessage: 'You will receive approximately', - })} - - - ) : ( - intl.formatMessage({ defaultMessage: 'You will receive' }) - )} - - - setBridgeState((state) => ({ ...state, dstToken: token })) - } - hideMaxButton - {...disabledTokenInputStyleProps} - /> - - - {intl.formatMessage({ defaultMessage: 'Router' })} - - - {intl.formatMessage({ defaultMessage: 'Chainlink CCIP' })} - - - - - {intl.formatMessage({ defaultMessage: 'Est. time' })} - - - {intl.formatMessage( - { defaultMessage: '~{from} to {to} minutes' }, - { - from: 15, - to: 30, - }, - )} - - - - - {intl.formatMessage({ defaultMessage: 'Est. bridge fee' })} - - - {typeof bridgeFee === 'number' - ? `${formatAmount(bridgeFee)} ${srcChain.nativeCurrency.symbol}` - : '-'} - - - - - {intl.formatMessage({ defaultMessage: 'Est. gas fee' })} - - - {typeof estimateGasFee === 'number' - ? `${formatAmount(estimateGasFee)} ${srcChain.nativeCurrency.symbol}` - : '-'} - - - - { - refetchAllowance?.(); - }} - /> - - - - - - {intl.formatMessage({ - defaultMessage: 'Powered by Chainlink CCIP', - })} - - - - - - ); -}; - -export const BridgeDivider = () => { - const toggleChain = useToggleBridgeChain(); - return ( - - - - - ); -}; - -function createOptimisticTransferObject( - tx: TransactionReceipt, - chainIn: number, - chainOut: number, - tokenOut: `0x${string}`, - userAddress: `0x${string}`, -) { - const ccipSendRequestedTopic = - '0xd0c3c799bf9e2639de44391e7f524d229b2b55f5b1ea94b2bf7da42f7243dddd'; - const ccipSendRequested = tx.logs.find( - (l) => l.topics[0] === ccipSendRequestedTopic, - ); - let waitForTransfer = undefined; - if (ccipSendRequested) { - const ccipSendRequestedData = decodeEventLog({ - abi: contracts.mainnet.ccipOnRamp.abi, - data: ccipSendRequested.data, - topics: [ccipSendRequestedTopic], - }) as unknown as { - args: { - message: { - messageId: Hex; - tokenAmounts: { token: HexAddress; amount: bigint }[]; - }; - }; - }; - if (ccipSendRequestedData.args) { - const messageId = ccipSendRequestedData.args.message.messageId; - const tokenIn = ccipSendRequestedData.args.message.tokenAmounts[0]?.token; - const amountIn = - ccipSendRequestedData.args.message.tokenAmounts[0]?.amount; - const amountOut = - ccipSendRequestedData.args.message.tokenAmounts[0]?.amount; - - waitForTransfer = { - id: tx.transactionHash, - blockNumber: Number(tx.blockNumber), - timestamp: new Date().toISOString(), - messageId: messageId, - txHashIn: tx.transactionHash, - txHashOut: undefined, - amountIn: amountIn.toString(), - amountOut: amountOut.toString(), - chainIn, - chainOut, - tokenIn: tokenIn, - tokenOut: tokenOut ?? ZERO_ADDRESS, - bridge: 'ccip', - state: 0, - transactor: userAddress as string, - sender: userAddress as string, - receiver: userAddress as string, - }; - } - } - return waitForTransfer; -} diff --git a/libs/oeth/ccip/src/constants.ts b/libs/oeth/ccip/src/constants.ts deleted file mode 100644 index 1d23c25b9..000000000 --- a/libs/oeth/ccip/src/constants.ts +++ /dev/null @@ -1,20 +0,0 @@ -import { contracts } from '@origin/shared/contracts'; -import { arbitrum, mainnet } from 'viem/chains'; - -import type { Contract } from '@origin/shared/contracts'; - -export const ccipRouter: Record< - number, - Contract & { - chainSelectorId: bigint; - } -> = { - [mainnet.id]: { - chainSelectorId: 5009297550715157269n, - ...contracts.mainnet.ccipRouter, - }, - [arbitrum.id]: { - chainSelectorId: 4949039107694359620n, - ...contracts.arbitrum.ccipRouter, - }, -}; diff --git a/libs/oeth/ccip/src/hooks/useBridgeActivity.ts b/libs/oeth/ccip/src/hooks/useBridgeActivity.ts deleted file mode 100644 index f31d7b2ba..000000000 --- a/libs/oeth/ccip/src/hooks/useBridgeActivity.ts +++ /dev/null @@ -1,83 +0,0 @@ -import { useEffect, useMemo, useState } from 'react'; - -import { ZERO_ADDRESS } from '@origin/shared/utils'; -import { keepPreviousData } from '@tanstack/react-query'; -import { useAccount } from 'wagmi'; - -import { useBridgeTransfersQuery } from '../queries.generated'; -import { useBridgeState } from '../state'; - -type BridgeTransferState = 'untouched' | 'processing' | 'complete' | 'failed'; -const states: Record = { - 0: 'untouched', - 1: 'processing', - 2: 'complete', - 3: 'failed', -}; - -export const useBridgeActivity = ({ limit }: { limit: number }) => { - const { address } = useAccount(); - const [hasPendingTransfers, setHasPendingTransfers] = useState(false); - const [{ waitForTransfer }, setBridgeState] = useBridgeState(); - // TODO: Add a max retry limit? - - // Query via GraphQL! - const bridgeTransfers = useBridgeTransfersQuery( - { address: address ?? ZERO_ADDRESS, limit }, - { - enabled: !!address, - refetchInterval: waitForTransfer - ? 5000 - : hasPendingTransfers - ? 5000 - : false, - placeholderData: keepPreviousData, - }, - ); - - const waitForTransferFound = - waitForTransfer && - !!bridgeTransfers.data?.bridgeTransfers.find( - (bt) => bt.txHashIn === waitForTransfer.txHashIn, - ); - - // Wait for Tx to show up - useEffect(() => { - if (waitForTransferFound) { - setBridgeState((state) => ({ ...state, waitForTransfer: undefined })); - } - }, [setBridgeState, waitForTransferFound]); - - // Create data response - const data = useMemo(() => { - const transfers = []; - if (bridgeTransfers.data?.bridgeTransfers) { - transfers.push(...bridgeTransfers.data.bridgeTransfers); - } - if (waitForTransfer && !waitForTransferFound) - transfers.unshift(waitForTransfer); - return transfers.map((bt) => { - const state = states[bt.state]; - return { - ...bt, - state, - }; - }); - }, [ - bridgeTransfers.data?.bridgeTransfers, - waitForTransfer, - waitForTransferFound, - ]); - - // Wait for state updates - useEffect(() => { - setHasPendingTransfers( - !!data?.find((t) => t.state === 'untouched' || t.state === 'processing'), - ); - }, [data]); - - return { - isLoading: bridgeTransfers.isLoading, - data, - }; -}; diff --git a/libs/oeth/ccip/src/hooks/useBridgePrices.ts b/libs/oeth/ccip/src/hooks/useBridgePrices.ts deleted file mode 100644 index 93d7964e2..000000000 --- a/libs/oeth/ccip/src/hooks/useBridgePrices.ts +++ /dev/null @@ -1,24 +0,0 @@ -import { getTokenPriceKey, useTokenPrices } from '@origin/shared/providers'; -import { from } from 'dnum'; -import { uniq } from 'ramda'; - -import { useBridgeState } from '../state'; - -export const useBridgePrices = () => { - const [state] = useBridgeState(); - const result = useTokenPrices( - uniq([ - getTokenPriceKey(state.dstToken, 'USD'), - getTokenPriceKey(state.srcToken, 'USD'), - ]), - ); - const srcPrice = result.data?.[getTokenPriceKey(state.srcToken)] ?? from(0); - const dstPrice = result.data?.[getTokenPriceKey(state.dstToken)] ?? from(0); - - return { - isLoading: result.isLoading, - isError: result.isError, - srcPrice, - dstPrice, - }; -}; diff --git a/libs/oeth/ccip/src/hooks/useCcipTxParams.ts b/libs/oeth/ccip/src/hooks/useCcipTxParams.ts deleted file mode 100644 index 28a0edf86..000000000 --- a/libs/oeth/ccip/src/hooks/useCcipTxParams.ts +++ /dev/null @@ -1,138 +0,0 @@ -import { contracts, tokens } from '@origin/shared/contracts'; -import { - useTokenPrices, - validateTxButtonParams, -} from '@origin/shared/providers'; -import { ZERO_ADDRESS } from '@origin/shared/utils'; -import { useQuery, useQueryClient } from '@tanstack/react-query'; -import { readContract } from '@wagmi/core'; -import { div } from 'dnum'; -import useIdle from 'react-use/lib/useIdle'; -import { encodeAbiParameters, keccak256, toHex } from 'viem'; -import { arbitrum, mainnet } from 'viem/chains'; -import { useAccount, useConfig } from 'wagmi'; - -import { ccipRouter } from '../constants'; - -import type { Token } from '@origin/shared/contracts'; -import type { HexAddress } from '@origin/shared/utils'; -import type { Hex } from 'viem'; -import type { Chain } from 'viem/chains'; - -export const useCcipTxParams = ({ - srcChain, - dstChain, - srcToken, - dstToken, - amount, -}: { - srcChain: Chain; - dstChain: Chain; - srcToken: Token; - dstToken: Token; - amount: bigint; -}) => { - const config = useConfig(); - const isIdle = useIdle(); - const { address: userAddress } = useAccount(); - const queryClient = useQueryClient(); - - return useQuery({ - queryKey: [ - 'useCcipTxParams', - srcChain.id, - dstChain.id, - srcToken.symbol, - dstToken.symbol, - userAddress, - amount.toString(), - ], - queryFn: async () => { - if (!userAddress) return undefined; - if ( - srcChain.id === mainnet.id && - dstChain.id === arbitrum.id && - srcToken.symbol === tokens.mainnet.ETH.symbol && - dstToken.symbol === tokens.arbitrum.wOETH.symbol - ) { - const fee = await readContract(config, { - address: contracts.mainnet.woethCcipZapper.address, - abi: contracts.mainnet.woethCcipZapper.abi, - functionName: 'getFee', - args: [amount, userAddress], - chainId: contracts.mainnet.woethCcipZapper.chainId, - }); - - const exchangeRate = await queryClient - .fetchQuery({ - queryKey: useTokenPrices.getKey(['1:wOETH_1:ETH']), - queryFn: useTokenPrices.fetcher(config), - }) - .then((r) => r['1:wOETH_1:ETH']); - - return { - path: 'zap-eth-oeth-woeth-ccip', - amount, - amountOut: div([amount, srcToken.decimals], exchangeRate ?? 1)[0], - fee, - isEstimate: true, - params: validateTxButtonParams({ - contract: contracts.mainnet.woethCcipZapper, - functionName: 'zap', - args: [userAddress], - value: amount + fee, - }), - }; - } else { - const srcRouter = ccipRouter[srcChain.id]; - const dstRouter = ccipRouter[dstChain.id]; - - // Set gasLimit to 0 - const extraArgsSelector = keccak256(toHex('CCIP EVMExtraArgsV1')).slice( - 0, - 10, - ); - const extraArgs = (extraArgsSelector + - encodeAbiParameters([{ type: 'uint256' }], [0n]).slice(2)) as Hex; - - // Construct message - const message = { - receiver: encodeAbiParameters([{ type: 'address' }], [userAddress]), - data: '0x', - tokenAmounts: [ - { token: srcToken.address as HexAddress, amount: amount }, - ], - feeToken: ZERO_ADDRESS, - extraArgs, - } as const; - - // Determine fee - const suggestedFee = await readContract(config, { - address: srcRouter.address, - abi: srcRouter.abi, - functionName: 'getFee', - args: [dstRouter.chainSelectorId, message], - chainId: srcRouter.chainId, - }); - const feePaddingBps = 100n; - const fee = ((suggestedFee ?? 0n) * (10000n + feePaddingBps)) / 10000n; - - return { - path: 'woeth-ccip', - amount: amount, - amountOut: amount, - fee, - isEstimate: false, - params: validateTxButtonParams({ - contract: srcRouter, - functionName: 'ccipSend', - args: [dstRouter.chainSelectorId, message], - value: fee, - }), - }; - } - }, - refetchInterval: 30000, - enabled: !isIdle, - }); -}; diff --git a/libs/oeth/ccip/src/hooks/useChangeAmount.ts b/libs/oeth/ccip/src/hooks/useChangeAmount.ts deleted file mode 100644 index bb8bcd18d..000000000 --- a/libs/oeth/ccip/src/hooks/useChangeAmount.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { useCallback } from 'react'; - -import { useBridgeState } from '../state'; - -export const useChangeAmount = () => { - const [, setState] = useBridgeState(); - return useCallback( - (amount: bigint) => { - setState((state) => ({ - ...state, - amount, - })); - }, - [setState], - ); -}; diff --git a/libs/oeth/ccip/src/hooks/useResetBridgeState.ts b/libs/oeth/ccip/src/hooks/useResetBridgeState.ts deleted file mode 100644 index 5432fca26..000000000 --- a/libs/oeth/ccip/src/hooks/useResetBridgeState.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { useCallback } from 'react'; - -import { defaultState, useBridgeState } from '../state'; - -import type { BridgeState } from '../state'; - -export const useResetBridgeState = () => { - const [, setState] = useBridgeState(); - - return useCallback( - (partial?: Partial) => { - setState({ ...defaultState, ...partial }); - }, - [setState], - ); -}; diff --git a/libs/oeth/ccip/src/hooks/useToggleBridgeChain.ts b/libs/oeth/ccip/src/hooks/useToggleBridgeChain.ts deleted file mode 100644 index a7dd6c2e2..000000000 --- a/libs/oeth/ccip/src/hooks/useToggleBridgeChain.ts +++ /dev/null @@ -1,26 +0,0 @@ -import { useCallback } from 'react'; - -import { tokenPaths, useBridgeState } from '../state'; - -export const useToggleBridgeChain = () => { - const [, setState] = useBridgeState(); - return useCallback(() => { - setState((state) => { - const { srcTokens, dstTokens } = - tokenPaths[state.dstChain.id][state.srcChain.id]; - return { - ...state, - srcChain: state.dstChain, - srcToken: srcTokens.find((t) => t.address === state.dstToken.address) - ? state.dstToken - : srcTokens[0], - srcTokens, - dstChain: state.srcChain, - dstToken: dstTokens.find((t) => t.address === state.srcToken.address) - ? state.srcToken - : dstTokens[0], - dstTokens, - }; - }); - }, [setState]); -}; diff --git a/libs/oeth/ccip/src/index.ts b/libs/oeth/ccip/src/index.ts deleted file mode 100644 index ec0e51b02..000000000 --- a/libs/oeth/ccip/src/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -export { BridgeView } from './views/BridgeView'; -export { useBridgeTransfersQuery } from './queries.generated'; diff --git a/libs/oeth/ccip/src/queries.generated.ts b/libs/oeth/ccip/src/queries.generated.ts deleted file mode 100644 index 6099a9220..000000000 --- a/libs/oeth/ccip/src/queries.generated.ts +++ /dev/null @@ -1,99 +0,0 @@ -import * as Types from '@origin/oeth/shared'; - -import { useQuery, UseQueryOptions } from '@tanstack/react-query'; -import { graphqlClient } from '@origin/oeth/shared'; -export type BridgeTransfersQueryVariables = Types.Exact<{ - address: Types.Scalars['String']['input']; - limit: Types.Scalars['Int']['input']; -}>; - - -export type BridgeTransfersQuery = { __typename?: 'Query', bridgeTransfers: Array<{ __typename?: 'BridgeTransfer', id: string, blockNumber: number, timestamp: string, messageId: string, bridge: string, chainIn: number, chainOut: number, amountIn: string, amountOut: string, transactor: string, receiver: string, sender: string, tokenIn: string, tokenOut: string, txHashIn: string, txHashOut?: string | null, state: number }> }; - -export type BridgeTransferStatesQueryVariables = Types.Exact<{ - messageIds?: Types.InputMaybe | Types.Scalars['String']['input']>; -}>; - - -export type BridgeTransferStatesQuery = { __typename?: 'Query', bridgeTransferStates: Array<{ __typename?: 'BridgeTransferState', id: string, state: number }> }; - - - -export const BridgeTransfersDocument = ` - query BridgeTransfers($address: String!, $limit: Int!) { - bridgeTransfers( - limit: $limit - orderBy: timestamp_DESC - where: {sender_containsInsensitive: $address, OR: {transactor_containsInsensitive: $address, OR: {receiver_containsInsensitive: $address}}} - ) { - id - blockNumber - timestamp - messageId - bridge - chainIn - chainOut - amountIn - amountOut - transactor - receiver - sender - tokenIn - tokenOut - txHashIn - txHashOut - state - } -} - `; - -export const useBridgeTransfersQuery = < - TData = BridgeTransfersQuery, - TError = unknown - >( - variables: BridgeTransfersQueryVariables, - options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] } - ) => { - - return useQuery( - { - queryKey: ['BridgeTransfers', variables], - queryFn: graphqlClient(BridgeTransfersDocument, variables), - ...options - } - )}; - -useBridgeTransfersQuery.getKey = (variables: BridgeTransfersQueryVariables) => ['BridgeTransfers', variables]; - - -useBridgeTransfersQuery.fetcher = (variables: BridgeTransfersQueryVariables, options?: RequestInit['headers']) => graphqlClient(BridgeTransfersDocument, variables, options); - -export const BridgeTransferStatesDocument = ` - query BridgeTransferStates($messageIds: [String!]) { - bridgeTransferStates(where: {id_in: $messageIds}) { - id - state - } -} - `; - -export const useBridgeTransferStatesQuery = < - TData = BridgeTransferStatesQuery, - TError = unknown - >( - variables?: BridgeTransferStatesQueryVariables, - options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] } - ) => { - - return useQuery( - { - queryKey: variables === undefined ? ['BridgeTransferStates'] : ['BridgeTransferStates', variables], - queryFn: graphqlClient(BridgeTransferStatesDocument, variables), - ...options - } - )}; - -useBridgeTransferStatesQuery.getKey = (variables?: BridgeTransferStatesQueryVariables) => variables === undefined ? ['BridgeTransferStates'] : ['BridgeTransferStates', variables]; - - -useBridgeTransferStatesQuery.fetcher = (variables?: BridgeTransferStatesQueryVariables, options?: RequestInit['headers']) => graphqlClient(BridgeTransferStatesDocument, variables, options); diff --git a/libs/oeth/ccip/src/queries.graphql b/libs/oeth/ccip/src/queries.graphql deleted file mode 100644 index 61f7d70a6..000000000 --- a/libs/oeth/ccip/src/queries.graphql +++ /dev/null @@ -1,40 +0,0 @@ -query BridgeTransfers($address: String!, $limit: Int!) { - bridgeTransfers( - limit: $limit - orderBy: timestamp_DESC - where: { - sender_containsInsensitive: $address - OR: { - transactor_containsInsensitive: $address - OR: { - receiver_containsInsensitive: $address - } - } - } - ) { - id - blockNumber - timestamp - messageId - bridge - chainIn - chainOut - amountIn - amountOut - transactor - receiver - sender - tokenIn - tokenOut - txHashIn - txHashOut - state - } -} - -query BridgeTransferStates($messageIds: [String!]) { - bridgeTransferStates(where: { id_in: $messageIds }) { - id - state - } -} diff --git a/libs/oeth/ccip/src/state/index.ts b/libs/oeth/ccip/src/state/index.ts deleted file mode 100644 index da8854349..000000000 --- a/libs/oeth/ccip/src/state/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './state'; diff --git a/libs/oeth/ccip/src/state/state.tsx b/libs/oeth/ccip/src/state/state.tsx deleted file mode 100644 index cbae731a0..000000000 --- a/libs/oeth/ccip/src/state/state.tsx +++ /dev/null @@ -1,64 +0,0 @@ -import { useEffect, useState } from 'react'; - -import { tokens } from '@origin/shared/contracts'; -import { createContainer } from 'react-tracked'; -import { arbitrum, mainnet } from 'viem/chains'; -import { useAccount } from 'wagmi'; - -import type { Token } from '@origin/shared/contracts'; -import type { Chain } from 'viem/chains'; - -import type { BridgeTransfersQuery } from '../queries.generated'; - -export interface BridgeState { - amount: bigint; - srcChain: Chain; - srcToken: Token; - srcTokens: Token[]; - dstChain: Chain; - dstToken: Token; - dstTokens: Token[]; - waitForTransfer?: BridgeTransfersQuery['bridgeTransfers'][number]; -} - -export const tokenPaths: Record< - number, - Record -> = { - [mainnet.id]: { - [arbitrum.id]: { - srcTokens: [tokens.mainnet.wOETH, tokens.mainnet.ETH], - dstTokens: [tokens.arbitrum.wOETH], - }, - }, - [arbitrum.id]: { - [mainnet.id]: { - srcTokens: [tokens.arbitrum.wOETH], - dstTokens: [tokens.mainnet.wOETH], - }, - }, -}; - -export const defaultState: BridgeState = { - amount: 0n, - srcChain: mainnet, - srcToken: tokens.mainnet.wOETH, - srcTokens: tokenPaths[mainnet.id][arbitrum.id].srcTokens, - dstChain: arbitrum, - dstToken: tokens.arbitrum.wOETH, - dstTokens: tokenPaths[mainnet.id][arbitrum.id].dstTokens, - waitForTransfer: undefined, -}; - -export const { Provider: BridgeProvider, useTracked: useBridgeState } = - createContainer(() => { - const { address } = useAccount(); - const [state, setState] = useState(defaultState); - - // Reset `waitForTransfer` when the wallet changes. - useEffect(() => { - setState((state) => ({ ...state, waitForTransfer: undefined })); - }, [address]); - - return [state, setState] as const; - }); diff --git a/libs/oeth/ccip/src/views/BridgeView.tsx b/libs/oeth/ccip/src/views/BridgeView.tsx deleted file mode 100644 index 41572d430..000000000 --- a/libs/oeth/ccip/src/views/BridgeView.tsx +++ /dev/null @@ -1,60 +0,0 @@ -import { Box, Container, Stack } from '@mui/material'; -import { trackSentryError } from '@origin/oeth/shared'; -import { ErrorBoundary, ErrorCard } from '@origin/shared/components'; -import { useIntl } from 'react-intl'; - -import { BalancesCard } from '../components/BalancesCard'; -import { BridgeActivityCard } from '../components/BridgeActivityCard'; -import { BridgeCard } from '../components/BridgeCard'; -import { BridgeProvider } from '../state'; - -export function BridgeView() { - const intl = useIntl(); - const cardWidth = { xs: 1, sm: 552 }; - const cardWidthSide = { xs: 1, sm: 552, lg: 375 }; - return ( - - - - - } - onError={trackSentryError} - > - - - - - } - onError={trackSentryError} - > - - - } - onError={trackSentryError} - > - - - - - - - ); -} diff --git a/libs/oeth/ccip/tsconfig.json b/libs/oeth/ccip/tsconfig.json deleted file mode 100644 index 89f8ac085..000000000 --- a/libs/oeth/ccip/tsconfig.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "compilerOptions": { - "jsx": "react-jsx", - "allowJs": false, - "esModuleInterop": false, - "allowSyntheticDefaultImports": true, - "strict": true - }, - "files": [], - "include": [], - "references": [ - { - "path": "./tsconfig.lib.json" - } - ], - "extends": "../../../tsconfig.base.json" -} diff --git a/libs/oeth/ccip/tsconfig.lib.json b/libs/oeth/ccip/tsconfig.lib.json deleted file mode 100644 index 0a4a3a544..000000000 --- a/libs/oeth/ccip/tsconfig.lib.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../../dist/out-tsc", - "types": [ - "node", - "@nx/react/typings/cssmodule.d.ts", - "@nx/react/typings/image.d.ts" - ] - }, - "files": ["../theme/src/theme.d.ts"], - "exclude": [ - "jest.config.ts", - "src/**/*.spec.ts", - "src/**/*.test.ts", - "src/**/*.spec.tsx", - "src/**/*.test.tsx", - "src/**/*.spec.js", - "src/**/*.test.js", - "src/**/*.spec.jsx", - "src/**/*.test.jsx" - ], - "include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"] -} diff --git a/libs/oeth/history/.babelrc b/libs/oeth/history/.babelrc deleted file mode 100644 index 1ea870ead..000000000 --- a/libs/oeth/history/.babelrc +++ /dev/null @@ -1,12 +0,0 @@ -{ - "presets": [ - [ - "@nx/react/babel", - { - "runtime": "automatic", - "useBuiltIns": "usage" - } - ] - ], - "plugins": [] -} diff --git a/libs/oeth/history/.eslintrc.json b/libs/oeth/history/.eslintrc.json deleted file mode 100644 index a786f2cf3..000000000 --- a/libs/oeth/history/.eslintrc.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "extends": [ - "plugin:@nx/react", - "../../../.eslintrc.json" - ], - "ignorePatterns": [ - "!**/*" - ], - "overrides": [ - { - "files": [ - "*.ts", - "*.tsx", - "*.js", - "*.jsx" - ], - "rules": {} - }, - { - "files": [ - "*.ts", - "*.tsx" - ], - "rules": {} - }, - { - "files": [ - "*.js", - "*.jsx" - ], - "rules": {} - } - ] -} diff --git a/libs/oeth/history/README.md b/libs/oeth/history/README.md deleted file mode 100644 index 51a49a01c..000000000 --- a/libs/oeth/history/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# oeth-history - -This library was generated with [Nx](https://nx.dev). diff --git a/libs/oeth/history/project.json b/libs/oeth/history/project.json deleted file mode 100644 index 0a08ec552..000000000 --- a/libs/oeth/history/project.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "oeth-history", - "$schema": "../../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "libs/oeth/history/src", - "projectType": "library", - "tags": [], - "targets": { - "lint": { - "executor": "@nx/eslint:lint", - "outputs": ["{options.outputFile}"] - } - } -} diff --git a/libs/oeth/history/src/components/FilterButton.tsx b/libs/oeth/history/src/components/FilterButton.tsx deleted file mode 100644 index 13e805f62..000000000 --- a/libs/oeth/history/src/components/FilterButton.tsx +++ /dev/null @@ -1,178 +0,0 @@ -import { useState } from 'react'; - -import { - Box, - Button, - Checkbox, - Divider, - FormControlLabel, - Popover, - Stack, - Typography, - useTheme, -} from '@mui/material'; -import { isNilOrEmpty } from '@origin/shared/utils'; -import { useIntl } from 'react-intl'; - -import type { Dispatch, SetStateAction } from 'react'; -import type { MessageDescriptor } from 'react-intl'; - -const styles = { - fontSize: 12, - fontWeight: 500, - lineHeight: 1.6, -}; - -export function FilterButton({ - filters, - setFilters, - filterOptions, -}: { - filters: FilterValue[]; - setFilters: Dispatch>; - filterOptions: { label: MessageDescriptor; value: FilterValue }[]; -}) { - const intl = useIntl(); - const theme = useTheme(); - const [anchorEl, setAnchorEl] = useState(null); - const [selected, setSelectedTypes] = useState(filters); - - const applyDisabled = - filters.length === selected.length && - filters.every((item) => selected.includes(item)); - const clearDisabled = isNilOrEmpty(selected); - - const handleSelect = ( - e: React.ChangeEvent, - value: FilterValue, - ) => { - setSelectedTypes((prev) => { - if (e.target.checked) { - return [...prev, value]; - } else { - return prev.filter((val) => val !== value); - } - }); - }; - return ( - <> - - setAnchorEl(null)} - anchorOrigin={{ - vertical: 'bottom', - horizontal: 'right', - }} - transformOrigin={{ - vertical: 'top', - horizontal: 'right', - }} - sx={{ - '& .MuiPaper-root.MuiPopover-paper': { - boxSizing: 'border-box', - background: 'background-paper', - maxWidth: '16.5rem', - width: '100%', - borderRadius: 2, - [theme.breakpoints.down('md')]: { - left: '0 !important', - right: 0, - marginInline: 'auto', - }, - }, - }} - > - - {intl.formatMessage({ defaultMessage: 'Filters' })} - - - {filterOptions.map((filter) => ( - theme.palette.grey[700], - }, - }} - > - handleSelect(e, filter.value)} - sx={{ - ':hover': { - backgroundColor: 'transparent', - }, - }} - /> - } - sx={{ width: 1 }} - slotProps={{ typography: { width: 1 } }} - /> - - ))} - - - - - - - - ); -} diff --git a/libs/oeth/history/src/components/ViewTabs.tsx b/libs/oeth/history/src/components/ViewTabs.tsx deleted file mode 100644 index 25f8a19bf..000000000 --- a/libs/oeth/history/src/components/ViewTabs.tsx +++ /dev/null @@ -1,59 +0,0 @@ -import { alpha, Link, Stack } from '@mui/material'; -import { TokenButton } from '@origin/shared/components'; -import { tokens } from '@origin/shared/contracts'; -import { Link as RouterLink, useMatch } from 'react-router-dom'; - -export const ViewTabs = () => { - const match = useMatch('/history/:otoken'); - return ( - - alpha(theme.palette.common.white, 0.1), - }} - > - - - - - - - - - ); -}; diff --git a/libs/oeth/history/src/components/oeth/HistoryCard/HistoryCard.tsx b/libs/oeth/history/src/components/oeth/HistoryCard/HistoryCard.tsx deleted file mode 100644 index 75b4c93b1..000000000 --- a/libs/oeth/history/src/components/oeth/HistoryCard/HistoryCard.tsx +++ /dev/null @@ -1,128 +0,0 @@ -import { useState } from 'react'; - -import { - Card, - CardHeader, - CircularProgress, - Stack, - Typography, -} from '@mui/material'; -import { DownloadCsvButton } from '@origin/shared/components'; -import { ConnectedButton } from '@origin/shared/providers'; -import { isNilOrEmpty, ZERO_ADDRESS } from '@origin/shared/utils'; -import { useIntl } from 'react-intl'; -import { formatEther } from 'viem'; -import { useAccount } from 'wagmi'; - -import { useAggregatedHistory } from '../../../hooks'; -import { useHistoryTransactionQuery } from '../../../queries.generated'; -import { HistoryFilters } from './HistoryFilters'; -import { HistoryTable } from './HistoryTable'; - -import type { HistoryType } from '@origin/oeth/shared'; - -export function HistoryCard() { - const intl = useIntl(); - const { isConnected } = useAccount(); - const [filters, setFilters] = useState([]); - const { data, isFetching } = useAggregatedHistory(filters); - - return ( - - - - - - } - /> - {isConnected ? ( - isFetching ? ( - - - - ) : isNilOrEmpty(data) ? ( - - - {intl.formatMessage({ defaultMessage: 'No transaction' })} - - - ) : ( - - ) - ) : ( - - - {intl.formatMessage({ - defaultMessage: 'Connect your wallet to see your history', - })} - - - - )} - - ); -} - -function ExportData() { - const intl = useIntl(); - const { address } = useAccount(); - const { data } = useHistoryTransactionQuery( - { address: address ?? ZERO_ADDRESS }, - { - enabled: !!address, - select: (data) => { - if (!data?.oTokenHistories) { - return; - } - - return data.oTokenHistories.reduce( - (acc, curr) => [ - ...acc, - [ - curr.timestamp, - curr.type, - formatEther(BigInt(curr.value)), - formatEther(BigInt(curr.balance)), - curr.txHash, - ], - ], - [['Date', 'Type', 'Amount', 'Balance', 'Transaction Hash']], - ); - }, - }, - ); - - return ( - - ); -} diff --git a/libs/oeth/history/src/components/oeth/HistoryCard/HistoryFilters.tsx b/libs/oeth/history/src/components/oeth/HistoryCard/HistoryFilters.tsx deleted file mode 100644 index 28e36ee60..000000000 --- a/libs/oeth/history/src/components/oeth/HistoryCard/HistoryFilters.tsx +++ /dev/null @@ -1,28 +0,0 @@ -import { HistoryType } from '@origin/oeth/shared'; -import { defineMessage } from 'react-intl'; - -import { FilterButton } from '../../FilterButton'; - -import type { Dispatch, SetStateAction } from 'react'; - -const filterOptions = [ - { - label: defineMessage({ defaultMessage: 'Yield' }), - value: HistoryType.Yield, - }, - // { label: defineMessage({ defaultMessage: 'Swap' }), value: HistoryType.Swap }, - { label: defineMessage({ defaultMessage: 'Sent' }), value: HistoryType.Sent }, - { - label: defineMessage({ defaultMessage: 'Received' }), - value: HistoryType.Received, - }, -]; - -export type HistoryFiltersProps = { - filters: HistoryType[]; - setFilters: Dispatch>; -}; - -export function HistoryFilters({ filters, setFilters }: HistoryFiltersProps) { - return ; -} diff --git a/libs/oeth/history/src/components/oeth/HistoryCard/HistoryTable.tsx b/libs/oeth/history/src/components/oeth/HistoryCard/HistoryTable.tsx deleted file mode 100644 index 10cb6dc0f..000000000 --- a/libs/oeth/history/src/components/oeth/HistoryCard/HistoryTable.tsx +++ /dev/null @@ -1,312 +0,0 @@ -import { useMemo, useState } from 'react'; - -import { - Box, - Link, - Stack, - Table, - TableBody, - TableCell, - TableHead, - TableRow, - Typography, -} from '@mui/material'; -import { HistoryType } from '@origin/oeth/shared'; -import { - ExpandIcon, - TablePagination, - TransactionIcon, -} from '@origin/shared/components'; -import { tokens } from '@origin/shared/contracts'; -import { FaArrowUpRightRegular } from '@origin/shared/icons'; -import { useFormat } from '@origin/shared/providers'; -import { isNilOrEmpty } from '@origin/shared/utils'; -import { - createColumnHelper, - flexRender, - getCoreRowModel, - getExpandedRowModel, - getPaginationRowModel, - useReactTable, -} from '@tanstack/react-table'; -import { defineMessage, useIntl } from 'react-intl'; - -import { useAggregatedHistory } from '../../../hooks'; - -import type { StackProps } from '@mui/material'; -import type { ExpandedState } from '@tanstack/react-table'; -import type { MessageDescriptor } from 'react-intl'; - -import type { DailyHistory } from '../../../types'; - -const columnHelper = createColumnHelper(); - -const typeLabels: Record = { - [HistoryType.Sent]: defineMessage({ defaultMessage: 'Sent' }), - [HistoryType.Received]: defineMessage({ defaultMessage: 'Received' }), - [HistoryType.Yield]: defineMessage({ defaultMessage: 'Yield' }), -}; - -export type HistoryTableProps = { - filters: HistoryType[]; -}; - -export function HistoryTable({ filters }: HistoryTableProps) { - const intl = useIntl(); - const { formatAmount, formatQuantity } = useFormat(); - const [expanded, setExpanded] = useState({}); - const { data } = useAggregatedHistory(filters); - - const columns = useMemo( - () => [ - columnHelper.accessor('type', { - cell: (info) => { - if (info.row.depth > 0) { - return ( - - ); - } - - return ( - 1} - /> - ); - }, - header: intl.formatMessage({ defaultMessage: 'Type' }), - enableColumnFilter: true, - filterFn: (row, _, value) => { - if (!value.value.length) return true; - return value.value.includes(row.original.type); - }, - }), - columnHelper.accessor('value', { - cell: (info) => ( - - {formatAmount(BigInt(info.getValue() ?? '0'))} - - ), - header: () => ( - - {intl.formatMessage({ defaultMessage: 'Change' })} - - ), - }), - columnHelper.accessor('balance', { - cell: (info) => ( - - {formatQuantity(BigInt(info.getValue() ?? '0'))} - - ), - header: () => ( - - {intl.formatMessage({ defaultMessage: 'Balance' })} - - ), - }), - columnHelper.display({ - id: 'link', - cell: (info) => { - if (info.row.getCanExpand()) { - return ( - theme.palette.primary.main }} - isExpanded={info.row.getIsExpanded()} - /> - ); - } - - return ( - !isNilOrEmpty(info.row.original.txHash) && ( - - - - ) - ); - }, - }), - ], - [formatAmount, formatQuantity, intl], - ); - - const table = useReactTable({ - data: data ?? [], - columns, - state: { - expanded, - }, - initialState: { - pagination: { - pageIndex: 0, - pageSize: 10, - }, - }, - getCoreRowModel: getCoreRowModel(), - getPaginationRowModel: getPaginationRowModel(), - onExpandedChange: setExpanded, - getSubRows: (row) => row?.transactions, - getExpandedRowModel: getExpandedRowModel(), - autoResetPageIndex: true, - paginateExpandedRows: false, - }); - - return ( - - - - {table.getHeaderGroups().map((headerGroup) => ( - *:first-of-type': { - width: '50%', - }, - }} - > - {headerGroup.headers.map((header, index) => ( - 0 ? 'center' : 'left'} - > - {flexRender( - header.column.columnDef.header, - header.getContext(), - )} - - ))} - - ))} - - - {table.getRowModel().rows.map((row) => ( - 0 && { - borderTopStyle: 'hidden', - }), - '& > *:first-of-type': { - width: '50%', - }, - '& > *:last-of-type': { - pl: 0, - textAlign: 'end', - }, - }} - > - {row.getVisibleCells().map((cell) => ( - - {flexRender(cell.column.columnDef.cell, cell.getContext())} - - ))} - - ))} - -
- -
- ); -} - -type HistoryTypeCellProps = { - timestamp: string; - type: HistoryType; - hasChildren: boolean; -} & StackProps; - -function HistoryTypeCell({ - timestamp, - type, - hasChildren, - ...rest -}: HistoryTypeCellProps) { - const intl = useIntl(); - - return ( - - - - - {intl.formatMessage(typeLabels[type])} - - - {intl.formatDate(new Date(timestamp), { - dateStyle: 'short', - timeStyle: hasChildren ? undefined : 'short', - })} - - - - ); -} - -type AggregatedCellProps = { - timestamp: string; - type: HistoryType; -} & StackProps; - -function AggregatedTypeCell({ timestamp, type, ...rest }: AggregatedCellProps) { - const intl = useIntl(); - - return ( - - - - - - - - {intl.formatDate(new Date(timestamp), { - hourCycle: 'h23', - hour: '2-digit', - minute: '2-digit', - })} - - - - ); -} diff --git a/libs/oeth/history/src/components/oeth/HistoryCard/index.ts b/libs/oeth/history/src/components/oeth/HistoryCard/index.ts deleted file mode 100644 index 27e462d84..000000000 --- a/libs/oeth/history/src/components/oeth/HistoryCard/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './HistoryCard'; diff --git a/libs/oeth/history/src/components/oeth/HistoryHeader.tsx b/libs/oeth/history/src/components/oeth/HistoryHeader.tsx deleted file mode 100644 index 91af1931b..000000000 --- a/libs/oeth/history/src/components/oeth/HistoryHeader.tsx +++ /dev/null @@ -1,105 +0,0 @@ -import { Divider, Skeleton, Stack, Typography } from '@mui/material'; -import { tokens } from '@origin/shared/contracts'; -import { useFormat, useWatchContract } from '@origin/shared/providers'; -import { ZERO_ADDRESS } from '@origin/shared/utils'; -import { useIntl } from 'react-intl'; -import { useAccount } from 'wagmi'; - -import { usePendingYield } from '../../hooks'; -import { useHistoryUserStatQuery } from '../../queries.generated'; - -import type { StackProps } from '@mui/material'; - -export function HistoryHeader() { - const intl = useIntl(); - const { formatAmount } = useFormat(); - const { address, isConnected } = useAccount(); - const { data: oethBalance, isLoading: oethLoading } = useWatchContract({ - address: tokens.mainnet.OETH.address, - abi: tokens.mainnet.OETH.abi, - chainId: tokens.mainnet.OETH.chainId, - functionName: 'balanceOf', - args: [address ?? ZERO_ADDRESS], - query: { - enabled: !!address, - }, - }); - const { data, isLoading } = useHistoryUserStatQuery( - { address: address ?? ZERO_ADDRESS }, - { - enabled: !!address, - select: (data) => data?.oTokenAddresses?.at(0), - }, - ); - const { data: pendingYield, isLoading: pendingYieldLoading } = - usePendingYield(); - - return ( - theme.palette.background.paper, - borderRadius: 1, - }} - direction="row" - justifyContent="space-between" - > - - - - - - - ); -} - -type ValueContainerProps = { - label: string; - value: string; - isLoading?: boolean; -} & StackProps; - -function ValueContainer({ - label, - value, - isLoading, - ...rest -}: ValueContainerProps) { - return ( - - - {label} - - - {isLoading ? : value} - - - ); -} diff --git a/libs/oeth/history/src/components/woeth/HistoryCard/HistoryCard.tsx b/libs/oeth/history/src/components/woeth/HistoryCard/HistoryCard.tsx deleted file mode 100644 index e5cb6cd66..000000000 --- a/libs/oeth/history/src/components/woeth/HistoryCard/HistoryCard.tsx +++ /dev/null @@ -1,228 +0,0 @@ -import { useMemo, useState } from 'react'; - -import { - Card, - CardHeader, - CircularProgress, - Stack, - Typography, -} from '@mui/material'; -import { DownloadCsvButton } from '@origin/shared/components'; -import { ConnectedButton } from '@origin/shared/providers'; -import { sortBy } from 'ramda'; -import { defineMessage, useIntl } from 'react-intl'; -import { formatEther } from 'viem'; -import { useAccount } from 'wagmi'; - -import { useWOETHHistory } from '../../../hooks'; -import { FilterButton } from '../../FilterButton'; -import { HistoryTable } from './HistoryTable'; - -import type { MessageDescriptor } from 'react-intl'; - -import type { WOETHHistoryType } from './types'; - -const filterOptions: { label: MessageDescriptor; value: WOETHHistoryType }[] = [ - { - label: defineMessage({ defaultMessage: 'Bridge' }), - value: 'Bridge', - }, - { label: defineMessage({ defaultMessage: 'Sent' }), value: 'Sent' }, - { - label: defineMessage({ defaultMessage: 'Received' }), - value: 'Received', - }, -]; - -export function HistoryCard() { - const intl = useIntl(); - const { address: userAddress, isConnected } = useAccount(); - const [filters, setFilters] = useState([]); - const woethHistory = useWOETHHistory(); - - const isFetching = woethHistory.isFetching; - const bridges = woethHistory.data?.bridgeTransfers; - const transfers = woethHistory.data?.erc20Transfers; - const balances = woethHistory.data?.erc20Balances; - - const rows = useMemo(() => { - if (!userAddress || !bridges || !transfers || !balances) return []; - const latestBalanceByChainId = new Map(); - const aggregatedBalances = sortBy((b) => b.timestamp, balances) - .map((b) => { - latestBalanceByChainId.set(b.chainId, b.balance); - return { - ...b, - balance: [...latestBalanceByChainId.values()] - .reduce((sum, b) => sum + BigInt(b), 0n) - .toString(), - }; - }) - .reverse(); - - const transferRows = transfers - .map((t) => { - const balance = - aggregatedBalances.find((ab) => ab.timestamp <= t.timestamp) - ?.balance ?? '0'; - return { - id: t.id, - chainId: t.chainId, - blockNumber: t.blockNumber, - timestamp: t.timestamp, - address: t.address, - txHash: t.txHash, - type: (t.from.toLowerCase() === userAddress.toLowerCase() - ? 'Sent' - : 'Received') as WOETHHistoryType, - change: t.value, - balance, - }; - }) - .filter((t) => !filters.length || filters.includes(t.type)); - - const bridgeRows = bridges.map((b) => { - const balance = - aggregatedBalances.find((ab) => ab.timestamp < b.timestamp)?.balance ?? - '0'; - return { - id: `${b.id}-bridge`, - chainId: b.chainIn, - blockNumber: b.blockNumber, - timestamp: b.timestamp, - address: b.tokenIn, - txHash: b.txHashIn, - type: 'Bridge' as WOETHHistoryType, - change: b.amountIn, - balance, - }; - }); - - return sortBy( - (r) => r.timestamp, - [...transferRows, ...bridgeRows], - ).reverse(); - }, [userAddress, bridges, transfers, balances, filters]); - - const isEmpty = !rows.length; - - return ( - - - - - - } - /> - {isConnected ? ( - isFetching ? ( - - - - ) : isEmpty ? ( - - - {filters.length > 0 - ? intl.formatMessage({ - defaultMessage: 'No transactions matching filter', - }) - : intl.formatMessage({ defaultMessage: 'No transaction' })} - - - ) : ( - - ) - ) : ( - - - {intl.formatMessage({ - defaultMessage: 'Connect your wallet to see your history', - })} - - - - )} - - ); -} - -function ExportData({ - rows, -}: { - rows: { - id: string; - chainId: number; - blockNumber: number; - timestamp: string; - address: string; - txHash: string; - type: WOETHHistoryType; - change: string; - balance: string; - }[]; -}) { - const intl = useIntl(); - - const data = [ - [ - 'id', - 'chainId', - 'blockNumber', - 'timestamp', - 'address', - 'txHash', - 'type', - 'change', - 'balance', - ], - ...rows.map((r) => [ - r.id, - r.chainId, - r.blockNumber, - r.timestamp, - r.address, - r.txHash, - r.type, - formatEther(BigInt(r.change)), - formatEther(BigInt(r.balance)), - ]), - ]; - - return ( - - ); -} diff --git a/libs/oeth/history/src/components/woeth/HistoryCard/HistoryTable.tsx b/libs/oeth/history/src/components/woeth/HistoryCard/HistoryTable.tsx deleted file mode 100644 index abd29f5eb..000000000 --- a/libs/oeth/history/src/components/woeth/HistoryCard/HistoryTable.tsx +++ /dev/null @@ -1,147 +0,0 @@ -import { - Box, - Link, - Stack, - Table, - TableBody, - TableCell, - TableHead, - TableRow, - Typography, -} from '@mui/material'; -import { TablePagination, TransactionIcon } from '@origin/shared/components'; -import { getTokenByAddress } from '@origin/shared/contracts'; -import { FaArrowUpRightRegular } from '@origin/shared/icons'; -import { getChain } from '@origin/shared/providers'; -import { formatAmount, txLink } from '@origin/shared/utils'; -import { - getCoreRowModel, - getPaginationRowModel, - useReactTable, -} from '@tanstack/react-table'; -import { defineMessage, useIntl } from 'react-intl'; -import { useConfig } from 'wagmi'; - -import type { MessageDescriptor } from 'react-intl'; - -import type { WOETHHistoryType } from './types'; - -export type HistoryTableProps = { - rows: { - id: string; - chainId: number; - blockNumber: number; - timestamp: string; - address: string; - txHash: string; - type: WOETHHistoryType; - change: string; - balance: string; - }[]; -}; - -const typeLabels: Record = { - Sent: defineMessage({ defaultMessage: 'Sent' }), - Received: defineMessage({ defaultMessage: 'Received' }), - Bridge: defineMessage({ defaultMessage: 'Bridge' }), -}; - -export function HistoryTable({ rows }: HistoryTableProps) { - const config = useConfig(); - const intl = useIntl(); - const table = useReactTable({ - columns: [{ id: 'type' }, { id: 'change' }, { id: 'balance' }], - data: rows, - initialState: { - pagination: { - pageIndex: 0, - pageSize: 10, - }, - }, - getCoreRowModel: getCoreRowModel(), - getPaginationRowModel: getPaginationRowModel(), - autoResetPageIndex: true, - }); - const displayRows = table.getRowModel().rows; - - const cellSx = { paddingX: { xs: 1, md: 3 } }; - - return ( - - - - - - {intl.formatMessage({ - defaultMessage: 'Type', - })} - - - {intl.formatMessage({ - defaultMessage: 'Change', - })} - - - {intl.formatMessage({ - defaultMessage: 'Balance', - })} - - - - - - {displayRows.map(({ original: row }) => { - const token = getTokenByAddress(row.address, row.chainId); - if (!token) return null; - return ( - - - - - - - {intl.formatMessage(typeLabels[row.type])} - - - {intl.formatDate(new Date(row.timestamp), { - dateStyle: 'short', - timeStyle: 'short', - })} - - - - - - {formatAmount(row.change)} - - - {row.balance && formatAmount(row.balance)} - - - - - - - - ); - })} - -
- -
- ); -} diff --git a/libs/oeth/history/src/components/woeth/HistoryCard/index.ts b/libs/oeth/history/src/components/woeth/HistoryCard/index.ts deleted file mode 100644 index 27e462d84..000000000 --- a/libs/oeth/history/src/components/woeth/HistoryCard/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './HistoryCard'; diff --git a/libs/oeth/history/src/components/woeth/HistoryCard/types.ts b/libs/oeth/history/src/components/woeth/HistoryCard/types.ts deleted file mode 100644 index 8a6ec15d8..000000000 --- a/libs/oeth/history/src/components/woeth/HistoryCard/types.ts +++ /dev/null @@ -1 +0,0 @@ -export type WOETHHistoryType = 'Sent' | 'Received' | 'Bridge'; diff --git a/libs/oeth/history/src/components/woeth/HistoryHeader.tsx b/libs/oeth/history/src/components/woeth/HistoryHeader.tsx deleted file mode 100644 index 6502728b7..000000000 --- a/libs/oeth/history/src/components/woeth/HistoryHeader.tsx +++ /dev/null @@ -1,95 +0,0 @@ -import { Divider, Skeleton, Stack, Typography } from '@mui/material'; -import { tokens } from '@origin/shared/contracts'; -import { - useFormat, - useTokenPrice, - useWatchBalances, -} from '@origin/shared/providers'; -import { format, mul } from 'dnum'; -import { useIntl } from 'react-intl'; -import { useAccount } from 'wagmi'; - -import type { StackProps } from '@mui/material'; - -export function HistoryHeader() { - const intl = useIntl(); - const { formatAmount } = useFormat(); - const { isConnected } = useAccount(); - - const exchangeRate = useTokenPrice('1:wOETH_1:OETH'); - const woethBalances = useWatchBalances({ - tokens: [tokens.mainnet.wOETH, tokens.arbitrum.wOETH], - }); - - const woethLoading = woethBalances.isLoading; - const woethBalance = - woethBalances.data && exchangeRate.data - ? Object.values(woethBalances.data).reduce( - (sum, b) => sum + (b ?? 0n), - 0n, - ) - : 0n; - const woethOethValue = mul( - [woethBalance, tokens.mainnet.wOETH.decimals], - exchangeRate?.data ?? 0, - ); - - return ( - theme.palette.background.paper, - borderRadius: 1, - }} - direction="row" - justifyContent="space-between" - > - - - - - - ); -} - -type ValueContainerProps = { - label: string; - value: string; - isLoading?: boolean; -} & StackProps; - -function ValueContainer({ - label, - value, - isLoading, - ...rest -}: ValueContainerProps) { - return ( - - - {label} - - - {isLoading ? : value} - - - ); -} diff --git a/libs/oeth/history/src/hooks.ts b/libs/oeth/history/src/hooks.ts deleted file mode 100644 index cdc7538e4..000000000 --- a/libs/oeth/history/src/hooks.ts +++ /dev/null @@ -1,261 +0,0 @@ -import { useCallback } from 'react'; - -import { useBridgeTransfersQuery } from '@origin/oeth/ccip'; -import { HistoryType } from '@origin/oeth/shared'; -import { contracts, tokens } from '@origin/shared/contracts'; -import { isNilOrEmpty, ZERO_ADDRESS } from '@origin/shared/utils'; -import { useQuery, useQueryClient } from '@tanstack/react-query'; -import { readContracts } from '@wagmi/core'; -import { descend, groupBy, sort, uniq } from 'ramda'; -import { formatEther, formatUnits, parseUnits } from 'viem'; -import { useAccount, useConfig } from 'wagmi'; - -import { - useBalancesQuery, - useHistoryTransactionQuery, - useTransfersQuery, -} from './queries.generated'; - -import type { HexAddress } from '@origin/shared/utils'; -import type { QueryOptions, UseQueryOptions } from '@tanstack/react-query'; - -import type { HistoryTransactionQuery } from './queries.generated'; -import type { DailyHistory } from './types'; - -export const usePendingYield = ( - isWrapped = false, - options?: QueryOptions< - number, - Error, - number, - ['usePendingYield', boolean, HexAddress, boolean] - >, -) => { - const config = useConfig(); - const { address, isConnected } = useAccount(); - - return useQuery({ - queryKey: [ - 'usePendingYield', - isWrapped, - address ?? ZERO_ADDRESS, - isConnected, - ], - queryFn: async () => { - if (!isConnected || !address) { - return 0; - } - - const [ - totalValue, - totalSupply, - availableFunds, - nonRebasingSupply, - balance, - ] = ( - await readContracts(config, { - contracts: [ - { - address: contracts.mainnet.OETHVault.address, - abi: contracts.mainnet.OETHVault.abi, - chainId: contracts.mainnet.OETHVault.chainId, - functionName: 'totalValue', - }, - { - address: tokens.mainnet.OETH.address, - abi: tokens.mainnet.OETH.abi, - chainId: tokens.mainnet.OETH.chainId, - functionName: 'totalSupply', - }, - { - address: contracts.mainnet.OETHDripper.address, - abi: contracts.mainnet.OETHDripper.abi, - chainId: contracts.mainnet.OETHDripper.chainId, - functionName: 'availableFunds', - }, - { - address: tokens.mainnet.OETH.address, - abi: tokens.mainnet.OETH.abi, - chainId: tokens.mainnet.OETH.chainId, - functionName: 'nonRebasingSupply', - }, - { - address: tokens.mainnet.OETH.address, - abi: tokens.mainnet.OETH.abi, - chainId: tokens.mainnet.OETH.chainId, - functionName: 'balanceOf', - args: [address], - }, - ], - }) - ).map((res) => - res.status === 'success' - ? +formatEther(res?.result as unknown as bigint) - : 0, - ); - - const vaultYield = totalValue - totalSupply; - const expectedYield = vaultYield + availableFunds; - const rebasingSupply = totalSupply - nonRebasingSupply; - const expectedYieldPerOeth = expectedYield / rebasingSupply; - const expectedYieldPerOethWithFee = expectedYieldPerOeth * 0.8; - - return balance * expectedYieldPerOethWithFee; - }, - ...options, - }); -}; - -export const useAggregatedHistory = ( - filters?: HistoryType[], - options?: UseQueryOptions, -) => { - const { address, isConnected } = useAccount(); - - return useHistoryTransactionQuery( - { - address: address ?? ZERO_ADDRESS, - filters: isNilOrEmpty(filters) ? undefined : filters, - }, - { - refetchOnWindowFocus: false, - ...options, - enabled: isConnected && !!address, - placeholderData: { oTokenHistories: [] }, - select: useCallback((data: HistoryTransactionQuery) => { - const history = data?.oTokenHistories; - - const grouped = groupBy( - (hist) => - Intl.DateTimeFormat('fr-CA', { - year: 'numeric', - month: '2-digit', - day: '2-digit', - }).format(new Date(hist.timestamp)), - history ?? [], - ); - - const aggregated = Object.entries(grouped).reduce( - (acc, [day, values]) => { - if (!values) { - return acc; - } - - if (values.length === 1) { - return [...acc, ...values]; - } - - const yieldCount = - values.filter((v) => v.type === HistoryType.Yield)?.length ?? 0; - - if (yieldCount <= 1) { - return [...acc, ...values]; - } - - const dailyYield = values.reduce( - (a: DailyHistory, c) => { - if (c.type === HistoryType.Yield) { - a.value = formatUnits( - parseUnits(a.value, 18) + parseUnits(c.value, 18), - 18, - ); - if ( - +formatUnits(parseUnits(a.balance, 18), 18) < - +formatUnits(parseUnits(c.balance, 18), 18) - ) { - a.balance = c.balance; - } - a.transactions?.push(c); - } - - return a; - }, - { - type: HistoryType.Yield, - value: '0', - txHash: '', - timestamp: day, - balance: '0', - transactions: [], - }, - ); - - return [ - ...acc, - ...values.filter((v) => v.type !== HistoryType.Yield), - dailyYield, - ]; - }, - [] as DailyHistory[], - ); - - return sort( - descend((h) => - Intl.DateTimeFormat('fr-CA', { - year: 'numeric', - month: '2-digit', - day: '2-digit', - hour: 'numeric', - second: 'numeric', - }).format(new Date(h.timestamp)), - ), - aggregated, - ) as DailyHistory[]; - }, []), - }, - ); -}; - -export const useWOETHHistory = () => { - const { address } = useAccount(); - const queryClient = useQueryClient(); - - return useQuery({ - queryKey: ['useWOETHHistory', address], - queryFn: async () => { - if (!address) { - return undefined; - } - - const transfersQueryFilter = { - tokens: [ - tokens.mainnet.wOETH.address.toLowerCase(), - tokens.arbitrum.wOETH.address.toLowerCase(), - ], - account: address?.toLowerCase() as HexAddress, - }; - const bridgeTransferQueryFilter = { - address: address?.toLowerCase() as HexAddress, - limit: 1000, - }; - - const [transfersQuery, bridgeQuery] = await Promise.all([ - queryClient.fetchQuery({ - queryKey: useTransfersQuery.getKey(transfersQueryFilter), - queryFn: useTransfersQuery.fetcher(transfersQueryFilter), - }), - queryClient.fetchQuery({ - queryKey: useBridgeTransfersQuery.getKey(bridgeTransferQueryFilter), - queryFn: useBridgeTransfersQuery.fetcher(bridgeTransferQueryFilter), - }), - ]); - - const balanceQueryFilter = { - ...transfersQueryFilter, - blocks: uniq([ - ...transfersQuery.erc20Transfers.map((b) => b.blockNumber), - ...bridgeQuery.bridgeTransfers.map((b) => b.blockNumber), - ]), - }; - const balancesQuery = await queryClient.fetchQuery({ - queryKey: useBalancesQuery.getKey(balanceQueryFilter), - queryFn: useBalancesQuery.fetcher(balanceQueryFilter), - }); - return { - bridgeTransfers: bridgeQuery.bridgeTransfers, - erc20Transfers: transfersQuery.erc20Transfers, - erc20Balances: balancesQuery.erc20Balances, - }; - }, - }); -}; diff --git a/libs/oeth/history/src/index.ts b/libs/oeth/history/src/index.ts deleted file mode 100644 index a3820983e..000000000 --- a/libs/oeth/history/src/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './routes'; diff --git a/libs/oeth/history/src/queries.generated.ts b/libs/oeth/history/src/queries.generated.ts deleted file mode 100644 index 78cf89528..000000000 --- a/libs/oeth/history/src/queries.generated.ts +++ /dev/null @@ -1,228 +0,0 @@ -import * as Types from '@origin/oeth/shared'; - -import { useQuery, UseQueryOptions } from '@tanstack/react-query'; -import { graphqlClient } from '@origin/oeth/shared'; -export type HistoryUserStatQueryVariables = Types.Exact<{ - address: Types.Scalars['String']['input']; -}>; - - -export type HistoryUserStatQuery = { __typename?: 'Query', oTokenAddresses: Array<{ __typename?: 'OTokenAddress', balance: string, earned: string, isContract: boolean, rebasingOption: Types.RebasingOption, lastUpdated: string }> }; - -export type HistoryApyQueryVariables = Types.Exact<{ [key: string]: never; }>; - - -export type HistoryApyQuery = { __typename?: 'Query', oTokenApies: Array<{ __typename?: 'OTokenAPY', apy7DayAvg: number, apy30DayAvg: number }> }; - -export type HistoryTransactionQueryVariables = Types.Exact<{ - address: Types.Scalars['String']['input']; - filters?: Types.InputMaybe | Types.HistoryType>; -}>; - - -export type HistoryTransactionQuery = { __typename?: 'Query', oTokenHistories: Array<{ __typename?: 'OTokenHistory', type: Types.HistoryType, value: string, txHash: string, timestamp: string, balance: string }> }; - -export type TransfersQueryVariables = Types.Exact<{ - tokens?: Types.InputMaybe | Types.Scalars['String']['input']>; - account: Types.Scalars['String']['input']; -}>; - - -export type TransfersQuery = { __typename?: 'Query', erc20Transfers: Array<{ __typename?: 'ERC20Transfer', id: string, chainId: number, txHash: string, blockNumber: number, timestamp: string, address: string, from: string, to: string, value: string }> }; - -export type BalancesQueryVariables = Types.Exact<{ - tokens?: Types.InputMaybe | Types.Scalars['String']['input']>; - account: Types.Scalars['String']['input']; - blocks?: Types.InputMaybe | Types.Scalars['Int']['input']>; -}>; - - -export type BalancesQuery = { __typename?: 'Query', erc20Balances: Array<{ __typename?: 'ERC20Balance', id: string, chainId: number, blockNumber: number, timestamp: string, address: string, account: string, balance: string }> }; - - - -export const HistoryUserStatDocument = ` - query HistoryUserStat($address: String!) { - oTokenAddresses( - where: {address_containsInsensitive: $address, chainId_eq: 1, otoken_eq: "0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3"} - ) { - balance - earned - isContract - rebasingOption - lastUpdated - } -} - `; - -export const useHistoryUserStatQuery = < - TData = HistoryUserStatQuery, - TError = unknown - >( - variables: HistoryUserStatQueryVariables, - options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] } - ) => { - - return useQuery( - { - queryKey: ['HistoryUserStat', variables], - queryFn: graphqlClient(HistoryUserStatDocument, variables), - ...options - } - )}; - -useHistoryUserStatQuery.getKey = (variables: HistoryUserStatQueryVariables) => ['HistoryUserStat', variables]; - - -useHistoryUserStatQuery.fetcher = (variables: HistoryUserStatQueryVariables, options?: RequestInit['headers']) => graphqlClient(HistoryUserStatDocument, variables, options); - -export const HistoryApyDocument = ` - query HistoryApy { - oTokenApies( - limit: 1 - orderBy: timestamp_DESC - where: {chainId_eq: 1, otoken_eq: "0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3"} - ) { - apy7DayAvg - apy30DayAvg - } -} - `; - -export const useHistoryApyQuery = < - TData = HistoryApyQuery, - TError = unknown - >( - variables?: HistoryApyQueryVariables, - options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] } - ) => { - - return useQuery( - { - queryKey: variables === undefined ? ['HistoryApy'] : ['HistoryApy', variables], - queryFn: graphqlClient(HistoryApyDocument, variables), - ...options - } - )}; - -useHistoryApyQuery.getKey = (variables?: HistoryApyQueryVariables) => variables === undefined ? ['HistoryApy'] : ['HistoryApy', variables]; - - -useHistoryApyQuery.fetcher = (variables?: HistoryApyQueryVariables, options?: RequestInit['headers']) => graphqlClient(HistoryApyDocument, variables, options); - -export const HistoryTransactionDocument = ` - query HistoryTransaction($address: String!, $filters: [HistoryType!]) { - oTokenHistories( - orderBy: timestamp_DESC - offset: 0 - limit: 2000 - where: {address: {id_containsInsensitive: $address}, type_in: $filters, chainId_eq: 1, otoken_eq: "0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3"} - ) { - type - value - txHash - timestamp - balance - } -} - `; - -export const useHistoryTransactionQuery = < - TData = HistoryTransactionQuery, - TError = unknown - >( - variables: HistoryTransactionQueryVariables, - options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] } - ) => { - - return useQuery( - { - queryKey: ['HistoryTransaction', variables], - queryFn: graphqlClient(HistoryTransactionDocument, variables), - ...options - } - )}; - -useHistoryTransactionQuery.getKey = (variables: HistoryTransactionQueryVariables) => ['HistoryTransaction', variables]; - - -useHistoryTransactionQuery.fetcher = (variables: HistoryTransactionQueryVariables, options?: RequestInit['headers']) => graphqlClient(HistoryTransactionDocument, variables, options); - -export const TransfersDocument = ` - query Transfers($tokens: [String!], $account: String!) { - erc20Transfers( - orderBy: timestamp_DESC - offset: 0 - limit: 2000 - where: {OR: {address_in: $tokens, from_containsInsensitive: $account}, address_in: $tokens, to_containsInsensitive: $account} - ) { - id - chainId - txHash - blockNumber - timestamp - address - from - to - value - } -} - `; - -export const useTransfersQuery = < - TData = TransfersQuery, - TError = unknown - >( - variables: TransfersQueryVariables, - options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] } - ) => { - - return useQuery( - { - queryKey: ['Transfers', variables], - queryFn: graphqlClient(TransfersDocument, variables), - ...options - } - )}; - -useTransfersQuery.getKey = (variables: TransfersQueryVariables) => ['Transfers', variables]; - - -useTransfersQuery.fetcher = (variables: TransfersQueryVariables, options?: RequestInit['headers']) => graphqlClient(TransfersDocument, variables, options); - -export const BalancesDocument = ` - query Balances($tokens: [String!], $account: String!, $blocks: [Int!]) { - erc20Balances( - where: {address_in: $tokens, account_containsInsensitive: $account, blockNumber_in: $blocks} - ) { - id - chainId - blockNumber - timestamp - address - account - balance - } -} - `; - -export const useBalancesQuery = < - TData = BalancesQuery, - TError = unknown - >( - variables: BalancesQueryVariables, - options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] } - ) => { - - return useQuery( - { - queryKey: ['Balances', variables], - queryFn: graphqlClient(BalancesDocument, variables), - ...options - } - )}; - -useBalancesQuery.getKey = (variables: BalancesQueryVariables) => ['Balances', variables]; - - -useBalancesQuery.fetcher = (variables: BalancesQueryVariables, options?: RequestInit['headers']) => graphqlClient(BalancesDocument, variables, options); diff --git a/libs/oeth/history/src/queries.graphql b/libs/oeth/history/src/queries.graphql deleted file mode 100644 index 27a18aabc..000000000 --- a/libs/oeth/history/src/queries.graphql +++ /dev/null @@ -1,75 +0,0 @@ -query HistoryUserStat($address: String!) { - oTokenAddresses(where: { - address_containsInsensitive: $address, - chainId_eq: 1, - otoken_eq: "0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3" - }) { - balance - earned - isContract - rebasingOption - lastUpdated - } -} - -query HistoryApy { - oTokenApies( - limit: 1, - orderBy: timestamp_DESC, - where: { chainId_eq: 1, otoken_eq: "0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3" }) { - apy7DayAvg - apy30DayAvg - } -} - -query HistoryTransaction($address: String!, $filters: [HistoryType!]) { - oTokenHistories( - orderBy: timestamp_DESC - offset: 0 - limit: 2000 - where: { - address: { id_containsInsensitive: $address }, - type_in: $filters, - chainId_eq: 1, - otoken_eq: "0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3" - } - ) { - type - value - txHash - timestamp - balance - } -} - -query Transfers ($tokens: [String!], $account: String!) { - erc20Transfers( - orderBy: timestamp_DESC - offset: 0 - limit: 2000 - where: {OR: {address_in: $tokens, from_containsInsensitive: $account}, address_in: $tokens, to_containsInsensitive: $account} - ) { - id - chainId - txHash - blockNumber - timestamp - address - from - to - value - } -} - -query Balances ($tokens: [String!], $account: String!, $blocks: [Int!]) { - erc20Balances(where: {address_in: $tokens, account_containsInsensitive: $account, blockNumber_in: $blocks}) { - id - chainId - blockNumber - timestamp - address - account - balance - } -} - diff --git a/libs/oeth/history/src/routes.tsx b/libs/oeth/history/src/routes.tsx deleted file mode 100644 index 40b01edcd..000000000 --- a/libs/oeth/history/src/routes.tsx +++ /dev/null @@ -1,30 +0,0 @@ -import { defineMessage } from 'react-intl'; - -import { HistoryView } from './views/HistoryView'; -import { HistoryViewOETH } from './views/HistoryViewOETH'; -import { HistoryViewWOETH } from './views/HistoryViewWOETH'; - -import type { NonIndexRouteObject } from 'react-router-dom'; - -export const historyRoute: NonIndexRouteObject = { - path: '/history', - Component: HistoryView, - handle: { label: defineMessage({ defaultMessage: 'History' }) }, - children: [ - { - index: true, - Component: HistoryViewOETH, - handle: { label: defineMessage({ defaultMessage: 'OETH' }) }, - }, - { - path: 'oeth', - Component: HistoryViewOETH, - handle: { label: defineMessage({ defaultMessage: 'OETH' }) }, - }, - { - path: 'woeth', - Component: HistoryViewWOETH, - handle: { label: defineMessage({ defaultMessage: 'wOETH' }) }, - }, - ], -}; diff --git a/libs/oeth/history/src/types.ts b/libs/oeth/history/src/types.ts deleted file mode 100644 index 5bb8a1d29..000000000 --- a/libs/oeth/history/src/types.ts +++ /dev/null @@ -1,7 +0,0 @@ -import type { HistoryTransactionQuery } from './queries.generated'; - -export type History = HistoryTransactionQuery['oTokenHistories'][number]; - -export type DailyHistory = History & { - transactions?: History[]; -}; diff --git a/libs/oeth/history/src/views/HistoryView.tsx b/libs/oeth/history/src/views/HistoryView.tsx deleted file mode 100644 index 66fcdf846..000000000 --- a/libs/oeth/history/src/views/HistoryView.tsx +++ /dev/null @@ -1,21 +0,0 @@ -import { Container, Stack } from '@mui/material'; -import { Outlet } from 'react-router-dom'; - -import { ViewTabs } from '../components/ViewTabs'; - -export function HistoryView() { - return ( - - - - - - - ); -} diff --git a/libs/oeth/history/src/views/HistoryViewOETH.tsx b/libs/oeth/history/src/views/HistoryViewOETH.tsx deleted file mode 100644 index 1908478fd..000000000 --- a/libs/oeth/history/src/views/HistoryViewOETH.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import { trackSentryError } from '@origin/oeth/shared'; -import { ErrorBoundary, ErrorCard } from '@origin/shared/components'; - -import { HistoryCard } from '../components/oeth/HistoryCard'; -import { HistoryHeader } from '../components/oeth/HistoryHeader'; - -export function HistoryViewOETH() { - return ( - <> - } onError={trackSentryError}> - - - } onError={trackSentryError}> - - - - ); -} diff --git a/libs/oeth/history/src/views/HistoryViewWOETH.tsx b/libs/oeth/history/src/views/HistoryViewWOETH.tsx deleted file mode 100644 index 8941eb96e..000000000 --- a/libs/oeth/history/src/views/HistoryViewWOETH.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import { trackSentryError } from '@origin/oeth/shared'; -import { ErrorBoundary, ErrorCard } from '@origin/shared/components'; - -import { HistoryCard } from '../components/woeth/HistoryCard'; -import { HistoryHeader } from '../components/woeth/HistoryHeader'; - -export function HistoryViewWOETH() { - return ( - <> - } onError={trackSentryError}> - - - } onError={trackSentryError}> - - - - ); -} diff --git a/libs/oeth/history/tsconfig.json b/libs/oeth/history/tsconfig.json deleted file mode 100644 index 4d5514a25..000000000 --- a/libs/oeth/history/tsconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "compilerOptions": { - "jsx": "react-jsx", - "allowJs": false, - "esModuleInterop": false, - "allowSyntheticDefaultImports": true, - "strict": true, - "jsxImportSource": "@emotion/react" - }, - "files": [], - "include": [], - "references": [ - { - "path": "./tsconfig.lib.json" - } - ], - "extends": "../../../tsconfig.base.json" -} diff --git a/libs/oeth/history/tsconfig.lib.json b/libs/oeth/history/tsconfig.lib.json deleted file mode 100644 index 3025a0c88..000000000 --- a/libs/oeth/history/tsconfig.lib.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../../dist/out-tsc", - "types": ["node"] - }, - "files": [ - "../../../node_modules/@nx/react/typings/cssmodule.d.ts", - "../../../node_modules/@nx/react/typings/image.d.ts", - "../theme/src/theme.d.ts" - ], - "exclude": [ - "jest.config.ts", - "src/**/*.spec.ts", - "src/**/*.test.ts", - "src/**/*.spec.tsx", - "src/**/*.test.tsx", - "src/**/*.spec.js", - "src/**/*.test.js", - "src/**/*.spec.jsx", - "src/**/*.test.jsx" - ], - "include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"] -} diff --git a/libs/oeth/redeem/.babelrc b/libs/oeth/redeem/.babelrc deleted file mode 100644 index 1ea870ead..000000000 --- a/libs/oeth/redeem/.babelrc +++ /dev/null @@ -1,12 +0,0 @@ -{ - "presets": [ - [ - "@nx/react/babel", - { - "runtime": "automatic", - "useBuiltIns": "usage" - } - ] - ], - "plugins": [] -} diff --git a/libs/oeth/redeem/.eslintrc.json b/libs/oeth/redeem/.eslintrc.json deleted file mode 100644 index 75b85077d..000000000 --- a/libs/oeth/redeem/.eslintrc.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": ["plugin:@nx/react", "../../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], - "rules": {} - }, - { - "files": ["*.ts", "*.tsx"], - "rules": {} - }, - { - "files": ["*.js", "*.jsx"], - "rules": {} - } - ] -} diff --git a/libs/oeth/redeem/README.md b/libs/oeth/redeem/README.md deleted file mode 100644 index f99af9620..000000000 --- a/libs/oeth/redeem/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# oeth-redeem - -This library was generated with [Nx](https://nx.dev). - -## Running unit tests - -Run `nx test oeth-redeem` to execute the unit tests via [Jest](https://jestjs.io). diff --git a/libs/oeth/redeem/project.json b/libs/oeth/redeem/project.json deleted file mode 100644 index f88134542..000000000 --- a/libs/oeth/redeem/project.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "oeth-redeem", - "$schema": "../../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "libs/oeth/redeem/src", - "projectType": "library", - "tags": [], - "targets": { - "lint": { - "executor": "@nx/eslint:lint" - } - } -} diff --git a/libs/oeth/redeem/src/actions.ts b/libs/oeth/redeem/src/actions.ts deleted file mode 100644 index be64853b2..000000000 --- a/libs/oeth/redeem/src/actions.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { redeemVaultOeth, SwapCurveOeth } from '@origin/shared/routes'; -import { defineMessage } from 'react-intl'; - -import type { SwapApi } from '@origin/shared/providers'; - -import type { OethRedeemAction } from './types'; - -export const redeemActions: Record = { - 'swap-curve-oeth': { - ...SwapCurveOeth, - routeLabel: defineMessage({ defaultMessage: 'Swap via Curve' }), - buttonLabel: defineMessage({ defaultMessage: 'Redeem' }), - }, - 'redeem-vault-oeth': { - ...redeemVaultOeth, - routeLabel: defineMessage({ defaultMessage: 'Redeem via OETH Vault' }), - buttonLabel: defineMessage({ defaultMessage: 'Redeem' }), - }, -}; diff --git a/libs/oeth/redeem/src/components/RedeemActionCard.tsx b/libs/oeth/redeem/src/components/RedeemActionCard.tsx deleted file mode 100644 index c93b712a0..000000000 --- a/libs/oeth/redeem/src/components/RedeemActionCard.tsx +++ /dev/null @@ -1,207 +0,0 @@ -import { alpha, Card, Stack, Typography } from '@mui/material'; -import { LoadingLabel } from '@origin/shared/components'; -import { Curve, Origin } from '@origin/shared/icons'; -import { - routeEq, - useGasPrice, - useHandleSelectSwapRoute, - useIsSwapRouteAvailable, - useSwapRouteAllowance, - useSwapState, -} from '@origin/shared/providers'; -import { isNilOrEmpty } from '@origin/shared/utils'; -import { add, format, from } from 'dnum'; -import { useIntl } from 'react-intl'; - -import type { CardProps, StackProps, TypographyProps } from '@mui/material'; - -import type { OethRedeemAction } from '../types'; - -export type RedeemActionCardProps = { - action: OethRedeemAction; -} & Omit; - -export const RedeemActionCard = ({ - action, - ...rest -}: RedeemActionCardProps) => { - const intl = useIntl(); - const [ - { - amountIn, - tokenIn, - tokenOut, - isSwapRoutesLoading, - swapRoutes, - swapActions, - selectedSwapRoute, - estimatedSwapRoutes, - }, - ] = useSwapState(); - const handleSelectSwapRoute = useHandleSelectSwapRoute(); - - const route = swapRoutes.find((r) => - routeEq({ tokenIn, tokenOut, action }, r), - ); - const estimatedRoute = estimatedSwapRoutes.find((r) => routeEq(route, r)); - - const { - data: swapGasPrice, - isLoading: swapGasPriceLoading, - isFetching: swapGasPriceFetching, - } = useGasPrice(estimatedRoute?.gas, estimatedRoute?.tokenIn.chainId, { - refetchInterval: 30e3, - enabled: !!estimatedRoute && estimatedRoute?.gas > 0n, - }); - const { - data: approvalGasPrice, - isLoading: approvalGasPriceLoading, - isFetching: approvalGasPriceFetching, - } = useGasPrice( - estimatedRoute?.approvalGas, - estimatedRoute?.tokenIn.chainId, - { - refetchInterval: 30e3, - enabled: !!estimatedRoute && estimatedRoute?.approvalGas > 0n, - }, - ); - const { data: allowance } = useSwapRouteAllowance(route); - const { data: isRouteAvailable, isLoading: isRouteAvailableLoading } = - useIsSwapRouteAvailable(route); - - const isSelected = routeEq(selectedSwapRoute, route); - const isEmptyValue = isNilOrEmpty(estimatedRoute) || amountIn === 0n; - const isGasLoading = - isSwapRoutesLoading || - (swapGasPriceLoading && swapGasPriceFetching) || - (approvalGasPriceLoading && approvalGasPriceFetching); - const gasPrice = add( - swapGasPrice?.gasCostUsd ?? from(0), - (allowance ?? 0n) < amountIn - ? (approvalGasPrice?.gasCostUsd ?? from(0)) - : from(0), - ); - const routeLabel = swapActions[action].routeLabel; - const isDisabled = !isRouteAvailableLoading && !isRouteAvailable; - - return ( - - `linear-gradient(${theme.palette.grey[800]}, ${theme.palette.grey[800]}) padding-box, linear-gradient(90deg, ${theme.palette.primary.main} 0%, ${theme.palette.primary.dark} 100%) border-box;`, - } - : amountIn > 0n - ? { - cursor: 'pointer', - '&:hover': { - borderColor: 'grey.600', - background: (theme) => - `linear-gradient(${theme.palette.grey['800']}, ${ - theme.palette.grey['800'] - }) padding-box, linear-gradient(90deg, ${alpha( - theme.palette.primary.main, - 0.4, - )} 0%, ${alpha( - theme.palette.primary.dark, - 0.4, - )} 100%) border-box;`, - }, - } - : {}), - ...rest?.sx, - }} - role="button" - onClick={() => { - if (!isDisabled && estimatedRoute && amountIn > 0n) { - handleSelectSwapRoute(estimatedRoute); - } - }} - > - - - - {intl.formatMessage(routeLabel)} - - {action === 'redeem-vault-oeth' ? ( - - ) : ( - - )} - - {isDisabled ? ( - - {intl.formatMessage({ - defaultMessage: 'Larger redemptions coming soon', - })} - - ) : ( - <> - - - {intl.formatMessage({ defaultMessage: 'Wait time:' })} - - {isEmptyValue ? ( - - ) : ( - - {intl.formatMessage({ defaultMessage: '~1min' })} - - )} - - - - {intl.formatMessage({ defaultMessage: 'Rate:' })} - - {isEmptyValue ? ( - - ) : ( - - 1:{format(from(estimatedRoute?.rate ?? 0), 3)} - - )} - - - - {intl.formatMessage({ defaultMessage: 'Gas:' })} - - {isEmptyValue ? ( - - ) : ( - - ~${format(gasPrice, 2)} - - )} - - - )} - - - ); -}; - -function EmptyValue(props: TypographyProps) { - return ( - - - - - ); -} - -const rowProps: StackProps = { - direction: 'row', - gap: 1, - alignItems: 'center', - justifyContent: 'space-between', -}; diff --git a/libs/oeth/redeem/src/components/Swapper.tsx b/libs/oeth/redeem/src/components/Swapper.tsx deleted file mode 100644 index f9be3af11..000000000 --- a/libs/oeth/redeem/src/components/Swapper.tsx +++ /dev/null @@ -1,467 +0,0 @@ -import { useState } from 'react'; - -import { - alpha, - Button, - Card, - CardContent, - CardHeader, - CircularProgress, - Collapse, - IconButton, - Stack, - Typography, -} from '@mui/material'; -import { - ErrorBoundary, - ErrorCard, - LoadingLabel, - NotificationSnack, - SeverityIcon, - TokenIcon, - TokenInput, -} from '@origin/shared/components'; -import { FaGearComplexRegular } from '@origin/shared/icons'; -import { - ApprovalNotification, - ConnectedButton, - getTokenPriceKey, - SettingsPopover, - SwapNotification, - SwapProvider, - useDeleteActivity, - useHandleAmountInChange, - useHandleApprove, - useHandleSwap, - usePushActivity, - usePushNotification, - useSwapperPrices, - useSwapRouteAllowance, - useSwapState, - useUpdateActivity, - useWatchBalance, -} from '@origin/shared/providers'; -import { formatError, isNilOrEmpty } from '@origin/shared/utils'; -import { format, mul } from 'dnum'; -import { useIntl } from 'react-intl'; -import { formatUnits } from 'viem'; -import { useAccount } from 'wagmi'; - -import { RedeemActionCard } from './RedeemActionCard'; - -import type { StackProps } from '@mui/material'; -import type { SwapState } from '@origin/shared/providers'; -import type { Dnum } from 'dnum'; -import type { MouseEvent } from 'react'; - -export type SwapperProps = Pick< - SwapState, - 'swapActions' | 'swapRoutes' | 'trackEvent' -> & { - onError?: (error: Error) => void; -} & Omit; - -export const Swapper = ({ - swapActions, - swapRoutes, - trackEvent, - ...rest -}: SwapperProps) => { - const intl = useIntl(); - const pushNotification = usePushNotification(); - const pushActivity = usePushActivity(); - const updateActivity = useUpdateActivity(); - const deleteActivity = useDeleteActivity(); - - return ( - { - const activity = pushActivity({ - ...state, - type: 'redeem', - status: 'pending', - }); - - return activity.id; - }} - onApproveSuccess={(state) => { - const { trackId } = state; - updateActivity({ ...state, id: trackId, status: 'success' }); - pushNotification({ - content: , - }); - }} - onApproveReject={({ trackId }) => { - deleteActivity(trackId); - pushNotification({ - content: ( - } - title={intl.formatMessage({ - defaultMessage: 'Operation Cancelled', - })} - subtitle={intl.formatMessage({ - defaultMessage: 'User rejected operation', - })} - /> - ), - }); - }} - onApproveFailure={(state) => { - const { error, trackId } = state; - updateActivity({ - ...state, - id: trackId, - status: 'success', - error: formatError(error), - }); - pushNotification({ - content: ( - - ), - }); - }} - onSwapStart={(state) => { - const activity = pushActivity({ - ...state, - type: 'redeem', - status: 'pending', - }); - - return activity.id; - }} - onSwapSuccess={(state) => { - const { trackId } = state; - updateActivity({ ...state, id: trackId, status: 'success' }); - pushNotification({ - content: , - }); - }} - onSwapReject={({ trackId }) => { - deleteActivity(trackId); - pushNotification({ - content: ( - } - title={intl.formatMessage({ - defaultMessage: 'Operation Cancelled', - })} - subtitle={intl.formatMessage({ - defaultMessage: 'User rejected operation', - })} - /> - ), - }); - }} - onSwapFailure={(state) => { - const { error, trackId } = state; - updateActivity({ - ...state, - id: trackId, - status: 'error', - error: formatError(error), - }); - pushNotification({ - content: ( - - ), - }); - }} - > - - - ); -}; - -function SwapperWrapped({ - onError, - ...rest -}: Omit) { - const intl = useIntl(); - const { isConnected } = useAccount(); - const [anchorEl, setAnchorEl] = useState(null); - const [ - { - amountIn, - amountOut, - tokenIn, - tokenOut, - selectedSwapRoute, - isSwapLoading, - isSwapWaitingForSignature, - isSwapRoutesLoading, - isApprovalLoading, - isApprovalWaitingForSignature, - swapActions, - trackEvent, - }, - ] = useSwapState(); - const { data: prices, isLoading: isPriceLoading } = useSwapperPrices(); - const { data: allowance } = useSwapRouteAllowance(selectedSwapRoute); - const { data: balTokenIn, isLoading: isBalTokenInLoading } = useWatchBalance({ - token: tokenIn, - }); - const handleAmountInChange = useHandleAmountInChange(); - const handleApprove = useHandleApprove(); - const handleSwap = useHandleSwap(); - - const handleSettingClick = (evt: MouseEvent) => { - setAnchorEl(evt.currentTarget); - trackEvent?.({ name: 'open_settings' }); - }; - - const estimatedAmount = [ - selectedSwapRoute?.estimatedAmount ?? 0n, - tokenOut.decimals, - ] as Dnum; - const amountOutUsd = mul( - estimatedAmount, - prices?.[getTokenPriceKey(tokenOut)] ?? 0, - ); - const needsApproval = - isConnected && - amountIn > 0n && - !isBalTokenInLoading && - (balTokenIn as unknown as bigint) >= amountIn && - !isNilOrEmpty(selectedSwapRoute) && - (selectedSwapRoute?.allowanceAmount ?? 0n) < amountIn && - (allowance ?? 0n) < amountIn; - const swapButtonLabel = - amountIn === 0n - ? intl.formatMessage({ defaultMessage: 'Enter an amount' }) - : amountIn > (balTokenIn as unknown as bigint) - ? intl.formatMessage({ defaultMessage: 'Insufficient funds' }) - : !isNilOrEmpty(selectedSwapRoute) - ? intl.formatMessage( - swapActions[selectedSwapRoute?.action ?? '']?.buttonLabel ?? { - defaultMessage: 'Swap', - }, - ) - : intl.formatMessage({ defaultMessage: 'No available route' }); - const amountInInputDisabled = isSwapLoading || isApprovalLoading; - const approveButtonDisabled = - isNilOrEmpty(selectedSwapRoute) || - isSwapRoutesLoading || - isApprovalLoading || - isApprovalWaitingForSignature || - amountIn > (balTokenIn as unknown as bigint); - const swapButtonDisabled = - needsApproval || - isNilOrEmpty(selectedSwapRoute) || - isBalTokenInLoading || - isSwapRoutesLoading || - isSwapLoading || - isSwapWaitingForSignature || - amountIn > (balTokenIn as unknown as bigint) || - amountIn === 0n; - - return ( - - } onError={onError}> - - - - {intl.formatMessage({ defaultMessage: 'Redeem' })} - - theme.spacing(-0.75), - svg: { width: 16, height: 16 }, - }} - > - - - setAnchorEl(null)} - /> - - } - /> - - - {intl.formatMessage({ defaultMessage: 'Unstake amount' })} - - theme.shape.borderRadius, - borderTopRightRadius: (theme) => theme.shape.borderRadius, - backgroundColor: 'grey.900', - borderBottomColor: 'transparent', - '&:hover, &:focus-within': { - borderColor: 'transparent', - }, - '&:hover': { - background: (theme) => - `linear-gradient(${theme.palette.grey[900]}, ${ - theme.palette.grey[900] - }) padding-box, linear-gradient(90deg, ${alpha( - theme.palette.primary.main, - 0.4, - )} 0%, ${alpha( - theme.palette.primary.dark, - 0.4, - )} 100%) border-box;`, - }, - '&:focus-within': { - background: (theme) => - `linear-gradient(${theme.palette.grey[900]}, ${theme.palette.grey[900]}) padding-box, linear-gradient(90deg, ${theme.palette.primary.main} 0%, ${theme.palette.primary.dark} 100%) border-box;`, - }, - }} - /> - - {intl.formatMessage({ defaultMessage: 'Route' })} - - - - - - - {intl.formatMessage({ defaultMessage: 'Receive amount' })} - - - - - {intl.formatNumber( - +formatUnits(amountOut, tokenOut.decimals), - { - roundingMode: 'floor', - maximumFractionDigits: 5, - minimumFractionDigits: 0, - }, - )} - - - ${amountIn === 0n ? '0.00' : format(amountOutUsd, 2)} - - - - - - {tokenOut.symbol} - - - - - - - - {isSwapRoutesLoading ? ( - - ) : isSwapWaitingForSignature ? ( - intl.formatMessage({ defaultMessage: 'Waiting for signature' }) - ) : isSwapLoading ? ( - intl.formatMessage({ defaultMessage: 'Processing Transaction' }) - ) : ( - swapButtonLabel - )} - - - - - - ); -} - -const tokenInputStyles = { - border: 'none', - backgroundColor: 'transparent', - borderRadius: 0, - paddingBlock: 0, - paddingInline: 0, - borderImageWidth: 0, - boxSizing: 'border-box', - '& .MuiInputBase-input': { - padding: 0, - boxSizing: 'border-box', - fontStyle: 'normal', - fontFamily: 'Sailec, sans-serif', - fontSize: 24, - lineHeight: 1.5, - fontWeight: 700, - '&::placeholder': { - color: 'text.secondary', - opacity: 1, - }, - }, -}; diff --git a/libs/oeth/redeem/src/constants.ts b/libs/oeth/redeem/src/constants.ts deleted file mode 100644 index 59cae9b81..000000000 --- a/libs/oeth/redeem/src/constants.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { tokens } from '@origin/shared/contracts'; - -import type { SwapRoute } from '@origin/shared/providers'; - -import type { OethRedeemAction } from './types'; - -export const redeemRoutes: SwapRoute[] = [ - { - tokenIn: tokens.mainnet.OETH, - tokenOut: tokens.mainnet.WETH, - action: 'swap-curve-oeth', - }, - { - tokenIn: tokens.mainnet.OETH, - tokenOut: tokens.mainnet.WETH, - action: 'redeem-vault-oeth', - }, -]; diff --git a/libs/oeth/redeem/src/index.ts b/libs/oeth/redeem/src/index.ts deleted file mode 100644 index a3820983e..000000000 --- a/libs/oeth/redeem/src/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './routes'; diff --git a/libs/oeth/redeem/src/routes.tsx b/libs/oeth/redeem/src/routes.tsx deleted file mode 100644 index 176efa369..000000000 --- a/libs/oeth/redeem/src/routes.tsx +++ /dev/null @@ -1,25 +0,0 @@ -import { defineMessage } from 'react-intl'; - -import { ClaimView } from './views/ClaimView'; -import { RedeemView } from './views/RedeemView'; -import { RequestView } from './views/RequestView'; - -import type { NonIndexRouteObject } from 'react-router-dom'; - -export const redeemRoute: NonIndexRouteObject = { - path: '/redeem', - Component: RedeemView, - handle: { label: defineMessage({ defaultMessage: 'Redeem' }) }, - children: [ - { - index: true, - Component: RequestView, - handle: { label: defineMessage({ defaultMessage: 'Request' }) }, - }, - { - path: 'claim', - Component: ClaimView, - handle: { label: defineMessage({ defaultMessage: 'Claim' }) }, - }, - ], -}; diff --git a/libs/oeth/redeem/src/types.ts b/libs/oeth/redeem/src/types.ts deleted file mode 100644 index 47c13bdfc..000000000 --- a/libs/oeth/redeem/src/types.ts +++ /dev/null @@ -1,6 +0,0 @@ -import type { OethRoute } from '@origin/shared/routes'; - -export type OethRedeemAction = Extract< - OethRoute, - 'swap-curve-oeth' | 'redeem-vault-oeth' ->; diff --git a/libs/oeth/redeem/src/views/ClaimView.tsx b/libs/oeth/redeem/src/views/ClaimView.tsx deleted file mode 100644 index c04dd2048..000000000 --- a/libs/oeth/redeem/src/views/ClaimView.tsx +++ /dev/null @@ -1,10 +0,0 @@ -import { Typography } from '@mui/material'; -import { useIntl } from 'react-intl'; - -export const ClaimView = () => { - const intl = useIntl(); - - return ( - {intl.formatMessage({ defaultMessage: 'Claim' })} - ); -}; diff --git a/libs/oeth/redeem/src/views/RedeemView.tsx b/libs/oeth/redeem/src/views/RedeemView.tsx deleted file mode 100644 index 733c71fc1..000000000 --- a/libs/oeth/redeem/src/views/RedeemView.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import { Container, Stack } from '@mui/material'; -import { Outlet } from 'react-router-dom'; - -export const RedeemView = () => { - // const intl = useIntl(); - // const navigate = useNavigate(); - // const location = useLocation(); - - return ( - - - {/* { - navigate(value); - }} - > - {redeemRoute?.children?.map((route) => { - const path = route.index - ? redeemRoute.path - : `${redeemRoute.path}/${route.path}`; - - return ( - - ); - })} - */} - - - - ); -}; diff --git a/libs/oeth/redeem/src/views/RequestView.tsx b/libs/oeth/redeem/src/views/RequestView.tsx deleted file mode 100644 index bd69343a3..000000000 --- a/libs/oeth/redeem/src/views/RequestView.tsx +++ /dev/null @@ -1,22 +0,0 @@ -import { Stack } from '@mui/material'; -import { trackEvent, trackSentryError } from '@origin/oeth/shared'; -import { ErrorBoundary, ErrorCard } from '@origin/shared/components'; - -import { redeemActions } from '../actions'; -import { Swapper } from '../components/Swapper'; -import { redeemRoutes } from '../constants'; - -export const RequestView = () => { - return ( - - } onError={trackSentryError}> - - - - ); -}; diff --git a/libs/oeth/redeem/tsconfig.json b/libs/oeth/redeem/tsconfig.json deleted file mode 100644 index 89f8ac085..000000000 --- a/libs/oeth/redeem/tsconfig.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "compilerOptions": { - "jsx": "react-jsx", - "allowJs": false, - "esModuleInterop": false, - "allowSyntheticDefaultImports": true, - "strict": true - }, - "files": [], - "include": [], - "references": [ - { - "path": "./tsconfig.lib.json" - } - ], - "extends": "../../../tsconfig.base.json" -} diff --git a/libs/oeth/redeem/tsconfig.lib.json b/libs/oeth/redeem/tsconfig.lib.json deleted file mode 100644 index 942bc7bad..000000000 --- a/libs/oeth/redeem/tsconfig.lib.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../../dist/out-tsc", - "types": [ - "node", - "@nx/react/typings/cssmodule.d.ts", - "@nx/react/typings/image.d.ts" - ] - }, - "files": ["../../../libs/oeth/theme/src/theme.d.ts"], - "exclude": [ - "jest.config.ts", - "src/**/*.spec.ts", - "src/**/*.test.ts", - "src/**/*.spec.tsx", - "src/**/*.test.tsx", - "src/**/*.spec.js", - "src/**/*.test.js", - "src/**/*.spec.jsx", - "src/**/*.test.jsx" - ], - "include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"] -} diff --git a/libs/oeth/shared/.babelrc b/libs/oeth/shared/.babelrc deleted file mode 100644 index 6989c0cf1..000000000 --- a/libs/oeth/shared/.babelrc +++ /dev/null @@ -1,13 +0,0 @@ -{ - "presets": [ - [ - "@nx/react/babel", - { - "runtime": "automatic", - "useBuiltIns": "usage", - "importSource": "@emotion/react" - } - ] - ], - "plugins": [] -} diff --git a/libs/oeth/shared/.eslintrc.json b/libs/oeth/shared/.eslintrc.json deleted file mode 100644 index a786f2cf3..000000000 --- a/libs/oeth/shared/.eslintrc.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "extends": [ - "plugin:@nx/react", - "../../../.eslintrc.json" - ], - "ignorePatterns": [ - "!**/*" - ], - "overrides": [ - { - "files": [ - "*.ts", - "*.tsx", - "*.js", - "*.jsx" - ], - "rules": {} - }, - { - "files": [ - "*.ts", - "*.tsx" - ], - "rules": {} - }, - { - "files": [ - "*.js", - "*.jsx" - ], - "rules": {} - } - ] -} diff --git a/libs/oeth/shared/README.md b/libs/oeth/shared/README.md deleted file mode 100644 index 59c6eaf26..000000000 --- a/libs/oeth/shared/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# oeth-shared - -This library was generated with [Nx](https://nx.dev). diff --git a/libs/oeth/shared/codegen.ts b/libs/oeth/shared/codegen.ts deleted file mode 100644 index e5a5e1cae..000000000 --- a/libs/oeth/shared/codegen.ts +++ /dev/null @@ -1,40 +0,0 @@ -import type { CodegenConfig } from '@graphql-codegen/cli'; - -const config: CodegenConfig = { - schema: process.env.VITE_SUBSQUID_URL, - documents: 'libs/oeth/**/src/**/*.graphql', - generates: { - 'libs/oeth/shared/src/generated/graphql.ts': { - schema: process.env.VITE_SUBSQUID_URL, - plugins: ['typescript'], - config: { - scalars: { - BigInt: 'string', - DateTime: 'string', - }, - }, - }, - 'libs/oeth/': { - preset: 'near-operation-file', - presetConfig: { - extension: '.generated.ts', - baseTypesPath: '~@origin/oeth/shared', - }, - plugins: ['typescript-operations', 'typescript-react-query'], - config: { - reactQueryVersion: 5, - exposeFetcher: true, - exposeQueryKeys: true, - fetcher: { - func: '@origin/oeth/shared#graphqlClient', - }, - scalars: { - BigInt: 'string', - DateTime: 'string', - }, - }, - }, - }, -}; - -export default config; diff --git a/libs/oeth/shared/project.json b/libs/oeth/shared/project.json deleted file mode 100644 index aded4ea3a..000000000 --- a/libs/oeth/shared/project.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "oeth-shared", - "$schema": "../../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "libs/oeth/shared/src", - "projectType": "library", - "tags": [], - "targets": { - "codegen-graphql": { - "executor": "nx:run-commands", - "options": { - "commands": [ - "pnpm graphql-codegen --config 'libs/oeth/shared/codegen.ts'" - ] - } - }, - "lint": { - "executor": "@nx/eslint:lint", - "outputs": ["{options.outputFile}"] - } - } -} diff --git a/libs/oeth/shared/src/clients/analytics.ts b/libs/oeth/shared/src/clients/analytics.ts deleted file mode 100644 index d14736e33..000000000 --- a/libs/oeth/shared/src/clients/analytics.ts +++ /dev/null @@ -1,80 +0,0 @@ -import googleTagManager from '@analytics/google-tag-manager'; -import { isNilOrEmpty } from '@origin/shared/utils'; -import { Analytics } from 'analytics'; -import { map } from 'ramda'; -import { formatEther } from 'viem'; - -import type { - BridgeTrackEvent, - RedeemTrackEvent, - SwapTrackEvent, -} from '@origin/shared/providers'; -import type { HexAddress } from '@origin/shared/utils'; - -export type TrackEvent = - | SwapTrackEvent - | RedeemTrackEvent - | BridgeTrackEvent - | { name: 'open_account' } - | { name: 'change_apy'; change_apy_to: number } - | { name: 'connect'; connect_address: HexAddress; connect_wallet: string } - | { name: 'connect_click' } - | { name: 'open_activity' }; - -const analytics = Analytics({ - app: 'oeth-dapp', - plugins: [ - ...(isNilOrEmpty(import.meta.env.VITE_GTM_CONTAINER_ID?.trim()) - ? [] - : [ - googleTagManager({ - containerId: import.meta.env.VITE_GTM_CONTAINER_ID, - }), - ]), - ], -}); - -export const registerGoogleTagManager = () => { - if ( - import.meta.env.PROD && - !isNilOrEmpty(import.meta.env.VITE_GTM_CONTAINER_ID?.trim()) - ) { - analytics.ready(() => { - console.log('Analytics enabled'); - }); - } -}; - -export const trackEvent = ({ name, ...rest }: TrackEvent) => { - if ( - import.meta.env.PROD && - !isNilOrEmpty(import.meta.env.VITE_GTM_CONTAINER_ID?.trim()) - ) { - analytics.track(name, map(formatParams, rest)); - } -}; - -export const trackPage = () => { - if ( - import.meta.env.PROD && - !isNilOrEmpty(import.meta.env.VITE_GTM_CONTAINER_ID?.trim()) - ) { - analytics.page(); - } -}; - -function formatParams(param: string | number | bigint | HexAddress) { - if (isNilOrEmpty(param)) { - return; - } - - if (typeof param === 'number') { - return param.toString(); - } else if (typeof param === 'bigint') { - return formatEther(param); - } else if (typeof param === 'string' && /0x.*/.test(param)) { - return param.substring(2); - } else { - return param; - } -} diff --git a/libs/oeth/shared/src/clients/graphql.ts b/libs/oeth/shared/src/clients/graphql.ts deleted file mode 100644 index 37a05552f..000000000 --- a/libs/oeth/shared/src/clients/graphql.ts +++ /dev/null @@ -1,25 +0,0 @@ -import axios from 'axios'; -import { pathOr } from 'ramda'; - -export const axiosInstance = axios.create({ - baseURL: import.meta.env.VITE_SUBSQUID_URL, -}); - -export const graphqlClient = - ( - query: string, - variables?: TVariables, - options?: RequestInit['headers'], - ) => - async () => { - const res = await axiosInstance({ - method: 'POST', - headers: { - 'Content-Type': 'application/json', - }, - ...options, - data: { query, variables }, - }); - - return pathOr({} as TData, ['data', 'data'], res); - }; diff --git a/libs/oeth/shared/src/clients/index.ts b/libs/oeth/shared/src/clients/index.ts deleted file mode 100644 index 3058237ec..000000000 --- a/libs/oeth/shared/src/clients/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -export * from './analytics'; -export * from './graphql'; -export * from './reactQuery'; -export * from './sentry'; -export * from './wagmi'; diff --git a/libs/oeth/shared/src/clients/reactQuery.ts b/libs/oeth/shared/src/clients/reactQuery.ts deleted file mode 100644 index b64a56330..000000000 --- a/libs/oeth/shared/src/clients/reactQuery.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { QueryClient } from '@tanstack/react-query'; - -export const queryClient = new QueryClient({ - defaultOptions: { queries: { staleTime: 1000 * 60 } }, -}); diff --git a/libs/oeth/shared/src/clients/sentry.ts b/libs/oeth/shared/src/clients/sentry.ts deleted file mode 100644 index 784fce124..000000000 --- a/libs/oeth/shared/src/clients/sentry.ts +++ /dev/null @@ -1,27 +0,0 @@ -import { isNilOrEmpty } from '@origin/shared/utils'; -import { - captureException, - globalHandlersIntegration, - init, -} from '@sentry/react'; - -export const registerSentry = () => { - if (!isNilOrEmpty(import.meta.env.VITE_SENTRY_DSN?.trim())) { - init({ - dsn: import.meta.env.VITE_SENTRY_DSN, - enableTracing: false, - defaultIntegrations: false, - integrations: [ - globalHandlersIntegration({ - onerror: false, - onunhandledrejection: false, - }), - ], - }); - console.log('Sentry initialized'); - } -}; - -export const trackSentryError = (error: Error) => { - captureException(error); -}; diff --git a/libs/oeth/shared/src/clients/wagmi.ts b/libs/oeth/shared/src/clients/wagmi.ts deleted file mode 100644 index 720c9639f..000000000 --- a/libs/oeth/shared/src/clients/wagmi.ts +++ /dev/null @@ -1,63 +0,0 @@ -import { isNilOrEmpty } from '@origin/shared/utils'; -import { connectorsForWallets } from '@rainbow-me/rainbowkit'; -import { - coinbaseWallet, - ledgerWallet, - metaMaskWallet, - rabbyWallet, - safepalWallet, - safeWallet, - trustWallet, - walletConnectWallet, -} from '@rainbow-me/rainbowkit/wallets'; -import { createConfig, fallback, http } from 'wagmi'; -import { arbitrum, mainnet } from 'wagmi/chains'; - -const connectors = connectorsForWallets( - [ - { - groupName: 'Supported', - wallets: [ - metaMaskWallet, - rabbyWallet, - walletConnectWallet, - coinbaseWallet, - safeWallet, - ledgerWallet, - safepalWallet, - trustWallet, - ], - }, - ], - { - appName: 'OETH', - projectId: import.meta.env.VITE_WALLET_CONNECT_PROJECT_ID, - }, -); - -export const wagmiConfig = createConfig({ - chains: [mainnet, arbitrum], - connectors, - transports: { - [mainnet.id]: isNilOrEmpty(import.meta.env?.VITE_CUSTOM_RPC) - ? fallback([ - http( - `${import.meta.env.VITE_ALCHEMY_RPC}${ - import.meta.env.VITE_ALCHEMY_ID - }`, - ), - http(), - ]) - : http(import.meta.env.VITE_CUSTOM_RPC), - [arbitrum.id]: isNilOrEmpty(import.meta.env?.VITE_CUSTOM_ARBITRUM_RPC) - ? fallback([ - http( - `${import.meta.env.VITE_ALCHEMY_ARBITRUM_RPC}${ - import.meta.env.VITE_ALCHEMY_ID - }`, - ), - http(), - ]) - : http(import.meta.env.VITE_CUSTOM_ARBITRUM_RPC), - }, -}); diff --git a/libs/oeth/shared/src/components/ApyHeader/index.tsx b/libs/oeth/shared/src/components/ApyHeader/index.tsx deleted file mode 100644 index 78662a88e..000000000 --- a/libs/oeth/shared/src/components/ApyHeader/index.tsx +++ /dev/null @@ -1,151 +0,0 @@ -import { useEffect, useRef, useState } from 'react'; - -import { - alpha, - Box, - Button, - Menu, - MenuItem, - Skeleton, - Stack, -} from '@mui/material'; -import { LoadingLabel } from '@origin/shared/components'; -import { Dropdown } from '@origin/shared/icons'; -import { isNilOrEmpty } from '@origin/shared/utils'; -import { defineMessage, useIntl } from 'react-intl'; - -import { trackEvent } from '../../clients'; -import { useApiesQuery } from './queries.generated'; - -import type { StackProps } from '@mui/material'; - -const trailingOptions = [ - { - label: defineMessage({ defaultMessage: '30-Day Trailing APY' }), - value: 30, - }, - { label: defineMessage({ defaultMessage: '7-Day Trailing APY' }), value: 7 }, -] as const; - -export const ApyHeader = (props: StackProps) => { - const intl = useIntl(); - const once = useRef(false); - const [trailing, setTrailing] = useState< - (typeof trailingOptions)[number] | null - >(null); - const [anchorEl, setAnchorEl] = useState(null); - const { data: apy, isLoading: apyLoading } = useApiesQuery( - { - limit: 1, - }, - { - select: (data) => data.oTokenApies[0], - }, - ); - - useEffect(() => { - if (!once.current && !apyLoading && apy?.apy30DayAvg && apy?.apy7DayAvg) { - setTrailing(trailingOptions[apy?.apy30DayAvg > apy?.apy7DayAvg ? 0 : 1]); - once.current = true; - } - }, [apy, apyLoading]); - - return ( - - - {intl.formatNumber( - trailing?.value === 30 - ? (apy?.apy30DayAvg ?? 0) - : (apy?.apy7DayAvg ?? 0), - { - minimumFractionDigits: 2, - maximumFractionDigits: 2, - style: 'percent', - }, - )} - - - - { - setAnchorEl(null); - }} - MenuListProps={{ dense: true }} - > - {trailingOptions - .filter((t) => t.value !== trailing?.value) - .map((t) => ( - { - setTrailing(t); - setAnchorEl(null); - trackEvent({ - name: 'change_apy', - change_apy_to: t.value, - }); - }} - sx={{ height: 40, width: 172 }} - > - {intl.formatMessage(t.label)} - - ))} - - - ); -}; diff --git a/libs/oeth/shared/src/components/ApyHeader/queries.generated.ts b/libs/oeth/shared/src/components/ApyHeader/queries.generated.ts deleted file mode 100644 index eb55b9b98..000000000 --- a/libs/oeth/shared/src/components/ApyHeader/queries.generated.ts +++ /dev/null @@ -1,48 +0,0 @@ -import * as Types from '@origin/oeth/shared'; - -import { useQuery, UseQueryOptions } from '@tanstack/react-query'; -import { graphqlClient } from '@origin/oeth/shared'; -export type ApiesQueryVariables = Types.Exact<{ - limit?: Types.InputMaybe; -}>; - - -export type ApiesQuery = { __typename?: 'Query', oTokenApies: Array<{ __typename?: 'OTokenAPY', id: string, timestamp: string, apy7DayAvg: number, apy30DayAvg: number }> }; - - - -export const ApiesDocument = ` - query Apies($limit: Int) { - oTokenApies( - limit: $limit - orderBy: timestamp_DESC - where: {timestamp_gt: "2023-06-06T12:38:47.000000Z", chainId_eq: 1, otoken_eq: "0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3"} - ) { - id - timestamp - apy7DayAvg - apy30DayAvg - } -} - `; - -export const useApiesQuery = < - TData = ApiesQuery, - TError = unknown - >( - variables?: ApiesQueryVariables, - options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] } - ) => { - - return useQuery( - { - queryKey: variables === undefined ? ['Apies'] : ['Apies', variables], - queryFn: graphqlClient(ApiesDocument, variables), - ...options - } - )}; - -useApiesQuery.getKey = (variables?: ApiesQueryVariables) => variables === undefined ? ['Apies'] : ['Apies', variables]; - - -useApiesQuery.fetcher = (variables?: ApiesQueryVariables, options?: RequestInit['headers']) => graphqlClient(ApiesDocument, variables, options); diff --git a/libs/oeth/shared/src/components/ApyHeader/queries.graphql b/libs/oeth/shared/src/components/ApyHeader/queries.graphql deleted file mode 100644 index 7269eac97..000000000 --- a/libs/oeth/shared/src/components/ApyHeader/queries.graphql +++ /dev/null @@ -1,12 +0,0 @@ -query Apies($limit: Int) { - oTokenApies(limit: $limit, orderBy: timestamp_DESC, where: { - timestamp_gt: "2023-06-06T12:38:47.000000Z", - chainId_eq: 1, - otoken_eq: "0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3" - }) { - id - timestamp - apy7DayAvg - apy30DayAvg - } -} diff --git a/libs/oeth/shared/src/components/TokenInput/TokenInput.tsx b/libs/oeth/shared/src/components/TokenInput/TokenInput.tsx deleted file mode 100644 index 9aa794831..000000000 --- a/libs/oeth/shared/src/components/TokenInput/TokenInput.tsx +++ /dev/null @@ -1,123 +0,0 @@ -import { useState } from 'react'; - -import { alpha } from '@mui/material'; -import { TokenInput as SharedTokenInput } from '@origin/shared/components'; - -import { TokenSelectModal } from './TokenSelectModal'; - -import type { TokenInputProps as SharedTokenInputProps } from '@origin/shared/components'; -import type { Token } from '@origin/shared/contracts'; -import type { ComponentProps } from 'react'; - -export type TokenInputProps = SharedTokenInputProps & { - tokens: Token[]; - onSelectToken: (token: Token) => void; -}; - -export const TokenInput = ({ - ref, - onSelectToken, - tokens, - ...props -}: TokenInputProps) => { - const [modalOpen, setModalOpen] = useState(false); - return ( - <> - { - if (!props.isTokenClickDisabled) { - setModalOpen(true); - } - props.onTokenClick?.(); - }} - /> - setModalOpen(false)} - open={modalOpen} - /> - - ); -}; - -const inputProps = { - sx: { - border: 'none', - backgroundColor: 'transparent', - borderRadius: 0, - paddingBlock: 0, - paddingInline: 0, - borderImageWidth: 0, - boxSizing: 'border-box', - '& .MuiInputBase-input': { - padding: 0, - boxSizing: 'border-box', - fontStyle: 'normal', - fontFamily: 'Sailec, sans-serif', - fontSize: 24, - lineHeight: 1.5, - fontWeight: 700, - '&::placeholder': { - color: 'text.secondary', - opacity: 1, - }, - }, - }, -}; - -export const tokenInputStyleProps: Partial> = - { - sx: { - paddingBlock: 2.5, - paddingBlockStart: 2.625, - paddingInline: 2, - border: '1px solid', - borderColor: 'divider', - borderTopLeftRadius: (theme) => theme.shape.borderRadius, - borderTopRightRadius: (theme) => theme.shape.borderRadius, - borderBottomLeftRadius: (theme) => theme.shape.borderRadius, - borderBottomRightRadius: (theme) => theme.shape.borderRadius, - backgroundColor: 'grey.900', - '&:hover, &:focus-within': { - borderColor: 'transparent', - }, - '&:hover': { - background: (theme) => - `linear-gradient(${theme.palette.grey[900]}, ${ - theme.palette.grey[900] - }) padding-box, linear-gradient(90deg, ${alpha( - theme.palette.primary.main, - 0.4, - )} 0%, ${alpha(theme.palette.primary.dark, 0.4)} 100%) border-box;`, - }, - '&:focus-within': { - background: (theme) => - `linear-gradient(${theme.palette.grey[900]}, ${theme.palette.grey[900]}) padding-box, linear-gradient(90deg, ${theme.palette.primary.main} 0%, ${theme.palette.primary.dark} 100%) border-box;`, - }, - }, - inputProps, - }; - -export const disabledTokenInputStyleProps: Partial< - ComponentProps -> = { - sx: { - paddingBlock: 2.5, - paddingBlockStart: 2.625, - paddingInline: 2, - border: '1px solid', - borderColor: 'divider', - borderTopLeftRadius: (theme) => theme.shape.borderRadius, - borderTopRightRadius: (theme) => theme.shape.borderRadius, - borderBottomLeftRadius: (theme) => theme.shape.borderRadius, - borderBottomRightRadius: (theme) => theme.shape.borderRadius, - backgroundColor: (theme) => alpha(theme.palette.grey[400], 0.2), - }, - inputProps: { - readOnly: true, - ...inputProps, - }, -}; diff --git a/libs/oeth/shared/src/components/TokenInput/TokenSelectModal.tsx b/libs/oeth/shared/src/components/TokenInput/TokenSelectModal.tsx deleted file mode 100644 index ffcb61a91..000000000 --- a/libs/oeth/shared/src/components/TokenInput/TokenSelectModal.tsx +++ /dev/null @@ -1,141 +0,0 @@ -import { - Box, - Dialog, - MenuItem, - MenuList, - Skeleton, - Stack, - Typography, -} from '@mui/material'; -import { TokenIcon } from '@origin/shared/components'; -import { FaCheckRegular } from '@origin/shared/icons'; -import { useTokenPrice, useWatchBalance } from '@origin/shared/providers'; -import { getTokenPriceKey } from '@origin/shared/providers'; -import { format, from, mul } from 'dnum'; - -import type { DialogProps, MenuItemProps } from '@mui/material'; -import type { Token } from '@origin/shared/contracts'; -import type { Dnum } from 'dnum'; - -export type TokenSelectModalProps = { - selectedToken: Token; - tokens: Token[]; - onSelectToken: (value: Token) => void; -} & DialogProps; - -export const TokenSelectModal = ({ - selectedToken, - tokens, - onSelectToken, - onClose, - ...rest -}: TokenSelectModalProps) => { - return ( - theme.palette.background.paper, - borderRadius: 2, - border: '1px solid', - borderColor: (theme) => theme.palette.grey[800], - backgroundImage: 'none', - margin: 0, - minWidth: 'min(90vw, 33rem)', - py: 1, - }, - }} - {...rest} - onClose={onClose} - > - - {tokens.map((token, i) => ( - { - onClose?.({}, 'backdropClick'); - onSelectToken(token); - }} - /> - ))} - - - ); -}; - -type TokenListItemProps = { - token: Token; - isSelected: boolean; -} & MenuItemProps; - -function TokenListItem({ - token, - isSelected, - onClick, - ...rest -}: TokenListItemProps) { - const { data: balance, isLoading: isBalanceLoading } = useWatchBalance({ - token, - }); - - const { data: price } = useTokenPrice(getTokenPriceKey(token)); - - const bal = [balance ?? 0n, token.decimals] as Dnum; - const balUsd = mul(bal, price ?? from(0)); - - return ( - - isSelected - ? theme.palette.action.selected - : theme.palette.background.paper, - borderRadius: 1, - '&:hover': { - background: (theme) => - isSelected - ? theme.palette.action.selected - : theme.palette.action.hover, - }, - ...rest?.sx, - }} - > - - - - {token?.name} - - {token.symbol} - - - - - {isSelected && ( - - - - )} - - - {isBalanceLoading ? : format(bal, 2)} - - - ${format(balUsd, 2)} - - - - - ); -} diff --git a/libs/oeth/shared/src/components/TokenInput/index.ts b/libs/oeth/shared/src/components/TokenInput/index.ts deleted file mode 100644 index d62d89b1d..000000000 --- a/libs/oeth/shared/src/components/TokenInput/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './TokenInput'; diff --git a/libs/oeth/shared/src/components/index.ts b/libs/oeth/shared/src/components/index.ts deleted file mode 100644 index f3040f6fa..000000000 --- a/libs/oeth/shared/src/components/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './ApyHeader'; -export * from './TokenInput'; diff --git a/libs/oeth/shared/src/generated/graphql.ts b/libs/oeth/shared/src/generated/graphql.ts deleted file mode 100644 index 62555c749..000000000 --- a/libs/oeth/shared/src/generated/graphql.ts +++ /dev/null @@ -1,19422 +0,0 @@ -export type Maybe = T | null; -export type InputMaybe = Maybe; -export type Exact = { [K in keyof T]: T[K] }; -export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; -export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; -export type MakeEmpty = { [_ in K]?: never }; -export type Incremental = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never }; -/** All built-in and custom scalars, mapped to their actual values */ -export type Scalars = { - ID: { input: string; output: string; } - String: { input: string; output: string; } - Boolean: { input: boolean; output: boolean; } - Int: { input: number; output: number; } - Float: { input: number; output: number; } - BigInt: { input: string; output: string; } - DateTime: { input: string; output: string; } - JSON: { input: any; output: any; } -}; - -export type Balance = { - __typename?: 'Balance'; - asset: Scalars['String']['output']; - balance: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type BalancerPool = { - __typename?: 'BalancerPool'; - address: Scalars['String']['output']; - id: Scalars['String']['output']; - name: Scalars['String']['output']; - token0: Scalars['String']['output']; - token1: Scalars['String']['output']; - token2?: Maybe; - token3?: Maybe; - tokenCount: Scalars['Int']['output']; -}; - -export type BalancerPoolBalance = { - __typename?: 'BalancerPoolBalance'; - address: Scalars['String']['output']; - balance0: Scalars['BigInt']['output']; - balance1: Scalars['BigInt']['output']; - balance2: Scalars['BigInt']['output']; - balance3: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type BalancerPoolBalanceEdge = { - __typename?: 'BalancerPoolBalanceEdge'; - cursor: Scalars['String']['output']; - node: BalancerPoolBalance; -}; - -export enum BalancerPoolBalanceOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - Balance0Asc = 'balance0_ASC', - Balance0AscNullsFirst = 'balance0_ASC_NULLS_FIRST', - Balance0AscNullsLast = 'balance0_ASC_NULLS_LAST', - Balance0Desc = 'balance0_DESC', - Balance0DescNullsFirst = 'balance0_DESC_NULLS_FIRST', - Balance0DescNullsLast = 'balance0_DESC_NULLS_LAST', - Balance1Asc = 'balance1_ASC', - Balance1AscNullsFirst = 'balance1_ASC_NULLS_FIRST', - Balance1AscNullsLast = 'balance1_ASC_NULLS_LAST', - Balance1Desc = 'balance1_DESC', - Balance1DescNullsFirst = 'balance1_DESC_NULLS_FIRST', - Balance1DescNullsLast = 'balance1_DESC_NULLS_LAST', - Balance2Asc = 'balance2_ASC', - Balance2AscNullsFirst = 'balance2_ASC_NULLS_FIRST', - Balance2AscNullsLast = 'balance2_ASC_NULLS_LAST', - Balance2Desc = 'balance2_DESC', - Balance2DescNullsFirst = 'balance2_DESC_NULLS_FIRST', - Balance2DescNullsLast = 'balance2_DESC_NULLS_LAST', - Balance3Asc = 'balance3_ASC', - Balance3AscNullsFirst = 'balance3_ASC_NULLS_FIRST', - Balance3AscNullsLast = 'balance3_ASC_NULLS_LAST', - Balance3Desc = 'balance3_DESC', - Balance3DescNullsFirst = 'balance3_DESC_NULLS_FIRST', - Balance3DescNullsLast = 'balance3_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type BalancerPoolBalanceWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - balance0_eq?: InputMaybe; - balance0_gt?: InputMaybe; - balance0_gte?: InputMaybe; - balance0_in?: InputMaybe>; - balance0_isNull?: InputMaybe; - balance0_lt?: InputMaybe; - balance0_lte?: InputMaybe; - balance0_not_eq?: InputMaybe; - balance0_not_in?: InputMaybe>; - balance1_eq?: InputMaybe; - balance1_gt?: InputMaybe; - balance1_gte?: InputMaybe; - balance1_in?: InputMaybe>; - balance1_isNull?: InputMaybe; - balance1_lt?: InputMaybe; - balance1_lte?: InputMaybe; - balance1_not_eq?: InputMaybe; - balance1_not_in?: InputMaybe>; - balance2_eq?: InputMaybe; - balance2_gt?: InputMaybe; - balance2_gte?: InputMaybe; - balance2_in?: InputMaybe>; - balance2_isNull?: InputMaybe; - balance2_lt?: InputMaybe; - balance2_lte?: InputMaybe; - balance2_not_eq?: InputMaybe; - balance2_not_in?: InputMaybe>; - balance3_eq?: InputMaybe; - balance3_gt?: InputMaybe; - balance3_gte?: InputMaybe; - balance3_in?: InputMaybe>; - balance3_isNull?: InputMaybe; - balance3_lt?: InputMaybe; - balance3_lte?: InputMaybe; - balance3_not_eq?: InputMaybe; - balance3_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type BalancerPoolBalancesConnection = { - __typename?: 'BalancerPoolBalancesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type BalancerPoolEdge = { - __typename?: 'BalancerPoolEdge'; - cursor: Scalars['String']['output']; - node: BalancerPool; -}; - -export enum BalancerPoolOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - NameAsc = 'name_ASC', - NameAscNullsFirst = 'name_ASC_NULLS_FIRST', - NameAscNullsLast = 'name_ASC_NULLS_LAST', - NameDesc = 'name_DESC', - NameDescNullsFirst = 'name_DESC_NULLS_FIRST', - NameDescNullsLast = 'name_DESC_NULLS_LAST', - Token0Asc = 'token0_ASC', - Token0AscNullsFirst = 'token0_ASC_NULLS_FIRST', - Token0AscNullsLast = 'token0_ASC_NULLS_LAST', - Token0Desc = 'token0_DESC', - Token0DescNullsFirst = 'token0_DESC_NULLS_FIRST', - Token0DescNullsLast = 'token0_DESC_NULLS_LAST', - Token1Asc = 'token1_ASC', - Token1AscNullsFirst = 'token1_ASC_NULLS_FIRST', - Token1AscNullsLast = 'token1_ASC_NULLS_LAST', - Token1Desc = 'token1_DESC', - Token1DescNullsFirst = 'token1_DESC_NULLS_FIRST', - Token1DescNullsLast = 'token1_DESC_NULLS_LAST', - Token2Asc = 'token2_ASC', - Token2AscNullsFirst = 'token2_ASC_NULLS_FIRST', - Token2AscNullsLast = 'token2_ASC_NULLS_LAST', - Token2Desc = 'token2_DESC', - Token2DescNullsFirst = 'token2_DESC_NULLS_FIRST', - Token2DescNullsLast = 'token2_DESC_NULLS_LAST', - Token3Asc = 'token3_ASC', - Token3AscNullsFirst = 'token3_ASC_NULLS_FIRST', - Token3AscNullsLast = 'token3_ASC_NULLS_LAST', - Token3Desc = 'token3_DESC', - Token3DescNullsFirst = 'token3_DESC_NULLS_FIRST', - Token3DescNullsLast = 'token3_DESC_NULLS_LAST', - TokenCountAsc = 'tokenCount_ASC', - TokenCountAscNullsFirst = 'tokenCount_ASC_NULLS_FIRST', - TokenCountAscNullsLast = 'tokenCount_ASC_NULLS_LAST', - TokenCountDesc = 'tokenCount_DESC', - TokenCountDescNullsFirst = 'tokenCount_DESC_NULLS_FIRST', - TokenCountDescNullsLast = 'tokenCount_DESC_NULLS_LAST' -} - -export type BalancerPoolRate = { - __typename?: 'BalancerPoolRate'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - rate0: Scalars['BigInt']['output']; - rate1: Scalars['BigInt']['output']; - rate2: Scalars['BigInt']['output']; - rate3: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type BalancerPoolRateEdge = { - __typename?: 'BalancerPoolRateEdge'; - cursor: Scalars['String']['output']; - node: BalancerPoolRate; -}; - -export enum BalancerPoolRateOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - Rate0Asc = 'rate0_ASC', - Rate0AscNullsFirst = 'rate0_ASC_NULLS_FIRST', - Rate0AscNullsLast = 'rate0_ASC_NULLS_LAST', - Rate0Desc = 'rate0_DESC', - Rate0DescNullsFirst = 'rate0_DESC_NULLS_FIRST', - Rate0DescNullsLast = 'rate0_DESC_NULLS_LAST', - Rate1Asc = 'rate1_ASC', - Rate1AscNullsFirst = 'rate1_ASC_NULLS_FIRST', - Rate1AscNullsLast = 'rate1_ASC_NULLS_LAST', - Rate1Desc = 'rate1_DESC', - Rate1DescNullsFirst = 'rate1_DESC_NULLS_FIRST', - Rate1DescNullsLast = 'rate1_DESC_NULLS_LAST', - Rate2Asc = 'rate2_ASC', - Rate2AscNullsFirst = 'rate2_ASC_NULLS_FIRST', - Rate2AscNullsLast = 'rate2_ASC_NULLS_LAST', - Rate2Desc = 'rate2_DESC', - Rate2DescNullsFirst = 'rate2_DESC_NULLS_FIRST', - Rate2DescNullsLast = 'rate2_DESC_NULLS_LAST', - Rate3Asc = 'rate3_ASC', - Rate3AscNullsFirst = 'rate3_ASC_NULLS_FIRST', - Rate3AscNullsLast = 'rate3_ASC_NULLS_LAST', - Rate3Desc = 'rate3_DESC', - Rate3DescNullsFirst = 'rate3_DESC_NULLS_FIRST', - Rate3DescNullsLast = 'rate3_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type BalancerPoolRateWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - rate0_eq?: InputMaybe; - rate0_gt?: InputMaybe; - rate0_gte?: InputMaybe; - rate0_in?: InputMaybe>; - rate0_isNull?: InputMaybe; - rate0_lt?: InputMaybe; - rate0_lte?: InputMaybe; - rate0_not_eq?: InputMaybe; - rate0_not_in?: InputMaybe>; - rate1_eq?: InputMaybe; - rate1_gt?: InputMaybe; - rate1_gte?: InputMaybe; - rate1_in?: InputMaybe>; - rate1_isNull?: InputMaybe; - rate1_lt?: InputMaybe; - rate1_lte?: InputMaybe; - rate1_not_eq?: InputMaybe; - rate1_not_in?: InputMaybe>; - rate2_eq?: InputMaybe; - rate2_gt?: InputMaybe; - rate2_gte?: InputMaybe; - rate2_in?: InputMaybe>; - rate2_isNull?: InputMaybe; - rate2_lt?: InputMaybe; - rate2_lte?: InputMaybe; - rate2_not_eq?: InputMaybe; - rate2_not_in?: InputMaybe>; - rate3_eq?: InputMaybe; - rate3_gt?: InputMaybe; - rate3_gte?: InputMaybe; - rate3_in?: InputMaybe>; - rate3_isNull?: InputMaybe; - rate3_lt?: InputMaybe; - rate3_lte?: InputMaybe; - rate3_not_eq?: InputMaybe; - rate3_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type BalancerPoolRatesConnection = { - __typename?: 'BalancerPoolRatesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type BalancerPoolWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - name_contains?: InputMaybe; - name_containsInsensitive?: InputMaybe; - name_endsWith?: InputMaybe; - name_eq?: InputMaybe; - name_gt?: InputMaybe; - name_gte?: InputMaybe; - name_in?: InputMaybe>; - name_isNull?: InputMaybe; - name_lt?: InputMaybe; - name_lte?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_containsInsensitive?: InputMaybe; - name_not_endsWith?: InputMaybe; - name_not_eq?: InputMaybe; - name_not_in?: InputMaybe>; - name_not_startsWith?: InputMaybe; - name_startsWith?: InputMaybe; - token0_contains?: InputMaybe; - token0_containsInsensitive?: InputMaybe; - token0_endsWith?: InputMaybe; - token0_eq?: InputMaybe; - token0_gt?: InputMaybe; - token0_gte?: InputMaybe; - token0_in?: InputMaybe>; - token0_isNull?: InputMaybe; - token0_lt?: InputMaybe; - token0_lte?: InputMaybe; - token0_not_contains?: InputMaybe; - token0_not_containsInsensitive?: InputMaybe; - token0_not_endsWith?: InputMaybe; - token0_not_eq?: InputMaybe; - token0_not_in?: InputMaybe>; - token0_not_startsWith?: InputMaybe; - token0_startsWith?: InputMaybe; - token1_contains?: InputMaybe; - token1_containsInsensitive?: InputMaybe; - token1_endsWith?: InputMaybe; - token1_eq?: InputMaybe; - token1_gt?: InputMaybe; - token1_gte?: InputMaybe; - token1_in?: InputMaybe>; - token1_isNull?: InputMaybe; - token1_lt?: InputMaybe; - token1_lte?: InputMaybe; - token1_not_contains?: InputMaybe; - token1_not_containsInsensitive?: InputMaybe; - token1_not_endsWith?: InputMaybe; - token1_not_eq?: InputMaybe; - token1_not_in?: InputMaybe>; - token1_not_startsWith?: InputMaybe; - token1_startsWith?: InputMaybe; - token2_contains?: InputMaybe; - token2_containsInsensitive?: InputMaybe; - token2_endsWith?: InputMaybe; - token2_eq?: InputMaybe; - token2_gt?: InputMaybe; - token2_gte?: InputMaybe; - token2_in?: InputMaybe>; - token2_isNull?: InputMaybe; - token2_lt?: InputMaybe; - token2_lte?: InputMaybe; - token2_not_contains?: InputMaybe; - token2_not_containsInsensitive?: InputMaybe; - token2_not_endsWith?: InputMaybe; - token2_not_eq?: InputMaybe; - token2_not_in?: InputMaybe>; - token2_not_startsWith?: InputMaybe; - token2_startsWith?: InputMaybe; - token3_contains?: InputMaybe; - token3_containsInsensitive?: InputMaybe; - token3_endsWith?: InputMaybe; - token3_eq?: InputMaybe; - token3_gt?: InputMaybe; - token3_gte?: InputMaybe; - token3_in?: InputMaybe>; - token3_isNull?: InputMaybe; - token3_lt?: InputMaybe; - token3_lte?: InputMaybe; - token3_not_contains?: InputMaybe; - token3_not_containsInsensitive?: InputMaybe; - token3_not_endsWith?: InputMaybe; - token3_not_eq?: InputMaybe; - token3_not_in?: InputMaybe>; - token3_not_startsWith?: InputMaybe; - token3_startsWith?: InputMaybe; - tokenCount_eq?: InputMaybe; - tokenCount_gt?: InputMaybe; - tokenCount_gte?: InputMaybe; - tokenCount_in?: InputMaybe>; - tokenCount_isNull?: InputMaybe; - tokenCount_lt?: InputMaybe; - tokenCount_lte?: InputMaybe; - tokenCount_not_eq?: InputMaybe; - tokenCount_not_in?: InputMaybe>; -}; - -export type BalancerPoolsConnection = { - __typename?: 'BalancerPoolsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type BeaconDepositEvent = { - __typename?: 'BeaconDepositEvent'; - address: Scalars['String']['output']; - amount: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - caller: Scalars['String']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - index: Scalars['String']['output']; - pubkey: BeaconDepositPubkey; - signature: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; - withdrawalCredentials: Scalars['String']['output']; -}; - -export type BeaconDepositEventEdge = { - __typename?: 'BeaconDepositEventEdge'; - cursor: Scalars['String']['output']; - node: BeaconDepositEvent; -}; - -export enum BeaconDepositEventOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - CallerAsc = 'caller_ASC', - CallerAscNullsFirst = 'caller_ASC_NULLS_FIRST', - CallerAscNullsLast = 'caller_ASC_NULLS_LAST', - CallerDesc = 'caller_DESC', - CallerDescNullsFirst = 'caller_DESC_NULLS_FIRST', - CallerDescNullsLast = 'caller_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - IndexAsc = 'index_ASC', - IndexAscNullsFirst = 'index_ASC_NULLS_FIRST', - IndexAscNullsLast = 'index_ASC_NULLS_LAST', - IndexDesc = 'index_DESC', - IndexDescNullsFirst = 'index_DESC_NULLS_FIRST', - IndexDescNullsLast = 'index_DESC_NULLS_LAST', - PubkeyCountAsc = 'pubkey_count_ASC', - PubkeyCountAscNullsFirst = 'pubkey_count_ASC_NULLS_FIRST', - PubkeyCountAscNullsLast = 'pubkey_count_ASC_NULLS_LAST', - PubkeyCountDesc = 'pubkey_count_DESC', - PubkeyCountDescNullsFirst = 'pubkey_count_DESC_NULLS_FIRST', - PubkeyCountDescNullsLast = 'pubkey_count_DESC_NULLS_LAST', - PubkeyCreateDateAsc = 'pubkey_createDate_ASC', - PubkeyCreateDateAscNullsFirst = 'pubkey_createDate_ASC_NULLS_FIRST', - PubkeyCreateDateAscNullsLast = 'pubkey_createDate_ASC_NULLS_LAST', - PubkeyCreateDateDesc = 'pubkey_createDate_DESC', - PubkeyCreateDateDescNullsFirst = 'pubkey_createDate_DESC_NULLS_FIRST', - PubkeyCreateDateDescNullsLast = 'pubkey_createDate_DESC_NULLS_LAST', - PubkeyIdAsc = 'pubkey_id_ASC', - PubkeyIdAscNullsFirst = 'pubkey_id_ASC_NULLS_FIRST', - PubkeyIdAscNullsLast = 'pubkey_id_ASC_NULLS_LAST', - PubkeyIdDesc = 'pubkey_id_DESC', - PubkeyIdDescNullsFirst = 'pubkey_id_DESC_NULLS_FIRST', - PubkeyIdDescNullsLast = 'pubkey_id_DESC_NULLS_LAST', - PubkeyLastUpdatedAsc = 'pubkey_lastUpdated_ASC', - PubkeyLastUpdatedAscNullsFirst = 'pubkey_lastUpdated_ASC_NULLS_FIRST', - PubkeyLastUpdatedAscNullsLast = 'pubkey_lastUpdated_ASC_NULLS_LAST', - PubkeyLastUpdatedDesc = 'pubkey_lastUpdated_DESC', - PubkeyLastUpdatedDescNullsFirst = 'pubkey_lastUpdated_DESC_NULLS_FIRST', - PubkeyLastUpdatedDescNullsLast = 'pubkey_lastUpdated_DESC_NULLS_LAST', - SignatureAsc = 'signature_ASC', - SignatureAscNullsFirst = 'signature_ASC_NULLS_FIRST', - SignatureAscNullsLast = 'signature_ASC_NULLS_LAST', - SignatureDesc = 'signature_DESC', - SignatureDescNullsFirst = 'signature_DESC_NULLS_FIRST', - SignatureDescNullsLast = 'signature_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST', - WithdrawalCredentialsAsc = 'withdrawalCredentials_ASC', - WithdrawalCredentialsAscNullsFirst = 'withdrawalCredentials_ASC_NULLS_FIRST', - WithdrawalCredentialsAscNullsLast = 'withdrawalCredentials_ASC_NULLS_LAST', - WithdrawalCredentialsDesc = 'withdrawalCredentials_DESC', - WithdrawalCredentialsDescNullsFirst = 'withdrawalCredentials_DESC_NULLS_FIRST', - WithdrawalCredentialsDescNullsLast = 'withdrawalCredentials_DESC_NULLS_LAST' -} - -export type BeaconDepositEventWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - amount_contains?: InputMaybe; - amount_containsInsensitive?: InputMaybe; - amount_endsWith?: InputMaybe; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_contains?: InputMaybe; - amount_not_containsInsensitive?: InputMaybe; - amount_not_endsWith?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - amount_not_startsWith?: InputMaybe; - amount_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_containsInsensitive?: InputMaybe; - caller_endsWith?: InputMaybe; - caller_eq?: InputMaybe; - caller_gt?: InputMaybe; - caller_gte?: InputMaybe; - caller_in?: InputMaybe>; - caller_isNull?: InputMaybe; - caller_lt?: InputMaybe; - caller_lte?: InputMaybe; - caller_not_contains?: InputMaybe; - caller_not_containsInsensitive?: InputMaybe; - caller_not_endsWith?: InputMaybe; - caller_not_eq?: InputMaybe; - caller_not_in?: InputMaybe>; - caller_not_startsWith?: InputMaybe; - caller_startsWith?: InputMaybe; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - index_contains?: InputMaybe; - index_containsInsensitive?: InputMaybe; - index_endsWith?: InputMaybe; - index_eq?: InputMaybe; - index_gt?: InputMaybe; - index_gte?: InputMaybe; - index_in?: InputMaybe>; - index_isNull?: InputMaybe; - index_lt?: InputMaybe; - index_lte?: InputMaybe; - index_not_contains?: InputMaybe; - index_not_containsInsensitive?: InputMaybe; - index_not_endsWith?: InputMaybe; - index_not_eq?: InputMaybe; - index_not_in?: InputMaybe>; - index_not_startsWith?: InputMaybe; - index_startsWith?: InputMaybe; - pubkey?: InputMaybe; - pubkey_isNull?: InputMaybe; - signature_contains?: InputMaybe; - signature_containsInsensitive?: InputMaybe; - signature_endsWith?: InputMaybe; - signature_eq?: InputMaybe; - signature_gt?: InputMaybe; - signature_gte?: InputMaybe; - signature_in?: InputMaybe>; - signature_isNull?: InputMaybe; - signature_lt?: InputMaybe; - signature_lte?: InputMaybe; - signature_not_contains?: InputMaybe; - signature_not_containsInsensitive?: InputMaybe; - signature_not_endsWith?: InputMaybe; - signature_not_eq?: InputMaybe; - signature_not_in?: InputMaybe>; - signature_not_startsWith?: InputMaybe; - signature_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; - withdrawalCredentials_contains?: InputMaybe; - withdrawalCredentials_containsInsensitive?: InputMaybe; - withdrawalCredentials_endsWith?: InputMaybe; - withdrawalCredentials_eq?: InputMaybe; - withdrawalCredentials_gt?: InputMaybe; - withdrawalCredentials_gte?: InputMaybe; - withdrawalCredentials_in?: InputMaybe>; - withdrawalCredentials_isNull?: InputMaybe; - withdrawalCredentials_lt?: InputMaybe; - withdrawalCredentials_lte?: InputMaybe; - withdrawalCredentials_not_contains?: InputMaybe; - withdrawalCredentials_not_containsInsensitive?: InputMaybe; - withdrawalCredentials_not_endsWith?: InputMaybe; - withdrawalCredentials_not_eq?: InputMaybe; - withdrawalCredentials_not_in?: InputMaybe>; - withdrawalCredentials_not_startsWith?: InputMaybe; - withdrawalCredentials_startsWith?: InputMaybe; -}; - -export type BeaconDepositEventsConnection = { - __typename?: 'BeaconDepositEventsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type BeaconDepositPubkey = { - __typename?: 'BeaconDepositPubkey'; - count: Scalars['Int']['output']; - createDate: Scalars['DateTime']['output']; - deposits: Array; - id: Scalars['String']['output']; - lastUpdated: Scalars['DateTime']['output']; -}; - - -export type BeaconDepositPubkeyDepositsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type BeaconDepositPubkeyEdge = { - __typename?: 'BeaconDepositPubkeyEdge'; - cursor: Scalars['String']['output']; - node: BeaconDepositPubkey; -}; - -export enum BeaconDepositPubkeyOrderByInput { - CountAsc = 'count_ASC', - CountAscNullsFirst = 'count_ASC_NULLS_FIRST', - CountAscNullsLast = 'count_ASC_NULLS_LAST', - CountDesc = 'count_DESC', - CountDescNullsFirst = 'count_DESC_NULLS_FIRST', - CountDescNullsLast = 'count_DESC_NULLS_LAST', - CreateDateAsc = 'createDate_ASC', - CreateDateAscNullsFirst = 'createDate_ASC_NULLS_FIRST', - CreateDateAscNullsLast = 'createDate_ASC_NULLS_LAST', - CreateDateDesc = 'createDate_DESC', - CreateDateDescNullsFirst = 'createDate_DESC_NULLS_FIRST', - CreateDateDescNullsLast = 'createDate_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - LastUpdatedAsc = 'lastUpdated_ASC', - LastUpdatedAscNullsFirst = 'lastUpdated_ASC_NULLS_FIRST', - LastUpdatedAscNullsLast = 'lastUpdated_ASC_NULLS_LAST', - LastUpdatedDesc = 'lastUpdated_DESC', - LastUpdatedDescNullsFirst = 'lastUpdated_DESC_NULLS_FIRST', - LastUpdatedDescNullsLast = 'lastUpdated_DESC_NULLS_LAST' -} - -export type BeaconDepositPubkeyWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - count_eq?: InputMaybe; - count_gt?: InputMaybe; - count_gte?: InputMaybe; - count_in?: InputMaybe>; - count_isNull?: InputMaybe; - count_lt?: InputMaybe; - count_lte?: InputMaybe; - count_not_eq?: InputMaybe; - count_not_in?: InputMaybe>; - createDate_eq?: InputMaybe; - createDate_gt?: InputMaybe; - createDate_gte?: InputMaybe; - createDate_in?: InputMaybe>; - createDate_isNull?: InputMaybe; - createDate_lt?: InputMaybe; - createDate_lte?: InputMaybe; - createDate_not_eq?: InputMaybe; - createDate_not_in?: InputMaybe>; - deposits_every?: InputMaybe; - deposits_none?: InputMaybe; - deposits_some?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - lastUpdated_eq?: InputMaybe; - lastUpdated_gt?: InputMaybe; - lastUpdated_gte?: InputMaybe; - lastUpdated_in?: InputMaybe>; - lastUpdated_isNull?: InputMaybe; - lastUpdated_lt?: InputMaybe; - lastUpdated_lte?: InputMaybe; - lastUpdated_not_eq?: InputMaybe; - lastUpdated_not_in?: InputMaybe>; -}; - -export type BeaconDepositPubkeysConnection = { - __typename?: 'BeaconDepositPubkeysConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type BridgeTransfer = { - __typename?: 'BridgeTransfer'; - amountIn: Scalars['BigInt']['output']; - amountOut: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - bridge: Scalars['String']['output']; - chainIn: Scalars['Int']['output']; - chainOut: Scalars['Int']['output']; - id: Scalars['String']['output']; - messageId: Scalars['String']['output']; - receiver: Scalars['String']['output']; - sender: Scalars['String']['output']; - state: Scalars['Int']['output']; - timestamp: Scalars['DateTime']['output']; - tokenIn: Scalars['String']['output']; - tokenOut: Scalars['String']['output']; - transactor: Scalars['String']['output']; - txHashIn: Scalars['String']['output']; - txHashOut?: Maybe; -}; - -export type BridgeTransferEdge = { - __typename?: 'BridgeTransferEdge'; - cursor: Scalars['String']['output']; - node: BridgeTransfer; -}; - -export enum BridgeTransferOrderByInput { - AmountInAsc = 'amountIn_ASC', - AmountInAscNullsFirst = 'amountIn_ASC_NULLS_FIRST', - AmountInAscNullsLast = 'amountIn_ASC_NULLS_LAST', - AmountInDesc = 'amountIn_DESC', - AmountInDescNullsFirst = 'amountIn_DESC_NULLS_FIRST', - AmountInDescNullsLast = 'amountIn_DESC_NULLS_LAST', - AmountOutAsc = 'amountOut_ASC', - AmountOutAscNullsFirst = 'amountOut_ASC_NULLS_FIRST', - AmountOutAscNullsLast = 'amountOut_ASC_NULLS_LAST', - AmountOutDesc = 'amountOut_DESC', - AmountOutDescNullsFirst = 'amountOut_DESC_NULLS_FIRST', - AmountOutDescNullsLast = 'amountOut_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - BridgeAsc = 'bridge_ASC', - BridgeAscNullsFirst = 'bridge_ASC_NULLS_FIRST', - BridgeAscNullsLast = 'bridge_ASC_NULLS_LAST', - BridgeDesc = 'bridge_DESC', - BridgeDescNullsFirst = 'bridge_DESC_NULLS_FIRST', - BridgeDescNullsLast = 'bridge_DESC_NULLS_LAST', - ChainInAsc = 'chainIn_ASC', - ChainInAscNullsFirst = 'chainIn_ASC_NULLS_FIRST', - ChainInAscNullsLast = 'chainIn_ASC_NULLS_LAST', - ChainInDesc = 'chainIn_DESC', - ChainInDescNullsFirst = 'chainIn_DESC_NULLS_FIRST', - ChainInDescNullsLast = 'chainIn_DESC_NULLS_LAST', - ChainOutAsc = 'chainOut_ASC', - ChainOutAscNullsFirst = 'chainOut_ASC_NULLS_FIRST', - ChainOutAscNullsLast = 'chainOut_ASC_NULLS_LAST', - ChainOutDesc = 'chainOut_DESC', - ChainOutDescNullsFirst = 'chainOut_DESC_NULLS_FIRST', - ChainOutDescNullsLast = 'chainOut_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - MessageIdAsc = 'messageId_ASC', - MessageIdAscNullsFirst = 'messageId_ASC_NULLS_FIRST', - MessageIdAscNullsLast = 'messageId_ASC_NULLS_LAST', - MessageIdDesc = 'messageId_DESC', - MessageIdDescNullsFirst = 'messageId_DESC_NULLS_FIRST', - MessageIdDescNullsLast = 'messageId_DESC_NULLS_LAST', - ReceiverAsc = 'receiver_ASC', - ReceiverAscNullsFirst = 'receiver_ASC_NULLS_FIRST', - ReceiverAscNullsLast = 'receiver_ASC_NULLS_LAST', - ReceiverDesc = 'receiver_DESC', - ReceiverDescNullsFirst = 'receiver_DESC_NULLS_FIRST', - ReceiverDescNullsLast = 'receiver_DESC_NULLS_LAST', - SenderAsc = 'sender_ASC', - SenderAscNullsFirst = 'sender_ASC_NULLS_FIRST', - SenderAscNullsLast = 'sender_ASC_NULLS_LAST', - SenderDesc = 'sender_DESC', - SenderDescNullsFirst = 'sender_DESC_NULLS_FIRST', - SenderDescNullsLast = 'sender_DESC_NULLS_LAST', - StateAsc = 'state_ASC', - StateAscNullsFirst = 'state_ASC_NULLS_FIRST', - StateAscNullsLast = 'state_ASC_NULLS_LAST', - StateDesc = 'state_DESC', - StateDescNullsFirst = 'state_DESC_NULLS_FIRST', - StateDescNullsLast = 'state_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TokenInAsc = 'tokenIn_ASC', - TokenInAscNullsFirst = 'tokenIn_ASC_NULLS_FIRST', - TokenInAscNullsLast = 'tokenIn_ASC_NULLS_LAST', - TokenInDesc = 'tokenIn_DESC', - TokenInDescNullsFirst = 'tokenIn_DESC_NULLS_FIRST', - TokenInDescNullsLast = 'tokenIn_DESC_NULLS_LAST', - TokenOutAsc = 'tokenOut_ASC', - TokenOutAscNullsFirst = 'tokenOut_ASC_NULLS_FIRST', - TokenOutAscNullsLast = 'tokenOut_ASC_NULLS_LAST', - TokenOutDesc = 'tokenOut_DESC', - TokenOutDescNullsFirst = 'tokenOut_DESC_NULLS_FIRST', - TokenOutDescNullsLast = 'tokenOut_DESC_NULLS_LAST', - TransactorAsc = 'transactor_ASC', - TransactorAscNullsFirst = 'transactor_ASC_NULLS_FIRST', - TransactorAscNullsLast = 'transactor_ASC_NULLS_LAST', - TransactorDesc = 'transactor_DESC', - TransactorDescNullsFirst = 'transactor_DESC_NULLS_FIRST', - TransactorDescNullsLast = 'transactor_DESC_NULLS_LAST', - TxHashInAsc = 'txHashIn_ASC', - TxHashInAscNullsFirst = 'txHashIn_ASC_NULLS_FIRST', - TxHashInAscNullsLast = 'txHashIn_ASC_NULLS_LAST', - TxHashInDesc = 'txHashIn_DESC', - TxHashInDescNullsFirst = 'txHashIn_DESC_NULLS_FIRST', - TxHashInDescNullsLast = 'txHashIn_DESC_NULLS_LAST', - TxHashOutAsc = 'txHashOut_ASC', - TxHashOutAscNullsFirst = 'txHashOut_ASC_NULLS_FIRST', - TxHashOutAscNullsLast = 'txHashOut_ASC_NULLS_LAST', - TxHashOutDesc = 'txHashOut_DESC', - TxHashOutDescNullsFirst = 'txHashOut_DESC_NULLS_FIRST', - TxHashOutDescNullsLast = 'txHashOut_DESC_NULLS_LAST' -} - -export type BridgeTransferState = { - __typename?: 'BridgeTransferState'; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - state: Scalars['Int']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type BridgeTransferStateEdge = { - __typename?: 'BridgeTransferStateEdge'; - cursor: Scalars['String']['output']; - node: BridgeTransferState; -}; - -export enum BridgeTransferStateOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - StateAsc = 'state_ASC', - StateAscNullsFirst = 'state_ASC_NULLS_FIRST', - StateAscNullsLast = 'state_ASC_NULLS_LAST', - StateDesc = 'state_DESC', - StateDescNullsFirst = 'state_DESC_NULLS_FIRST', - StateDescNullsLast = 'state_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type BridgeTransferStateWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - state_eq?: InputMaybe; - state_gt?: InputMaybe; - state_gte?: InputMaybe; - state_in?: InputMaybe>; - state_isNull?: InputMaybe; - state_lt?: InputMaybe; - state_lte?: InputMaybe; - state_not_eq?: InputMaybe; - state_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type BridgeTransferStatesConnection = { - __typename?: 'BridgeTransferStatesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type BridgeTransferWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - amountIn_eq?: InputMaybe; - amountIn_gt?: InputMaybe; - amountIn_gte?: InputMaybe; - amountIn_in?: InputMaybe>; - amountIn_isNull?: InputMaybe; - amountIn_lt?: InputMaybe; - amountIn_lte?: InputMaybe; - amountIn_not_eq?: InputMaybe; - amountIn_not_in?: InputMaybe>; - amountOut_eq?: InputMaybe; - amountOut_gt?: InputMaybe; - amountOut_gte?: InputMaybe; - amountOut_in?: InputMaybe>; - amountOut_isNull?: InputMaybe; - amountOut_lt?: InputMaybe; - amountOut_lte?: InputMaybe; - amountOut_not_eq?: InputMaybe; - amountOut_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - bridge_contains?: InputMaybe; - bridge_containsInsensitive?: InputMaybe; - bridge_endsWith?: InputMaybe; - bridge_eq?: InputMaybe; - bridge_gt?: InputMaybe; - bridge_gte?: InputMaybe; - bridge_in?: InputMaybe>; - bridge_isNull?: InputMaybe; - bridge_lt?: InputMaybe; - bridge_lte?: InputMaybe; - bridge_not_contains?: InputMaybe; - bridge_not_containsInsensitive?: InputMaybe; - bridge_not_endsWith?: InputMaybe; - bridge_not_eq?: InputMaybe; - bridge_not_in?: InputMaybe>; - bridge_not_startsWith?: InputMaybe; - bridge_startsWith?: InputMaybe; - chainIn_eq?: InputMaybe; - chainIn_gt?: InputMaybe; - chainIn_gte?: InputMaybe; - chainIn_in?: InputMaybe>; - chainIn_isNull?: InputMaybe; - chainIn_lt?: InputMaybe; - chainIn_lte?: InputMaybe; - chainIn_not_eq?: InputMaybe; - chainIn_not_in?: InputMaybe>; - chainOut_eq?: InputMaybe; - chainOut_gt?: InputMaybe; - chainOut_gte?: InputMaybe; - chainOut_in?: InputMaybe>; - chainOut_isNull?: InputMaybe; - chainOut_lt?: InputMaybe; - chainOut_lte?: InputMaybe; - chainOut_not_eq?: InputMaybe; - chainOut_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - messageId_contains?: InputMaybe; - messageId_containsInsensitive?: InputMaybe; - messageId_endsWith?: InputMaybe; - messageId_eq?: InputMaybe; - messageId_gt?: InputMaybe; - messageId_gte?: InputMaybe; - messageId_in?: InputMaybe>; - messageId_isNull?: InputMaybe; - messageId_lt?: InputMaybe; - messageId_lte?: InputMaybe; - messageId_not_contains?: InputMaybe; - messageId_not_containsInsensitive?: InputMaybe; - messageId_not_endsWith?: InputMaybe; - messageId_not_eq?: InputMaybe; - messageId_not_in?: InputMaybe>; - messageId_not_startsWith?: InputMaybe; - messageId_startsWith?: InputMaybe; - receiver_contains?: InputMaybe; - receiver_containsInsensitive?: InputMaybe; - receiver_endsWith?: InputMaybe; - receiver_eq?: InputMaybe; - receiver_gt?: InputMaybe; - receiver_gte?: InputMaybe; - receiver_in?: InputMaybe>; - receiver_isNull?: InputMaybe; - receiver_lt?: InputMaybe; - receiver_lte?: InputMaybe; - receiver_not_contains?: InputMaybe; - receiver_not_containsInsensitive?: InputMaybe; - receiver_not_endsWith?: InputMaybe; - receiver_not_eq?: InputMaybe; - receiver_not_in?: InputMaybe>; - receiver_not_startsWith?: InputMaybe; - receiver_startsWith?: InputMaybe; - sender_contains?: InputMaybe; - sender_containsInsensitive?: InputMaybe; - sender_endsWith?: InputMaybe; - sender_eq?: InputMaybe; - sender_gt?: InputMaybe; - sender_gte?: InputMaybe; - sender_in?: InputMaybe>; - sender_isNull?: InputMaybe; - sender_lt?: InputMaybe; - sender_lte?: InputMaybe; - sender_not_contains?: InputMaybe; - sender_not_containsInsensitive?: InputMaybe; - sender_not_endsWith?: InputMaybe; - sender_not_eq?: InputMaybe; - sender_not_in?: InputMaybe>; - sender_not_startsWith?: InputMaybe; - sender_startsWith?: InputMaybe; - state_eq?: InputMaybe; - state_gt?: InputMaybe; - state_gte?: InputMaybe; - state_in?: InputMaybe>; - state_isNull?: InputMaybe; - state_lt?: InputMaybe; - state_lte?: InputMaybe; - state_not_eq?: InputMaybe; - state_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - tokenIn_contains?: InputMaybe; - tokenIn_containsInsensitive?: InputMaybe; - tokenIn_endsWith?: InputMaybe; - tokenIn_eq?: InputMaybe; - tokenIn_gt?: InputMaybe; - tokenIn_gte?: InputMaybe; - tokenIn_in?: InputMaybe>; - tokenIn_isNull?: InputMaybe; - tokenIn_lt?: InputMaybe; - tokenIn_lte?: InputMaybe; - tokenIn_not_contains?: InputMaybe; - tokenIn_not_containsInsensitive?: InputMaybe; - tokenIn_not_endsWith?: InputMaybe; - tokenIn_not_eq?: InputMaybe; - tokenIn_not_in?: InputMaybe>; - tokenIn_not_startsWith?: InputMaybe; - tokenIn_startsWith?: InputMaybe; - tokenOut_contains?: InputMaybe; - tokenOut_containsInsensitive?: InputMaybe; - tokenOut_endsWith?: InputMaybe; - tokenOut_eq?: InputMaybe; - tokenOut_gt?: InputMaybe; - tokenOut_gte?: InputMaybe; - tokenOut_in?: InputMaybe>; - tokenOut_isNull?: InputMaybe; - tokenOut_lt?: InputMaybe; - tokenOut_lte?: InputMaybe; - tokenOut_not_contains?: InputMaybe; - tokenOut_not_containsInsensitive?: InputMaybe; - tokenOut_not_endsWith?: InputMaybe; - tokenOut_not_eq?: InputMaybe; - tokenOut_not_in?: InputMaybe>; - tokenOut_not_startsWith?: InputMaybe; - tokenOut_startsWith?: InputMaybe; - transactor_contains?: InputMaybe; - transactor_containsInsensitive?: InputMaybe; - transactor_endsWith?: InputMaybe; - transactor_eq?: InputMaybe; - transactor_gt?: InputMaybe; - transactor_gte?: InputMaybe; - transactor_in?: InputMaybe>; - transactor_isNull?: InputMaybe; - transactor_lt?: InputMaybe; - transactor_lte?: InputMaybe; - transactor_not_contains?: InputMaybe; - transactor_not_containsInsensitive?: InputMaybe; - transactor_not_endsWith?: InputMaybe; - transactor_not_eq?: InputMaybe; - transactor_not_in?: InputMaybe>; - transactor_not_startsWith?: InputMaybe; - transactor_startsWith?: InputMaybe; - txHashIn_contains?: InputMaybe; - txHashIn_containsInsensitive?: InputMaybe; - txHashIn_endsWith?: InputMaybe; - txHashIn_eq?: InputMaybe; - txHashIn_gt?: InputMaybe; - txHashIn_gte?: InputMaybe; - txHashIn_in?: InputMaybe>; - txHashIn_isNull?: InputMaybe; - txHashIn_lt?: InputMaybe; - txHashIn_lte?: InputMaybe; - txHashIn_not_contains?: InputMaybe; - txHashIn_not_containsInsensitive?: InputMaybe; - txHashIn_not_endsWith?: InputMaybe; - txHashIn_not_eq?: InputMaybe; - txHashIn_not_in?: InputMaybe>; - txHashIn_not_startsWith?: InputMaybe; - txHashIn_startsWith?: InputMaybe; - txHashOut_contains?: InputMaybe; - txHashOut_containsInsensitive?: InputMaybe; - txHashOut_endsWith?: InputMaybe; - txHashOut_eq?: InputMaybe; - txHashOut_gt?: InputMaybe; - txHashOut_gte?: InputMaybe; - txHashOut_in?: InputMaybe>; - txHashOut_isNull?: InputMaybe; - txHashOut_lt?: InputMaybe; - txHashOut_lte?: InputMaybe; - txHashOut_not_contains?: InputMaybe; - txHashOut_not_containsInsensitive?: InputMaybe; - txHashOut_not_endsWith?: InputMaybe; - txHashOut_not_eq?: InputMaybe; - txHashOut_not_in?: InputMaybe>; - txHashOut_not_startsWith?: InputMaybe; - txHashOut_startsWith?: InputMaybe; -}; - -export type BridgeTransfersConnection = { - __typename?: 'BridgeTransfersConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type CurvePool = { - __typename?: 'CurvePool'; - address: Scalars['String']['output']; - id: Scalars['String']['output']; - name: Scalars['String']['output']; - token0: Scalars['String']['output']; - token1: Scalars['String']['output']; - token2?: Maybe; - tokenCount: Scalars['Int']['output']; -}; - -export type CurvePoolBalance = { - __typename?: 'CurvePoolBalance'; - address: Scalars['String']['output']; - balance0: Scalars['BigInt']['output']; - balance1: Scalars['BigInt']['output']; - balance2: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type CurvePoolBalanceEdge = { - __typename?: 'CurvePoolBalanceEdge'; - cursor: Scalars['String']['output']; - node: CurvePoolBalance; -}; - -export enum CurvePoolBalanceOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - Balance0Asc = 'balance0_ASC', - Balance0AscNullsFirst = 'balance0_ASC_NULLS_FIRST', - Balance0AscNullsLast = 'balance0_ASC_NULLS_LAST', - Balance0Desc = 'balance0_DESC', - Balance0DescNullsFirst = 'balance0_DESC_NULLS_FIRST', - Balance0DescNullsLast = 'balance0_DESC_NULLS_LAST', - Balance1Asc = 'balance1_ASC', - Balance1AscNullsFirst = 'balance1_ASC_NULLS_FIRST', - Balance1AscNullsLast = 'balance1_ASC_NULLS_LAST', - Balance1Desc = 'balance1_DESC', - Balance1DescNullsFirst = 'balance1_DESC_NULLS_FIRST', - Balance1DescNullsLast = 'balance1_DESC_NULLS_LAST', - Balance2Asc = 'balance2_ASC', - Balance2AscNullsFirst = 'balance2_ASC_NULLS_FIRST', - Balance2AscNullsLast = 'balance2_ASC_NULLS_LAST', - Balance2Desc = 'balance2_DESC', - Balance2DescNullsFirst = 'balance2_DESC_NULLS_FIRST', - Balance2DescNullsLast = 'balance2_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type CurvePoolBalanceWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - balance0_eq?: InputMaybe; - balance0_gt?: InputMaybe; - balance0_gte?: InputMaybe; - balance0_in?: InputMaybe>; - balance0_isNull?: InputMaybe; - balance0_lt?: InputMaybe; - balance0_lte?: InputMaybe; - balance0_not_eq?: InputMaybe; - balance0_not_in?: InputMaybe>; - balance1_eq?: InputMaybe; - balance1_gt?: InputMaybe; - balance1_gte?: InputMaybe; - balance1_in?: InputMaybe>; - balance1_isNull?: InputMaybe; - balance1_lt?: InputMaybe; - balance1_lte?: InputMaybe; - balance1_not_eq?: InputMaybe; - balance1_not_in?: InputMaybe>; - balance2_eq?: InputMaybe; - balance2_gt?: InputMaybe; - balance2_gte?: InputMaybe; - balance2_in?: InputMaybe>; - balance2_isNull?: InputMaybe; - balance2_lt?: InputMaybe; - balance2_lte?: InputMaybe; - balance2_not_eq?: InputMaybe; - balance2_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type CurvePoolBalancesConnection = { - __typename?: 'CurvePoolBalancesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type CurvePoolEdge = { - __typename?: 'CurvePoolEdge'; - cursor: Scalars['String']['output']; - node: CurvePool; -}; - -export enum CurvePoolOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - NameAsc = 'name_ASC', - NameAscNullsFirst = 'name_ASC_NULLS_FIRST', - NameAscNullsLast = 'name_ASC_NULLS_LAST', - NameDesc = 'name_DESC', - NameDescNullsFirst = 'name_DESC_NULLS_FIRST', - NameDescNullsLast = 'name_DESC_NULLS_LAST', - Token0Asc = 'token0_ASC', - Token0AscNullsFirst = 'token0_ASC_NULLS_FIRST', - Token0AscNullsLast = 'token0_ASC_NULLS_LAST', - Token0Desc = 'token0_DESC', - Token0DescNullsFirst = 'token0_DESC_NULLS_FIRST', - Token0DescNullsLast = 'token0_DESC_NULLS_LAST', - Token1Asc = 'token1_ASC', - Token1AscNullsFirst = 'token1_ASC_NULLS_FIRST', - Token1AscNullsLast = 'token1_ASC_NULLS_LAST', - Token1Desc = 'token1_DESC', - Token1DescNullsFirst = 'token1_DESC_NULLS_FIRST', - Token1DescNullsLast = 'token1_DESC_NULLS_LAST', - Token2Asc = 'token2_ASC', - Token2AscNullsFirst = 'token2_ASC_NULLS_FIRST', - Token2AscNullsLast = 'token2_ASC_NULLS_LAST', - Token2Desc = 'token2_DESC', - Token2DescNullsFirst = 'token2_DESC_NULLS_FIRST', - Token2DescNullsLast = 'token2_DESC_NULLS_LAST', - TokenCountAsc = 'tokenCount_ASC', - TokenCountAscNullsFirst = 'tokenCount_ASC_NULLS_FIRST', - TokenCountAscNullsLast = 'tokenCount_ASC_NULLS_LAST', - TokenCountDesc = 'tokenCount_DESC', - TokenCountDescNullsFirst = 'tokenCount_DESC_NULLS_FIRST', - TokenCountDescNullsLast = 'tokenCount_DESC_NULLS_LAST' -} - -export type CurvePoolRate = { - __typename?: 'CurvePoolRate'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - name: Scalars['String']['output']; - rate: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type CurvePoolRateEdge = { - __typename?: 'CurvePoolRateEdge'; - cursor: Scalars['String']['output']; - node: CurvePoolRate; -}; - -export enum CurvePoolRateOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - NameAsc = 'name_ASC', - NameAscNullsFirst = 'name_ASC_NULLS_FIRST', - NameAscNullsLast = 'name_ASC_NULLS_LAST', - NameDesc = 'name_DESC', - NameDescNullsFirst = 'name_DESC_NULLS_FIRST', - NameDescNullsLast = 'name_DESC_NULLS_LAST', - RateAsc = 'rate_ASC', - RateAscNullsFirst = 'rate_ASC_NULLS_FIRST', - RateAscNullsLast = 'rate_ASC_NULLS_LAST', - RateDesc = 'rate_DESC', - RateDescNullsFirst = 'rate_DESC_NULLS_FIRST', - RateDescNullsLast = 'rate_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type CurvePoolRateWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - name_contains?: InputMaybe; - name_containsInsensitive?: InputMaybe; - name_endsWith?: InputMaybe; - name_eq?: InputMaybe; - name_gt?: InputMaybe; - name_gte?: InputMaybe; - name_in?: InputMaybe>; - name_isNull?: InputMaybe; - name_lt?: InputMaybe; - name_lte?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_containsInsensitive?: InputMaybe; - name_not_endsWith?: InputMaybe; - name_not_eq?: InputMaybe; - name_not_in?: InputMaybe>; - name_not_startsWith?: InputMaybe; - name_startsWith?: InputMaybe; - rate_eq?: InputMaybe; - rate_gt?: InputMaybe; - rate_gte?: InputMaybe; - rate_in?: InputMaybe>; - rate_isNull?: InputMaybe; - rate_lt?: InputMaybe; - rate_lte?: InputMaybe; - rate_not_eq?: InputMaybe; - rate_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type CurvePoolRatesConnection = { - __typename?: 'CurvePoolRatesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type CurvePoolWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - name_contains?: InputMaybe; - name_containsInsensitive?: InputMaybe; - name_endsWith?: InputMaybe; - name_eq?: InputMaybe; - name_gt?: InputMaybe; - name_gte?: InputMaybe; - name_in?: InputMaybe>; - name_isNull?: InputMaybe; - name_lt?: InputMaybe; - name_lte?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_containsInsensitive?: InputMaybe; - name_not_endsWith?: InputMaybe; - name_not_eq?: InputMaybe; - name_not_in?: InputMaybe>; - name_not_startsWith?: InputMaybe; - name_startsWith?: InputMaybe; - token0_contains?: InputMaybe; - token0_containsInsensitive?: InputMaybe; - token0_endsWith?: InputMaybe; - token0_eq?: InputMaybe; - token0_gt?: InputMaybe; - token0_gte?: InputMaybe; - token0_in?: InputMaybe>; - token0_isNull?: InputMaybe; - token0_lt?: InputMaybe; - token0_lte?: InputMaybe; - token0_not_contains?: InputMaybe; - token0_not_containsInsensitive?: InputMaybe; - token0_not_endsWith?: InputMaybe; - token0_not_eq?: InputMaybe; - token0_not_in?: InputMaybe>; - token0_not_startsWith?: InputMaybe; - token0_startsWith?: InputMaybe; - token1_contains?: InputMaybe; - token1_containsInsensitive?: InputMaybe; - token1_endsWith?: InputMaybe; - token1_eq?: InputMaybe; - token1_gt?: InputMaybe; - token1_gte?: InputMaybe; - token1_in?: InputMaybe>; - token1_isNull?: InputMaybe; - token1_lt?: InputMaybe; - token1_lte?: InputMaybe; - token1_not_contains?: InputMaybe; - token1_not_containsInsensitive?: InputMaybe; - token1_not_endsWith?: InputMaybe; - token1_not_eq?: InputMaybe; - token1_not_in?: InputMaybe>; - token1_not_startsWith?: InputMaybe; - token1_startsWith?: InputMaybe; - token2_contains?: InputMaybe; - token2_containsInsensitive?: InputMaybe; - token2_endsWith?: InputMaybe; - token2_eq?: InputMaybe; - token2_gt?: InputMaybe; - token2_gte?: InputMaybe; - token2_in?: InputMaybe>; - token2_isNull?: InputMaybe; - token2_lt?: InputMaybe; - token2_lte?: InputMaybe; - token2_not_contains?: InputMaybe; - token2_not_containsInsensitive?: InputMaybe; - token2_not_endsWith?: InputMaybe; - token2_not_eq?: InputMaybe; - token2_not_in?: InputMaybe>; - token2_not_startsWith?: InputMaybe; - token2_startsWith?: InputMaybe; - tokenCount_eq?: InputMaybe; - tokenCount_gt?: InputMaybe; - tokenCount_gte?: InputMaybe; - tokenCount_in?: InputMaybe>; - tokenCount_isNull?: InputMaybe; - tokenCount_lt?: InputMaybe; - tokenCount_lte?: InputMaybe; - tokenCount_not_eq?: InputMaybe; - tokenCount_not_in?: InputMaybe>; -}; - -export type CurvePoolsConnection = { - __typename?: 'CurvePoolsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type Erc20 = { - __typename?: 'ERC20'; - address: Scalars['String']['output']; - chainId: Scalars['Int']['output']; - decimals: Scalars['Int']['output']; - /** Format: 'address' */ - id: Scalars['String']['output']; - name: Scalars['String']['output']; - symbol: Scalars['String']['output']; -}; - -export type Erc20Balance = { - __typename?: 'ERC20Balance'; - account: Scalars['String']['output']; - address: Scalars['String']['output']; - balance: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - /** Format: 'address:account:blockNumber' */ - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type Erc20BalanceEdge = { - __typename?: 'ERC20BalanceEdge'; - cursor: Scalars['String']['output']; - node: Erc20Balance; -}; - -export enum Erc20BalanceOrderByInput { - AccountAsc = 'account_ASC', - AccountAscNullsFirst = 'account_ASC_NULLS_FIRST', - AccountAscNullsLast = 'account_ASC_NULLS_LAST', - AccountDesc = 'account_DESC', - AccountDescNullsFirst = 'account_DESC_NULLS_FIRST', - AccountDescNullsLast = 'account_DESC_NULLS_LAST', - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type Erc20BalanceWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - account_contains?: InputMaybe; - account_containsInsensitive?: InputMaybe; - account_endsWith?: InputMaybe; - account_eq?: InputMaybe; - account_gt?: InputMaybe; - account_gte?: InputMaybe; - account_in?: InputMaybe>; - account_isNull?: InputMaybe; - account_lt?: InputMaybe; - account_lte?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_containsInsensitive?: InputMaybe; - account_not_endsWith?: InputMaybe; - account_not_eq?: InputMaybe; - account_not_in?: InputMaybe>; - account_not_startsWith?: InputMaybe; - account_startsWith?: InputMaybe; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type Erc20BalancesConnection = { - __typename?: 'ERC20BalancesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type Erc20Edge = { - __typename?: 'ERC20Edge'; - cursor: Scalars['String']['output']; - node: Erc20; -}; - -export type Erc20Holder = { - __typename?: 'ERC20Holder'; - account: Scalars['String']['output']; - address: Scalars['String']['output']; - balance: Scalars['BigInt']['output']; - chainId: Scalars['Int']['output']; - /** Format: 'address:account' */ - id: Scalars['String']['output']; -}; - -export type Erc20HolderEdge = { - __typename?: 'ERC20HolderEdge'; - cursor: Scalars['String']['output']; - node: Erc20Holder; -}; - -export enum Erc20HolderOrderByInput { - AccountAsc = 'account_ASC', - AccountAscNullsFirst = 'account_ASC_NULLS_FIRST', - AccountAscNullsLast = 'account_ASC_NULLS_LAST', - AccountDesc = 'account_DESC', - AccountDescNullsFirst = 'account_DESC_NULLS_FIRST', - AccountDescNullsLast = 'account_DESC_NULLS_LAST', - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST' -} - -export type Erc20HolderWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - account_contains?: InputMaybe; - account_containsInsensitive?: InputMaybe; - account_endsWith?: InputMaybe; - account_eq?: InputMaybe; - account_gt?: InputMaybe; - account_gte?: InputMaybe; - account_in?: InputMaybe>; - account_isNull?: InputMaybe; - account_lt?: InputMaybe; - account_lte?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_containsInsensitive?: InputMaybe; - account_not_endsWith?: InputMaybe; - account_not_eq?: InputMaybe; - account_not_in?: InputMaybe>; - account_not_startsWith?: InputMaybe; - account_startsWith?: InputMaybe; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; -}; - -export type Erc20HoldersConnection = { - __typename?: 'ERC20HoldersConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export enum Erc20OrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - DecimalsAsc = 'decimals_ASC', - DecimalsAscNullsFirst = 'decimals_ASC_NULLS_FIRST', - DecimalsAscNullsLast = 'decimals_ASC_NULLS_LAST', - DecimalsDesc = 'decimals_DESC', - DecimalsDescNullsFirst = 'decimals_DESC_NULLS_FIRST', - DecimalsDescNullsLast = 'decimals_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - NameAsc = 'name_ASC', - NameAscNullsFirst = 'name_ASC_NULLS_FIRST', - NameAscNullsLast = 'name_ASC_NULLS_LAST', - NameDesc = 'name_DESC', - NameDescNullsFirst = 'name_DESC_NULLS_FIRST', - NameDescNullsLast = 'name_DESC_NULLS_LAST', - SymbolAsc = 'symbol_ASC', - SymbolAscNullsFirst = 'symbol_ASC_NULLS_FIRST', - SymbolAscNullsLast = 'symbol_ASC_NULLS_LAST', - SymbolDesc = 'symbol_DESC', - SymbolDescNullsFirst = 'symbol_DESC_NULLS_FIRST', - SymbolDescNullsLast = 'symbol_DESC_NULLS_LAST' -} - -export type Erc20State = { - __typename?: 'ERC20State'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - holderCount: Scalars['Int']['output']; - /** Format: 'address:blockNumber' */ - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - totalSupply: Scalars['BigInt']['output']; -}; - -export type Erc20StateByDay = { - __typename?: 'ERC20StateByDay'; - address: Scalars['String']['output']; - chainId: Scalars['String']['output']; - day: Scalars['DateTime']['output']; - holderCount: Scalars['Int']['output']; - totalSupply: Scalars['BigInt']['output']; -}; - -export type Erc20StateEdge = { - __typename?: 'ERC20StateEdge'; - cursor: Scalars['String']['output']; - node: Erc20State; -}; - -export enum Erc20StateOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - HolderCountAsc = 'holderCount_ASC', - HolderCountAscNullsFirst = 'holderCount_ASC_NULLS_FIRST', - HolderCountAscNullsLast = 'holderCount_ASC_NULLS_LAST', - HolderCountDesc = 'holderCount_DESC', - HolderCountDescNullsFirst = 'holderCount_DESC_NULLS_FIRST', - HolderCountDescNullsLast = 'holderCount_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalSupplyAsc = 'totalSupply_ASC', - TotalSupplyAscNullsFirst = 'totalSupply_ASC_NULLS_FIRST', - TotalSupplyAscNullsLast = 'totalSupply_ASC_NULLS_LAST', - TotalSupplyDesc = 'totalSupply_DESC', - TotalSupplyDescNullsFirst = 'totalSupply_DESC_NULLS_FIRST', - TotalSupplyDescNullsLast = 'totalSupply_DESC_NULLS_LAST' -} - -export type Erc20StateWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - holderCount_eq?: InputMaybe; - holderCount_gt?: InputMaybe; - holderCount_gte?: InputMaybe; - holderCount_in?: InputMaybe>; - holderCount_isNull?: InputMaybe; - holderCount_lt?: InputMaybe; - holderCount_lte?: InputMaybe; - holderCount_not_eq?: InputMaybe; - holderCount_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - totalSupply_eq?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_isNull?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_not_eq?: InputMaybe; - totalSupply_not_in?: InputMaybe>; -}; - -export type Erc20StatesConnection = { - __typename?: 'ERC20StatesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type Erc20Transfer = { - __typename?: 'ERC20Transfer'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - from: Scalars['String']['output']; - fromBalance: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - to: Scalars['String']['output']; - toBalance: Scalars['BigInt']['output']; - txHash: Scalars['String']['output']; - value: Scalars['BigInt']['output']; -}; - -export type Erc20TransferEdge = { - __typename?: 'ERC20TransferEdge'; - cursor: Scalars['String']['output']; - node: Erc20Transfer; -}; - -export enum Erc20TransferOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - FromBalanceAsc = 'fromBalance_ASC', - FromBalanceAscNullsFirst = 'fromBalance_ASC_NULLS_FIRST', - FromBalanceAscNullsLast = 'fromBalance_ASC_NULLS_LAST', - FromBalanceDesc = 'fromBalance_DESC', - FromBalanceDescNullsFirst = 'fromBalance_DESC_NULLS_FIRST', - FromBalanceDescNullsLast = 'fromBalance_DESC_NULLS_LAST', - FromAsc = 'from_ASC', - FromAscNullsFirst = 'from_ASC_NULLS_FIRST', - FromAscNullsLast = 'from_ASC_NULLS_LAST', - FromDesc = 'from_DESC', - FromDescNullsFirst = 'from_DESC_NULLS_FIRST', - FromDescNullsLast = 'from_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - ToBalanceAsc = 'toBalance_ASC', - ToBalanceAscNullsFirst = 'toBalance_ASC_NULLS_FIRST', - ToBalanceAscNullsLast = 'toBalance_ASC_NULLS_LAST', - ToBalanceDesc = 'toBalance_DESC', - ToBalanceDescNullsFirst = 'toBalance_DESC_NULLS_FIRST', - ToBalanceDescNullsLast = 'toBalance_DESC_NULLS_LAST', - ToAsc = 'to_ASC', - ToAscNullsFirst = 'to_ASC_NULLS_FIRST', - ToAscNullsLast = 'to_ASC_NULLS_LAST', - ToDesc = 'to_DESC', - ToDescNullsFirst = 'to_DESC_NULLS_FIRST', - ToDescNullsLast = 'to_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST', - ValueAsc = 'value_ASC', - ValueAscNullsFirst = 'value_ASC_NULLS_FIRST', - ValueAscNullsLast = 'value_ASC_NULLS_LAST', - ValueDesc = 'value_DESC', - ValueDescNullsFirst = 'value_DESC_NULLS_FIRST', - ValueDescNullsLast = 'value_DESC_NULLS_LAST' -} - -export type Erc20TransferWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - fromBalance_eq?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_isNull?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_not_eq?: InputMaybe; - fromBalance_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_containsInsensitive?: InputMaybe; - from_endsWith?: InputMaybe; - from_eq?: InputMaybe; - from_gt?: InputMaybe; - from_gte?: InputMaybe; - from_in?: InputMaybe>; - from_isNull?: InputMaybe; - from_lt?: InputMaybe; - from_lte?: InputMaybe; - from_not_contains?: InputMaybe; - from_not_containsInsensitive?: InputMaybe; - from_not_endsWith?: InputMaybe; - from_not_eq?: InputMaybe; - from_not_in?: InputMaybe>; - from_not_startsWith?: InputMaybe; - from_startsWith?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - toBalance_eq?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_isNull?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_not_eq?: InputMaybe; - toBalance_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_containsInsensitive?: InputMaybe; - to_endsWith?: InputMaybe; - to_eq?: InputMaybe; - to_gt?: InputMaybe; - to_gte?: InputMaybe; - to_in?: InputMaybe>; - to_isNull?: InputMaybe; - to_lt?: InputMaybe; - to_lte?: InputMaybe; - to_not_contains?: InputMaybe; - to_not_containsInsensitive?: InputMaybe; - to_not_endsWith?: InputMaybe; - to_not_eq?: InputMaybe; - to_not_in?: InputMaybe>; - to_not_startsWith?: InputMaybe; - to_startsWith?: InputMaybe; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; - value_eq?: InputMaybe; - value_gt?: InputMaybe; - value_gte?: InputMaybe; - value_in?: InputMaybe>; - value_isNull?: InputMaybe; - value_lt?: InputMaybe; - value_lte?: InputMaybe; - value_not_eq?: InputMaybe; - value_not_in?: InputMaybe>; -}; - -export type Erc20TransfersConnection = { - __typename?: 'ERC20TransfersConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type Erc20WhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - decimals_eq?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_isNull?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_not_eq?: InputMaybe; - decimals_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - name_contains?: InputMaybe; - name_containsInsensitive?: InputMaybe; - name_endsWith?: InputMaybe; - name_eq?: InputMaybe; - name_gt?: InputMaybe; - name_gte?: InputMaybe; - name_in?: InputMaybe>; - name_isNull?: InputMaybe; - name_lt?: InputMaybe; - name_lte?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_containsInsensitive?: InputMaybe; - name_not_endsWith?: InputMaybe; - name_not_eq?: InputMaybe; - name_not_in?: InputMaybe>; - name_not_startsWith?: InputMaybe; - name_startsWith?: InputMaybe; - symbol_contains?: InputMaybe; - symbol_containsInsensitive?: InputMaybe; - symbol_endsWith?: InputMaybe; - symbol_eq?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_isNull?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_containsInsensitive?: InputMaybe; - symbol_not_endsWith?: InputMaybe; - symbol_not_eq?: InputMaybe; - symbol_not_in?: InputMaybe>; - symbol_not_startsWith?: InputMaybe; - symbol_startsWith?: InputMaybe; -}; - -export type Erc20sConnection = { - __typename?: 'ERC20sConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type EsAccount = { - __typename?: 'ESAccount'; - account: Scalars['String']['output']; - address: Scalars['String']['output']; - assetBalance: Scalars['BigInt']['output']; - balance: Scalars['BigInt']['output']; - chainId: Scalars['Int']['output']; - delegateTo?: Maybe; - delegatesFrom: Array; - id: Scalars['String']['output']; - stakedBalance: Scalars['BigInt']['output']; - votingPower: Scalars['BigInt']['output']; -}; - - -export type EsAccountDelegatesFromArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type EsAccountEdge = { - __typename?: 'ESAccountEdge'; - cursor: Scalars['String']['output']; - node: EsAccount; -}; - -export enum EsAccountOrderByInput { - AccountAsc = 'account_ASC', - AccountAscNullsFirst = 'account_ASC_NULLS_FIRST', - AccountAscNullsLast = 'account_ASC_NULLS_LAST', - AccountDesc = 'account_DESC', - AccountDescNullsFirst = 'account_DESC_NULLS_FIRST', - AccountDescNullsLast = 'account_DESC_NULLS_LAST', - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - AssetBalanceAsc = 'assetBalance_ASC', - AssetBalanceAscNullsFirst = 'assetBalance_ASC_NULLS_FIRST', - AssetBalanceAscNullsLast = 'assetBalance_ASC_NULLS_LAST', - AssetBalanceDesc = 'assetBalance_DESC', - AssetBalanceDescNullsFirst = 'assetBalance_DESC_NULLS_FIRST', - AssetBalanceDescNullsLast = 'assetBalance_DESC_NULLS_LAST', - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - DelegateToAccountAsc = 'delegateTo_account_ASC', - DelegateToAccountAscNullsFirst = 'delegateTo_account_ASC_NULLS_FIRST', - DelegateToAccountAscNullsLast = 'delegateTo_account_ASC_NULLS_LAST', - DelegateToAccountDesc = 'delegateTo_account_DESC', - DelegateToAccountDescNullsFirst = 'delegateTo_account_DESC_NULLS_FIRST', - DelegateToAccountDescNullsLast = 'delegateTo_account_DESC_NULLS_LAST', - DelegateToAddressAsc = 'delegateTo_address_ASC', - DelegateToAddressAscNullsFirst = 'delegateTo_address_ASC_NULLS_FIRST', - DelegateToAddressAscNullsLast = 'delegateTo_address_ASC_NULLS_LAST', - DelegateToAddressDesc = 'delegateTo_address_DESC', - DelegateToAddressDescNullsFirst = 'delegateTo_address_DESC_NULLS_FIRST', - DelegateToAddressDescNullsLast = 'delegateTo_address_DESC_NULLS_LAST', - DelegateToAssetBalanceAsc = 'delegateTo_assetBalance_ASC', - DelegateToAssetBalanceAscNullsFirst = 'delegateTo_assetBalance_ASC_NULLS_FIRST', - DelegateToAssetBalanceAscNullsLast = 'delegateTo_assetBalance_ASC_NULLS_LAST', - DelegateToAssetBalanceDesc = 'delegateTo_assetBalance_DESC', - DelegateToAssetBalanceDescNullsFirst = 'delegateTo_assetBalance_DESC_NULLS_FIRST', - DelegateToAssetBalanceDescNullsLast = 'delegateTo_assetBalance_DESC_NULLS_LAST', - DelegateToBalanceAsc = 'delegateTo_balance_ASC', - DelegateToBalanceAscNullsFirst = 'delegateTo_balance_ASC_NULLS_FIRST', - DelegateToBalanceAscNullsLast = 'delegateTo_balance_ASC_NULLS_LAST', - DelegateToBalanceDesc = 'delegateTo_balance_DESC', - DelegateToBalanceDescNullsFirst = 'delegateTo_balance_DESC_NULLS_FIRST', - DelegateToBalanceDescNullsLast = 'delegateTo_balance_DESC_NULLS_LAST', - DelegateToChainIdAsc = 'delegateTo_chainId_ASC', - DelegateToChainIdAscNullsFirst = 'delegateTo_chainId_ASC_NULLS_FIRST', - DelegateToChainIdAscNullsLast = 'delegateTo_chainId_ASC_NULLS_LAST', - DelegateToChainIdDesc = 'delegateTo_chainId_DESC', - DelegateToChainIdDescNullsFirst = 'delegateTo_chainId_DESC_NULLS_FIRST', - DelegateToChainIdDescNullsLast = 'delegateTo_chainId_DESC_NULLS_LAST', - DelegateToIdAsc = 'delegateTo_id_ASC', - DelegateToIdAscNullsFirst = 'delegateTo_id_ASC_NULLS_FIRST', - DelegateToIdAscNullsLast = 'delegateTo_id_ASC_NULLS_LAST', - DelegateToIdDesc = 'delegateTo_id_DESC', - DelegateToIdDescNullsFirst = 'delegateTo_id_DESC_NULLS_FIRST', - DelegateToIdDescNullsLast = 'delegateTo_id_DESC_NULLS_LAST', - DelegateToStakedBalanceAsc = 'delegateTo_stakedBalance_ASC', - DelegateToStakedBalanceAscNullsFirst = 'delegateTo_stakedBalance_ASC_NULLS_FIRST', - DelegateToStakedBalanceAscNullsLast = 'delegateTo_stakedBalance_ASC_NULLS_LAST', - DelegateToStakedBalanceDesc = 'delegateTo_stakedBalance_DESC', - DelegateToStakedBalanceDescNullsFirst = 'delegateTo_stakedBalance_DESC_NULLS_FIRST', - DelegateToStakedBalanceDescNullsLast = 'delegateTo_stakedBalance_DESC_NULLS_LAST', - DelegateToVotingPowerAsc = 'delegateTo_votingPower_ASC', - DelegateToVotingPowerAscNullsFirst = 'delegateTo_votingPower_ASC_NULLS_FIRST', - DelegateToVotingPowerAscNullsLast = 'delegateTo_votingPower_ASC_NULLS_LAST', - DelegateToVotingPowerDesc = 'delegateTo_votingPower_DESC', - DelegateToVotingPowerDescNullsFirst = 'delegateTo_votingPower_DESC_NULLS_FIRST', - DelegateToVotingPowerDescNullsLast = 'delegateTo_votingPower_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - StakedBalanceAsc = 'stakedBalance_ASC', - StakedBalanceAscNullsFirst = 'stakedBalance_ASC_NULLS_FIRST', - StakedBalanceAscNullsLast = 'stakedBalance_ASC_NULLS_LAST', - StakedBalanceDesc = 'stakedBalance_DESC', - StakedBalanceDescNullsFirst = 'stakedBalance_DESC_NULLS_FIRST', - StakedBalanceDescNullsLast = 'stakedBalance_DESC_NULLS_LAST', - VotingPowerAsc = 'votingPower_ASC', - VotingPowerAscNullsFirst = 'votingPower_ASC_NULLS_FIRST', - VotingPowerAscNullsLast = 'votingPower_ASC_NULLS_LAST', - VotingPowerDesc = 'votingPower_DESC', - VotingPowerDescNullsFirst = 'votingPower_DESC_NULLS_FIRST', - VotingPowerDescNullsLast = 'votingPower_DESC_NULLS_LAST' -} - -export type EsAccountWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - account_contains?: InputMaybe; - account_containsInsensitive?: InputMaybe; - account_endsWith?: InputMaybe; - account_eq?: InputMaybe; - account_gt?: InputMaybe; - account_gte?: InputMaybe; - account_in?: InputMaybe>; - account_isNull?: InputMaybe; - account_lt?: InputMaybe; - account_lte?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_containsInsensitive?: InputMaybe; - account_not_endsWith?: InputMaybe; - account_not_eq?: InputMaybe; - account_not_in?: InputMaybe>; - account_not_startsWith?: InputMaybe; - account_startsWith?: InputMaybe; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - assetBalance_eq?: InputMaybe; - assetBalance_gt?: InputMaybe; - assetBalance_gte?: InputMaybe; - assetBalance_in?: InputMaybe>; - assetBalance_isNull?: InputMaybe; - assetBalance_lt?: InputMaybe; - assetBalance_lte?: InputMaybe; - assetBalance_not_eq?: InputMaybe; - assetBalance_not_in?: InputMaybe>; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - delegateTo?: InputMaybe; - delegateTo_isNull?: InputMaybe; - delegatesFrom_every?: InputMaybe; - delegatesFrom_none?: InputMaybe; - delegatesFrom_some?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - stakedBalance_eq?: InputMaybe; - stakedBalance_gt?: InputMaybe; - stakedBalance_gte?: InputMaybe; - stakedBalance_in?: InputMaybe>; - stakedBalance_isNull?: InputMaybe; - stakedBalance_lt?: InputMaybe; - stakedBalance_lte?: InputMaybe; - stakedBalance_not_eq?: InputMaybe; - stakedBalance_not_in?: InputMaybe>; - votingPower_eq?: InputMaybe; - votingPower_gt?: InputMaybe; - votingPower_gte?: InputMaybe; - votingPower_in?: InputMaybe>; - votingPower_isNull?: InputMaybe; - votingPower_lt?: InputMaybe; - votingPower_lte?: InputMaybe; - votingPower_not_eq?: InputMaybe; - votingPower_not_in?: InputMaybe>; -}; - -export type EsAccountsConnection = { - __typename?: 'ESAccountsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type EsDelegateChanged = { - __typename?: 'ESDelegateChanged'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - delegator: Scalars['String']['output']; - fromDelegate: Scalars['String']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - toDelegate: Scalars['String']['output']; - txHash: Scalars['String']['output']; -}; - -export type EsDelegateChangedEdge = { - __typename?: 'ESDelegateChangedEdge'; - cursor: Scalars['String']['output']; - node: EsDelegateChanged; -}; - -export enum EsDelegateChangedOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - DelegatorAsc = 'delegator_ASC', - DelegatorAscNullsFirst = 'delegator_ASC_NULLS_FIRST', - DelegatorAscNullsLast = 'delegator_ASC_NULLS_LAST', - DelegatorDesc = 'delegator_DESC', - DelegatorDescNullsFirst = 'delegator_DESC_NULLS_FIRST', - DelegatorDescNullsLast = 'delegator_DESC_NULLS_LAST', - FromDelegateAsc = 'fromDelegate_ASC', - FromDelegateAscNullsFirst = 'fromDelegate_ASC_NULLS_FIRST', - FromDelegateAscNullsLast = 'fromDelegate_ASC_NULLS_LAST', - FromDelegateDesc = 'fromDelegate_DESC', - FromDelegateDescNullsFirst = 'fromDelegate_DESC_NULLS_FIRST', - FromDelegateDescNullsLast = 'fromDelegate_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - ToDelegateAsc = 'toDelegate_ASC', - ToDelegateAscNullsFirst = 'toDelegate_ASC_NULLS_FIRST', - ToDelegateAscNullsLast = 'toDelegate_ASC_NULLS_LAST', - ToDelegateDesc = 'toDelegate_DESC', - ToDelegateDescNullsFirst = 'toDelegate_DESC_NULLS_FIRST', - ToDelegateDescNullsLast = 'toDelegate_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type EsDelegateChangedWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - delegator_contains?: InputMaybe; - delegator_containsInsensitive?: InputMaybe; - delegator_endsWith?: InputMaybe; - delegator_eq?: InputMaybe; - delegator_gt?: InputMaybe; - delegator_gte?: InputMaybe; - delegator_in?: InputMaybe>; - delegator_isNull?: InputMaybe; - delegator_lt?: InputMaybe; - delegator_lte?: InputMaybe; - delegator_not_contains?: InputMaybe; - delegator_not_containsInsensitive?: InputMaybe; - delegator_not_endsWith?: InputMaybe; - delegator_not_eq?: InputMaybe; - delegator_not_in?: InputMaybe>; - delegator_not_startsWith?: InputMaybe; - delegator_startsWith?: InputMaybe; - fromDelegate_contains?: InputMaybe; - fromDelegate_containsInsensitive?: InputMaybe; - fromDelegate_endsWith?: InputMaybe; - fromDelegate_eq?: InputMaybe; - fromDelegate_gt?: InputMaybe; - fromDelegate_gte?: InputMaybe; - fromDelegate_in?: InputMaybe>; - fromDelegate_isNull?: InputMaybe; - fromDelegate_lt?: InputMaybe; - fromDelegate_lte?: InputMaybe; - fromDelegate_not_contains?: InputMaybe; - fromDelegate_not_containsInsensitive?: InputMaybe; - fromDelegate_not_endsWith?: InputMaybe; - fromDelegate_not_eq?: InputMaybe; - fromDelegate_not_in?: InputMaybe>; - fromDelegate_not_startsWith?: InputMaybe; - fromDelegate_startsWith?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - toDelegate_contains?: InputMaybe; - toDelegate_containsInsensitive?: InputMaybe; - toDelegate_endsWith?: InputMaybe; - toDelegate_eq?: InputMaybe; - toDelegate_gt?: InputMaybe; - toDelegate_gte?: InputMaybe; - toDelegate_in?: InputMaybe>; - toDelegate_isNull?: InputMaybe; - toDelegate_lt?: InputMaybe; - toDelegate_lte?: InputMaybe; - toDelegate_not_contains?: InputMaybe; - toDelegate_not_containsInsensitive?: InputMaybe; - toDelegate_not_endsWith?: InputMaybe; - toDelegate_not_eq?: InputMaybe; - toDelegate_not_in?: InputMaybe>; - toDelegate_not_startsWith?: InputMaybe; - toDelegate_startsWith?: InputMaybe; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type EsDelegateChangedsConnection = { - __typename?: 'ESDelegateChangedsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type EsDelegateVotesChanged = { - __typename?: 'ESDelegateVotesChanged'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - delegate: Scalars['String']['output']; - id: Scalars['String']['output']; - newBalance: Scalars['BigInt']['output']; - previousBalance: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type EsDelegateVotesChangedEdge = { - __typename?: 'ESDelegateVotesChangedEdge'; - cursor: Scalars['String']['output']; - node: EsDelegateVotesChanged; -}; - -export enum EsDelegateVotesChangedOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - DelegateAsc = 'delegate_ASC', - DelegateAscNullsFirst = 'delegate_ASC_NULLS_FIRST', - DelegateAscNullsLast = 'delegate_ASC_NULLS_LAST', - DelegateDesc = 'delegate_DESC', - DelegateDescNullsFirst = 'delegate_DESC_NULLS_FIRST', - DelegateDescNullsLast = 'delegate_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - NewBalanceAsc = 'newBalance_ASC', - NewBalanceAscNullsFirst = 'newBalance_ASC_NULLS_FIRST', - NewBalanceAscNullsLast = 'newBalance_ASC_NULLS_LAST', - NewBalanceDesc = 'newBalance_DESC', - NewBalanceDescNullsFirst = 'newBalance_DESC_NULLS_FIRST', - NewBalanceDescNullsLast = 'newBalance_DESC_NULLS_LAST', - PreviousBalanceAsc = 'previousBalance_ASC', - PreviousBalanceAscNullsFirst = 'previousBalance_ASC_NULLS_FIRST', - PreviousBalanceAscNullsLast = 'previousBalance_ASC_NULLS_LAST', - PreviousBalanceDesc = 'previousBalance_DESC', - PreviousBalanceDescNullsFirst = 'previousBalance_DESC_NULLS_FIRST', - PreviousBalanceDescNullsLast = 'previousBalance_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type EsDelegateVotesChangedWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_containsInsensitive?: InputMaybe; - delegate_endsWith?: InputMaybe; - delegate_eq?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_isNull?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_not_contains?: InputMaybe; - delegate_not_containsInsensitive?: InputMaybe; - delegate_not_endsWith?: InputMaybe; - delegate_not_eq?: InputMaybe; - delegate_not_in?: InputMaybe>; - delegate_not_startsWith?: InputMaybe; - delegate_startsWith?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - newBalance_eq?: InputMaybe; - newBalance_gt?: InputMaybe; - newBalance_gte?: InputMaybe; - newBalance_in?: InputMaybe>; - newBalance_isNull?: InputMaybe; - newBalance_lt?: InputMaybe; - newBalance_lte?: InputMaybe; - newBalance_not_eq?: InputMaybe; - newBalance_not_in?: InputMaybe>; - previousBalance_eq?: InputMaybe; - previousBalance_gt?: InputMaybe; - previousBalance_gte?: InputMaybe; - previousBalance_in?: InputMaybe>; - previousBalance_isNull?: InputMaybe; - previousBalance_lt?: InputMaybe; - previousBalance_lte?: InputMaybe; - previousBalance_not_eq?: InputMaybe; - previousBalance_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type EsDelegateVotesChangedsConnection = { - __typename?: 'ESDelegateVotesChangedsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type EsLockup = { - __typename?: 'ESLockup'; - account: Scalars['String']['output']; - address: Scalars['String']['output']; - amount: Scalars['BigInt']['output']; - chainId: Scalars['Int']['output']; - end: Scalars['DateTime']['output']; - events: Array; - id: Scalars['String']['output']; - lastUpdated: Scalars['DateTime']['output']; - lockupId: Scalars['BigInt']['output']; - penalty: Scalars['BigInt']['output']; - points: Scalars['BigInt']['output']; - state?: Maybe; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; - withdrawAmount: Scalars['BigInt']['output']; -}; - - -export type EsLockupEventsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type EsLockupEdge = { - __typename?: 'ESLockupEdge'; - cursor: Scalars['String']['output']; - node: EsLockup; -}; - -export type EsLockupEvent = { - __typename?: 'ESLockupEvent'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - event: EsLockupEventType; - id: Scalars['String']['output']; - lockup: EsLockup; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type EsLockupEventEdge = { - __typename?: 'ESLockupEventEdge'; - cursor: Scalars['String']['output']; - node: EsLockupEvent; -}; - -export enum EsLockupEventOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - EventAsc = 'event_ASC', - EventAscNullsFirst = 'event_ASC_NULLS_FIRST', - EventAscNullsLast = 'event_ASC_NULLS_LAST', - EventDesc = 'event_DESC', - EventDescNullsFirst = 'event_DESC_NULLS_FIRST', - EventDescNullsLast = 'event_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - LockupAccountAsc = 'lockup_account_ASC', - LockupAccountAscNullsFirst = 'lockup_account_ASC_NULLS_FIRST', - LockupAccountAscNullsLast = 'lockup_account_ASC_NULLS_LAST', - LockupAccountDesc = 'lockup_account_DESC', - LockupAccountDescNullsFirst = 'lockup_account_DESC_NULLS_FIRST', - LockupAccountDescNullsLast = 'lockup_account_DESC_NULLS_LAST', - LockupAddressAsc = 'lockup_address_ASC', - LockupAddressAscNullsFirst = 'lockup_address_ASC_NULLS_FIRST', - LockupAddressAscNullsLast = 'lockup_address_ASC_NULLS_LAST', - LockupAddressDesc = 'lockup_address_DESC', - LockupAddressDescNullsFirst = 'lockup_address_DESC_NULLS_FIRST', - LockupAddressDescNullsLast = 'lockup_address_DESC_NULLS_LAST', - LockupAmountAsc = 'lockup_amount_ASC', - LockupAmountAscNullsFirst = 'lockup_amount_ASC_NULLS_FIRST', - LockupAmountAscNullsLast = 'lockup_amount_ASC_NULLS_LAST', - LockupAmountDesc = 'lockup_amount_DESC', - LockupAmountDescNullsFirst = 'lockup_amount_DESC_NULLS_FIRST', - LockupAmountDescNullsLast = 'lockup_amount_DESC_NULLS_LAST', - LockupChainIdAsc = 'lockup_chainId_ASC', - LockupChainIdAscNullsFirst = 'lockup_chainId_ASC_NULLS_FIRST', - LockupChainIdAscNullsLast = 'lockup_chainId_ASC_NULLS_LAST', - LockupChainIdDesc = 'lockup_chainId_DESC', - LockupChainIdDescNullsFirst = 'lockup_chainId_DESC_NULLS_FIRST', - LockupChainIdDescNullsLast = 'lockup_chainId_DESC_NULLS_LAST', - LockupEndAsc = 'lockup_end_ASC', - LockupEndAscNullsFirst = 'lockup_end_ASC_NULLS_FIRST', - LockupEndAscNullsLast = 'lockup_end_ASC_NULLS_LAST', - LockupEndDesc = 'lockup_end_DESC', - LockupEndDescNullsFirst = 'lockup_end_DESC_NULLS_FIRST', - LockupEndDescNullsLast = 'lockup_end_DESC_NULLS_LAST', - LockupIdAsc = 'lockup_id_ASC', - LockupIdAscNullsFirst = 'lockup_id_ASC_NULLS_FIRST', - LockupIdAscNullsLast = 'lockup_id_ASC_NULLS_LAST', - LockupIdDesc = 'lockup_id_DESC', - LockupIdDescNullsFirst = 'lockup_id_DESC_NULLS_FIRST', - LockupIdDescNullsLast = 'lockup_id_DESC_NULLS_LAST', - LockupLastUpdatedAsc = 'lockup_lastUpdated_ASC', - LockupLastUpdatedAscNullsFirst = 'lockup_lastUpdated_ASC_NULLS_FIRST', - LockupLastUpdatedAscNullsLast = 'lockup_lastUpdated_ASC_NULLS_LAST', - LockupLastUpdatedDesc = 'lockup_lastUpdated_DESC', - LockupLastUpdatedDescNullsFirst = 'lockup_lastUpdated_DESC_NULLS_FIRST', - LockupLastUpdatedDescNullsLast = 'lockup_lastUpdated_DESC_NULLS_LAST', - LockupLockupIdAsc = 'lockup_lockupId_ASC', - LockupLockupIdAscNullsFirst = 'lockup_lockupId_ASC_NULLS_FIRST', - LockupLockupIdAscNullsLast = 'lockup_lockupId_ASC_NULLS_LAST', - LockupLockupIdDesc = 'lockup_lockupId_DESC', - LockupLockupIdDescNullsFirst = 'lockup_lockupId_DESC_NULLS_FIRST', - LockupLockupIdDescNullsLast = 'lockup_lockupId_DESC_NULLS_LAST', - LockupPenaltyAsc = 'lockup_penalty_ASC', - LockupPenaltyAscNullsFirst = 'lockup_penalty_ASC_NULLS_FIRST', - LockupPenaltyAscNullsLast = 'lockup_penalty_ASC_NULLS_LAST', - LockupPenaltyDesc = 'lockup_penalty_DESC', - LockupPenaltyDescNullsFirst = 'lockup_penalty_DESC_NULLS_FIRST', - LockupPenaltyDescNullsLast = 'lockup_penalty_DESC_NULLS_LAST', - LockupPointsAsc = 'lockup_points_ASC', - LockupPointsAscNullsFirst = 'lockup_points_ASC_NULLS_FIRST', - LockupPointsAscNullsLast = 'lockup_points_ASC_NULLS_LAST', - LockupPointsDesc = 'lockup_points_DESC', - LockupPointsDescNullsFirst = 'lockup_points_DESC_NULLS_FIRST', - LockupPointsDescNullsLast = 'lockup_points_DESC_NULLS_LAST', - LockupStateAsc = 'lockup_state_ASC', - LockupStateAscNullsFirst = 'lockup_state_ASC_NULLS_FIRST', - LockupStateAscNullsLast = 'lockup_state_ASC_NULLS_LAST', - LockupStateDesc = 'lockup_state_DESC', - LockupStateDescNullsFirst = 'lockup_state_DESC_NULLS_FIRST', - LockupStateDescNullsLast = 'lockup_state_DESC_NULLS_LAST', - LockupTimestampAsc = 'lockup_timestamp_ASC', - LockupTimestampAscNullsFirst = 'lockup_timestamp_ASC_NULLS_FIRST', - LockupTimestampAscNullsLast = 'lockup_timestamp_ASC_NULLS_LAST', - LockupTimestampDesc = 'lockup_timestamp_DESC', - LockupTimestampDescNullsFirst = 'lockup_timestamp_DESC_NULLS_FIRST', - LockupTimestampDescNullsLast = 'lockup_timestamp_DESC_NULLS_LAST', - LockupTxHashAsc = 'lockup_txHash_ASC', - LockupTxHashAscNullsFirst = 'lockup_txHash_ASC_NULLS_FIRST', - LockupTxHashAscNullsLast = 'lockup_txHash_ASC_NULLS_LAST', - LockupTxHashDesc = 'lockup_txHash_DESC', - LockupTxHashDescNullsFirst = 'lockup_txHash_DESC_NULLS_FIRST', - LockupTxHashDescNullsLast = 'lockup_txHash_DESC_NULLS_LAST', - LockupWithdrawAmountAsc = 'lockup_withdrawAmount_ASC', - LockupWithdrawAmountAscNullsFirst = 'lockup_withdrawAmount_ASC_NULLS_FIRST', - LockupWithdrawAmountAscNullsLast = 'lockup_withdrawAmount_ASC_NULLS_LAST', - LockupWithdrawAmountDesc = 'lockup_withdrawAmount_DESC', - LockupWithdrawAmountDescNullsFirst = 'lockup_withdrawAmount_DESC_NULLS_FIRST', - LockupWithdrawAmountDescNullsLast = 'lockup_withdrawAmount_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export enum EsLockupEventType { - Extended = 'Extended', - Staked = 'Staked', - Unstaked = 'Unstaked' -} - -export type EsLockupEventWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - event_eq?: InputMaybe; - event_in?: InputMaybe>; - event_isNull?: InputMaybe; - event_not_eq?: InputMaybe; - event_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - lockup?: InputMaybe; - lockup_isNull?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type EsLockupEventsConnection = { - __typename?: 'ESLockupEventsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export enum EsLockupOrderByInput { - AccountAsc = 'account_ASC', - AccountAscNullsFirst = 'account_ASC_NULLS_FIRST', - AccountAscNullsLast = 'account_ASC_NULLS_LAST', - AccountDesc = 'account_DESC', - AccountDescNullsFirst = 'account_DESC_NULLS_FIRST', - AccountDescNullsLast = 'account_DESC_NULLS_LAST', - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - EndAsc = 'end_ASC', - EndAscNullsFirst = 'end_ASC_NULLS_FIRST', - EndAscNullsLast = 'end_ASC_NULLS_LAST', - EndDesc = 'end_DESC', - EndDescNullsFirst = 'end_DESC_NULLS_FIRST', - EndDescNullsLast = 'end_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - LastUpdatedAsc = 'lastUpdated_ASC', - LastUpdatedAscNullsFirst = 'lastUpdated_ASC_NULLS_FIRST', - LastUpdatedAscNullsLast = 'lastUpdated_ASC_NULLS_LAST', - LastUpdatedDesc = 'lastUpdated_DESC', - LastUpdatedDescNullsFirst = 'lastUpdated_DESC_NULLS_FIRST', - LastUpdatedDescNullsLast = 'lastUpdated_DESC_NULLS_LAST', - LockupIdAsc = 'lockupId_ASC', - LockupIdAscNullsFirst = 'lockupId_ASC_NULLS_FIRST', - LockupIdAscNullsLast = 'lockupId_ASC_NULLS_LAST', - LockupIdDesc = 'lockupId_DESC', - LockupIdDescNullsFirst = 'lockupId_DESC_NULLS_FIRST', - LockupIdDescNullsLast = 'lockupId_DESC_NULLS_LAST', - PenaltyAsc = 'penalty_ASC', - PenaltyAscNullsFirst = 'penalty_ASC_NULLS_FIRST', - PenaltyAscNullsLast = 'penalty_ASC_NULLS_LAST', - PenaltyDesc = 'penalty_DESC', - PenaltyDescNullsFirst = 'penalty_DESC_NULLS_FIRST', - PenaltyDescNullsLast = 'penalty_DESC_NULLS_LAST', - PointsAsc = 'points_ASC', - PointsAscNullsFirst = 'points_ASC_NULLS_FIRST', - PointsAscNullsLast = 'points_ASC_NULLS_LAST', - PointsDesc = 'points_DESC', - PointsDescNullsFirst = 'points_DESC_NULLS_FIRST', - PointsDescNullsLast = 'points_DESC_NULLS_LAST', - StateAsc = 'state_ASC', - StateAscNullsFirst = 'state_ASC_NULLS_FIRST', - StateAscNullsLast = 'state_ASC_NULLS_LAST', - StateDesc = 'state_DESC', - StateDescNullsFirst = 'state_DESC_NULLS_FIRST', - StateDescNullsLast = 'state_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST', - WithdrawAmountAsc = 'withdrawAmount_ASC', - WithdrawAmountAscNullsFirst = 'withdrawAmount_ASC_NULLS_FIRST', - WithdrawAmountAscNullsLast = 'withdrawAmount_ASC_NULLS_LAST', - WithdrawAmountDesc = 'withdrawAmount_DESC', - WithdrawAmountDescNullsFirst = 'withdrawAmount_DESC_NULLS_FIRST', - WithdrawAmountDescNullsLast = 'withdrawAmount_DESC_NULLS_LAST' -} - -export enum EsLockupState { - Closed = 'Closed', - Open = 'Open' -} - -export type EsLockupWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - account_contains?: InputMaybe; - account_containsInsensitive?: InputMaybe; - account_endsWith?: InputMaybe; - account_eq?: InputMaybe; - account_gt?: InputMaybe; - account_gte?: InputMaybe; - account_in?: InputMaybe>; - account_isNull?: InputMaybe; - account_lt?: InputMaybe; - account_lte?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_containsInsensitive?: InputMaybe; - account_not_endsWith?: InputMaybe; - account_not_eq?: InputMaybe; - account_not_in?: InputMaybe>; - account_not_startsWith?: InputMaybe; - account_startsWith?: InputMaybe; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - end_eq?: InputMaybe; - end_gt?: InputMaybe; - end_gte?: InputMaybe; - end_in?: InputMaybe>; - end_isNull?: InputMaybe; - end_lt?: InputMaybe; - end_lte?: InputMaybe; - end_not_eq?: InputMaybe; - end_not_in?: InputMaybe>; - events_every?: InputMaybe; - events_none?: InputMaybe; - events_some?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - lastUpdated_eq?: InputMaybe; - lastUpdated_gt?: InputMaybe; - lastUpdated_gte?: InputMaybe; - lastUpdated_in?: InputMaybe>; - lastUpdated_isNull?: InputMaybe; - lastUpdated_lt?: InputMaybe; - lastUpdated_lte?: InputMaybe; - lastUpdated_not_eq?: InputMaybe; - lastUpdated_not_in?: InputMaybe>; - lockupId_eq?: InputMaybe; - lockupId_gt?: InputMaybe; - lockupId_gte?: InputMaybe; - lockupId_in?: InputMaybe>; - lockupId_isNull?: InputMaybe; - lockupId_lt?: InputMaybe; - lockupId_lte?: InputMaybe; - lockupId_not_eq?: InputMaybe; - lockupId_not_in?: InputMaybe>; - penalty_eq?: InputMaybe; - penalty_gt?: InputMaybe; - penalty_gte?: InputMaybe; - penalty_in?: InputMaybe>; - penalty_isNull?: InputMaybe; - penalty_lt?: InputMaybe; - penalty_lte?: InputMaybe; - penalty_not_eq?: InputMaybe; - penalty_not_in?: InputMaybe>; - points_eq?: InputMaybe; - points_gt?: InputMaybe; - points_gte?: InputMaybe; - points_in?: InputMaybe>; - points_isNull?: InputMaybe; - points_lt?: InputMaybe; - points_lte?: InputMaybe; - points_not_eq?: InputMaybe; - points_not_in?: InputMaybe>; - state_eq?: InputMaybe; - state_in?: InputMaybe>; - state_isNull?: InputMaybe; - state_not_eq?: InputMaybe; - state_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; - withdrawAmount_eq?: InputMaybe; - withdrawAmount_gt?: InputMaybe; - withdrawAmount_gte?: InputMaybe; - withdrawAmount_in?: InputMaybe>; - withdrawAmount_isNull?: InputMaybe; - withdrawAmount_lt?: InputMaybe; - withdrawAmount_lte?: InputMaybe; - withdrawAmount_not_eq?: InputMaybe; - withdrawAmount_not_in?: InputMaybe>; -}; - -export type EsLockupsConnection = { - __typename?: 'ESLockupsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type EsPenaltiesConnection = { - __typename?: 'ESPenaltiesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type EsPenalty = { - __typename?: 'ESPenalty'; - account: Scalars['String']['output']; - address: Scalars['String']['output']; - amount: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type EsPenaltyEdge = { - __typename?: 'ESPenaltyEdge'; - cursor: Scalars['String']['output']; - node: EsPenalty; -}; - -export enum EsPenaltyOrderByInput { - AccountAsc = 'account_ASC', - AccountAscNullsFirst = 'account_ASC_NULLS_FIRST', - AccountAscNullsLast = 'account_ASC_NULLS_LAST', - AccountDesc = 'account_DESC', - AccountDescNullsFirst = 'account_DESC_NULLS_FIRST', - AccountDescNullsLast = 'account_DESC_NULLS_LAST', - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type EsPenaltyWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - account_contains?: InputMaybe; - account_containsInsensitive?: InputMaybe; - account_endsWith?: InputMaybe; - account_eq?: InputMaybe; - account_gt?: InputMaybe; - account_gte?: InputMaybe; - account_in?: InputMaybe>; - account_isNull?: InputMaybe; - account_lt?: InputMaybe; - account_lte?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_containsInsensitive?: InputMaybe; - account_not_endsWith?: InputMaybe; - account_not_eq?: InputMaybe; - account_not_in?: InputMaybe>; - account_not_startsWith?: InputMaybe; - account_startsWith?: InputMaybe; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type EsReward = { - __typename?: 'ESReward'; - account: Scalars['String']['output']; - address: Scalars['String']['output']; - amount: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type EsRewardEdge = { - __typename?: 'ESRewardEdge'; - cursor: Scalars['String']['output']; - node: EsReward; -}; - -export enum EsRewardOrderByInput { - AccountAsc = 'account_ASC', - AccountAscNullsFirst = 'account_ASC_NULLS_FIRST', - AccountAscNullsLast = 'account_ASC_NULLS_LAST', - AccountDesc = 'account_DESC', - AccountDescNullsFirst = 'account_DESC_NULLS_FIRST', - AccountDescNullsLast = 'account_DESC_NULLS_LAST', - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type EsRewardWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - account_contains?: InputMaybe; - account_containsInsensitive?: InputMaybe; - account_endsWith?: InputMaybe; - account_eq?: InputMaybe; - account_gt?: InputMaybe; - account_gte?: InputMaybe; - account_in?: InputMaybe>; - account_isNull?: InputMaybe; - account_lt?: InputMaybe; - account_lte?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_containsInsensitive?: InputMaybe; - account_not_endsWith?: InputMaybe; - account_not_eq?: InputMaybe; - account_not_in?: InputMaybe>; - account_not_startsWith?: InputMaybe; - account_startsWith?: InputMaybe; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type EsRewardsConnection = { - __typename?: 'ESRewardsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type EsStake = { - __typename?: 'ESStake'; - account: Scalars['String']['output']; - address: Scalars['String']['output']; - amount: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - end: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - lockupId: Scalars['BigInt']['output']; - points: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type EsStakeEdge = { - __typename?: 'ESStakeEdge'; - cursor: Scalars['String']['output']; - node: EsStake; -}; - -export enum EsStakeOrderByInput { - AccountAsc = 'account_ASC', - AccountAscNullsFirst = 'account_ASC_NULLS_FIRST', - AccountAscNullsLast = 'account_ASC_NULLS_LAST', - AccountDesc = 'account_DESC', - AccountDescNullsFirst = 'account_DESC_NULLS_FIRST', - AccountDescNullsLast = 'account_DESC_NULLS_LAST', - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - EndAsc = 'end_ASC', - EndAscNullsFirst = 'end_ASC_NULLS_FIRST', - EndAscNullsLast = 'end_ASC_NULLS_LAST', - EndDesc = 'end_DESC', - EndDescNullsFirst = 'end_DESC_NULLS_FIRST', - EndDescNullsLast = 'end_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - LockupIdAsc = 'lockupId_ASC', - LockupIdAscNullsFirst = 'lockupId_ASC_NULLS_FIRST', - LockupIdAscNullsLast = 'lockupId_ASC_NULLS_LAST', - LockupIdDesc = 'lockupId_DESC', - LockupIdDescNullsFirst = 'lockupId_DESC_NULLS_FIRST', - LockupIdDescNullsLast = 'lockupId_DESC_NULLS_LAST', - PointsAsc = 'points_ASC', - PointsAscNullsFirst = 'points_ASC_NULLS_FIRST', - PointsAscNullsLast = 'points_ASC_NULLS_LAST', - PointsDesc = 'points_DESC', - PointsDescNullsFirst = 'points_DESC_NULLS_FIRST', - PointsDescNullsLast = 'points_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type EsStakeWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - account_contains?: InputMaybe; - account_containsInsensitive?: InputMaybe; - account_endsWith?: InputMaybe; - account_eq?: InputMaybe; - account_gt?: InputMaybe; - account_gte?: InputMaybe; - account_in?: InputMaybe>; - account_isNull?: InputMaybe; - account_lt?: InputMaybe; - account_lte?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_containsInsensitive?: InputMaybe; - account_not_endsWith?: InputMaybe; - account_not_eq?: InputMaybe; - account_not_in?: InputMaybe>; - account_not_startsWith?: InputMaybe; - account_startsWith?: InputMaybe; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - end_eq?: InputMaybe; - end_gt?: InputMaybe; - end_gte?: InputMaybe; - end_in?: InputMaybe>; - end_isNull?: InputMaybe; - end_lt?: InputMaybe; - end_lte?: InputMaybe; - end_not_eq?: InputMaybe; - end_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - lockupId_eq?: InputMaybe; - lockupId_gt?: InputMaybe; - lockupId_gte?: InputMaybe; - lockupId_in?: InputMaybe>; - lockupId_isNull?: InputMaybe; - lockupId_lt?: InputMaybe; - lockupId_lte?: InputMaybe; - lockupId_not_eq?: InputMaybe; - lockupId_not_in?: InputMaybe>; - points_eq?: InputMaybe; - points_gt?: InputMaybe; - points_gte?: InputMaybe; - points_in?: InputMaybe>; - points_isNull?: InputMaybe; - points_lt?: InputMaybe; - points_lte?: InputMaybe; - points_not_eq?: InputMaybe; - points_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type EsStakesConnection = { - __typename?: 'ESStakesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type EsToken = { - __typename?: 'ESToken'; - blockNumber: Scalars['Int']['output']; - circulating: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - staked: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - total: Scalars['BigInt']['output']; -}; - -export type EsTokenEdge = { - __typename?: 'ESTokenEdge'; - cursor: Scalars['String']['output']; - node: EsToken; -}; - -export enum EsTokenOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - CirculatingAsc = 'circulating_ASC', - CirculatingAscNullsFirst = 'circulating_ASC_NULLS_FIRST', - CirculatingAscNullsLast = 'circulating_ASC_NULLS_LAST', - CirculatingDesc = 'circulating_DESC', - CirculatingDescNullsFirst = 'circulating_DESC_NULLS_FIRST', - CirculatingDescNullsLast = 'circulating_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - StakedAsc = 'staked_ASC', - StakedAscNullsFirst = 'staked_ASC_NULLS_FIRST', - StakedAscNullsLast = 'staked_ASC_NULLS_LAST', - StakedDesc = 'staked_DESC', - StakedDescNullsFirst = 'staked_DESC_NULLS_FIRST', - StakedDescNullsLast = 'staked_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalAsc = 'total_ASC', - TotalAscNullsFirst = 'total_ASC_NULLS_FIRST', - TotalAscNullsLast = 'total_ASC_NULLS_LAST', - TotalDesc = 'total_DESC', - TotalDescNullsFirst = 'total_DESC_NULLS_FIRST', - TotalDescNullsLast = 'total_DESC_NULLS_LAST' -} - -export type EsTokenWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - circulating_eq?: InputMaybe; - circulating_gt?: InputMaybe; - circulating_gte?: InputMaybe; - circulating_in?: InputMaybe>; - circulating_isNull?: InputMaybe; - circulating_lt?: InputMaybe; - circulating_lte?: InputMaybe; - circulating_not_eq?: InputMaybe; - circulating_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - staked_eq?: InputMaybe; - staked_gt?: InputMaybe; - staked_gte?: InputMaybe; - staked_in?: InputMaybe>; - staked_isNull?: InputMaybe; - staked_lt?: InputMaybe; - staked_lte?: InputMaybe; - staked_not_eq?: InputMaybe; - staked_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - total_eq?: InputMaybe; - total_gt?: InputMaybe; - total_gte?: InputMaybe; - total_in?: InputMaybe>; - total_isNull?: InputMaybe; - total_lt?: InputMaybe; - total_lte?: InputMaybe; - total_not_eq?: InputMaybe; - total_not_in?: InputMaybe>; -}; - -export type EsTokensConnection = { - __typename?: 'ESTokensConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type EsUnstake = { - __typename?: 'ESUnstake'; - account: Scalars['String']['output']; - address: Scalars['String']['output']; - amount: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - end: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - lockupId: Scalars['BigInt']['output']; - points: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type EsUnstakeEdge = { - __typename?: 'ESUnstakeEdge'; - cursor: Scalars['String']['output']; - node: EsUnstake; -}; - -export enum EsUnstakeOrderByInput { - AccountAsc = 'account_ASC', - AccountAscNullsFirst = 'account_ASC_NULLS_FIRST', - AccountAscNullsLast = 'account_ASC_NULLS_LAST', - AccountDesc = 'account_DESC', - AccountDescNullsFirst = 'account_DESC_NULLS_FIRST', - AccountDescNullsLast = 'account_DESC_NULLS_LAST', - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - EndAsc = 'end_ASC', - EndAscNullsFirst = 'end_ASC_NULLS_FIRST', - EndAscNullsLast = 'end_ASC_NULLS_LAST', - EndDesc = 'end_DESC', - EndDescNullsFirst = 'end_DESC_NULLS_FIRST', - EndDescNullsLast = 'end_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - LockupIdAsc = 'lockupId_ASC', - LockupIdAscNullsFirst = 'lockupId_ASC_NULLS_FIRST', - LockupIdAscNullsLast = 'lockupId_ASC_NULLS_LAST', - LockupIdDesc = 'lockupId_DESC', - LockupIdDescNullsFirst = 'lockupId_DESC_NULLS_FIRST', - LockupIdDescNullsLast = 'lockupId_DESC_NULLS_LAST', - PointsAsc = 'points_ASC', - PointsAscNullsFirst = 'points_ASC_NULLS_FIRST', - PointsAscNullsLast = 'points_ASC_NULLS_LAST', - PointsDesc = 'points_DESC', - PointsDescNullsFirst = 'points_DESC_NULLS_FIRST', - PointsDescNullsLast = 'points_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type EsUnstakeWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - account_contains?: InputMaybe; - account_containsInsensitive?: InputMaybe; - account_endsWith?: InputMaybe; - account_eq?: InputMaybe; - account_gt?: InputMaybe; - account_gte?: InputMaybe; - account_in?: InputMaybe>; - account_isNull?: InputMaybe; - account_lt?: InputMaybe; - account_lte?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_containsInsensitive?: InputMaybe; - account_not_endsWith?: InputMaybe; - account_not_eq?: InputMaybe; - account_not_in?: InputMaybe>; - account_not_startsWith?: InputMaybe; - account_startsWith?: InputMaybe; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - end_eq?: InputMaybe; - end_gt?: InputMaybe; - end_gte?: InputMaybe; - end_in?: InputMaybe>; - end_isNull?: InputMaybe; - end_lt?: InputMaybe; - end_lte?: InputMaybe; - end_not_eq?: InputMaybe; - end_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - lockupId_eq?: InputMaybe; - lockupId_gt?: InputMaybe; - lockupId_gte?: InputMaybe; - lockupId_in?: InputMaybe>; - lockupId_isNull?: InputMaybe; - lockupId_lt?: InputMaybe; - lockupId_lte?: InputMaybe; - lockupId_not_eq?: InputMaybe; - lockupId_not_in?: InputMaybe>; - points_eq?: InputMaybe; - points_gt?: InputMaybe; - points_gte?: InputMaybe; - points_in?: InputMaybe>; - points_isNull?: InputMaybe; - points_lt?: InputMaybe; - points_lte?: InputMaybe; - points_not_eq?: InputMaybe; - points_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type EsUnstakesConnection = { - __typename?: 'ESUnstakesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type EsYield = { - __typename?: 'ESYield'; - address: Scalars['String']['output']; - apr: Scalars['Float']['output']; - apy: Scalars['Float']['output']; - assetBalance: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - rewardsPerSecond: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type EsYieldEdge = { - __typename?: 'ESYieldEdge'; - cursor: Scalars['String']['output']; - node: EsYield; -}; - -export enum EsYieldOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - AprAsc = 'apr_ASC', - AprAscNullsFirst = 'apr_ASC_NULLS_FIRST', - AprAscNullsLast = 'apr_ASC_NULLS_LAST', - AprDesc = 'apr_DESC', - AprDescNullsFirst = 'apr_DESC_NULLS_FIRST', - AprDescNullsLast = 'apr_DESC_NULLS_LAST', - ApyAsc = 'apy_ASC', - ApyAscNullsFirst = 'apy_ASC_NULLS_FIRST', - ApyAscNullsLast = 'apy_ASC_NULLS_LAST', - ApyDesc = 'apy_DESC', - ApyDescNullsFirst = 'apy_DESC_NULLS_FIRST', - ApyDescNullsLast = 'apy_DESC_NULLS_LAST', - AssetBalanceAsc = 'assetBalance_ASC', - AssetBalanceAscNullsFirst = 'assetBalance_ASC_NULLS_FIRST', - AssetBalanceAscNullsLast = 'assetBalance_ASC_NULLS_LAST', - AssetBalanceDesc = 'assetBalance_DESC', - AssetBalanceDescNullsFirst = 'assetBalance_DESC_NULLS_FIRST', - AssetBalanceDescNullsLast = 'assetBalance_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - RewardsPerSecondAsc = 'rewardsPerSecond_ASC', - RewardsPerSecondAscNullsFirst = 'rewardsPerSecond_ASC_NULLS_FIRST', - RewardsPerSecondAscNullsLast = 'rewardsPerSecond_ASC_NULLS_LAST', - RewardsPerSecondDesc = 'rewardsPerSecond_DESC', - RewardsPerSecondDescNullsFirst = 'rewardsPerSecond_DESC_NULLS_FIRST', - RewardsPerSecondDescNullsLast = 'rewardsPerSecond_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type EsYieldWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - apr_eq?: InputMaybe; - apr_gt?: InputMaybe; - apr_gte?: InputMaybe; - apr_in?: InputMaybe>; - apr_isNull?: InputMaybe; - apr_lt?: InputMaybe; - apr_lte?: InputMaybe; - apr_not_eq?: InputMaybe; - apr_not_in?: InputMaybe>; - apy_eq?: InputMaybe; - apy_gt?: InputMaybe; - apy_gte?: InputMaybe; - apy_in?: InputMaybe>; - apy_isNull?: InputMaybe; - apy_lt?: InputMaybe; - apy_lte?: InputMaybe; - apy_not_eq?: InputMaybe; - apy_not_in?: InputMaybe>; - assetBalance_eq?: InputMaybe; - assetBalance_gt?: InputMaybe; - assetBalance_gte?: InputMaybe; - assetBalance_in?: InputMaybe>; - assetBalance_isNull?: InputMaybe; - assetBalance_lt?: InputMaybe; - assetBalance_lte?: InputMaybe; - assetBalance_not_eq?: InputMaybe; - assetBalance_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - rewardsPerSecond_eq?: InputMaybe; - rewardsPerSecond_gt?: InputMaybe; - rewardsPerSecond_gte?: InputMaybe; - rewardsPerSecond_in?: InputMaybe>; - rewardsPerSecond_isNull?: InputMaybe; - rewardsPerSecond_lt?: InputMaybe; - rewardsPerSecond_lte?: InputMaybe; - rewardsPerSecond_not_eq?: InputMaybe; - rewardsPerSecond_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type EsYieldsConnection = { - __typename?: 'ESYieldsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -/** - * Any entity which has a price associated with it should have that price go in here. - * Prices can change very frequently and we don't want those changes on the same track - * as values which change less frequently. - */ -export type ExchangeRate = { - __typename?: 'ExchangeRate'; - base: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - /** Format: 'blockNumber:pair' ex '123456789:ETH_USD' */ - id: Scalars['String']['output']; - pair: Scalars['String']['output']; - quote: Scalars['String']['output']; - rate: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type ExchangeRateEdge = { - __typename?: 'ExchangeRateEdge'; - cursor: Scalars['String']['output']; - node: ExchangeRate; -}; - -export enum ExchangeRateOrderByInput { - BaseAsc = 'base_ASC', - BaseAscNullsFirst = 'base_ASC_NULLS_FIRST', - BaseAscNullsLast = 'base_ASC_NULLS_LAST', - BaseDesc = 'base_DESC', - BaseDescNullsFirst = 'base_DESC_NULLS_FIRST', - BaseDescNullsLast = 'base_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - PairAsc = 'pair_ASC', - PairAscNullsFirst = 'pair_ASC_NULLS_FIRST', - PairAscNullsLast = 'pair_ASC_NULLS_LAST', - PairDesc = 'pair_DESC', - PairDescNullsFirst = 'pair_DESC_NULLS_FIRST', - PairDescNullsLast = 'pair_DESC_NULLS_LAST', - QuoteAsc = 'quote_ASC', - QuoteAscNullsFirst = 'quote_ASC_NULLS_FIRST', - QuoteAscNullsLast = 'quote_ASC_NULLS_LAST', - QuoteDesc = 'quote_DESC', - QuoteDescNullsFirst = 'quote_DESC_NULLS_FIRST', - QuoteDescNullsLast = 'quote_DESC_NULLS_LAST', - RateAsc = 'rate_ASC', - RateAscNullsFirst = 'rate_ASC_NULLS_FIRST', - RateAscNullsLast = 'rate_ASC_NULLS_LAST', - RateDesc = 'rate_DESC', - RateDescNullsFirst = 'rate_DESC_NULLS_FIRST', - RateDescNullsLast = 'rate_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type ExchangeRateWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - base_contains?: InputMaybe; - base_containsInsensitive?: InputMaybe; - base_endsWith?: InputMaybe; - base_eq?: InputMaybe; - base_gt?: InputMaybe; - base_gte?: InputMaybe; - base_in?: InputMaybe>; - base_isNull?: InputMaybe; - base_lt?: InputMaybe; - base_lte?: InputMaybe; - base_not_contains?: InputMaybe; - base_not_containsInsensitive?: InputMaybe; - base_not_endsWith?: InputMaybe; - base_not_eq?: InputMaybe; - base_not_in?: InputMaybe>; - base_not_startsWith?: InputMaybe; - base_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - pair_contains?: InputMaybe; - pair_containsInsensitive?: InputMaybe; - pair_endsWith?: InputMaybe; - pair_eq?: InputMaybe; - pair_gt?: InputMaybe; - pair_gte?: InputMaybe; - pair_in?: InputMaybe>; - pair_isNull?: InputMaybe; - pair_lt?: InputMaybe; - pair_lte?: InputMaybe; - pair_not_contains?: InputMaybe; - pair_not_containsInsensitive?: InputMaybe; - pair_not_endsWith?: InputMaybe; - pair_not_eq?: InputMaybe; - pair_not_in?: InputMaybe>; - pair_not_startsWith?: InputMaybe; - pair_startsWith?: InputMaybe; - quote_contains?: InputMaybe; - quote_containsInsensitive?: InputMaybe; - quote_endsWith?: InputMaybe; - quote_eq?: InputMaybe; - quote_gt?: InputMaybe; - quote_gte?: InputMaybe; - quote_in?: InputMaybe>; - quote_isNull?: InputMaybe; - quote_lt?: InputMaybe; - quote_lte?: InputMaybe; - quote_not_contains?: InputMaybe; - quote_not_containsInsensitive?: InputMaybe; - quote_not_endsWith?: InputMaybe; - quote_not_eq?: InputMaybe; - quote_not_in?: InputMaybe>; - quote_not_startsWith?: InputMaybe; - quote_startsWith?: InputMaybe; - rate_eq?: InputMaybe; - rate_gt?: InputMaybe; - rate_gte?: InputMaybe; - rate_in?: InputMaybe>; - rate_isNull?: InputMaybe; - rate_lt?: InputMaybe; - rate_lte?: InputMaybe; - rate_not_eq?: InputMaybe; - rate_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type ExchangeRatesConnection = { - __typename?: 'ExchangeRatesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type FrrsRewardCollected = { - __typename?: 'FRRSRewardCollected'; - address: Scalars['String']['output']; - amountCollected: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type FrrsRewardCollectedEdge = { - __typename?: 'FRRSRewardCollectedEdge'; - cursor: Scalars['String']['output']; - node: FrrsRewardCollected; -}; - -export enum FrrsRewardCollectedOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - AmountCollectedAsc = 'amountCollected_ASC', - AmountCollectedAscNullsFirst = 'amountCollected_ASC_NULLS_FIRST', - AmountCollectedAscNullsLast = 'amountCollected_ASC_NULLS_LAST', - AmountCollectedDesc = 'amountCollected_DESC', - AmountCollectedDescNullsFirst = 'amountCollected_DESC_NULLS_FIRST', - AmountCollectedDescNullsLast = 'amountCollected_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type FrrsRewardCollectedWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - amountCollected_eq?: InputMaybe; - amountCollected_gt?: InputMaybe; - amountCollected_gte?: InputMaybe; - amountCollected_in?: InputMaybe>; - amountCollected_isNull?: InputMaybe; - amountCollected_lt?: InputMaybe; - amountCollected_lte?: InputMaybe; - amountCollected_not_eq?: InputMaybe; - amountCollected_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type FrrsRewardCollectedsConnection = { - __typename?: 'FRRSRewardCollectedsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type FrrsRewardsPerSecondChanged = { - __typename?: 'FRRSRewardsPerSecondChanged'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - newRPS: Scalars['BigInt']['output']; - oldRPS: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type FrrsRewardsPerSecondChangedEdge = { - __typename?: 'FRRSRewardsPerSecondChangedEdge'; - cursor: Scalars['String']['output']; - node: FrrsRewardsPerSecondChanged; -}; - -export enum FrrsRewardsPerSecondChangedOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - NewRpsAsc = 'newRPS_ASC', - NewRpsAscNullsFirst = 'newRPS_ASC_NULLS_FIRST', - NewRpsAscNullsLast = 'newRPS_ASC_NULLS_LAST', - NewRpsDesc = 'newRPS_DESC', - NewRpsDescNullsFirst = 'newRPS_DESC_NULLS_FIRST', - NewRpsDescNullsLast = 'newRPS_DESC_NULLS_LAST', - OldRpsAsc = 'oldRPS_ASC', - OldRpsAscNullsFirst = 'oldRPS_ASC_NULLS_FIRST', - OldRpsAscNullsLast = 'oldRPS_ASC_NULLS_LAST', - OldRpsDesc = 'oldRPS_DESC', - OldRpsDescNullsFirst = 'oldRPS_DESC_NULLS_FIRST', - OldRpsDescNullsLast = 'oldRPS_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type FrrsRewardsPerSecondChangedWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - newRPS_eq?: InputMaybe; - newRPS_gt?: InputMaybe; - newRPS_gte?: InputMaybe; - newRPS_in?: InputMaybe>; - newRPS_isNull?: InputMaybe; - newRPS_lt?: InputMaybe; - newRPS_lte?: InputMaybe; - newRPS_not_eq?: InputMaybe; - newRPS_not_in?: InputMaybe>; - oldRPS_eq?: InputMaybe; - oldRPS_gt?: InputMaybe; - oldRPS_gte?: InputMaybe; - oldRPS_in?: InputMaybe>; - oldRPS_isNull?: InputMaybe; - oldRPS_lt?: InputMaybe; - oldRPS_lte?: InputMaybe; - oldRPS_not_eq?: InputMaybe; - oldRPS_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type FrrsRewardsPerSecondChangedsConnection = { - __typename?: 'FRRSRewardsPerSecondChangedsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type FrrsRewardsTargetChange = { - __typename?: 'FRRSRewardsTargetChange'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - previousTarget: Scalars['String']['output']; - target: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type FrrsRewardsTargetChangeEdge = { - __typename?: 'FRRSRewardsTargetChangeEdge'; - cursor: Scalars['String']['output']; - node: FrrsRewardsTargetChange; -}; - -export enum FrrsRewardsTargetChangeOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - PreviousTargetAsc = 'previousTarget_ASC', - PreviousTargetAscNullsFirst = 'previousTarget_ASC_NULLS_FIRST', - PreviousTargetAscNullsLast = 'previousTarget_ASC_NULLS_LAST', - PreviousTargetDesc = 'previousTarget_DESC', - PreviousTargetDescNullsFirst = 'previousTarget_DESC_NULLS_FIRST', - PreviousTargetDescNullsLast = 'previousTarget_DESC_NULLS_LAST', - TargetAsc = 'target_ASC', - TargetAscNullsFirst = 'target_ASC_NULLS_FIRST', - TargetAscNullsLast = 'target_ASC_NULLS_LAST', - TargetDesc = 'target_DESC', - TargetDescNullsFirst = 'target_DESC_NULLS_FIRST', - TargetDescNullsLast = 'target_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type FrrsRewardsTargetChangeWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - previousTarget_contains?: InputMaybe; - previousTarget_containsInsensitive?: InputMaybe; - previousTarget_endsWith?: InputMaybe; - previousTarget_eq?: InputMaybe; - previousTarget_gt?: InputMaybe; - previousTarget_gte?: InputMaybe; - previousTarget_in?: InputMaybe>; - previousTarget_isNull?: InputMaybe; - previousTarget_lt?: InputMaybe; - previousTarget_lte?: InputMaybe; - previousTarget_not_contains?: InputMaybe; - previousTarget_not_containsInsensitive?: InputMaybe; - previousTarget_not_endsWith?: InputMaybe; - previousTarget_not_eq?: InputMaybe; - previousTarget_not_in?: InputMaybe>; - previousTarget_not_startsWith?: InputMaybe; - previousTarget_startsWith?: InputMaybe; - target_contains?: InputMaybe; - target_containsInsensitive?: InputMaybe; - target_endsWith?: InputMaybe; - target_eq?: InputMaybe; - target_gt?: InputMaybe; - target_gte?: InputMaybe; - target_in?: InputMaybe>; - target_isNull?: InputMaybe; - target_lt?: InputMaybe; - target_lte?: InputMaybe; - target_not_contains?: InputMaybe; - target_not_containsInsensitive?: InputMaybe; - target_not_endsWith?: InputMaybe; - target_not_eq?: InputMaybe; - target_not_in?: InputMaybe>; - target_not_startsWith?: InputMaybe; - target_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type FrrsRewardsTargetChangesConnection = { - __typename?: 'FRRSRewardsTargetChangesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type FrrsStrategistUpdated = { - __typename?: 'FRRSStrategistUpdated'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - strategistAddress: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type FrrsStrategistUpdatedEdge = { - __typename?: 'FRRSStrategistUpdatedEdge'; - cursor: Scalars['String']['output']; - node: FrrsStrategistUpdated; -}; - -export enum FrrsStrategistUpdatedOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - StrategistAddressAsc = 'strategistAddress_ASC', - StrategistAddressAscNullsFirst = 'strategistAddress_ASC_NULLS_FIRST', - StrategistAddressAscNullsLast = 'strategistAddress_ASC_NULLS_LAST', - StrategistAddressDesc = 'strategistAddress_DESC', - StrategistAddressDescNullsFirst = 'strategistAddress_DESC_NULLS_FIRST', - StrategistAddressDescNullsLast = 'strategistAddress_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type FrrsStrategistUpdatedWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - strategistAddress_contains?: InputMaybe; - strategistAddress_containsInsensitive?: InputMaybe; - strategistAddress_endsWith?: InputMaybe; - strategistAddress_eq?: InputMaybe; - strategistAddress_gt?: InputMaybe; - strategistAddress_gte?: InputMaybe; - strategistAddress_in?: InputMaybe>; - strategistAddress_isNull?: InputMaybe; - strategistAddress_lt?: InputMaybe; - strategistAddress_lte?: InputMaybe; - strategistAddress_not_contains?: InputMaybe; - strategistAddress_not_containsInsensitive?: InputMaybe; - strategistAddress_not_endsWith?: InputMaybe; - strategistAddress_not_eq?: InputMaybe; - strategistAddress_not_in?: InputMaybe>; - strategistAddress_not_startsWith?: InputMaybe; - strategistAddress_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type FrrsStrategistUpdatedsConnection = { - __typename?: 'FRRSStrategistUpdatedsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type GovernanceProposal = { - __typename?: 'GovernanceProposal'; - address: Scalars['String']['output']; - calldatas: Array>; - chainId: Scalars['Int']['output']; - choices: Array>; - description?: Maybe; - endBlock: Scalars['BigInt']['output']; - events: Array; - id: Scalars['String']['output']; - lastUpdated: Scalars['DateTime']['output']; - proposalId: Scalars['BigInt']['output']; - proposer: Scalars['String']['output']; - quorum: Scalars['BigInt']['output']; - scores: Array>; - signatures: Array>; - startBlock: Scalars['BigInt']['output']; - status: GovernanceProposalState; - targets: Array>; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; - values: Array>; -}; - - -export type GovernanceProposalEventsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type GovernanceProposalEdge = { - __typename?: 'GovernanceProposalEdge'; - cursor: Scalars['String']['output']; - node: GovernanceProposal; -}; - -export type GovernanceProposalEvent = { - __typename?: 'GovernanceProposalEvent'; - event: GovernanceProposalEventType; - id: Scalars['String']['output']; - proposal: GovernanceProposal; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type GovernanceProposalEventEdge = { - __typename?: 'GovernanceProposalEventEdge'; - cursor: Scalars['String']['output']; - node: GovernanceProposalEvent; -}; - -export enum GovernanceProposalEventOrderByInput { - EventAsc = 'event_ASC', - EventAscNullsFirst = 'event_ASC_NULLS_FIRST', - EventAscNullsLast = 'event_ASC_NULLS_LAST', - EventDesc = 'event_DESC', - EventDescNullsFirst = 'event_DESC_NULLS_FIRST', - EventDescNullsLast = 'event_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - ProposalAddressAsc = 'proposal_address_ASC', - ProposalAddressAscNullsFirst = 'proposal_address_ASC_NULLS_FIRST', - ProposalAddressAscNullsLast = 'proposal_address_ASC_NULLS_LAST', - ProposalAddressDesc = 'proposal_address_DESC', - ProposalAddressDescNullsFirst = 'proposal_address_DESC_NULLS_FIRST', - ProposalAddressDescNullsLast = 'proposal_address_DESC_NULLS_LAST', - ProposalChainIdAsc = 'proposal_chainId_ASC', - ProposalChainIdAscNullsFirst = 'proposal_chainId_ASC_NULLS_FIRST', - ProposalChainIdAscNullsLast = 'proposal_chainId_ASC_NULLS_LAST', - ProposalChainIdDesc = 'proposal_chainId_DESC', - ProposalChainIdDescNullsFirst = 'proposal_chainId_DESC_NULLS_FIRST', - ProposalChainIdDescNullsLast = 'proposal_chainId_DESC_NULLS_LAST', - ProposalDescriptionAsc = 'proposal_description_ASC', - ProposalDescriptionAscNullsFirst = 'proposal_description_ASC_NULLS_FIRST', - ProposalDescriptionAscNullsLast = 'proposal_description_ASC_NULLS_LAST', - ProposalDescriptionDesc = 'proposal_description_DESC', - ProposalDescriptionDescNullsFirst = 'proposal_description_DESC_NULLS_FIRST', - ProposalDescriptionDescNullsLast = 'proposal_description_DESC_NULLS_LAST', - ProposalEndBlockAsc = 'proposal_endBlock_ASC', - ProposalEndBlockAscNullsFirst = 'proposal_endBlock_ASC_NULLS_FIRST', - ProposalEndBlockAscNullsLast = 'proposal_endBlock_ASC_NULLS_LAST', - ProposalEndBlockDesc = 'proposal_endBlock_DESC', - ProposalEndBlockDescNullsFirst = 'proposal_endBlock_DESC_NULLS_FIRST', - ProposalEndBlockDescNullsLast = 'proposal_endBlock_DESC_NULLS_LAST', - ProposalIdAsc = 'proposal_id_ASC', - ProposalIdAscNullsFirst = 'proposal_id_ASC_NULLS_FIRST', - ProposalIdAscNullsLast = 'proposal_id_ASC_NULLS_LAST', - ProposalIdDesc = 'proposal_id_DESC', - ProposalIdDescNullsFirst = 'proposal_id_DESC_NULLS_FIRST', - ProposalIdDescNullsLast = 'proposal_id_DESC_NULLS_LAST', - ProposalLastUpdatedAsc = 'proposal_lastUpdated_ASC', - ProposalLastUpdatedAscNullsFirst = 'proposal_lastUpdated_ASC_NULLS_FIRST', - ProposalLastUpdatedAscNullsLast = 'proposal_lastUpdated_ASC_NULLS_LAST', - ProposalLastUpdatedDesc = 'proposal_lastUpdated_DESC', - ProposalLastUpdatedDescNullsFirst = 'proposal_lastUpdated_DESC_NULLS_FIRST', - ProposalLastUpdatedDescNullsLast = 'proposal_lastUpdated_DESC_NULLS_LAST', - ProposalProposalIdAsc = 'proposal_proposalId_ASC', - ProposalProposalIdAscNullsFirst = 'proposal_proposalId_ASC_NULLS_FIRST', - ProposalProposalIdAscNullsLast = 'proposal_proposalId_ASC_NULLS_LAST', - ProposalProposalIdDesc = 'proposal_proposalId_DESC', - ProposalProposalIdDescNullsFirst = 'proposal_proposalId_DESC_NULLS_FIRST', - ProposalProposalIdDescNullsLast = 'proposal_proposalId_DESC_NULLS_LAST', - ProposalProposerAsc = 'proposal_proposer_ASC', - ProposalProposerAscNullsFirst = 'proposal_proposer_ASC_NULLS_FIRST', - ProposalProposerAscNullsLast = 'proposal_proposer_ASC_NULLS_LAST', - ProposalProposerDesc = 'proposal_proposer_DESC', - ProposalProposerDescNullsFirst = 'proposal_proposer_DESC_NULLS_FIRST', - ProposalProposerDescNullsLast = 'proposal_proposer_DESC_NULLS_LAST', - ProposalQuorumAsc = 'proposal_quorum_ASC', - ProposalQuorumAscNullsFirst = 'proposal_quorum_ASC_NULLS_FIRST', - ProposalQuorumAscNullsLast = 'proposal_quorum_ASC_NULLS_LAST', - ProposalQuorumDesc = 'proposal_quorum_DESC', - ProposalQuorumDescNullsFirst = 'proposal_quorum_DESC_NULLS_FIRST', - ProposalQuorumDescNullsLast = 'proposal_quorum_DESC_NULLS_LAST', - ProposalStartBlockAsc = 'proposal_startBlock_ASC', - ProposalStartBlockAscNullsFirst = 'proposal_startBlock_ASC_NULLS_FIRST', - ProposalStartBlockAscNullsLast = 'proposal_startBlock_ASC_NULLS_LAST', - ProposalStartBlockDesc = 'proposal_startBlock_DESC', - ProposalStartBlockDescNullsFirst = 'proposal_startBlock_DESC_NULLS_FIRST', - ProposalStartBlockDescNullsLast = 'proposal_startBlock_DESC_NULLS_LAST', - ProposalStatusAsc = 'proposal_status_ASC', - ProposalStatusAscNullsFirst = 'proposal_status_ASC_NULLS_FIRST', - ProposalStatusAscNullsLast = 'proposal_status_ASC_NULLS_LAST', - ProposalStatusDesc = 'proposal_status_DESC', - ProposalStatusDescNullsFirst = 'proposal_status_DESC_NULLS_FIRST', - ProposalStatusDescNullsLast = 'proposal_status_DESC_NULLS_LAST', - ProposalTimestampAsc = 'proposal_timestamp_ASC', - ProposalTimestampAscNullsFirst = 'proposal_timestamp_ASC_NULLS_FIRST', - ProposalTimestampAscNullsLast = 'proposal_timestamp_ASC_NULLS_LAST', - ProposalTimestampDesc = 'proposal_timestamp_DESC', - ProposalTimestampDescNullsFirst = 'proposal_timestamp_DESC_NULLS_FIRST', - ProposalTimestampDescNullsLast = 'proposal_timestamp_DESC_NULLS_LAST', - ProposalTxHashAsc = 'proposal_txHash_ASC', - ProposalTxHashAscNullsFirst = 'proposal_txHash_ASC_NULLS_FIRST', - ProposalTxHashAscNullsLast = 'proposal_txHash_ASC_NULLS_LAST', - ProposalTxHashDesc = 'proposal_txHash_DESC', - ProposalTxHashDescNullsFirst = 'proposal_txHash_DESC_NULLS_FIRST', - ProposalTxHashDescNullsLast = 'proposal_txHash_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export enum GovernanceProposalEventType { - Canceled = 'Canceled', - Created = 'Created', - Executed = 'Executed', - Extended = 'Extended', - Queued = 'Queued' -} - -export type GovernanceProposalEventWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - event_eq?: InputMaybe; - event_in?: InputMaybe>; - event_isNull?: InputMaybe; - event_not_eq?: InputMaybe; - event_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - proposal?: InputMaybe; - proposal_isNull?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type GovernanceProposalEventsConnection = { - __typename?: 'GovernanceProposalEventsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export enum GovernanceProposalOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - DescriptionAsc = 'description_ASC', - DescriptionAscNullsFirst = 'description_ASC_NULLS_FIRST', - DescriptionAscNullsLast = 'description_ASC_NULLS_LAST', - DescriptionDesc = 'description_DESC', - DescriptionDescNullsFirst = 'description_DESC_NULLS_FIRST', - DescriptionDescNullsLast = 'description_DESC_NULLS_LAST', - EndBlockAsc = 'endBlock_ASC', - EndBlockAscNullsFirst = 'endBlock_ASC_NULLS_FIRST', - EndBlockAscNullsLast = 'endBlock_ASC_NULLS_LAST', - EndBlockDesc = 'endBlock_DESC', - EndBlockDescNullsFirst = 'endBlock_DESC_NULLS_FIRST', - EndBlockDescNullsLast = 'endBlock_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - LastUpdatedAsc = 'lastUpdated_ASC', - LastUpdatedAscNullsFirst = 'lastUpdated_ASC_NULLS_FIRST', - LastUpdatedAscNullsLast = 'lastUpdated_ASC_NULLS_LAST', - LastUpdatedDesc = 'lastUpdated_DESC', - LastUpdatedDescNullsFirst = 'lastUpdated_DESC_NULLS_FIRST', - LastUpdatedDescNullsLast = 'lastUpdated_DESC_NULLS_LAST', - ProposalIdAsc = 'proposalId_ASC', - ProposalIdAscNullsFirst = 'proposalId_ASC_NULLS_FIRST', - ProposalIdAscNullsLast = 'proposalId_ASC_NULLS_LAST', - ProposalIdDesc = 'proposalId_DESC', - ProposalIdDescNullsFirst = 'proposalId_DESC_NULLS_FIRST', - ProposalIdDescNullsLast = 'proposalId_DESC_NULLS_LAST', - ProposerAsc = 'proposer_ASC', - ProposerAscNullsFirst = 'proposer_ASC_NULLS_FIRST', - ProposerAscNullsLast = 'proposer_ASC_NULLS_LAST', - ProposerDesc = 'proposer_DESC', - ProposerDescNullsFirst = 'proposer_DESC_NULLS_FIRST', - ProposerDescNullsLast = 'proposer_DESC_NULLS_LAST', - QuorumAsc = 'quorum_ASC', - QuorumAscNullsFirst = 'quorum_ASC_NULLS_FIRST', - QuorumAscNullsLast = 'quorum_ASC_NULLS_LAST', - QuorumDesc = 'quorum_DESC', - QuorumDescNullsFirst = 'quorum_DESC_NULLS_FIRST', - QuorumDescNullsLast = 'quorum_DESC_NULLS_LAST', - StartBlockAsc = 'startBlock_ASC', - StartBlockAscNullsFirst = 'startBlock_ASC_NULLS_FIRST', - StartBlockAscNullsLast = 'startBlock_ASC_NULLS_LAST', - StartBlockDesc = 'startBlock_DESC', - StartBlockDescNullsFirst = 'startBlock_DESC_NULLS_FIRST', - StartBlockDescNullsLast = 'startBlock_DESC_NULLS_LAST', - StatusAsc = 'status_ASC', - StatusAscNullsFirst = 'status_ASC_NULLS_FIRST', - StatusAscNullsLast = 'status_ASC_NULLS_LAST', - StatusDesc = 'status_DESC', - StatusDescNullsFirst = 'status_DESC_NULLS_FIRST', - StatusDescNullsLast = 'status_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export enum GovernanceProposalState { - Active = 'Active', - Canceled = 'Canceled', - Defeated = 'Defeated', - Executed = 'Executed', - Expired = 'Expired', - Pending = 'Pending', - Queued = 'Queued', - Succeeded = 'Succeeded' -} - -export type GovernanceProposalVote = { - __typename?: 'GovernanceProposalVote'; - address: Scalars['String']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - proposal: GovernanceProposal; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; - type: GovernanceVoteType; - voter: Scalars['String']['output']; - weight: Scalars['BigInt']['output']; -}; - -export type GovernanceProposalVoteEdge = { - __typename?: 'GovernanceProposalVoteEdge'; - cursor: Scalars['String']['output']; - node: GovernanceProposalVote; -}; - -export enum GovernanceProposalVoteOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - ProposalAddressAsc = 'proposal_address_ASC', - ProposalAddressAscNullsFirst = 'proposal_address_ASC_NULLS_FIRST', - ProposalAddressAscNullsLast = 'proposal_address_ASC_NULLS_LAST', - ProposalAddressDesc = 'proposal_address_DESC', - ProposalAddressDescNullsFirst = 'proposal_address_DESC_NULLS_FIRST', - ProposalAddressDescNullsLast = 'proposal_address_DESC_NULLS_LAST', - ProposalChainIdAsc = 'proposal_chainId_ASC', - ProposalChainIdAscNullsFirst = 'proposal_chainId_ASC_NULLS_FIRST', - ProposalChainIdAscNullsLast = 'proposal_chainId_ASC_NULLS_LAST', - ProposalChainIdDesc = 'proposal_chainId_DESC', - ProposalChainIdDescNullsFirst = 'proposal_chainId_DESC_NULLS_FIRST', - ProposalChainIdDescNullsLast = 'proposal_chainId_DESC_NULLS_LAST', - ProposalDescriptionAsc = 'proposal_description_ASC', - ProposalDescriptionAscNullsFirst = 'proposal_description_ASC_NULLS_FIRST', - ProposalDescriptionAscNullsLast = 'proposal_description_ASC_NULLS_LAST', - ProposalDescriptionDesc = 'proposal_description_DESC', - ProposalDescriptionDescNullsFirst = 'proposal_description_DESC_NULLS_FIRST', - ProposalDescriptionDescNullsLast = 'proposal_description_DESC_NULLS_LAST', - ProposalEndBlockAsc = 'proposal_endBlock_ASC', - ProposalEndBlockAscNullsFirst = 'proposal_endBlock_ASC_NULLS_FIRST', - ProposalEndBlockAscNullsLast = 'proposal_endBlock_ASC_NULLS_LAST', - ProposalEndBlockDesc = 'proposal_endBlock_DESC', - ProposalEndBlockDescNullsFirst = 'proposal_endBlock_DESC_NULLS_FIRST', - ProposalEndBlockDescNullsLast = 'proposal_endBlock_DESC_NULLS_LAST', - ProposalIdAsc = 'proposal_id_ASC', - ProposalIdAscNullsFirst = 'proposal_id_ASC_NULLS_FIRST', - ProposalIdAscNullsLast = 'proposal_id_ASC_NULLS_LAST', - ProposalIdDesc = 'proposal_id_DESC', - ProposalIdDescNullsFirst = 'proposal_id_DESC_NULLS_FIRST', - ProposalIdDescNullsLast = 'proposal_id_DESC_NULLS_LAST', - ProposalLastUpdatedAsc = 'proposal_lastUpdated_ASC', - ProposalLastUpdatedAscNullsFirst = 'proposal_lastUpdated_ASC_NULLS_FIRST', - ProposalLastUpdatedAscNullsLast = 'proposal_lastUpdated_ASC_NULLS_LAST', - ProposalLastUpdatedDesc = 'proposal_lastUpdated_DESC', - ProposalLastUpdatedDescNullsFirst = 'proposal_lastUpdated_DESC_NULLS_FIRST', - ProposalLastUpdatedDescNullsLast = 'proposal_lastUpdated_DESC_NULLS_LAST', - ProposalProposalIdAsc = 'proposal_proposalId_ASC', - ProposalProposalIdAscNullsFirst = 'proposal_proposalId_ASC_NULLS_FIRST', - ProposalProposalIdAscNullsLast = 'proposal_proposalId_ASC_NULLS_LAST', - ProposalProposalIdDesc = 'proposal_proposalId_DESC', - ProposalProposalIdDescNullsFirst = 'proposal_proposalId_DESC_NULLS_FIRST', - ProposalProposalIdDescNullsLast = 'proposal_proposalId_DESC_NULLS_LAST', - ProposalProposerAsc = 'proposal_proposer_ASC', - ProposalProposerAscNullsFirst = 'proposal_proposer_ASC_NULLS_FIRST', - ProposalProposerAscNullsLast = 'proposal_proposer_ASC_NULLS_LAST', - ProposalProposerDesc = 'proposal_proposer_DESC', - ProposalProposerDescNullsFirst = 'proposal_proposer_DESC_NULLS_FIRST', - ProposalProposerDescNullsLast = 'proposal_proposer_DESC_NULLS_LAST', - ProposalQuorumAsc = 'proposal_quorum_ASC', - ProposalQuorumAscNullsFirst = 'proposal_quorum_ASC_NULLS_FIRST', - ProposalQuorumAscNullsLast = 'proposal_quorum_ASC_NULLS_LAST', - ProposalQuorumDesc = 'proposal_quorum_DESC', - ProposalQuorumDescNullsFirst = 'proposal_quorum_DESC_NULLS_FIRST', - ProposalQuorumDescNullsLast = 'proposal_quorum_DESC_NULLS_LAST', - ProposalStartBlockAsc = 'proposal_startBlock_ASC', - ProposalStartBlockAscNullsFirst = 'proposal_startBlock_ASC_NULLS_FIRST', - ProposalStartBlockAscNullsLast = 'proposal_startBlock_ASC_NULLS_LAST', - ProposalStartBlockDesc = 'proposal_startBlock_DESC', - ProposalStartBlockDescNullsFirst = 'proposal_startBlock_DESC_NULLS_FIRST', - ProposalStartBlockDescNullsLast = 'proposal_startBlock_DESC_NULLS_LAST', - ProposalStatusAsc = 'proposal_status_ASC', - ProposalStatusAscNullsFirst = 'proposal_status_ASC_NULLS_FIRST', - ProposalStatusAscNullsLast = 'proposal_status_ASC_NULLS_LAST', - ProposalStatusDesc = 'proposal_status_DESC', - ProposalStatusDescNullsFirst = 'proposal_status_DESC_NULLS_FIRST', - ProposalStatusDescNullsLast = 'proposal_status_DESC_NULLS_LAST', - ProposalTimestampAsc = 'proposal_timestamp_ASC', - ProposalTimestampAscNullsFirst = 'proposal_timestamp_ASC_NULLS_FIRST', - ProposalTimestampAscNullsLast = 'proposal_timestamp_ASC_NULLS_LAST', - ProposalTimestampDesc = 'proposal_timestamp_DESC', - ProposalTimestampDescNullsFirst = 'proposal_timestamp_DESC_NULLS_FIRST', - ProposalTimestampDescNullsLast = 'proposal_timestamp_DESC_NULLS_LAST', - ProposalTxHashAsc = 'proposal_txHash_ASC', - ProposalTxHashAscNullsFirst = 'proposal_txHash_ASC_NULLS_FIRST', - ProposalTxHashAscNullsLast = 'proposal_txHash_ASC_NULLS_LAST', - ProposalTxHashDesc = 'proposal_txHash_DESC', - ProposalTxHashDescNullsFirst = 'proposal_txHash_DESC_NULLS_FIRST', - ProposalTxHashDescNullsLast = 'proposal_txHash_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST', - TypeAsc = 'type_ASC', - TypeAscNullsFirst = 'type_ASC_NULLS_FIRST', - TypeAscNullsLast = 'type_ASC_NULLS_LAST', - TypeDesc = 'type_DESC', - TypeDescNullsFirst = 'type_DESC_NULLS_FIRST', - TypeDescNullsLast = 'type_DESC_NULLS_LAST', - VoterAsc = 'voter_ASC', - VoterAscNullsFirst = 'voter_ASC_NULLS_FIRST', - VoterAscNullsLast = 'voter_ASC_NULLS_LAST', - VoterDesc = 'voter_DESC', - VoterDescNullsFirst = 'voter_DESC_NULLS_FIRST', - VoterDescNullsLast = 'voter_DESC_NULLS_LAST', - WeightAsc = 'weight_ASC', - WeightAscNullsFirst = 'weight_ASC_NULLS_FIRST', - WeightAscNullsLast = 'weight_ASC_NULLS_LAST', - WeightDesc = 'weight_DESC', - WeightDescNullsFirst = 'weight_DESC_NULLS_FIRST', - WeightDescNullsLast = 'weight_DESC_NULLS_LAST' -} - -export type GovernanceProposalVoteWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - proposal?: InputMaybe; - proposal_isNull?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; - type_eq?: InputMaybe; - type_in?: InputMaybe>; - type_isNull?: InputMaybe; - type_not_eq?: InputMaybe; - type_not_in?: InputMaybe>; - voter_contains?: InputMaybe; - voter_containsInsensitive?: InputMaybe; - voter_endsWith?: InputMaybe; - voter_eq?: InputMaybe; - voter_gt?: InputMaybe; - voter_gte?: InputMaybe; - voter_in?: InputMaybe>; - voter_isNull?: InputMaybe; - voter_lt?: InputMaybe; - voter_lte?: InputMaybe; - voter_not_contains?: InputMaybe; - voter_not_containsInsensitive?: InputMaybe; - voter_not_endsWith?: InputMaybe; - voter_not_eq?: InputMaybe; - voter_not_in?: InputMaybe>; - voter_not_startsWith?: InputMaybe; - voter_startsWith?: InputMaybe; - weight_eq?: InputMaybe; - weight_gt?: InputMaybe; - weight_gte?: InputMaybe; - weight_in?: InputMaybe>; - weight_isNull?: InputMaybe; - weight_lt?: InputMaybe; - weight_lte?: InputMaybe; - weight_not_eq?: InputMaybe; - weight_not_in?: InputMaybe>; -}; - -export type GovernanceProposalVotesConnection = { - __typename?: 'GovernanceProposalVotesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type GovernanceProposalWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - calldatas_containsAll?: InputMaybe>>; - calldatas_containsAny?: InputMaybe>>; - calldatas_containsNone?: InputMaybe>>; - calldatas_isNull?: InputMaybe; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - choices_containsAll?: InputMaybe>>; - choices_containsAny?: InputMaybe>>; - choices_containsNone?: InputMaybe>>; - choices_isNull?: InputMaybe; - description_contains?: InputMaybe; - description_containsInsensitive?: InputMaybe; - description_endsWith?: InputMaybe; - description_eq?: InputMaybe; - description_gt?: InputMaybe; - description_gte?: InputMaybe; - description_in?: InputMaybe>; - description_isNull?: InputMaybe; - description_lt?: InputMaybe; - description_lte?: InputMaybe; - description_not_contains?: InputMaybe; - description_not_containsInsensitive?: InputMaybe; - description_not_endsWith?: InputMaybe; - description_not_eq?: InputMaybe; - description_not_in?: InputMaybe>; - description_not_startsWith?: InputMaybe; - description_startsWith?: InputMaybe; - endBlock_eq?: InputMaybe; - endBlock_gt?: InputMaybe; - endBlock_gte?: InputMaybe; - endBlock_in?: InputMaybe>; - endBlock_isNull?: InputMaybe; - endBlock_lt?: InputMaybe; - endBlock_lte?: InputMaybe; - endBlock_not_eq?: InputMaybe; - endBlock_not_in?: InputMaybe>; - events_every?: InputMaybe; - events_none?: InputMaybe; - events_some?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - lastUpdated_eq?: InputMaybe; - lastUpdated_gt?: InputMaybe; - lastUpdated_gte?: InputMaybe; - lastUpdated_in?: InputMaybe>; - lastUpdated_isNull?: InputMaybe; - lastUpdated_lt?: InputMaybe; - lastUpdated_lte?: InputMaybe; - lastUpdated_not_eq?: InputMaybe; - lastUpdated_not_in?: InputMaybe>; - proposalId_eq?: InputMaybe; - proposalId_gt?: InputMaybe; - proposalId_gte?: InputMaybe; - proposalId_in?: InputMaybe>; - proposalId_isNull?: InputMaybe; - proposalId_lt?: InputMaybe; - proposalId_lte?: InputMaybe; - proposalId_not_eq?: InputMaybe; - proposalId_not_in?: InputMaybe>; - proposer_contains?: InputMaybe; - proposer_containsInsensitive?: InputMaybe; - proposer_endsWith?: InputMaybe; - proposer_eq?: InputMaybe; - proposer_gt?: InputMaybe; - proposer_gte?: InputMaybe; - proposer_in?: InputMaybe>; - proposer_isNull?: InputMaybe; - proposer_lt?: InputMaybe; - proposer_lte?: InputMaybe; - proposer_not_contains?: InputMaybe; - proposer_not_containsInsensitive?: InputMaybe; - proposer_not_endsWith?: InputMaybe; - proposer_not_eq?: InputMaybe; - proposer_not_in?: InputMaybe>; - proposer_not_startsWith?: InputMaybe; - proposer_startsWith?: InputMaybe; - quorum_eq?: InputMaybe; - quorum_gt?: InputMaybe; - quorum_gte?: InputMaybe; - quorum_in?: InputMaybe>; - quorum_isNull?: InputMaybe; - quorum_lt?: InputMaybe; - quorum_lte?: InputMaybe; - quorum_not_eq?: InputMaybe; - quorum_not_in?: InputMaybe>; - scores_containsAll?: InputMaybe>>; - scores_containsAny?: InputMaybe>>; - scores_containsNone?: InputMaybe>>; - scores_isNull?: InputMaybe; - signatures_containsAll?: InputMaybe>>; - signatures_containsAny?: InputMaybe>>; - signatures_containsNone?: InputMaybe>>; - signatures_isNull?: InputMaybe; - startBlock_eq?: InputMaybe; - startBlock_gt?: InputMaybe; - startBlock_gte?: InputMaybe; - startBlock_in?: InputMaybe>; - startBlock_isNull?: InputMaybe; - startBlock_lt?: InputMaybe; - startBlock_lte?: InputMaybe; - startBlock_not_eq?: InputMaybe; - startBlock_not_in?: InputMaybe>; - status_eq?: InputMaybe; - status_in?: InputMaybe>; - status_isNull?: InputMaybe; - status_not_eq?: InputMaybe; - status_not_in?: InputMaybe>; - targets_containsAll?: InputMaybe>>; - targets_containsAny?: InputMaybe>>; - targets_containsNone?: InputMaybe>>; - targets_isNull?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; - values_containsAll?: InputMaybe>>; - values_containsAny?: InputMaybe>>; - values_containsNone?: InputMaybe>>; - values_isNull?: InputMaybe; -}; - -export type GovernanceProposalsConnection = { - __typename?: 'GovernanceProposalsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export enum GovernanceVoteType { - Abstain = 'Abstain', - Against = 'Against', - For = 'For' -} - -export enum HistoryType { - Received = 'Received', - Sent = 'Sent', - Yield = 'Yield' -} - -export type LegacyStaker = { - __typename?: 'LegacyStaker'; - balance: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - inputAmount: Scalars['BigInt']['output']; - outputAmount: Scalars['BigInt']['output']; - rewardAmount: Scalars['BigInt']['output']; -}; - -export type LegacyStakerEdge = { - __typename?: 'LegacyStakerEdge'; - cursor: Scalars['String']['output']; - node: LegacyStaker; -}; - -export enum LegacyStakerOrderByInput { - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - InputAmountAsc = 'inputAmount_ASC', - InputAmountAscNullsFirst = 'inputAmount_ASC_NULLS_FIRST', - InputAmountAscNullsLast = 'inputAmount_ASC_NULLS_LAST', - InputAmountDesc = 'inputAmount_DESC', - InputAmountDescNullsFirst = 'inputAmount_DESC_NULLS_FIRST', - InputAmountDescNullsLast = 'inputAmount_DESC_NULLS_LAST', - OutputAmountAsc = 'outputAmount_ASC', - OutputAmountAscNullsFirst = 'outputAmount_ASC_NULLS_FIRST', - OutputAmountAscNullsLast = 'outputAmount_ASC_NULLS_LAST', - OutputAmountDesc = 'outputAmount_DESC', - OutputAmountDescNullsFirst = 'outputAmount_DESC_NULLS_FIRST', - OutputAmountDescNullsLast = 'outputAmount_DESC_NULLS_LAST', - RewardAmountAsc = 'rewardAmount_ASC', - RewardAmountAscNullsFirst = 'rewardAmount_ASC_NULLS_FIRST', - RewardAmountAscNullsLast = 'rewardAmount_ASC_NULLS_LAST', - RewardAmountDesc = 'rewardAmount_DESC', - RewardAmountDescNullsFirst = 'rewardAmount_DESC_NULLS_FIRST', - RewardAmountDescNullsLast = 'rewardAmount_DESC_NULLS_LAST' -} - -export type LegacyStakerWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - inputAmount_eq?: InputMaybe; - inputAmount_gt?: InputMaybe; - inputAmount_gte?: InputMaybe; - inputAmount_in?: InputMaybe>; - inputAmount_isNull?: InputMaybe; - inputAmount_lt?: InputMaybe; - inputAmount_lte?: InputMaybe; - inputAmount_not_eq?: InputMaybe; - inputAmount_not_in?: InputMaybe>; - outputAmount_eq?: InputMaybe; - outputAmount_gt?: InputMaybe; - outputAmount_gte?: InputMaybe; - outputAmount_in?: InputMaybe>; - outputAmount_isNull?: InputMaybe; - outputAmount_lt?: InputMaybe; - outputAmount_lte?: InputMaybe; - outputAmount_not_eq?: InputMaybe; - outputAmount_not_in?: InputMaybe>; - rewardAmount_eq?: InputMaybe; - rewardAmount_gt?: InputMaybe; - rewardAmount_gte?: InputMaybe; - rewardAmount_in?: InputMaybe>; - rewardAmount_isNull?: InputMaybe; - rewardAmount_lt?: InputMaybe; - rewardAmount_lte?: InputMaybe; - rewardAmount_not_eq?: InputMaybe; - rewardAmount_not_in?: InputMaybe>; -}; - -export type LegacyStakersConnection = { - __typename?: 'LegacyStakersConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type LiquidityDailyBalance = { - __typename?: 'LiquidityDailyBalance'; - address: Scalars['String']['output']; - balance: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - token: Scalars['String']['output']; -}; - -export type LiquidityDailyBalanceEdge = { - __typename?: 'LiquidityDailyBalanceEdge'; - cursor: Scalars['String']['output']; - node: LiquidityDailyBalance; -}; - -export enum LiquidityDailyBalanceOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TokenAsc = 'token_ASC', - TokenAscNullsFirst = 'token_ASC_NULLS_FIRST', - TokenAscNullsLast = 'token_ASC_NULLS_LAST', - TokenDesc = 'token_DESC', - TokenDescNullsFirst = 'token_DESC_NULLS_FIRST', - TokenDescNullsLast = 'token_DESC_NULLS_LAST' -} - -export type LiquidityDailyBalanceWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_containsInsensitive?: InputMaybe; - token_endsWith?: InputMaybe; - token_eq?: InputMaybe; - token_gt?: InputMaybe; - token_gte?: InputMaybe; - token_in?: InputMaybe>; - token_isNull?: InputMaybe; - token_lt?: InputMaybe; - token_lte?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_containsInsensitive?: InputMaybe; - token_not_endsWith?: InputMaybe; - token_not_eq?: InputMaybe; - token_not_in?: InputMaybe>; - token_not_startsWith?: InputMaybe; - token_startsWith?: InputMaybe; -}; - -export type LiquidityDailyBalancesConnection = { - __typename?: 'LiquidityDailyBalancesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type LiquiditySource = { - __typename?: 'LiquiditySource'; - address: Scalars['String']['output']; - id: Scalars['String']['output']; - token: Scalars['String']['output']; - type: LiquiditySourceType; -}; - -export type LiquiditySourceEdge = { - __typename?: 'LiquiditySourceEdge'; - cursor: Scalars['String']['output']; - node: LiquiditySource; -}; - -export enum LiquiditySourceOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TokenAsc = 'token_ASC', - TokenAscNullsFirst = 'token_ASC_NULLS_FIRST', - TokenAscNullsLast = 'token_ASC_NULLS_LAST', - TokenDesc = 'token_DESC', - TokenDescNullsFirst = 'token_DESC_NULLS_FIRST', - TokenDescNullsLast = 'token_DESC_NULLS_LAST', - TypeAsc = 'type_ASC', - TypeAscNullsFirst = 'type_ASC_NULLS_FIRST', - TypeAscNullsLast = 'type_ASC_NULLS_LAST', - TypeDesc = 'type_DESC', - TypeDescNullsFirst = 'type_DESC_NULLS_FIRST', - TypeDescNullsLast = 'type_DESC_NULLS_LAST' -} - -export enum LiquiditySourceType { - Aave = 'Aave', - BalancerPool = 'BalancerPool', - Compound = 'Compound', - CurvePool = 'CurvePool', - MaverickPool = 'MaverickPool', - UniswapPool = 'UniswapPool' -} - -export type LiquiditySourceWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - token_contains?: InputMaybe; - token_containsInsensitive?: InputMaybe; - token_endsWith?: InputMaybe; - token_eq?: InputMaybe; - token_gt?: InputMaybe; - token_gte?: InputMaybe; - token_in?: InputMaybe>; - token_isNull?: InputMaybe; - token_lt?: InputMaybe; - token_lte?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_containsInsensitive?: InputMaybe; - token_not_endsWith?: InputMaybe; - token_not_eq?: InputMaybe; - token_not_in?: InputMaybe>; - token_not_startsWith?: InputMaybe; - token_startsWith?: InputMaybe; - type_eq?: InputMaybe; - type_in?: InputMaybe>; - type_isNull?: InputMaybe; - type_not_eq?: InputMaybe; - type_not_in?: InputMaybe>; -}; - -export type LiquiditySourcesConnection = { - __typename?: 'LiquiditySourcesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type MakerDsrStrategiesConnection = { - __typename?: 'MakerDSRStrategiesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type MakerDsrStrategy = { - __typename?: 'MakerDSRStrategy'; - blockNumber: Scalars['Int']['output']; - dai: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type MakerDsrStrategyEdge = { - __typename?: 'MakerDSRStrategyEdge'; - cursor: Scalars['String']['output']; - node: MakerDsrStrategy; -}; - -export enum MakerDsrStrategyOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DaiAsc = 'dai_ASC', - DaiAscNullsFirst = 'dai_ASC_NULLS_FIRST', - DaiAscNullsLast = 'dai_ASC_NULLS_LAST', - DaiDesc = 'dai_DESC', - DaiDescNullsFirst = 'dai_DESC_NULLS_FIRST', - DaiDescNullsLast = 'dai_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type MakerDsrStrategyWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dai_eq?: InputMaybe; - dai_gt?: InputMaybe; - dai_gte?: InputMaybe; - dai_in?: InputMaybe>; - dai_isNull?: InputMaybe; - dai_lt?: InputMaybe; - dai_lte?: InputMaybe; - dai_not_eq?: InputMaybe; - dai_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type MaverickPool = { - __typename?: 'MaverickPool'; - address: Scalars['String']['output']; - id: Scalars['String']['output']; - name: Scalars['String']['output']; - tokenA: Scalars['String']['output']; - tokenB: Scalars['String']['output']; -}; - -export type MaverickPoolBalance = { - __typename?: 'MaverickPoolBalance'; - address: Scalars['String']['output']; - binBalanceA: Scalars['BigInt']['output']; - binBalanceB: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type MaverickPoolBalanceEdge = { - __typename?: 'MaverickPoolBalanceEdge'; - cursor: Scalars['String']['output']; - node: MaverickPoolBalance; -}; - -export enum MaverickPoolBalanceOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BinBalanceAAsc = 'binBalanceA_ASC', - BinBalanceAAscNullsFirst = 'binBalanceA_ASC_NULLS_FIRST', - BinBalanceAAscNullsLast = 'binBalanceA_ASC_NULLS_LAST', - BinBalanceADesc = 'binBalanceA_DESC', - BinBalanceADescNullsFirst = 'binBalanceA_DESC_NULLS_FIRST', - BinBalanceADescNullsLast = 'binBalanceA_DESC_NULLS_LAST', - BinBalanceBAsc = 'binBalanceB_ASC', - BinBalanceBAscNullsFirst = 'binBalanceB_ASC_NULLS_FIRST', - BinBalanceBAscNullsLast = 'binBalanceB_ASC_NULLS_LAST', - BinBalanceBDesc = 'binBalanceB_DESC', - BinBalanceBDescNullsFirst = 'binBalanceB_DESC_NULLS_FIRST', - BinBalanceBDescNullsLast = 'binBalanceB_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type MaverickPoolBalanceWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - binBalanceA_eq?: InputMaybe; - binBalanceA_gt?: InputMaybe; - binBalanceA_gte?: InputMaybe; - binBalanceA_in?: InputMaybe>; - binBalanceA_isNull?: InputMaybe; - binBalanceA_lt?: InputMaybe; - binBalanceA_lte?: InputMaybe; - binBalanceA_not_eq?: InputMaybe; - binBalanceA_not_in?: InputMaybe>; - binBalanceB_eq?: InputMaybe; - binBalanceB_gt?: InputMaybe; - binBalanceB_gte?: InputMaybe; - binBalanceB_in?: InputMaybe>; - binBalanceB_isNull?: InputMaybe; - binBalanceB_lt?: InputMaybe; - binBalanceB_lte?: InputMaybe; - binBalanceB_not_eq?: InputMaybe; - binBalanceB_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type MaverickPoolBalancesConnection = { - __typename?: 'MaverickPoolBalancesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type MaverickPoolEdge = { - __typename?: 'MaverickPoolEdge'; - cursor: Scalars['String']['output']; - node: MaverickPool; -}; - -export enum MaverickPoolOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - NameAsc = 'name_ASC', - NameAscNullsFirst = 'name_ASC_NULLS_FIRST', - NameAscNullsLast = 'name_ASC_NULLS_LAST', - NameDesc = 'name_DESC', - NameDescNullsFirst = 'name_DESC_NULLS_FIRST', - NameDescNullsLast = 'name_DESC_NULLS_LAST', - TokenAAsc = 'tokenA_ASC', - TokenAAscNullsFirst = 'tokenA_ASC_NULLS_FIRST', - TokenAAscNullsLast = 'tokenA_ASC_NULLS_LAST', - TokenADesc = 'tokenA_DESC', - TokenADescNullsFirst = 'tokenA_DESC_NULLS_FIRST', - TokenADescNullsLast = 'tokenA_DESC_NULLS_LAST', - TokenBAsc = 'tokenB_ASC', - TokenBAscNullsFirst = 'tokenB_ASC_NULLS_FIRST', - TokenBAscNullsLast = 'tokenB_ASC_NULLS_LAST', - TokenBDesc = 'tokenB_DESC', - TokenBDescNullsFirst = 'tokenB_DESC_NULLS_FIRST', - TokenBDescNullsLast = 'tokenB_DESC_NULLS_LAST' -} - -export type MaverickPoolWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - name_contains?: InputMaybe; - name_containsInsensitive?: InputMaybe; - name_endsWith?: InputMaybe; - name_eq?: InputMaybe; - name_gt?: InputMaybe; - name_gte?: InputMaybe; - name_in?: InputMaybe>; - name_isNull?: InputMaybe; - name_lt?: InputMaybe; - name_lte?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_containsInsensitive?: InputMaybe; - name_not_endsWith?: InputMaybe; - name_not_eq?: InputMaybe; - name_not_in?: InputMaybe>; - name_not_startsWith?: InputMaybe; - name_startsWith?: InputMaybe; - tokenA_contains?: InputMaybe; - tokenA_containsInsensitive?: InputMaybe; - tokenA_endsWith?: InputMaybe; - tokenA_eq?: InputMaybe; - tokenA_gt?: InputMaybe; - tokenA_gte?: InputMaybe; - tokenA_in?: InputMaybe>; - tokenA_isNull?: InputMaybe; - tokenA_lt?: InputMaybe; - tokenA_lte?: InputMaybe; - tokenA_not_contains?: InputMaybe; - tokenA_not_containsInsensitive?: InputMaybe; - tokenA_not_endsWith?: InputMaybe; - tokenA_not_eq?: InputMaybe; - tokenA_not_in?: InputMaybe>; - tokenA_not_startsWith?: InputMaybe; - tokenA_startsWith?: InputMaybe; - tokenB_contains?: InputMaybe; - tokenB_containsInsensitive?: InputMaybe; - tokenB_endsWith?: InputMaybe; - tokenB_eq?: InputMaybe; - tokenB_gt?: InputMaybe; - tokenB_gte?: InputMaybe; - tokenB_in?: InputMaybe>; - tokenB_isNull?: InputMaybe; - tokenB_lt?: InputMaybe; - tokenB_lte?: InputMaybe; - tokenB_not_contains?: InputMaybe; - tokenB_not_containsInsensitive?: InputMaybe; - tokenB_not_endsWith?: InputMaybe; - tokenB_not_eq?: InputMaybe; - tokenB_not_in?: InputMaybe>; - tokenB_not_startsWith?: InputMaybe; - tokenB_startsWith?: InputMaybe; -}; - -export type MaverickPoolsConnection = { - __typename?: 'MaverickPoolsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type NativeBalance = { - __typename?: 'NativeBalance'; - account: Scalars['String']['output']; - balance: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - /** Format: 'account:blockNumber' */ - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type NativeBalanceEdge = { - __typename?: 'NativeBalanceEdge'; - cursor: Scalars['String']['output']; - node: NativeBalance; -}; - -export enum NativeBalanceOrderByInput { - AccountAsc = 'account_ASC', - AccountAscNullsFirst = 'account_ASC_NULLS_FIRST', - AccountAscNullsLast = 'account_ASC_NULLS_LAST', - AccountDesc = 'account_DESC', - AccountDescNullsFirst = 'account_DESC_NULLS_FIRST', - AccountDescNullsLast = 'account_DESC_NULLS_LAST', - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type NativeBalanceWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - account_contains?: InputMaybe; - account_containsInsensitive?: InputMaybe; - account_endsWith?: InputMaybe; - account_eq?: InputMaybe; - account_gt?: InputMaybe; - account_gte?: InputMaybe; - account_in?: InputMaybe>; - account_isNull?: InputMaybe; - account_lt?: InputMaybe; - account_lte?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_containsInsensitive?: InputMaybe; - account_not_endsWith?: InputMaybe; - account_not_eq?: InputMaybe; - account_not_in?: InputMaybe>; - account_not_startsWith?: InputMaybe; - account_startsWith?: InputMaybe; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type NativeBalancesConnection = { - __typename?: 'NativeBalancesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethBalancerMetaPoolStrategiesConnection = { - __typename?: 'OETHBalancerMetaPoolStrategiesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethBalancerMetaPoolStrategy = { - __typename?: 'OETHBalancerMetaPoolStrategy'; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - rETH: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - weth: Scalars['BigInt']['output']; -}; - -export type OethBalancerMetaPoolStrategyEdge = { - __typename?: 'OETHBalancerMetaPoolStrategyEdge'; - cursor: Scalars['String']['output']; - node: OethBalancerMetaPoolStrategy; -}; - -export enum OethBalancerMetaPoolStrategyOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - REthAsc = 'rETH_ASC', - REthAscNullsFirst = 'rETH_ASC_NULLS_FIRST', - REthAscNullsLast = 'rETH_ASC_NULLS_LAST', - REthDesc = 'rETH_DESC', - REthDescNullsFirst = 'rETH_DESC_NULLS_FIRST', - REthDescNullsLast = 'rETH_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - WethAsc = 'weth_ASC', - WethAscNullsFirst = 'weth_ASC_NULLS_FIRST', - WethAscNullsLast = 'weth_ASC_NULLS_LAST', - WethDesc = 'weth_DESC', - WethDescNullsFirst = 'weth_DESC_NULLS_FIRST', - WethDescNullsLast = 'weth_DESC_NULLS_LAST' -} - -export type OethBalancerMetaPoolStrategyWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - rETH_eq?: InputMaybe; - rETH_gt?: InputMaybe; - rETH_gte?: InputMaybe; - rETH_in?: InputMaybe>; - rETH_isNull?: InputMaybe; - rETH_lt?: InputMaybe; - rETH_lte?: InputMaybe; - rETH_not_eq?: InputMaybe; - rETH_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - weth_eq?: InputMaybe; - weth_gt?: InputMaybe; - weth_gte?: InputMaybe; - weth_in?: InputMaybe>; - weth_isNull?: InputMaybe; - weth_lt?: InputMaybe; - weth_lte?: InputMaybe; - weth_not_eq?: InputMaybe; - weth_not_in?: InputMaybe>; -}; - -export type OethCollateralDailyStat = { - __typename?: 'OETHCollateralDailyStat'; - amount: Scalars['BigInt']['output']; - dailyStatId: OethDailyStat; - id: Scalars['String']['output']; - price: Scalars['BigInt']['output']; - symbol: Scalars['String']['output']; - value: Scalars['BigInt']['output']; -}; - -export type OethCollateralDailyStatEdge = { - __typename?: 'OETHCollateralDailyStatEdge'; - cursor: Scalars['String']['output']; - node: OethCollateralDailyStat; -}; - -export enum OethCollateralDailyStatOrderByInput { - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - DailyStatIdAmoSupplyAsc = 'dailyStatId_amoSupply_ASC', - DailyStatIdAmoSupplyAscNullsFirst = 'dailyStatId_amoSupply_ASC_NULLS_FIRST', - DailyStatIdAmoSupplyAscNullsLast = 'dailyStatId_amoSupply_ASC_NULLS_LAST', - DailyStatIdAmoSupplyDesc = 'dailyStatId_amoSupply_DESC', - DailyStatIdAmoSupplyDescNullsFirst = 'dailyStatId_amoSupply_DESC_NULLS_FIRST', - DailyStatIdAmoSupplyDescNullsLast = 'dailyStatId_amoSupply_DESC_NULLS_LAST', - DailyStatIdAprAsc = 'dailyStatId_apr_ASC', - DailyStatIdAprAscNullsFirst = 'dailyStatId_apr_ASC_NULLS_FIRST', - DailyStatIdAprAscNullsLast = 'dailyStatId_apr_ASC_NULLS_LAST', - DailyStatIdAprDesc = 'dailyStatId_apr_DESC', - DailyStatIdAprDescNullsFirst = 'dailyStatId_apr_DESC_NULLS_FIRST', - DailyStatIdAprDescNullsLast = 'dailyStatId_apr_DESC_NULLS_LAST', - DailyStatIdApy7DayAvgAsc = 'dailyStatId_apy7DayAvg_ASC', - DailyStatIdApy7DayAvgAscNullsFirst = 'dailyStatId_apy7DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy7DayAvgAscNullsLast = 'dailyStatId_apy7DayAvg_ASC_NULLS_LAST', - DailyStatIdApy7DayAvgDesc = 'dailyStatId_apy7DayAvg_DESC', - DailyStatIdApy7DayAvgDescNullsFirst = 'dailyStatId_apy7DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy7DayAvgDescNullsLast = 'dailyStatId_apy7DayAvg_DESC_NULLS_LAST', - DailyStatIdApy14DayAvgAsc = 'dailyStatId_apy14DayAvg_ASC', - DailyStatIdApy14DayAvgAscNullsFirst = 'dailyStatId_apy14DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy14DayAvgAscNullsLast = 'dailyStatId_apy14DayAvg_ASC_NULLS_LAST', - DailyStatIdApy14DayAvgDesc = 'dailyStatId_apy14DayAvg_DESC', - DailyStatIdApy14DayAvgDescNullsFirst = 'dailyStatId_apy14DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy14DayAvgDescNullsLast = 'dailyStatId_apy14DayAvg_DESC_NULLS_LAST', - DailyStatIdApy30DayAvgAsc = 'dailyStatId_apy30DayAvg_ASC', - DailyStatIdApy30DayAvgAscNullsFirst = 'dailyStatId_apy30DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy30DayAvgAscNullsLast = 'dailyStatId_apy30DayAvg_ASC_NULLS_LAST', - DailyStatIdApy30DayAvgDesc = 'dailyStatId_apy30DayAvg_DESC', - DailyStatIdApy30DayAvgDescNullsFirst = 'dailyStatId_apy30DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy30DayAvgDescNullsLast = 'dailyStatId_apy30DayAvg_DESC_NULLS_LAST', - DailyStatIdApyAsc = 'dailyStatId_apy_ASC', - DailyStatIdApyAscNullsFirst = 'dailyStatId_apy_ASC_NULLS_FIRST', - DailyStatIdApyAscNullsLast = 'dailyStatId_apy_ASC_NULLS_LAST', - DailyStatIdApyDesc = 'dailyStatId_apy_DESC', - DailyStatIdApyDescNullsFirst = 'dailyStatId_apy_DESC_NULLS_FIRST', - DailyStatIdApyDescNullsLast = 'dailyStatId_apy_DESC_NULLS_LAST', - DailyStatIdBlockNumberAsc = 'dailyStatId_blockNumber_ASC', - DailyStatIdBlockNumberAscNullsFirst = 'dailyStatId_blockNumber_ASC_NULLS_FIRST', - DailyStatIdBlockNumberAscNullsLast = 'dailyStatId_blockNumber_ASC_NULLS_LAST', - DailyStatIdBlockNumberDesc = 'dailyStatId_blockNumber_DESC', - DailyStatIdBlockNumberDescNullsFirst = 'dailyStatId_blockNumber_DESC_NULLS_FIRST', - DailyStatIdBlockNumberDescNullsLast = 'dailyStatId_blockNumber_DESC_NULLS_LAST', - DailyStatIdDripperWethAsc = 'dailyStatId_dripperWETH_ASC', - DailyStatIdDripperWethAscNullsFirst = 'dailyStatId_dripperWETH_ASC_NULLS_FIRST', - DailyStatIdDripperWethAscNullsLast = 'dailyStatId_dripperWETH_ASC_NULLS_LAST', - DailyStatIdDripperWethDesc = 'dailyStatId_dripperWETH_DESC', - DailyStatIdDripperWethDescNullsFirst = 'dailyStatId_dripperWETH_DESC_NULLS_FIRST', - DailyStatIdDripperWethDescNullsLast = 'dailyStatId_dripperWETH_DESC_NULLS_LAST', - DailyStatIdFeesEth7DayAsc = 'dailyStatId_feesETH7Day_ASC', - DailyStatIdFeesEth7DayAscNullsFirst = 'dailyStatId_feesETH7Day_ASC_NULLS_FIRST', - DailyStatIdFeesEth7DayAscNullsLast = 'dailyStatId_feesETH7Day_ASC_NULLS_LAST', - DailyStatIdFeesEth7DayDesc = 'dailyStatId_feesETH7Day_DESC', - DailyStatIdFeesEth7DayDescNullsFirst = 'dailyStatId_feesETH7Day_DESC_NULLS_FIRST', - DailyStatIdFeesEth7DayDescNullsLast = 'dailyStatId_feesETH7Day_DESC_NULLS_LAST', - DailyStatIdFeesEthAllTimeAsc = 'dailyStatId_feesETHAllTime_ASC', - DailyStatIdFeesEthAllTimeAscNullsFirst = 'dailyStatId_feesETHAllTime_ASC_NULLS_FIRST', - DailyStatIdFeesEthAllTimeAscNullsLast = 'dailyStatId_feesETHAllTime_ASC_NULLS_LAST', - DailyStatIdFeesEthAllTimeDesc = 'dailyStatId_feesETHAllTime_DESC', - DailyStatIdFeesEthAllTimeDescNullsFirst = 'dailyStatId_feesETHAllTime_DESC_NULLS_FIRST', - DailyStatIdFeesEthAllTimeDescNullsLast = 'dailyStatId_feesETHAllTime_DESC_NULLS_LAST', - DailyStatIdFeesEthAsc = 'dailyStatId_feesETH_ASC', - DailyStatIdFeesEthAscNullsFirst = 'dailyStatId_feesETH_ASC_NULLS_FIRST', - DailyStatIdFeesEthAscNullsLast = 'dailyStatId_feesETH_ASC_NULLS_LAST', - DailyStatIdFeesEthDesc = 'dailyStatId_feesETH_DESC', - DailyStatIdFeesEthDescNullsFirst = 'dailyStatId_feesETH_DESC_NULLS_FIRST', - DailyStatIdFeesEthDescNullsLast = 'dailyStatId_feesETH_DESC_NULLS_LAST', - DailyStatIdFeesUsd7DayAsc = 'dailyStatId_feesUSD7Day_ASC', - DailyStatIdFeesUsd7DayAscNullsFirst = 'dailyStatId_feesUSD7Day_ASC_NULLS_FIRST', - DailyStatIdFeesUsd7DayAscNullsLast = 'dailyStatId_feesUSD7Day_ASC_NULLS_LAST', - DailyStatIdFeesUsd7DayDesc = 'dailyStatId_feesUSD7Day_DESC', - DailyStatIdFeesUsd7DayDescNullsFirst = 'dailyStatId_feesUSD7Day_DESC_NULLS_FIRST', - DailyStatIdFeesUsd7DayDescNullsLast = 'dailyStatId_feesUSD7Day_DESC_NULLS_LAST', - DailyStatIdFeesUsdAllTimeAsc = 'dailyStatId_feesUSDAllTime_ASC', - DailyStatIdFeesUsdAllTimeAscNullsFirst = 'dailyStatId_feesUSDAllTime_ASC_NULLS_FIRST', - DailyStatIdFeesUsdAllTimeAscNullsLast = 'dailyStatId_feesUSDAllTime_ASC_NULLS_LAST', - DailyStatIdFeesUsdAllTimeDesc = 'dailyStatId_feesUSDAllTime_DESC', - DailyStatIdFeesUsdAllTimeDescNullsFirst = 'dailyStatId_feesUSDAllTime_DESC_NULLS_FIRST', - DailyStatIdFeesUsdAllTimeDescNullsLast = 'dailyStatId_feesUSDAllTime_DESC_NULLS_LAST', - DailyStatIdFeesUsdAsc = 'dailyStatId_feesUSD_ASC', - DailyStatIdFeesUsdAscNullsFirst = 'dailyStatId_feesUSD_ASC_NULLS_FIRST', - DailyStatIdFeesUsdAscNullsLast = 'dailyStatId_feesUSD_ASC_NULLS_LAST', - DailyStatIdFeesUsdDesc = 'dailyStatId_feesUSD_DESC', - DailyStatIdFeesUsdDescNullsFirst = 'dailyStatId_feesUSD_DESC_NULLS_FIRST', - DailyStatIdFeesUsdDescNullsLast = 'dailyStatId_feesUSD_DESC_NULLS_LAST', - DailyStatIdHoldersOverThresholdAsc = 'dailyStatId_holdersOverThreshold_ASC', - DailyStatIdHoldersOverThresholdAscNullsFirst = 'dailyStatId_holdersOverThreshold_ASC_NULLS_FIRST', - DailyStatIdHoldersOverThresholdAscNullsLast = 'dailyStatId_holdersOverThreshold_ASC_NULLS_LAST', - DailyStatIdHoldersOverThresholdDesc = 'dailyStatId_holdersOverThreshold_DESC', - DailyStatIdHoldersOverThresholdDescNullsFirst = 'dailyStatId_holdersOverThreshold_DESC_NULLS_FIRST', - DailyStatIdHoldersOverThresholdDescNullsLast = 'dailyStatId_holdersOverThreshold_DESC_NULLS_LAST', - DailyStatIdIdAsc = 'dailyStatId_id_ASC', - DailyStatIdIdAscNullsFirst = 'dailyStatId_id_ASC_NULLS_FIRST', - DailyStatIdIdAscNullsLast = 'dailyStatId_id_ASC_NULLS_LAST', - DailyStatIdIdDesc = 'dailyStatId_id_DESC', - DailyStatIdIdDescNullsFirst = 'dailyStatId_id_DESC_NULLS_FIRST', - DailyStatIdIdDescNullsLast = 'dailyStatId_id_DESC_NULLS_LAST', - DailyStatIdMarketCapUsdAsc = 'dailyStatId_marketCapUSD_ASC', - DailyStatIdMarketCapUsdAscNullsFirst = 'dailyStatId_marketCapUSD_ASC_NULLS_FIRST', - DailyStatIdMarketCapUsdAscNullsLast = 'dailyStatId_marketCapUSD_ASC_NULLS_LAST', - DailyStatIdMarketCapUsdDesc = 'dailyStatId_marketCapUSD_DESC', - DailyStatIdMarketCapUsdDescNullsFirst = 'dailyStatId_marketCapUSD_DESC_NULLS_FIRST', - DailyStatIdMarketCapUsdDescNullsLast = 'dailyStatId_marketCapUSD_DESC_NULLS_LAST', - DailyStatIdNonRebasingSupplyAsc = 'dailyStatId_nonRebasingSupply_ASC', - DailyStatIdNonRebasingSupplyAscNullsFirst = 'dailyStatId_nonRebasingSupply_ASC_NULLS_FIRST', - DailyStatIdNonRebasingSupplyAscNullsLast = 'dailyStatId_nonRebasingSupply_ASC_NULLS_LAST', - DailyStatIdNonRebasingSupplyDesc = 'dailyStatId_nonRebasingSupply_DESC', - DailyStatIdNonRebasingSupplyDescNullsFirst = 'dailyStatId_nonRebasingSupply_DESC_NULLS_FIRST', - DailyStatIdNonRebasingSupplyDescNullsLast = 'dailyStatId_nonRebasingSupply_DESC_NULLS_LAST', - DailyStatIdPegPriceAsc = 'dailyStatId_pegPrice_ASC', - DailyStatIdPegPriceAscNullsFirst = 'dailyStatId_pegPrice_ASC_NULLS_FIRST', - DailyStatIdPegPriceAscNullsLast = 'dailyStatId_pegPrice_ASC_NULLS_LAST', - DailyStatIdPegPriceDesc = 'dailyStatId_pegPrice_DESC', - DailyStatIdPegPriceDescNullsFirst = 'dailyStatId_pegPrice_DESC_NULLS_FIRST', - DailyStatIdPegPriceDescNullsLast = 'dailyStatId_pegPrice_DESC_NULLS_LAST', - DailyStatIdRebasingSupplyAsc = 'dailyStatId_rebasingSupply_ASC', - DailyStatIdRebasingSupplyAscNullsFirst = 'dailyStatId_rebasingSupply_ASC_NULLS_FIRST', - DailyStatIdRebasingSupplyAscNullsLast = 'dailyStatId_rebasingSupply_ASC_NULLS_LAST', - DailyStatIdRebasingSupplyDesc = 'dailyStatId_rebasingSupply_DESC', - DailyStatIdRebasingSupplyDescNullsFirst = 'dailyStatId_rebasingSupply_DESC_NULLS_FIRST', - DailyStatIdRebasingSupplyDescNullsLast = 'dailyStatId_rebasingSupply_DESC_NULLS_LAST', - DailyStatIdTimestampAsc = 'dailyStatId_timestamp_ASC', - DailyStatIdTimestampAscNullsFirst = 'dailyStatId_timestamp_ASC_NULLS_FIRST', - DailyStatIdTimestampAscNullsLast = 'dailyStatId_timestamp_ASC_NULLS_LAST', - DailyStatIdTimestampDesc = 'dailyStatId_timestamp_DESC', - DailyStatIdTimestampDescNullsFirst = 'dailyStatId_timestamp_DESC_NULLS_FIRST', - DailyStatIdTimestampDescNullsLast = 'dailyStatId_timestamp_DESC_NULLS_LAST', - DailyStatIdTotalSupplyUsdAsc = 'dailyStatId_totalSupplyUSD_ASC', - DailyStatIdTotalSupplyUsdAscNullsFirst = 'dailyStatId_totalSupplyUSD_ASC_NULLS_FIRST', - DailyStatIdTotalSupplyUsdAscNullsLast = 'dailyStatId_totalSupplyUSD_ASC_NULLS_LAST', - DailyStatIdTotalSupplyUsdDesc = 'dailyStatId_totalSupplyUSD_DESC', - DailyStatIdTotalSupplyUsdDescNullsFirst = 'dailyStatId_totalSupplyUSD_DESC_NULLS_FIRST', - DailyStatIdTotalSupplyUsdDescNullsLast = 'dailyStatId_totalSupplyUSD_DESC_NULLS_LAST', - DailyStatIdTotalSupplyAsc = 'dailyStatId_totalSupply_ASC', - DailyStatIdTotalSupplyAscNullsFirst = 'dailyStatId_totalSupply_ASC_NULLS_FIRST', - DailyStatIdTotalSupplyAscNullsLast = 'dailyStatId_totalSupply_ASC_NULLS_LAST', - DailyStatIdTotalSupplyDesc = 'dailyStatId_totalSupply_DESC', - DailyStatIdTotalSupplyDescNullsFirst = 'dailyStatId_totalSupply_DESC_NULLS_FIRST', - DailyStatIdTotalSupplyDescNullsLast = 'dailyStatId_totalSupply_DESC_NULLS_LAST', - DailyStatIdTradingVolumeUsdAsc = 'dailyStatId_tradingVolumeUSD_ASC', - DailyStatIdTradingVolumeUsdAscNullsFirst = 'dailyStatId_tradingVolumeUSD_ASC_NULLS_FIRST', - DailyStatIdTradingVolumeUsdAscNullsLast = 'dailyStatId_tradingVolumeUSD_ASC_NULLS_LAST', - DailyStatIdTradingVolumeUsdDesc = 'dailyStatId_tradingVolumeUSD_DESC', - DailyStatIdTradingVolumeUsdDescNullsFirst = 'dailyStatId_tradingVolumeUSD_DESC_NULLS_FIRST', - DailyStatIdTradingVolumeUsdDescNullsLast = 'dailyStatId_tradingVolumeUSD_DESC_NULLS_LAST', - DailyStatIdWrappedSupplyAsc = 'dailyStatId_wrappedSupply_ASC', - DailyStatIdWrappedSupplyAscNullsFirst = 'dailyStatId_wrappedSupply_ASC_NULLS_FIRST', - DailyStatIdWrappedSupplyAscNullsLast = 'dailyStatId_wrappedSupply_ASC_NULLS_LAST', - DailyStatIdWrappedSupplyDesc = 'dailyStatId_wrappedSupply_DESC', - DailyStatIdWrappedSupplyDescNullsFirst = 'dailyStatId_wrappedSupply_DESC_NULLS_FIRST', - DailyStatIdWrappedSupplyDescNullsLast = 'dailyStatId_wrappedSupply_DESC_NULLS_LAST', - DailyStatIdYieldEth7DayAsc = 'dailyStatId_yieldETH7Day_ASC', - DailyStatIdYieldEth7DayAscNullsFirst = 'dailyStatId_yieldETH7Day_ASC_NULLS_FIRST', - DailyStatIdYieldEth7DayAscNullsLast = 'dailyStatId_yieldETH7Day_ASC_NULLS_LAST', - DailyStatIdYieldEth7DayDesc = 'dailyStatId_yieldETH7Day_DESC', - DailyStatIdYieldEth7DayDescNullsFirst = 'dailyStatId_yieldETH7Day_DESC_NULLS_FIRST', - DailyStatIdYieldEth7DayDescNullsLast = 'dailyStatId_yieldETH7Day_DESC_NULLS_LAST', - DailyStatIdYieldEthAllTimeAsc = 'dailyStatId_yieldETHAllTime_ASC', - DailyStatIdYieldEthAllTimeAscNullsFirst = 'dailyStatId_yieldETHAllTime_ASC_NULLS_FIRST', - DailyStatIdYieldEthAllTimeAscNullsLast = 'dailyStatId_yieldETHAllTime_ASC_NULLS_LAST', - DailyStatIdYieldEthAllTimeDesc = 'dailyStatId_yieldETHAllTime_DESC', - DailyStatIdYieldEthAllTimeDescNullsFirst = 'dailyStatId_yieldETHAllTime_DESC_NULLS_FIRST', - DailyStatIdYieldEthAllTimeDescNullsLast = 'dailyStatId_yieldETHAllTime_DESC_NULLS_LAST', - DailyStatIdYieldEthAsc = 'dailyStatId_yieldETH_ASC', - DailyStatIdYieldEthAscNullsFirst = 'dailyStatId_yieldETH_ASC_NULLS_FIRST', - DailyStatIdYieldEthAscNullsLast = 'dailyStatId_yieldETH_ASC_NULLS_LAST', - DailyStatIdYieldEthDesc = 'dailyStatId_yieldETH_DESC', - DailyStatIdYieldEthDescNullsFirst = 'dailyStatId_yieldETH_DESC_NULLS_FIRST', - DailyStatIdYieldEthDescNullsLast = 'dailyStatId_yieldETH_DESC_NULLS_LAST', - DailyStatIdYieldUsd7DayAsc = 'dailyStatId_yieldUSD7Day_ASC', - DailyStatIdYieldUsd7DayAscNullsFirst = 'dailyStatId_yieldUSD7Day_ASC_NULLS_FIRST', - DailyStatIdYieldUsd7DayAscNullsLast = 'dailyStatId_yieldUSD7Day_ASC_NULLS_LAST', - DailyStatIdYieldUsd7DayDesc = 'dailyStatId_yieldUSD7Day_DESC', - DailyStatIdYieldUsd7DayDescNullsFirst = 'dailyStatId_yieldUSD7Day_DESC_NULLS_FIRST', - DailyStatIdYieldUsd7DayDescNullsLast = 'dailyStatId_yieldUSD7Day_DESC_NULLS_LAST', - DailyStatIdYieldUsdAllTimeAsc = 'dailyStatId_yieldUSDAllTime_ASC', - DailyStatIdYieldUsdAllTimeAscNullsFirst = 'dailyStatId_yieldUSDAllTime_ASC_NULLS_FIRST', - DailyStatIdYieldUsdAllTimeAscNullsLast = 'dailyStatId_yieldUSDAllTime_ASC_NULLS_LAST', - DailyStatIdYieldUsdAllTimeDesc = 'dailyStatId_yieldUSDAllTime_DESC', - DailyStatIdYieldUsdAllTimeDescNullsFirst = 'dailyStatId_yieldUSDAllTime_DESC_NULLS_FIRST', - DailyStatIdYieldUsdAllTimeDescNullsLast = 'dailyStatId_yieldUSDAllTime_DESC_NULLS_LAST', - DailyStatIdYieldUsdAsc = 'dailyStatId_yieldUSD_ASC', - DailyStatIdYieldUsdAscNullsFirst = 'dailyStatId_yieldUSD_ASC_NULLS_FIRST', - DailyStatIdYieldUsdAscNullsLast = 'dailyStatId_yieldUSD_ASC_NULLS_LAST', - DailyStatIdYieldUsdDesc = 'dailyStatId_yieldUSD_DESC', - DailyStatIdYieldUsdDescNullsFirst = 'dailyStatId_yieldUSD_DESC_NULLS_FIRST', - DailyStatIdYieldUsdDescNullsLast = 'dailyStatId_yieldUSD_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - PriceAsc = 'price_ASC', - PriceAscNullsFirst = 'price_ASC_NULLS_FIRST', - PriceAscNullsLast = 'price_ASC_NULLS_LAST', - PriceDesc = 'price_DESC', - PriceDescNullsFirst = 'price_DESC_NULLS_FIRST', - PriceDescNullsLast = 'price_DESC_NULLS_LAST', - SymbolAsc = 'symbol_ASC', - SymbolAscNullsFirst = 'symbol_ASC_NULLS_FIRST', - SymbolAscNullsLast = 'symbol_ASC_NULLS_LAST', - SymbolDesc = 'symbol_DESC', - SymbolDescNullsFirst = 'symbol_DESC_NULLS_FIRST', - SymbolDescNullsLast = 'symbol_DESC_NULLS_LAST', - ValueAsc = 'value_ASC', - ValueAscNullsFirst = 'value_ASC_NULLS_FIRST', - ValueAscNullsLast = 'value_ASC_NULLS_LAST', - ValueDesc = 'value_DESC', - ValueDescNullsFirst = 'value_DESC_NULLS_FIRST', - ValueDescNullsLast = 'value_DESC_NULLS_LAST' -} - -export type OethCollateralDailyStatWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - dailyStatId?: InputMaybe; - dailyStatId_isNull?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - price_eq?: InputMaybe; - price_gt?: InputMaybe; - price_gte?: InputMaybe; - price_in?: InputMaybe>; - price_isNull?: InputMaybe; - price_lt?: InputMaybe; - price_lte?: InputMaybe; - price_not_eq?: InputMaybe; - price_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_containsInsensitive?: InputMaybe; - symbol_endsWith?: InputMaybe; - symbol_eq?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_isNull?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_containsInsensitive?: InputMaybe; - symbol_not_endsWith?: InputMaybe; - symbol_not_eq?: InputMaybe; - symbol_not_in?: InputMaybe>; - symbol_not_startsWith?: InputMaybe; - symbol_startsWith?: InputMaybe; - value_eq?: InputMaybe; - value_gt?: InputMaybe; - value_gte?: InputMaybe; - value_in?: InputMaybe>; - value_isNull?: InputMaybe; - value_lt?: InputMaybe; - value_lte?: InputMaybe; - value_not_eq?: InputMaybe; - value_not_in?: InputMaybe>; -}; - -export type OethCollateralDailyStatsConnection = { - __typename?: 'OETHCollateralDailyStatsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethCurveLp = { - __typename?: 'OETHCurveLP'; - blockNumber: Scalars['Int']['output']; - eth: Scalars['BigInt']['output']; - ethOwned: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - oeth: Scalars['BigInt']['output']; - oethOwned: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - totalSupply: Scalars['BigInt']['output']; - totalSupplyOwned: Scalars['BigInt']['output']; -}; - -export type OethCurveLpEdge = { - __typename?: 'OETHCurveLPEdge'; - cursor: Scalars['String']['output']; - node: OethCurveLp; -}; - -export enum OethCurveLpOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - EthOwnedAsc = 'ethOwned_ASC', - EthOwnedAscNullsFirst = 'ethOwned_ASC_NULLS_FIRST', - EthOwnedAscNullsLast = 'ethOwned_ASC_NULLS_LAST', - EthOwnedDesc = 'ethOwned_DESC', - EthOwnedDescNullsFirst = 'ethOwned_DESC_NULLS_FIRST', - EthOwnedDescNullsLast = 'ethOwned_DESC_NULLS_LAST', - EthAsc = 'eth_ASC', - EthAscNullsFirst = 'eth_ASC_NULLS_FIRST', - EthAscNullsLast = 'eth_ASC_NULLS_LAST', - EthDesc = 'eth_DESC', - EthDescNullsFirst = 'eth_DESC_NULLS_FIRST', - EthDescNullsLast = 'eth_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - OethOwnedAsc = 'oethOwned_ASC', - OethOwnedAscNullsFirst = 'oethOwned_ASC_NULLS_FIRST', - OethOwnedAscNullsLast = 'oethOwned_ASC_NULLS_LAST', - OethOwnedDesc = 'oethOwned_DESC', - OethOwnedDescNullsFirst = 'oethOwned_DESC_NULLS_FIRST', - OethOwnedDescNullsLast = 'oethOwned_DESC_NULLS_LAST', - OethAsc = 'oeth_ASC', - OethAscNullsFirst = 'oeth_ASC_NULLS_FIRST', - OethAscNullsLast = 'oeth_ASC_NULLS_LAST', - OethDesc = 'oeth_DESC', - OethDescNullsFirst = 'oeth_DESC_NULLS_FIRST', - OethDescNullsLast = 'oeth_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalSupplyOwnedAsc = 'totalSupplyOwned_ASC', - TotalSupplyOwnedAscNullsFirst = 'totalSupplyOwned_ASC_NULLS_FIRST', - TotalSupplyOwnedAscNullsLast = 'totalSupplyOwned_ASC_NULLS_LAST', - TotalSupplyOwnedDesc = 'totalSupplyOwned_DESC', - TotalSupplyOwnedDescNullsFirst = 'totalSupplyOwned_DESC_NULLS_FIRST', - TotalSupplyOwnedDescNullsLast = 'totalSupplyOwned_DESC_NULLS_LAST', - TotalSupplyAsc = 'totalSupply_ASC', - TotalSupplyAscNullsFirst = 'totalSupply_ASC_NULLS_FIRST', - TotalSupplyAscNullsLast = 'totalSupply_ASC_NULLS_LAST', - TotalSupplyDesc = 'totalSupply_DESC', - TotalSupplyDescNullsFirst = 'totalSupply_DESC_NULLS_FIRST', - TotalSupplyDescNullsLast = 'totalSupply_DESC_NULLS_LAST' -} - -export type OethCurveLpWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - ethOwned_eq?: InputMaybe; - ethOwned_gt?: InputMaybe; - ethOwned_gte?: InputMaybe; - ethOwned_in?: InputMaybe>; - ethOwned_isNull?: InputMaybe; - ethOwned_lt?: InputMaybe; - ethOwned_lte?: InputMaybe; - ethOwned_not_eq?: InputMaybe; - ethOwned_not_in?: InputMaybe>; - eth_eq?: InputMaybe; - eth_gt?: InputMaybe; - eth_gte?: InputMaybe; - eth_in?: InputMaybe>; - eth_isNull?: InputMaybe; - eth_lt?: InputMaybe; - eth_lte?: InputMaybe; - eth_not_eq?: InputMaybe; - eth_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - oethOwned_eq?: InputMaybe; - oethOwned_gt?: InputMaybe; - oethOwned_gte?: InputMaybe; - oethOwned_in?: InputMaybe>; - oethOwned_isNull?: InputMaybe; - oethOwned_lt?: InputMaybe; - oethOwned_lte?: InputMaybe; - oethOwned_not_eq?: InputMaybe; - oethOwned_not_in?: InputMaybe>; - oeth_eq?: InputMaybe; - oeth_gt?: InputMaybe; - oeth_gte?: InputMaybe; - oeth_in?: InputMaybe>; - oeth_isNull?: InputMaybe; - oeth_lt?: InputMaybe; - oeth_lte?: InputMaybe; - oeth_not_eq?: InputMaybe; - oeth_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - totalSupplyOwned_eq?: InputMaybe; - totalSupplyOwned_gt?: InputMaybe; - totalSupplyOwned_gte?: InputMaybe; - totalSupplyOwned_in?: InputMaybe>; - totalSupplyOwned_isNull?: InputMaybe; - totalSupplyOwned_lt?: InputMaybe; - totalSupplyOwned_lte?: InputMaybe; - totalSupplyOwned_not_eq?: InputMaybe; - totalSupplyOwned_not_in?: InputMaybe>; - totalSupply_eq?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_isNull?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_not_eq?: InputMaybe; - totalSupply_not_in?: InputMaybe>; -}; - -export type OethCurveLPsConnection = { - __typename?: 'OETHCurveLPsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethDailyStat = { - __typename?: 'OETHDailyStat'; - amoSupply: Scalars['BigInt']['output']; - /** Timestamp of block number stats were updated */ - apr: Scalars['Float']['output']; - apy: Scalars['Float']['output']; - apy7DayAvg: Scalars['Float']['output']; - apy14DayAvg: Scalars['Float']['output']; - apy30DayAvg: Scalars['Float']['output']; - /** Timestamp, eg 2023-10-17 */ - blockNumber: Scalars['Int']['output']; - collateral: Array; - dripperWETH: Scalars['BigInt']['output']; - feesETH: Scalars['BigInt']['output']; - feesETH7Day: Scalars['BigInt']['output']; - feesETHAllTime: Scalars['BigInt']['output']; - feesUSD: Scalars['BigInt']['output']; - feesUSD7Day: Scalars['BigInt']['output']; - feesUSDAllTime: Scalars['BigInt']['output']; - holdersOverThreshold: Scalars['Int']['output']; - id: Scalars['String']['output']; - marketCapUSD: Scalars['Float']['output']; - nonRebasingSupply: Scalars['BigInt']['output']; - pegPrice: Scalars['BigInt']['output']; - rebasingSupply: Scalars['BigInt']['output']; - strategies: Array; - /** Last block number stats were updated */ - timestamp: Scalars['DateTime']['output']; - totalSupply: Scalars['BigInt']['output']; - totalSupplyUSD: Scalars['Float']['output']; - tradingVolumeUSD: Scalars['Float']['output']; - wrappedSupply: Scalars['BigInt']['output']; - yieldETH: Scalars['BigInt']['output']; - yieldETH7Day: Scalars['BigInt']['output']; - yieldETHAllTime: Scalars['BigInt']['output']; - yieldUSD: Scalars['BigInt']['output']; - yieldUSD7Day: Scalars['BigInt']['output']; - yieldUSDAllTime: Scalars['BigInt']['output']; -}; - - -export type OethDailyStatCollateralArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type OethDailyStatStrategiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type OethDailyStatEdge = { - __typename?: 'OETHDailyStatEdge'; - cursor: Scalars['String']['output']; - node: OethDailyStat; -}; - -export enum OethDailyStatOrderByInput { - AmoSupplyAsc = 'amoSupply_ASC', - AmoSupplyAscNullsFirst = 'amoSupply_ASC_NULLS_FIRST', - AmoSupplyAscNullsLast = 'amoSupply_ASC_NULLS_LAST', - AmoSupplyDesc = 'amoSupply_DESC', - AmoSupplyDescNullsFirst = 'amoSupply_DESC_NULLS_FIRST', - AmoSupplyDescNullsLast = 'amoSupply_DESC_NULLS_LAST', - AprAsc = 'apr_ASC', - AprAscNullsFirst = 'apr_ASC_NULLS_FIRST', - AprAscNullsLast = 'apr_ASC_NULLS_LAST', - AprDesc = 'apr_DESC', - AprDescNullsFirst = 'apr_DESC_NULLS_FIRST', - AprDescNullsLast = 'apr_DESC_NULLS_LAST', - Apy7DayAvgAsc = 'apy7DayAvg_ASC', - Apy7DayAvgAscNullsFirst = 'apy7DayAvg_ASC_NULLS_FIRST', - Apy7DayAvgAscNullsLast = 'apy7DayAvg_ASC_NULLS_LAST', - Apy7DayAvgDesc = 'apy7DayAvg_DESC', - Apy7DayAvgDescNullsFirst = 'apy7DayAvg_DESC_NULLS_FIRST', - Apy7DayAvgDescNullsLast = 'apy7DayAvg_DESC_NULLS_LAST', - Apy14DayAvgAsc = 'apy14DayAvg_ASC', - Apy14DayAvgAscNullsFirst = 'apy14DayAvg_ASC_NULLS_FIRST', - Apy14DayAvgAscNullsLast = 'apy14DayAvg_ASC_NULLS_LAST', - Apy14DayAvgDesc = 'apy14DayAvg_DESC', - Apy14DayAvgDescNullsFirst = 'apy14DayAvg_DESC_NULLS_FIRST', - Apy14DayAvgDescNullsLast = 'apy14DayAvg_DESC_NULLS_LAST', - Apy30DayAvgAsc = 'apy30DayAvg_ASC', - Apy30DayAvgAscNullsFirst = 'apy30DayAvg_ASC_NULLS_FIRST', - Apy30DayAvgAscNullsLast = 'apy30DayAvg_ASC_NULLS_LAST', - Apy30DayAvgDesc = 'apy30DayAvg_DESC', - Apy30DayAvgDescNullsFirst = 'apy30DayAvg_DESC_NULLS_FIRST', - Apy30DayAvgDescNullsLast = 'apy30DayAvg_DESC_NULLS_LAST', - ApyAsc = 'apy_ASC', - ApyAscNullsFirst = 'apy_ASC_NULLS_FIRST', - ApyAscNullsLast = 'apy_ASC_NULLS_LAST', - ApyDesc = 'apy_DESC', - ApyDescNullsFirst = 'apy_DESC_NULLS_FIRST', - ApyDescNullsLast = 'apy_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DripperWethAsc = 'dripperWETH_ASC', - DripperWethAscNullsFirst = 'dripperWETH_ASC_NULLS_FIRST', - DripperWethAscNullsLast = 'dripperWETH_ASC_NULLS_LAST', - DripperWethDesc = 'dripperWETH_DESC', - DripperWethDescNullsFirst = 'dripperWETH_DESC_NULLS_FIRST', - DripperWethDescNullsLast = 'dripperWETH_DESC_NULLS_LAST', - FeesEth7DayAsc = 'feesETH7Day_ASC', - FeesEth7DayAscNullsFirst = 'feesETH7Day_ASC_NULLS_FIRST', - FeesEth7DayAscNullsLast = 'feesETH7Day_ASC_NULLS_LAST', - FeesEth7DayDesc = 'feesETH7Day_DESC', - FeesEth7DayDescNullsFirst = 'feesETH7Day_DESC_NULLS_FIRST', - FeesEth7DayDescNullsLast = 'feesETH7Day_DESC_NULLS_LAST', - FeesEthAllTimeAsc = 'feesETHAllTime_ASC', - FeesEthAllTimeAscNullsFirst = 'feesETHAllTime_ASC_NULLS_FIRST', - FeesEthAllTimeAscNullsLast = 'feesETHAllTime_ASC_NULLS_LAST', - FeesEthAllTimeDesc = 'feesETHAllTime_DESC', - FeesEthAllTimeDescNullsFirst = 'feesETHAllTime_DESC_NULLS_FIRST', - FeesEthAllTimeDescNullsLast = 'feesETHAllTime_DESC_NULLS_LAST', - FeesEthAsc = 'feesETH_ASC', - FeesEthAscNullsFirst = 'feesETH_ASC_NULLS_FIRST', - FeesEthAscNullsLast = 'feesETH_ASC_NULLS_LAST', - FeesEthDesc = 'feesETH_DESC', - FeesEthDescNullsFirst = 'feesETH_DESC_NULLS_FIRST', - FeesEthDescNullsLast = 'feesETH_DESC_NULLS_LAST', - FeesUsd7DayAsc = 'feesUSD7Day_ASC', - FeesUsd7DayAscNullsFirst = 'feesUSD7Day_ASC_NULLS_FIRST', - FeesUsd7DayAscNullsLast = 'feesUSD7Day_ASC_NULLS_LAST', - FeesUsd7DayDesc = 'feesUSD7Day_DESC', - FeesUsd7DayDescNullsFirst = 'feesUSD7Day_DESC_NULLS_FIRST', - FeesUsd7DayDescNullsLast = 'feesUSD7Day_DESC_NULLS_LAST', - FeesUsdAllTimeAsc = 'feesUSDAllTime_ASC', - FeesUsdAllTimeAscNullsFirst = 'feesUSDAllTime_ASC_NULLS_FIRST', - FeesUsdAllTimeAscNullsLast = 'feesUSDAllTime_ASC_NULLS_LAST', - FeesUsdAllTimeDesc = 'feesUSDAllTime_DESC', - FeesUsdAllTimeDescNullsFirst = 'feesUSDAllTime_DESC_NULLS_FIRST', - FeesUsdAllTimeDescNullsLast = 'feesUSDAllTime_DESC_NULLS_LAST', - FeesUsdAsc = 'feesUSD_ASC', - FeesUsdAscNullsFirst = 'feesUSD_ASC_NULLS_FIRST', - FeesUsdAscNullsLast = 'feesUSD_ASC_NULLS_LAST', - FeesUsdDesc = 'feesUSD_DESC', - FeesUsdDescNullsFirst = 'feesUSD_DESC_NULLS_FIRST', - FeesUsdDescNullsLast = 'feesUSD_DESC_NULLS_LAST', - HoldersOverThresholdAsc = 'holdersOverThreshold_ASC', - HoldersOverThresholdAscNullsFirst = 'holdersOverThreshold_ASC_NULLS_FIRST', - HoldersOverThresholdAscNullsLast = 'holdersOverThreshold_ASC_NULLS_LAST', - HoldersOverThresholdDesc = 'holdersOverThreshold_DESC', - HoldersOverThresholdDescNullsFirst = 'holdersOverThreshold_DESC_NULLS_FIRST', - HoldersOverThresholdDescNullsLast = 'holdersOverThreshold_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - MarketCapUsdAsc = 'marketCapUSD_ASC', - MarketCapUsdAscNullsFirst = 'marketCapUSD_ASC_NULLS_FIRST', - MarketCapUsdAscNullsLast = 'marketCapUSD_ASC_NULLS_LAST', - MarketCapUsdDesc = 'marketCapUSD_DESC', - MarketCapUsdDescNullsFirst = 'marketCapUSD_DESC_NULLS_FIRST', - MarketCapUsdDescNullsLast = 'marketCapUSD_DESC_NULLS_LAST', - NonRebasingSupplyAsc = 'nonRebasingSupply_ASC', - NonRebasingSupplyAscNullsFirst = 'nonRebasingSupply_ASC_NULLS_FIRST', - NonRebasingSupplyAscNullsLast = 'nonRebasingSupply_ASC_NULLS_LAST', - NonRebasingSupplyDesc = 'nonRebasingSupply_DESC', - NonRebasingSupplyDescNullsFirst = 'nonRebasingSupply_DESC_NULLS_FIRST', - NonRebasingSupplyDescNullsLast = 'nonRebasingSupply_DESC_NULLS_LAST', - PegPriceAsc = 'pegPrice_ASC', - PegPriceAscNullsFirst = 'pegPrice_ASC_NULLS_FIRST', - PegPriceAscNullsLast = 'pegPrice_ASC_NULLS_LAST', - PegPriceDesc = 'pegPrice_DESC', - PegPriceDescNullsFirst = 'pegPrice_DESC_NULLS_FIRST', - PegPriceDescNullsLast = 'pegPrice_DESC_NULLS_LAST', - RebasingSupplyAsc = 'rebasingSupply_ASC', - RebasingSupplyAscNullsFirst = 'rebasingSupply_ASC_NULLS_FIRST', - RebasingSupplyAscNullsLast = 'rebasingSupply_ASC_NULLS_LAST', - RebasingSupplyDesc = 'rebasingSupply_DESC', - RebasingSupplyDescNullsFirst = 'rebasingSupply_DESC_NULLS_FIRST', - RebasingSupplyDescNullsLast = 'rebasingSupply_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalSupplyUsdAsc = 'totalSupplyUSD_ASC', - TotalSupplyUsdAscNullsFirst = 'totalSupplyUSD_ASC_NULLS_FIRST', - TotalSupplyUsdAscNullsLast = 'totalSupplyUSD_ASC_NULLS_LAST', - TotalSupplyUsdDesc = 'totalSupplyUSD_DESC', - TotalSupplyUsdDescNullsFirst = 'totalSupplyUSD_DESC_NULLS_FIRST', - TotalSupplyUsdDescNullsLast = 'totalSupplyUSD_DESC_NULLS_LAST', - TotalSupplyAsc = 'totalSupply_ASC', - TotalSupplyAscNullsFirst = 'totalSupply_ASC_NULLS_FIRST', - TotalSupplyAscNullsLast = 'totalSupply_ASC_NULLS_LAST', - TotalSupplyDesc = 'totalSupply_DESC', - TotalSupplyDescNullsFirst = 'totalSupply_DESC_NULLS_FIRST', - TotalSupplyDescNullsLast = 'totalSupply_DESC_NULLS_LAST', - TradingVolumeUsdAsc = 'tradingVolumeUSD_ASC', - TradingVolumeUsdAscNullsFirst = 'tradingVolumeUSD_ASC_NULLS_FIRST', - TradingVolumeUsdAscNullsLast = 'tradingVolumeUSD_ASC_NULLS_LAST', - TradingVolumeUsdDesc = 'tradingVolumeUSD_DESC', - TradingVolumeUsdDescNullsFirst = 'tradingVolumeUSD_DESC_NULLS_FIRST', - TradingVolumeUsdDescNullsLast = 'tradingVolumeUSD_DESC_NULLS_LAST', - WrappedSupplyAsc = 'wrappedSupply_ASC', - WrappedSupplyAscNullsFirst = 'wrappedSupply_ASC_NULLS_FIRST', - WrappedSupplyAscNullsLast = 'wrappedSupply_ASC_NULLS_LAST', - WrappedSupplyDesc = 'wrappedSupply_DESC', - WrappedSupplyDescNullsFirst = 'wrappedSupply_DESC_NULLS_FIRST', - WrappedSupplyDescNullsLast = 'wrappedSupply_DESC_NULLS_LAST', - YieldEth7DayAsc = 'yieldETH7Day_ASC', - YieldEth7DayAscNullsFirst = 'yieldETH7Day_ASC_NULLS_FIRST', - YieldEth7DayAscNullsLast = 'yieldETH7Day_ASC_NULLS_LAST', - YieldEth7DayDesc = 'yieldETH7Day_DESC', - YieldEth7DayDescNullsFirst = 'yieldETH7Day_DESC_NULLS_FIRST', - YieldEth7DayDescNullsLast = 'yieldETH7Day_DESC_NULLS_LAST', - YieldEthAllTimeAsc = 'yieldETHAllTime_ASC', - YieldEthAllTimeAscNullsFirst = 'yieldETHAllTime_ASC_NULLS_FIRST', - YieldEthAllTimeAscNullsLast = 'yieldETHAllTime_ASC_NULLS_LAST', - YieldEthAllTimeDesc = 'yieldETHAllTime_DESC', - YieldEthAllTimeDescNullsFirst = 'yieldETHAllTime_DESC_NULLS_FIRST', - YieldEthAllTimeDescNullsLast = 'yieldETHAllTime_DESC_NULLS_LAST', - YieldEthAsc = 'yieldETH_ASC', - YieldEthAscNullsFirst = 'yieldETH_ASC_NULLS_FIRST', - YieldEthAscNullsLast = 'yieldETH_ASC_NULLS_LAST', - YieldEthDesc = 'yieldETH_DESC', - YieldEthDescNullsFirst = 'yieldETH_DESC_NULLS_FIRST', - YieldEthDescNullsLast = 'yieldETH_DESC_NULLS_LAST', - YieldUsd7DayAsc = 'yieldUSD7Day_ASC', - YieldUsd7DayAscNullsFirst = 'yieldUSD7Day_ASC_NULLS_FIRST', - YieldUsd7DayAscNullsLast = 'yieldUSD7Day_ASC_NULLS_LAST', - YieldUsd7DayDesc = 'yieldUSD7Day_DESC', - YieldUsd7DayDescNullsFirst = 'yieldUSD7Day_DESC_NULLS_FIRST', - YieldUsd7DayDescNullsLast = 'yieldUSD7Day_DESC_NULLS_LAST', - YieldUsdAllTimeAsc = 'yieldUSDAllTime_ASC', - YieldUsdAllTimeAscNullsFirst = 'yieldUSDAllTime_ASC_NULLS_FIRST', - YieldUsdAllTimeAscNullsLast = 'yieldUSDAllTime_ASC_NULLS_LAST', - YieldUsdAllTimeDesc = 'yieldUSDAllTime_DESC', - YieldUsdAllTimeDescNullsFirst = 'yieldUSDAllTime_DESC_NULLS_FIRST', - YieldUsdAllTimeDescNullsLast = 'yieldUSDAllTime_DESC_NULLS_LAST', - YieldUsdAsc = 'yieldUSD_ASC', - YieldUsdAscNullsFirst = 'yieldUSD_ASC_NULLS_FIRST', - YieldUsdAscNullsLast = 'yieldUSD_ASC_NULLS_LAST', - YieldUsdDesc = 'yieldUSD_DESC', - YieldUsdDescNullsFirst = 'yieldUSD_DESC_NULLS_FIRST', - YieldUsdDescNullsLast = 'yieldUSD_DESC_NULLS_LAST' -} - -export type OethDailyStatWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - amoSupply_eq?: InputMaybe; - amoSupply_gt?: InputMaybe; - amoSupply_gte?: InputMaybe; - amoSupply_in?: InputMaybe>; - amoSupply_isNull?: InputMaybe; - amoSupply_lt?: InputMaybe; - amoSupply_lte?: InputMaybe; - amoSupply_not_eq?: InputMaybe; - amoSupply_not_in?: InputMaybe>; - apr_eq?: InputMaybe; - apr_gt?: InputMaybe; - apr_gte?: InputMaybe; - apr_in?: InputMaybe>; - apr_isNull?: InputMaybe; - apr_lt?: InputMaybe; - apr_lte?: InputMaybe; - apr_not_eq?: InputMaybe; - apr_not_in?: InputMaybe>; - apy7DayAvg_eq?: InputMaybe; - apy7DayAvg_gt?: InputMaybe; - apy7DayAvg_gte?: InputMaybe; - apy7DayAvg_in?: InputMaybe>; - apy7DayAvg_isNull?: InputMaybe; - apy7DayAvg_lt?: InputMaybe; - apy7DayAvg_lte?: InputMaybe; - apy7DayAvg_not_eq?: InputMaybe; - apy7DayAvg_not_in?: InputMaybe>; - apy14DayAvg_eq?: InputMaybe; - apy14DayAvg_gt?: InputMaybe; - apy14DayAvg_gte?: InputMaybe; - apy14DayAvg_in?: InputMaybe>; - apy14DayAvg_isNull?: InputMaybe; - apy14DayAvg_lt?: InputMaybe; - apy14DayAvg_lte?: InputMaybe; - apy14DayAvg_not_eq?: InputMaybe; - apy14DayAvg_not_in?: InputMaybe>; - apy30DayAvg_eq?: InputMaybe; - apy30DayAvg_gt?: InputMaybe; - apy30DayAvg_gte?: InputMaybe; - apy30DayAvg_in?: InputMaybe>; - apy30DayAvg_isNull?: InputMaybe; - apy30DayAvg_lt?: InputMaybe; - apy30DayAvg_lte?: InputMaybe; - apy30DayAvg_not_eq?: InputMaybe; - apy30DayAvg_not_in?: InputMaybe>; - apy_eq?: InputMaybe; - apy_gt?: InputMaybe; - apy_gte?: InputMaybe; - apy_in?: InputMaybe>; - apy_isNull?: InputMaybe; - apy_lt?: InputMaybe; - apy_lte?: InputMaybe; - apy_not_eq?: InputMaybe; - apy_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - collateral_every?: InputMaybe; - collateral_none?: InputMaybe; - collateral_some?: InputMaybe; - dripperWETH_eq?: InputMaybe; - dripperWETH_gt?: InputMaybe; - dripperWETH_gte?: InputMaybe; - dripperWETH_in?: InputMaybe>; - dripperWETH_isNull?: InputMaybe; - dripperWETH_lt?: InputMaybe; - dripperWETH_lte?: InputMaybe; - dripperWETH_not_eq?: InputMaybe; - dripperWETH_not_in?: InputMaybe>; - feesETH7Day_eq?: InputMaybe; - feesETH7Day_gt?: InputMaybe; - feesETH7Day_gte?: InputMaybe; - feesETH7Day_in?: InputMaybe>; - feesETH7Day_isNull?: InputMaybe; - feesETH7Day_lt?: InputMaybe; - feesETH7Day_lte?: InputMaybe; - feesETH7Day_not_eq?: InputMaybe; - feesETH7Day_not_in?: InputMaybe>; - feesETHAllTime_eq?: InputMaybe; - feesETHAllTime_gt?: InputMaybe; - feesETHAllTime_gte?: InputMaybe; - feesETHAllTime_in?: InputMaybe>; - feesETHAllTime_isNull?: InputMaybe; - feesETHAllTime_lt?: InputMaybe; - feesETHAllTime_lte?: InputMaybe; - feesETHAllTime_not_eq?: InputMaybe; - feesETHAllTime_not_in?: InputMaybe>; - feesETH_eq?: InputMaybe; - feesETH_gt?: InputMaybe; - feesETH_gte?: InputMaybe; - feesETH_in?: InputMaybe>; - feesETH_isNull?: InputMaybe; - feesETH_lt?: InputMaybe; - feesETH_lte?: InputMaybe; - feesETH_not_eq?: InputMaybe; - feesETH_not_in?: InputMaybe>; - feesUSD7Day_eq?: InputMaybe; - feesUSD7Day_gt?: InputMaybe; - feesUSD7Day_gte?: InputMaybe; - feesUSD7Day_in?: InputMaybe>; - feesUSD7Day_isNull?: InputMaybe; - feesUSD7Day_lt?: InputMaybe; - feesUSD7Day_lte?: InputMaybe; - feesUSD7Day_not_eq?: InputMaybe; - feesUSD7Day_not_in?: InputMaybe>; - feesUSDAllTime_eq?: InputMaybe; - feesUSDAllTime_gt?: InputMaybe; - feesUSDAllTime_gte?: InputMaybe; - feesUSDAllTime_in?: InputMaybe>; - feesUSDAllTime_isNull?: InputMaybe; - feesUSDAllTime_lt?: InputMaybe; - feesUSDAllTime_lte?: InputMaybe; - feesUSDAllTime_not_eq?: InputMaybe; - feesUSDAllTime_not_in?: InputMaybe>; - feesUSD_eq?: InputMaybe; - feesUSD_gt?: InputMaybe; - feesUSD_gte?: InputMaybe; - feesUSD_in?: InputMaybe>; - feesUSD_isNull?: InputMaybe; - feesUSD_lt?: InputMaybe; - feesUSD_lte?: InputMaybe; - feesUSD_not_eq?: InputMaybe; - feesUSD_not_in?: InputMaybe>; - holdersOverThreshold_eq?: InputMaybe; - holdersOverThreshold_gt?: InputMaybe; - holdersOverThreshold_gte?: InputMaybe; - holdersOverThreshold_in?: InputMaybe>; - holdersOverThreshold_isNull?: InputMaybe; - holdersOverThreshold_lt?: InputMaybe; - holdersOverThreshold_lte?: InputMaybe; - holdersOverThreshold_not_eq?: InputMaybe; - holdersOverThreshold_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - marketCapUSD_eq?: InputMaybe; - marketCapUSD_gt?: InputMaybe; - marketCapUSD_gte?: InputMaybe; - marketCapUSD_in?: InputMaybe>; - marketCapUSD_isNull?: InputMaybe; - marketCapUSD_lt?: InputMaybe; - marketCapUSD_lte?: InputMaybe; - marketCapUSD_not_eq?: InputMaybe; - marketCapUSD_not_in?: InputMaybe>; - nonRebasingSupply_eq?: InputMaybe; - nonRebasingSupply_gt?: InputMaybe; - nonRebasingSupply_gte?: InputMaybe; - nonRebasingSupply_in?: InputMaybe>; - nonRebasingSupply_isNull?: InputMaybe; - nonRebasingSupply_lt?: InputMaybe; - nonRebasingSupply_lte?: InputMaybe; - nonRebasingSupply_not_eq?: InputMaybe; - nonRebasingSupply_not_in?: InputMaybe>; - pegPrice_eq?: InputMaybe; - pegPrice_gt?: InputMaybe; - pegPrice_gte?: InputMaybe; - pegPrice_in?: InputMaybe>; - pegPrice_isNull?: InputMaybe; - pegPrice_lt?: InputMaybe; - pegPrice_lte?: InputMaybe; - pegPrice_not_eq?: InputMaybe; - pegPrice_not_in?: InputMaybe>; - rebasingSupply_eq?: InputMaybe; - rebasingSupply_gt?: InputMaybe; - rebasingSupply_gte?: InputMaybe; - rebasingSupply_in?: InputMaybe>; - rebasingSupply_isNull?: InputMaybe; - rebasingSupply_lt?: InputMaybe; - rebasingSupply_lte?: InputMaybe; - rebasingSupply_not_eq?: InputMaybe; - rebasingSupply_not_in?: InputMaybe>; - strategies_every?: InputMaybe; - strategies_none?: InputMaybe; - strategies_some?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - totalSupplyUSD_eq?: InputMaybe; - totalSupplyUSD_gt?: InputMaybe; - totalSupplyUSD_gte?: InputMaybe; - totalSupplyUSD_in?: InputMaybe>; - totalSupplyUSD_isNull?: InputMaybe; - totalSupplyUSD_lt?: InputMaybe; - totalSupplyUSD_lte?: InputMaybe; - totalSupplyUSD_not_eq?: InputMaybe; - totalSupplyUSD_not_in?: InputMaybe>; - totalSupply_eq?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_isNull?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_not_eq?: InputMaybe; - totalSupply_not_in?: InputMaybe>; - tradingVolumeUSD_eq?: InputMaybe; - tradingVolumeUSD_gt?: InputMaybe; - tradingVolumeUSD_gte?: InputMaybe; - tradingVolumeUSD_in?: InputMaybe>; - tradingVolumeUSD_isNull?: InputMaybe; - tradingVolumeUSD_lt?: InputMaybe; - tradingVolumeUSD_lte?: InputMaybe; - tradingVolumeUSD_not_eq?: InputMaybe; - tradingVolumeUSD_not_in?: InputMaybe>; - wrappedSupply_eq?: InputMaybe; - wrappedSupply_gt?: InputMaybe; - wrappedSupply_gte?: InputMaybe; - wrappedSupply_in?: InputMaybe>; - wrappedSupply_isNull?: InputMaybe; - wrappedSupply_lt?: InputMaybe; - wrappedSupply_lte?: InputMaybe; - wrappedSupply_not_eq?: InputMaybe; - wrappedSupply_not_in?: InputMaybe>; - yieldETH7Day_eq?: InputMaybe; - yieldETH7Day_gt?: InputMaybe; - yieldETH7Day_gte?: InputMaybe; - yieldETH7Day_in?: InputMaybe>; - yieldETH7Day_isNull?: InputMaybe; - yieldETH7Day_lt?: InputMaybe; - yieldETH7Day_lte?: InputMaybe; - yieldETH7Day_not_eq?: InputMaybe; - yieldETH7Day_not_in?: InputMaybe>; - yieldETHAllTime_eq?: InputMaybe; - yieldETHAllTime_gt?: InputMaybe; - yieldETHAllTime_gte?: InputMaybe; - yieldETHAllTime_in?: InputMaybe>; - yieldETHAllTime_isNull?: InputMaybe; - yieldETHAllTime_lt?: InputMaybe; - yieldETHAllTime_lte?: InputMaybe; - yieldETHAllTime_not_eq?: InputMaybe; - yieldETHAllTime_not_in?: InputMaybe>; - yieldETH_eq?: InputMaybe; - yieldETH_gt?: InputMaybe; - yieldETH_gte?: InputMaybe; - yieldETH_in?: InputMaybe>; - yieldETH_isNull?: InputMaybe; - yieldETH_lt?: InputMaybe; - yieldETH_lte?: InputMaybe; - yieldETH_not_eq?: InputMaybe; - yieldETH_not_in?: InputMaybe>; - yieldUSD7Day_eq?: InputMaybe; - yieldUSD7Day_gt?: InputMaybe; - yieldUSD7Day_gte?: InputMaybe; - yieldUSD7Day_in?: InputMaybe>; - yieldUSD7Day_isNull?: InputMaybe; - yieldUSD7Day_lt?: InputMaybe; - yieldUSD7Day_lte?: InputMaybe; - yieldUSD7Day_not_eq?: InputMaybe; - yieldUSD7Day_not_in?: InputMaybe>; - yieldUSDAllTime_eq?: InputMaybe; - yieldUSDAllTime_gt?: InputMaybe; - yieldUSDAllTime_gte?: InputMaybe; - yieldUSDAllTime_in?: InputMaybe>; - yieldUSDAllTime_isNull?: InputMaybe; - yieldUSDAllTime_lt?: InputMaybe; - yieldUSDAllTime_lte?: InputMaybe; - yieldUSDAllTime_not_eq?: InputMaybe; - yieldUSDAllTime_not_in?: InputMaybe>; - yieldUSD_eq?: InputMaybe; - yieldUSD_gt?: InputMaybe; - yieldUSD_gte?: InputMaybe; - yieldUSD_in?: InputMaybe>; - yieldUSD_isNull?: InputMaybe; - yieldUSD_lt?: InputMaybe; - yieldUSD_lte?: InputMaybe; - yieldUSD_not_eq?: InputMaybe; - yieldUSD_not_in?: InputMaybe>; -}; - -export type OethDailyStatsConnection = { - __typename?: 'OETHDailyStatsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethDripper = { - __typename?: 'OETHDripper'; - blockNumber: Scalars['Int']['output']; - dripDuration: Scalars['BigInt']['output']; - dripRatePerBlock: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - lastCollectTimestamp: Scalars['Int']['output']; - timestamp: Scalars['DateTime']['output']; - weth: Scalars['BigInt']['output']; -}; - -export type OethDripperEdge = { - __typename?: 'OETHDripperEdge'; - cursor: Scalars['String']['output']; - node: OethDripper; -}; - -export enum OethDripperOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DripDurationAsc = 'dripDuration_ASC', - DripDurationAscNullsFirst = 'dripDuration_ASC_NULLS_FIRST', - DripDurationAscNullsLast = 'dripDuration_ASC_NULLS_LAST', - DripDurationDesc = 'dripDuration_DESC', - DripDurationDescNullsFirst = 'dripDuration_DESC_NULLS_FIRST', - DripDurationDescNullsLast = 'dripDuration_DESC_NULLS_LAST', - DripRatePerBlockAsc = 'dripRatePerBlock_ASC', - DripRatePerBlockAscNullsFirst = 'dripRatePerBlock_ASC_NULLS_FIRST', - DripRatePerBlockAscNullsLast = 'dripRatePerBlock_ASC_NULLS_LAST', - DripRatePerBlockDesc = 'dripRatePerBlock_DESC', - DripRatePerBlockDescNullsFirst = 'dripRatePerBlock_DESC_NULLS_FIRST', - DripRatePerBlockDescNullsLast = 'dripRatePerBlock_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - LastCollectTimestampAsc = 'lastCollectTimestamp_ASC', - LastCollectTimestampAscNullsFirst = 'lastCollectTimestamp_ASC_NULLS_FIRST', - LastCollectTimestampAscNullsLast = 'lastCollectTimestamp_ASC_NULLS_LAST', - LastCollectTimestampDesc = 'lastCollectTimestamp_DESC', - LastCollectTimestampDescNullsFirst = 'lastCollectTimestamp_DESC_NULLS_FIRST', - LastCollectTimestampDescNullsLast = 'lastCollectTimestamp_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - WethAsc = 'weth_ASC', - WethAscNullsFirst = 'weth_ASC_NULLS_FIRST', - WethAscNullsLast = 'weth_ASC_NULLS_LAST', - WethDesc = 'weth_DESC', - WethDescNullsFirst = 'weth_DESC_NULLS_FIRST', - WethDescNullsLast = 'weth_DESC_NULLS_LAST' -} - -export type OethDripperWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dripDuration_eq?: InputMaybe; - dripDuration_gt?: InputMaybe; - dripDuration_gte?: InputMaybe; - dripDuration_in?: InputMaybe>; - dripDuration_isNull?: InputMaybe; - dripDuration_lt?: InputMaybe; - dripDuration_lte?: InputMaybe; - dripDuration_not_eq?: InputMaybe; - dripDuration_not_in?: InputMaybe>; - dripRatePerBlock_eq?: InputMaybe; - dripRatePerBlock_gt?: InputMaybe; - dripRatePerBlock_gte?: InputMaybe; - dripRatePerBlock_in?: InputMaybe>; - dripRatePerBlock_isNull?: InputMaybe; - dripRatePerBlock_lt?: InputMaybe; - dripRatePerBlock_lte?: InputMaybe; - dripRatePerBlock_not_eq?: InputMaybe; - dripRatePerBlock_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - lastCollectTimestamp_eq?: InputMaybe; - lastCollectTimestamp_gt?: InputMaybe; - lastCollectTimestamp_gte?: InputMaybe; - lastCollectTimestamp_in?: InputMaybe>; - lastCollectTimestamp_isNull?: InputMaybe; - lastCollectTimestamp_lt?: InputMaybe; - lastCollectTimestamp_lte?: InputMaybe; - lastCollectTimestamp_not_eq?: InputMaybe; - lastCollectTimestamp_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - weth_eq?: InputMaybe; - weth_gt?: InputMaybe; - weth_gte?: InputMaybe; - weth_in?: InputMaybe>; - weth_isNull?: InputMaybe; - weth_lt?: InputMaybe; - weth_lte?: InputMaybe; - weth_not_eq?: InputMaybe; - weth_not_in?: InputMaybe>; -}; - -export type OethDrippersConnection = { - __typename?: 'OETHDrippersConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethFraxStaking = { - __typename?: 'OETHFraxStaking'; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - /** - * - sfrxETH is what's actually stored here, slightly confusing and may want to change. - * - used by balance sheet - */ - sfrxETH: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type OethFraxStakingEdge = { - __typename?: 'OETHFraxStakingEdge'; - cursor: Scalars['String']['output']; - node: OethFraxStaking; -}; - -export enum OethFraxStakingOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - SfrxEthAsc = 'sfrxETH_ASC', - SfrxEthAscNullsFirst = 'sfrxETH_ASC_NULLS_FIRST', - SfrxEthAscNullsLast = 'sfrxETH_ASC_NULLS_LAST', - SfrxEthDesc = 'sfrxETH_DESC', - SfrxEthDescNullsFirst = 'sfrxETH_DESC_NULLS_FIRST', - SfrxEthDescNullsLast = 'sfrxETH_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type OethFraxStakingWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - sfrxETH_eq?: InputMaybe; - sfrxETH_gt?: InputMaybe; - sfrxETH_gte?: InputMaybe; - sfrxETH_in?: InputMaybe>; - sfrxETH_isNull?: InputMaybe; - sfrxETH_lt?: InputMaybe; - sfrxETH_lte?: InputMaybe; - sfrxETH_not_eq?: InputMaybe; - sfrxETH_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type OethFraxStakingsConnection = { - __typename?: 'OETHFraxStakingsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethMorphoAave = { - __typename?: 'OETHMorphoAave'; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - weth: Scalars['BigInt']['output']; -}; - -export type OethMorphoAaveEdge = { - __typename?: 'OETHMorphoAaveEdge'; - cursor: Scalars['String']['output']; - node: OethMorphoAave; -}; - -export enum OethMorphoAaveOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - WethAsc = 'weth_ASC', - WethAscNullsFirst = 'weth_ASC_NULLS_FIRST', - WethAscNullsLast = 'weth_ASC_NULLS_LAST', - WethDesc = 'weth_DESC', - WethDescNullsFirst = 'weth_DESC_NULLS_FIRST', - WethDescNullsLast = 'weth_DESC_NULLS_LAST' -} - -export type OethMorphoAaveWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - weth_eq?: InputMaybe; - weth_gt?: InputMaybe; - weth_gte?: InputMaybe; - weth_in?: InputMaybe>; - weth_isNull?: InputMaybe; - weth_lt?: InputMaybe; - weth_lte?: InputMaybe; - weth_not_eq?: InputMaybe; - weth_not_in?: InputMaybe>; -}; - -export type OethMorphoAavesConnection = { - __typename?: 'OETHMorphoAavesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethRewardTokenCollected = { - __typename?: 'OETHRewardTokenCollected'; - amount: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - recipient: Scalars['String']['output']; - rewardToken: Scalars['String']['output']; - strategy: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type OethRewardTokenCollectedEdge = { - __typename?: 'OETHRewardTokenCollectedEdge'; - cursor: Scalars['String']['output']; - node: OethRewardTokenCollected; -}; - -export enum OethRewardTokenCollectedOrderByInput { - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - RecipientAsc = 'recipient_ASC', - RecipientAscNullsFirst = 'recipient_ASC_NULLS_FIRST', - RecipientAscNullsLast = 'recipient_ASC_NULLS_LAST', - RecipientDesc = 'recipient_DESC', - RecipientDescNullsFirst = 'recipient_DESC_NULLS_FIRST', - RecipientDescNullsLast = 'recipient_DESC_NULLS_LAST', - RewardTokenAsc = 'rewardToken_ASC', - RewardTokenAscNullsFirst = 'rewardToken_ASC_NULLS_FIRST', - RewardTokenAscNullsLast = 'rewardToken_ASC_NULLS_LAST', - RewardTokenDesc = 'rewardToken_DESC', - RewardTokenDescNullsFirst = 'rewardToken_DESC_NULLS_FIRST', - RewardTokenDescNullsLast = 'rewardToken_DESC_NULLS_LAST', - StrategyAsc = 'strategy_ASC', - StrategyAscNullsFirst = 'strategy_ASC_NULLS_FIRST', - StrategyAscNullsLast = 'strategy_ASC_NULLS_LAST', - StrategyDesc = 'strategy_DESC', - StrategyDescNullsFirst = 'strategy_DESC_NULLS_FIRST', - StrategyDescNullsLast = 'strategy_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type OethRewardTokenCollectedWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - recipient_contains?: InputMaybe; - recipient_containsInsensitive?: InputMaybe; - recipient_endsWith?: InputMaybe; - recipient_eq?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_isNull?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_not_contains?: InputMaybe; - recipient_not_containsInsensitive?: InputMaybe; - recipient_not_endsWith?: InputMaybe; - recipient_not_eq?: InputMaybe; - recipient_not_in?: InputMaybe>; - recipient_not_startsWith?: InputMaybe; - recipient_startsWith?: InputMaybe; - rewardToken_contains?: InputMaybe; - rewardToken_containsInsensitive?: InputMaybe; - rewardToken_endsWith?: InputMaybe; - rewardToken_eq?: InputMaybe; - rewardToken_gt?: InputMaybe; - rewardToken_gte?: InputMaybe; - rewardToken_in?: InputMaybe>; - rewardToken_isNull?: InputMaybe; - rewardToken_lt?: InputMaybe; - rewardToken_lte?: InputMaybe; - rewardToken_not_contains?: InputMaybe; - rewardToken_not_containsInsensitive?: InputMaybe; - rewardToken_not_endsWith?: InputMaybe; - rewardToken_not_eq?: InputMaybe; - rewardToken_not_in?: InputMaybe>; - rewardToken_not_startsWith?: InputMaybe; - rewardToken_startsWith?: InputMaybe; - strategy_contains?: InputMaybe; - strategy_containsInsensitive?: InputMaybe; - strategy_endsWith?: InputMaybe; - strategy_eq?: InputMaybe; - strategy_gt?: InputMaybe; - strategy_gte?: InputMaybe; - strategy_in?: InputMaybe>; - strategy_isNull?: InputMaybe; - strategy_lt?: InputMaybe; - strategy_lte?: InputMaybe; - strategy_not_contains?: InputMaybe; - strategy_not_containsInsensitive?: InputMaybe; - strategy_not_endsWith?: InputMaybe; - strategy_not_eq?: InputMaybe; - strategy_not_in?: InputMaybe>; - strategy_not_startsWith?: InputMaybe; - strategy_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type OethRewardTokenCollectedsConnection = { - __typename?: 'OETHRewardTokenCollectedsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethStrategyDailyStat = { - __typename?: 'OETHStrategyDailyStat'; - dailyStatId: OethDailyStat; - /** Total ETH value */ - holdings: Array; - id: Scalars['String']['output']; - name: Scalars['String']['output']; - total: Scalars['BigInt']['output']; - /** Sum of tokens in strategy */ - tvl: Scalars['BigInt']['output']; -}; - - -export type OethStrategyDailyStatHoldingsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type OethStrategyDailyStatEdge = { - __typename?: 'OETHStrategyDailyStatEdge'; - cursor: Scalars['String']['output']; - node: OethStrategyDailyStat; -}; - -export enum OethStrategyDailyStatOrderByInput { - DailyStatIdAmoSupplyAsc = 'dailyStatId_amoSupply_ASC', - DailyStatIdAmoSupplyAscNullsFirst = 'dailyStatId_amoSupply_ASC_NULLS_FIRST', - DailyStatIdAmoSupplyAscNullsLast = 'dailyStatId_amoSupply_ASC_NULLS_LAST', - DailyStatIdAmoSupplyDesc = 'dailyStatId_amoSupply_DESC', - DailyStatIdAmoSupplyDescNullsFirst = 'dailyStatId_amoSupply_DESC_NULLS_FIRST', - DailyStatIdAmoSupplyDescNullsLast = 'dailyStatId_amoSupply_DESC_NULLS_LAST', - DailyStatIdAprAsc = 'dailyStatId_apr_ASC', - DailyStatIdAprAscNullsFirst = 'dailyStatId_apr_ASC_NULLS_FIRST', - DailyStatIdAprAscNullsLast = 'dailyStatId_apr_ASC_NULLS_LAST', - DailyStatIdAprDesc = 'dailyStatId_apr_DESC', - DailyStatIdAprDescNullsFirst = 'dailyStatId_apr_DESC_NULLS_FIRST', - DailyStatIdAprDescNullsLast = 'dailyStatId_apr_DESC_NULLS_LAST', - DailyStatIdApy7DayAvgAsc = 'dailyStatId_apy7DayAvg_ASC', - DailyStatIdApy7DayAvgAscNullsFirst = 'dailyStatId_apy7DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy7DayAvgAscNullsLast = 'dailyStatId_apy7DayAvg_ASC_NULLS_LAST', - DailyStatIdApy7DayAvgDesc = 'dailyStatId_apy7DayAvg_DESC', - DailyStatIdApy7DayAvgDescNullsFirst = 'dailyStatId_apy7DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy7DayAvgDescNullsLast = 'dailyStatId_apy7DayAvg_DESC_NULLS_LAST', - DailyStatIdApy14DayAvgAsc = 'dailyStatId_apy14DayAvg_ASC', - DailyStatIdApy14DayAvgAscNullsFirst = 'dailyStatId_apy14DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy14DayAvgAscNullsLast = 'dailyStatId_apy14DayAvg_ASC_NULLS_LAST', - DailyStatIdApy14DayAvgDesc = 'dailyStatId_apy14DayAvg_DESC', - DailyStatIdApy14DayAvgDescNullsFirst = 'dailyStatId_apy14DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy14DayAvgDescNullsLast = 'dailyStatId_apy14DayAvg_DESC_NULLS_LAST', - DailyStatIdApy30DayAvgAsc = 'dailyStatId_apy30DayAvg_ASC', - DailyStatIdApy30DayAvgAscNullsFirst = 'dailyStatId_apy30DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy30DayAvgAscNullsLast = 'dailyStatId_apy30DayAvg_ASC_NULLS_LAST', - DailyStatIdApy30DayAvgDesc = 'dailyStatId_apy30DayAvg_DESC', - DailyStatIdApy30DayAvgDescNullsFirst = 'dailyStatId_apy30DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy30DayAvgDescNullsLast = 'dailyStatId_apy30DayAvg_DESC_NULLS_LAST', - DailyStatIdApyAsc = 'dailyStatId_apy_ASC', - DailyStatIdApyAscNullsFirst = 'dailyStatId_apy_ASC_NULLS_FIRST', - DailyStatIdApyAscNullsLast = 'dailyStatId_apy_ASC_NULLS_LAST', - DailyStatIdApyDesc = 'dailyStatId_apy_DESC', - DailyStatIdApyDescNullsFirst = 'dailyStatId_apy_DESC_NULLS_FIRST', - DailyStatIdApyDescNullsLast = 'dailyStatId_apy_DESC_NULLS_LAST', - DailyStatIdBlockNumberAsc = 'dailyStatId_blockNumber_ASC', - DailyStatIdBlockNumberAscNullsFirst = 'dailyStatId_blockNumber_ASC_NULLS_FIRST', - DailyStatIdBlockNumberAscNullsLast = 'dailyStatId_blockNumber_ASC_NULLS_LAST', - DailyStatIdBlockNumberDesc = 'dailyStatId_blockNumber_DESC', - DailyStatIdBlockNumberDescNullsFirst = 'dailyStatId_blockNumber_DESC_NULLS_FIRST', - DailyStatIdBlockNumberDescNullsLast = 'dailyStatId_blockNumber_DESC_NULLS_LAST', - DailyStatIdDripperWethAsc = 'dailyStatId_dripperWETH_ASC', - DailyStatIdDripperWethAscNullsFirst = 'dailyStatId_dripperWETH_ASC_NULLS_FIRST', - DailyStatIdDripperWethAscNullsLast = 'dailyStatId_dripperWETH_ASC_NULLS_LAST', - DailyStatIdDripperWethDesc = 'dailyStatId_dripperWETH_DESC', - DailyStatIdDripperWethDescNullsFirst = 'dailyStatId_dripperWETH_DESC_NULLS_FIRST', - DailyStatIdDripperWethDescNullsLast = 'dailyStatId_dripperWETH_DESC_NULLS_LAST', - DailyStatIdFeesEth7DayAsc = 'dailyStatId_feesETH7Day_ASC', - DailyStatIdFeesEth7DayAscNullsFirst = 'dailyStatId_feesETH7Day_ASC_NULLS_FIRST', - DailyStatIdFeesEth7DayAscNullsLast = 'dailyStatId_feesETH7Day_ASC_NULLS_LAST', - DailyStatIdFeesEth7DayDesc = 'dailyStatId_feesETH7Day_DESC', - DailyStatIdFeesEth7DayDescNullsFirst = 'dailyStatId_feesETH7Day_DESC_NULLS_FIRST', - DailyStatIdFeesEth7DayDescNullsLast = 'dailyStatId_feesETH7Day_DESC_NULLS_LAST', - DailyStatIdFeesEthAllTimeAsc = 'dailyStatId_feesETHAllTime_ASC', - DailyStatIdFeesEthAllTimeAscNullsFirst = 'dailyStatId_feesETHAllTime_ASC_NULLS_FIRST', - DailyStatIdFeesEthAllTimeAscNullsLast = 'dailyStatId_feesETHAllTime_ASC_NULLS_LAST', - DailyStatIdFeesEthAllTimeDesc = 'dailyStatId_feesETHAllTime_DESC', - DailyStatIdFeesEthAllTimeDescNullsFirst = 'dailyStatId_feesETHAllTime_DESC_NULLS_FIRST', - DailyStatIdFeesEthAllTimeDescNullsLast = 'dailyStatId_feesETHAllTime_DESC_NULLS_LAST', - DailyStatIdFeesEthAsc = 'dailyStatId_feesETH_ASC', - DailyStatIdFeesEthAscNullsFirst = 'dailyStatId_feesETH_ASC_NULLS_FIRST', - DailyStatIdFeesEthAscNullsLast = 'dailyStatId_feesETH_ASC_NULLS_LAST', - DailyStatIdFeesEthDesc = 'dailyStatId_feesETH_DESC', - DailyStatIdFeesEthDescNullsFirst = 'dailyStatId_feesETH_DESC_NULLS_FIRST', - DailyStatIdFeesEthDescNullsLast = 'dailyStatId_feesETH_DESC_NULLS_LAST', - DailyStatIdFeesUsd7DayAsc = 'dailyStatId_feesUSD7Day_ASC', - DailyStatIdFeesUsd7DayAscNullsFirst = 'dailyStatId_feesUSD7Day_ASC_NULLS_FIRST', - DailyStatIdFeesUsd7DayAscNullsLast = 'dailyStatId_feesUSD7Day_ASC_NULLS_LAST', - DailyStatIdFeesUsd7DayDesc = 'dailyStatId_feesUSD7Day_DESC', - DailyStatIdFeesUsd7DayDescNullsFirst = 'dailyStatId_feesUSD7Day_DESC_NULLS_FIRST', - DailyStatIdFeesUsd7DayDescNullsLast = 'dailyStatId_feesUSD7Day_DESC_NULLS_LAST', - DailyStatIdFeesUsdAllTimeAsc = 'dailyStatId_feesUSDAllTime_ASC', - DailyStatIdFeesUsdAllTimeAscNullsFirst = 'dailyStatId_feesUSDAllTime_ASC_NULLS_FIRST', - DailyStatIdFeesUsdAllTimeAscNullsLast = 'dailyStatId_feesUSDAllTime_ASC_NULLS_LAST', - DailyStatIdFeesUsdAllTimeDesc = 'dailyStatId_feesUSDAllTime_DESC', - DailyStatIdFeesUsdAllTimeDescNullsFirst = 'dailyStatId_feesUSDAllTime_DESC_NULLS_FIRST', - DailyStatIdFeesUsdAllTimeDescNullsLast = 'dailyStatId_feesUSDAllTime_DESC_NULLS_LAST', - DailyStatIdFeesUsdAsc = 'dailyStatId_feesUSD_ASC', - DailyStatIdFeesUsdAscNullsFirst = 'dailyStatId_feesUSD_ASC_NULLS_FIRST', - DailyStatIdFeesUsdAscNullsLast = 'dailyStatId_feesUSD_ASC_NULLS_LAST', - DailyStatIdFeesUsdDesc = 'dailyStatId_feesUSD_DESC', - DailyStatIdFeesUsdDescNullsFirst = 'dailyStatId_feesUSD_DESC_NULLS_FIRST', - DailyStatIdFeesUsdDescNullsLast = 'dailyStatId_feesUSD_DESC_NULLS_LAST', - DailyStatIdHoldersOverThresholdAsc = 'dailyStatId_holdersOverThreshold_ASC', - DailyStatIdHoldersOverThresholdAscNullsFirst = 'dailyStatId_holdersOverThreshold_ASC_NULLS_FIRST', - DailyStatIdHoldersOverThresholdAscNullsLast = 'dailyStatId_holdersOverThreshold_ASC_NULLS_LAST', - DailyStatIdHoldersOverThresholdDesc = 'dailyStatId_holdersOverThreshold_DESC', - DailyStatIdHoldersOverThresholdDescNullsFirst = 'dailyStatId_holdersOverThreshold_DESC_NULLS_FIRST', - DailyStatIdHoldersOverThresholdDescNullsLast = 'dailyStatId_holdersOverThreshold_DESC_NULLS_LAST', - DailyStatIdIdAsc = 'dailyStatId_id_ASC', - DailyStatIdIdAscNullsFirst = 'dailyStatId_id_ASC_NULLS_FIRST', - DailyStatIdIdAscNullsLast = 'dailyStatId_id_ASC_NULLS_LAST', - DailyStatIdIdDesc = 'dailyStatId_id_DESC', - DailyStatIdIdDescNullsFirst = 'dailyStatId_id_DESC_NULLS_FIRST', - DailyStatIdIdDescNullsLast = 'dailyStatId_id_DESC_NULLS_LAST', - DailyStatIdMarketCapUsdAsc = 'dailyStatId_marketCapUSD_ASC', - DailyStatIdMarketCapUsdAscNullsFirst = 'dailyStatId_marketCapUSD_ASC_NULLS_FIRST', - DailyStatIdMarketCapUsdAscNullsLast = 'dailyStatId_marketCapUSD_ASC_NULLS_LAST', - DailyStatIdMarketCapUsdDesc = 'dailyStatId_marketCapUSD_DESC', - DailyStatIdMarketCapUsdDescNullsFirst = 'dailyStatId_marketCapUSD_DESC_NULLS_FIRST', - DailyStatIdMarketCapUsdDescNullsLast = 'dailyStatId_marketCapUSD_DESC_NULLS_LAST', - DailyStatIdNonRebasingSupplyAsc = 'dailyStatId_nonRebasingSupply_ASC', - DailyStatIdNonRebasingSupplyAscNullsFirst = 'dailyStatId_nonRebasingSupply_ASC_NULLS_FIRST', - DailyStatIdNonRebasingSupplyAscNullsLast = 'dailyStatId_nonRebasingSupply_ASC_NULLS_LAST', - DailyStatIdNonRebasingSupplyDesc = 'dailyStatId_nonRebasingSupply_DESC', - DailyStatIdNonRebasingSupplyDescNullsFirst = 'dailyStatId_nonRebasingSupply_DESC_NULLS_FIRST', - DailyStatIdNonRebasingSupplyDescNullsLast = 'dailyStatId_nonRebasingSupply_DESC_NULLS_LAST', - DailyStatIdPegPriceAsc = 'dailyStatId_pegPrice_ASC', - DailyStatIdPegPriceAscNullsFirst = 'dailyStatId_pegPrice_ASC_NULLS_FIRST', - DailyStatIdPegPriceAscNullsLast = 'dailyStatId_pegPrice_ASC_NULLS_LAST', - DailyStatIdPegPriceDesc = 'dailyStatId_pegPrice_DESC', - DailyStatIdPegPriceDescNullsFirst = 'dailyStatId_pegPrice_DESC_NULLS_FIRST', - DailyStatIdPegPriceDescNullsLast = 'dailyStatId_pegPrice_DESC_NULLS_LAST', - DailyStatIdRebasingSupplyAsc = 'dailyStatId_rebasingSupply_ASC', - DailyStatIdRebasingSupplyAscNullsFirst = 'dailyStatId_rebasingSupply_ASC_NULLS_FIRST', - DailyStatIdRebasingSupplyAscNullsLast = 'dailyStatId_rebasingSupply_ASC_NULLS_LAST', - DailyStatIdRebasingSupplyDesc = 'dailyStatId_rebasingSupply_DESC', - DailyStatIdRebasingSupplyDescNullsFirst = 'dailyStatId_rebasingSupply_DESC_NULLS_FIRST', - DailyStatIdRebasingSupplyDescNullsLast = 'dailyStatId_rebasingSupply_DESC_NULLS_LAST', - DailyStatIdTimestampAsc = 'dailyStatId_timestamp_ASC', - DailyStatIdTimestampAscNullsFirst = 'dailyStatId_timestamp_ASC_NULLS_FIRST', - DailyStatIdTimestampAscNullsLast = 'dailyStatId_timestamp_ASC_NULLS_LAST', - DailyStatIdTimestampDesc = 'dailyStatId_timestamp_DESC', - DailyStatIdTimestampDescNullsFirst = 'dailyStatId_timestamp_DESC_NULLS_FIRST', - DailyStatIdTimestampDescNullsLast = 'dailyStatId_timestamp_DESC_NULLS_LAST', - DailyStatIdTotalSupplyUsdAsc = 'dailyStatId_totalSupplyUSD_ASC', - DailyStatIdTotalSupplyUsdAscNullsFirst = 'dailyStatId_totalSupplyUSD_ASC_NULLS_FIRST', - DailyStatIdTotalSupplyUsdAscNullsLast = 'dailyStatId_totalSupplyUSD_ASC_NULLS_LAST', - DailyStatIdTotalSupplyUsdDesc = 'dailyStatId_totalSupplyUSD_DESC', - DailyStatIdTotalSupplyUsdDescNullsFirst = 'dailyStatId_totalSupplyUSD_DESC_NULLS_FIRST', - DailyStatIdTotalSupplyUsdDescNullsLast = 'dailyStatId_totalSupplyUSD_DESC_NULLS_LAST', - DailyStatIdTotalSupplyAsc = 'dailyStatId_totalSupply_ASC', - DailyStatIdTotalSupplyAscNullsFirst = 'dailyStatId_totalSupply_ASC_NULLS_FIRST', - DailyStatIdTotalSupplyAscNullsLast = 'dailyStatId_totalSupply_ASC_NULLS_LAST', - DailyStatIdTotalSupplyDesc = 'dailyStatId_totalSupply_DESC', - DailyStatIdTotalSupplyDescNullsFirst = 'dailyStatId_totalSupply_DESC_NULLS_FIRST', - DailyStatIdTotalSupplyDescNullsLast = 'dailyStatId_totalSupply_DESC_NULLS_LAST', - DailyStatIdTradingVolumeUsdAsc = 'dailyStatId_tradingVolumeUSD_ASC', - DailyStatIdTradingVolumeUsdAscNullsFirst = 'dailyStatId_tradingVolumeUSD_ASC_NULLS_FIRST', - DailyStatIdTradingVolumeUsdAscNullsLast = 'dailyStatId_tradingVolumeUSD_ASC_NULLS_LAST', - DailyStatIdTradingVolumeUsdDesc = 'dailyStatId_tradingVolumeUSD_DESC', - DailyStatIdTradingVolumeUsdDescNullsFirst = 'dailyStatId_tradingVolumeUSD_DESC_NULLS_FIRST', - DailyStatIdTradingVolumeUsdDescNullsLast = 'dailyStatId_tradingVolumeUSD_DESC_NULLS_LAST', - DailyStatIdWrappedSupplyAsc = 'dailyStatId_wrappedSupply_ASC', - DailyStatIdWrappedSupplyAscNullsFirst = 'dailyStatId_wrappedSupply_ASC_NULLS_FIRST', - DailyStatIdWrappedSupplyAscNullsLast = 'dailyStatId_wrappedSupply_ASC_NULLS_LAST', - DailyStatIdWrappedSupplyDesc = 'dailyStatId_wrappedSupply_DESC', - DailyStatIdWrappedSupplyDescNullsFirst = 'dailyStatId_wrappedSupply_DESC_NULLS_FIRST', - DailyStatIdWrappedSupplyDescNullsLast = 'dailyStatId_wrappedSupply_DESC_NULLS_LAST', - DailyStatIdYieldEth7DayAsc = 'dailyStatId_yieldETH7Day_ASC', - DailyStatIdYieldEth7DayAscNullsFirst = 'dailyStatId_yieldETH7Day_ASC_NULLS_FIRST', - DailyStatIdYieldEth7DayAscNullsLast = 'dailyStatId_yieldETH7Day_ASC_NULLS_LAST', - DailyStatIdYieldEth7DayDesc = 'dailyStatId_yieldETH7Day_DESC', - DailyStatIdYieldEth7DayDescNullsFirst = 'dailyStatId_yieldETH7Day_DESC_NULLS_FIRST', - DailyStatIdYieldEth7DayDescNullsLast = 'dailyStatId_yieldETH7Day_DESC_NULLS_LAST', - DailyStatIdYieldEthAllTimeAsc = 'dailyStatId_yieldETHAllTime_ASC', - DailyStatIdYieldEthAllTimeAscNullsFirst = 'dailyStatId_yieldETHAllTime_ASC_NULLS_FIRST', - DailyStatIdYieldEthAllTimeAscNullsLast = 'dailyStatId_yieldETHAllTime_ASC_NULLS_LAST', - DailyStatIdYieldEthAllTimeDesc = 'dailyStatId_yieldETHAllTime_DESC', - DailyStatIdYieldEthAllTimeDescNullsFirst = 'dailyStatId_yieldETHAllTime_DESC_NULLS_FIRST', - DailyStatIdYieldEthAllTimeDescNullsLast = 'dailyStatId_yieldETHAllTime_DESC_NULLS_LAST', - DailyStatIdYieldEthAsc = 'dailyStatId_yieldETH_ASC', - DailyStatIdYieldEthAscNullsFirst = 'dailyStatId_yieldETH_ASC_NULLS_FIRST', - DailyStatIdYieldEthAscNullsLast = 'dailyStatId_yieldETH_ASC_NULLS_LAST', - DailyStatIdYieldEthDesc = 'dailyStatId_yieldETH_DESC', - DailyStatIdYieldEthDescNullsFirst = 'dailyStatId_yieldETH_DESC_NULLS_FIRST', - DailyStatIdYieldEthDescNullsLast = 'dailyStatId_yieldETH_DESC_NULLS_LAST', - DailyStatIdYieldUsd7DayAsc = 'dailyStatId_yieldUSD7Day_ASC', - DailyStatIdYieldUsd7DayAscNullsFirst = 'dailyStatId_yieldUSD7Day_ASC_NULLS_FIRST', - DailyStatIdYieldUsd7DayAscNullsLast = 'dailyStatId_yieldUSD7Day_ASC_NULLS_LAST', - DailyStatIdYieldUsd7DayDesc = 'dailyStatId_yieldUSD7Day_DESC', - DailyStatIdYieldUsd7DayDescNullsFirst = 'dailyStatId_yieldUSD7Day_DESC_NULLS_FIRST', - DailyStatIdYieldUsd7DayDescNullsLast = 'dailyStatId_yieldUSD7Day_DESC_NULLS_LAST', - DailyStatIdYieldUsdAllTimeAsc = 'dailyStatId_yieldUSDAllTime_ASC', - DailyStatIdYieldUsdAllTimeAscNullsFirst = 'dailyStatId_yieldUSDAllTime_ASC_NULLS_FIRST', - DailyStatIdYieldUsdAllTimeAscNullsLast = 'dailyStatId_yieldUSDAllTime_ASC_NULLS_LAST', - DailyStatIdYieldUsdAllTimeDesc = 'dailyStatId_yieldUSDAllTime_DESC', - DailyStatIdYieldUsdAllTimeDescNullsFirst = 'dailyStatId_yieldUSDAllTime_DESC_NULLS_FIRST', - DailyStatIdYieldUsdAllTimeDescNullsLast = 'dailyStatId_yieldUSDAllTime_DESC_NULLS_LAST', - DailyStatIdYieldUsdAsc = 'dailyStatId_yieldUSD_ASC', - DailyStatIdYieldUsdAscNullsFirst = 'dailyStatId_yieldUSD_ASC_NULLS_FIRST', - DailyStatIdYieldUsdAscNullsLast = 'dailyStatId_yieldUSD_ASC_NULLS_LAST', - DailyStatIdYieldUsdDesc = 'dailyStatId_yieldUSD_DESC', - DailyStatIdYieldUsdDescNullsFirst = 'dailyStatId_yieldUSD_DESC_NULLS_FIRST', - DailyStatIdYieldUsdDescNullsLast = 'dailyStatId_yieldUSD_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - NameAsc = 'name_ASC', - NameAscNullsFirst = 'name_ASC_NULLS_FIRST', - NameAscNullsLast = 'name_ASC_NULLS_LAST', - NameDesc = 'name_DESC', - NameDescNullsFirst = 'name_DESC_NULLS_FIRST', - NameDescNullsLast = 'name_DESC_NULLS_LAST', - TotalAsc = 'total_ASC', - TotalAscNullsFirst = 'total_ASC_NULLS_FIRST', - TotalAscNullsLast = 'total_ASC_NULLS_LAST', - TotalDesc = 'total_DESC', - TotalDescNullsFirst = 'total_DESC_NULLS_FIRST', - TotalDescNullsLast = 'total_DESC_NULLS_LAST', - TvlAsc = 'tvl_ASC', - TvlAscNullsFirst = 'tvl_ASC_NULLS_FIRST', - TvlAscNullsLast = 'tvl_ASC_NULLS_LAST', - TvlDesc = 'tvl_DESC', - TvlDescNullsFirst = 'tvl_DESC_NULLS_FIRST', - TvlDescNullsLast = 'tvl_DESC_NULLS_LAST' -} - -export type OethStrategyDailyStatWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - dailyStatId?: InputMaybe; - dailyStatId_isNull?: InputMaybe; - holdings_every?: InputMaybe; - holdings_none?: InputMaybe; - holdings_some?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - name_contains?: InputMaybe; - name_containsInsensitive?: InputMaybe; - name_endsWith?: InputMaybe; - name_eq?: InputMaybe; - name_gt?: InputMaybe; - name_gte?: InputMaybe; - name_in?: InputMaybe>; - name_isNull?: InputMaybe; - name_lt?: InputMaybe; - name_lte?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_containsInsensitive?: InputMaybe; - name_not_endsWith?: InputMaybe; - name_not_eq?: InputMaybe; - name_not_in?: InputMaybe>; - name_not_startsWith?: InputMaybe; - name_startsWith?: InputMaybe; - total_eq?: InputMaybe; - total_gt?: InputMaybe; - total_gte?: InputMaybe; - total_in?: InputMaybe>; - total_isNull?: InputMaybe; - total_lt?: InputMaybe; - total_lte?: InputMaybe; - total_not_eq?: InputMaybe; - total_not_in?: InputMaybe>; - tvl_eq?: InputMaybe; - tvl_gt?: InputMaybe; - tvl_gte?: InputMaybe; - tvl_in?: InputMaybe>; - tvl_isNull?: InputMaybe; - tvl_lt?: InputMaybe; - tvl_lte?: InputMaybe; - tvl_not_eq?: InputMaybe; - tvl_not_in?: InputMaybe>; -}; - -export type OethStrategyDailyStatsConnection = { - __typename?: 'OETHStrategyDailyStatsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethStrategyHoldingDailyStat = { - __typename?: 'OETHStrategyHoldingDailyStat'; - /** Amount held */ - amount: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - strategyDailyStatId: OethStrategyDailyStat; - /** Token symbol */ - symbol: Scalars['String']['output']; - /** Total ETH value */ - value: Scalars['BigInt']['output']; -}; - -export type OethStrategyHoldingDailyStatEdge = { - __typename?: 'OETHStrategyHoldingDailyStatEdge'; - cursor: Scalars['String']['output']; - node: OethStrategyHoldingDailyStat; -}; - -export enum OethStrategyHoldingDailyStatOrderByInput { - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - StrategyDailyStatIdIdAsc = 'strategyDailyStatId_id_ASC', - StrategyDailyStatIdIdAscNullsFirst = 'strategyDailyStatId_id_ASC_NULLS_FIRST', - StrategyDailyStatIdIdAscNullsLast = 'strategyDailyStatId_id_ASC_NULLS_LAST', - StrategyDailyStatIdIdDesc = 'strategyDailyStatId_id_DESC', - StrategyDailyStatIdIdDescNullsFirst = 'strategyDailyStatId_id_DESC_NULLS_FIRST', - StrategyDailyStatIdIdDescNullsLast = 'strategyDailyStatId_id_DESC_NULLS_LAST', - StrategyDailyStatIdNameAsc = 'strategyDailyStatId_name_ASC', - StrategyDailyStatIdNameAscNullsFirst = 'strategyDailyStatId_name_ASC_NULLS_FIRST', - StrategyDailyStatIdNameAscNullsLast = 'strategyDailyStatId_name_ASC_NULLS_LAST', - StrategyDailyStatIdNameDesc = 'strategyDailyStatId_name_DESC', - StrategyDailyStatIdNameDescNullsFirst = 'strategyDailyStatId_name_DESC_NULLS_FIRST', - StrategyDailyStatIdNameDescNullsLast = 'strategyDailyStatId_name_DESC_NULLS_LAST', - StrategyDailyStatIdTotalAsc = 'strategyDailyStatId_total_ASC', - StrategyDailyStatIdTotalAscNullsFirst = 'strategyDailyStatId_total_ASC_NULLS_FIRST', - StrategyDailyStatIdTotalAscNullsLast = 'strategyDailyStatId_total_ASC_NULLS_LAST', - StrategyDailyStatIdTotalDesc = 'strategyDailyStatId_total_DESC', - StrategyDailyStatIdTotalDescNullsFirst = 'strategyDailyStatId_total_DESC_NULLS_FIRST', - StrategyDailyStatIdTotalDescNullsLast = 'strategyDailyStatId_total_DESC_NULLS_LAST', - StrategyDailyStatIdTvlAsc = 'strategyDailyStatId_tvl_ASC', - StrategyDailyStatIdTvlAscNullsFirst = 'strategyDailyStatId_tvl_ASC_NULLS_FIRST', - StrategyDailyStatIdTvlAscNullsLast = 'strategyDailyStatId_tvl_ASC_NULLS_LAST', - StrategyDailyStatIdTvlDesc = 'strategyDailyStatId_tvl_DESC', - StrategyDailyStatIdTvlDescNullsFirst = 'strategyDailyStatId_tvl_DESC_NULLS_FIRST', - StrategyDailyStatIdTvlDescNullsLast = 'strategyDailyStatId_tvl_DESC_NULLS_LAST', - SymbolAsc = 'symbol_ASC', - SymbolAscNullsFirst = 'symbol_ASC_NULLS_FIRST', - SymbolAscNullsLast = 'symbol_ASC_NULLS_LAST', - SymbolDesc = 'symbol_DESC', - SymbolDescNullsFirst = 'symbol_DESC_NULLS_FIRST', - SymbolDescNullsLast = 'symbol_DESC_NULLS_LAST', - ValueAsc = 'value_ASC', - ValueAscNullsFirst = 'value_ASC_NULLS_FIRST', - ValueAscNullsLast = 'value_ASC_NULLS_LAST', - ValueDesc = 'value_DESC', - ValueDescNullsFirst = 'value_DESC_NULLS_FIRST', - ValueDescNullsLast = 'value_DESC_NULLS_LAST' -} - -export type OethStrategyHoldingDailyStatWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - strategyDailyStatId?: InputMaybe; - strategyDailyStatId_isNull?: InputMaybe; - symbol_contains?: InputMaybe; - symbol_containsInsensitive?: InputMaybe; - symbol_endsWith?: InputMaybe; - symbol_eq?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_isNull?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_containsInsensitive?: InputMaybe; - symbol_not_endsWith?: InputMaybe; - symbol_not_eq?: InputMaybe; - symbol_not_in?: InputMaybe>; - symbol_not_startsWith?: InputMaybe; - symbol_startsWith?: InputMaybe; - value_eq?: InputMaybe; - value_gt?: InputMaybe; - value_gte?: InputMaybe; - value_in?: InputMaybe>; - value_isNull?: InputMaybe; - value_lt?: InputMaybe; - value_lte?: InputMaybe; - value_not_eq?: InputMaybe; - value_not_in?: InputMaybe>; -}; - -export type OethStrategyHoldingDailyStatsConnection = { - __typename?: 'OETHStrategyHoldingDailyStatsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -/** The Vault entity tracks the OETH vault balance over time. */ -export type OethVault = { - __typename?: 'OETHVault'; - blockNumber: Scalars['Int']['output']; - frxETH: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - rETH: Scalars['BigInt']['output']; - stETH: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - weth: Scalars['BigInt']['output']; -}; - -export type OethVaultEdge = { - __typename?: 'OETHVaultEdge'; - cursor: Scalars['String']['output']; - node: OethVault; -}; - -export enum OethVaultOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - FrxEthAsc = 'frxETH_ASC', - FrxEthAscNullsFirst = 'frxETH_ASC_NULLS_FIRST', - FrxEthAscNullsLast = 'frxETH_ASC_NULLS_LAST', - FrxEthDesc = 'frxETH_DESC', - FrxEthDescNullsFirst = 'frxETH_DESC_NULLS_FIRST', - FrxEthDescNullsLast = 'frxETH_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - REthAsc = 'rETH_ASC', - REthAscNullsFirst = 'rETH_ASC_NULLS_FIRST', - REthAscNullsLast = 'rETH_ASC_NULLS_LAST', - REthDesc = 'rETH_DESC', - REthDescNullsFirst = 'rETH_DESC_NULLS_FIRST', - REthDescNullsLast = 'rETH_DESC_NULLS_LAST', - StEthAsc = 'stETH_ASC', - StEthAscNullsFirst = 'stETH_ASC_NULLS_FIRST', - StEthAscNullsLast = 'stETH_ASC_NULLS_LAST', - StEthDesc = 'stETH_DESC', - StEthDescNullsFirst = 'stETH_DESC_NULLS_FIRST', - StEthDescNullsLast = 'stETH_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - WethAsc = 'weth_ASC', - WethAscNullsFirst = 'weth_ASC_NULLS_FIRST', - WethAscNullsLast = 'weth_ASC_NULLS_LAST', - WethDesc = 'weth_DESC', - WethDescNullsFirst = 'weth_DESC_NULLS_FIRST', - WethDescNullsLast = 'weth_DESC_NULLS_LAST' -} - -export type OethVaultWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - frxETH_eq?: InputMaybe; - frxETH_gt?: InputMaybe; - frxETH_gte?: InputMaybe; - frxETH_in?: InputMaybe>; - frxETH_isNull?: InputMaybe; - frxETH_lt?: InputMaybe; - frxETH_lte?: InputMaybe; - frxETH_not_eq?: InputMaybe; - frxETH_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - rETH_eq?: InputMaybe; - rETH_gt?: InputMaybe; - rETH_gte?: InputMaybe; - rETH_in?: InputMaybe>; - rETH_isNull?: InputMaybe; - rETH_lt?: InputMaybe; - rETH_lte?: InputMaybe; - rETH_not_eq?: InputMaybe; - rETH_not_in?: InputMaybe>; - stETH_eq?: InputMaybe; - stETH_gt?: InputMaybe; - stETH_gte?: InputMaybe; - stETH_in?: InputMaybe>; - stETH_isNull?: InputMaybe; - stETH_lt?: InputMaybe; - stETH_lte?: InputMaybe; - stETH_not_eq?: InputMaybe; - stETH_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - weth_eq?: InputMaybe; - weth_gt?: InputMaybe; - weth_gte?: InputMaybe; - weth_in?: InputMaybe>; - weth_isNull?: InputMaybe; - weth_lt?: InputMaybe; - weth_lte?: InputMaybe; - weth_not_eq?: InputMaybe; - weth_not_in?: InputMaybe>; -}; - -export type OethVaultsConnection = { - __typename?: 'OETHVaultsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethWithdrawalRequest = { - __typename?: 'OETHWithdrawalRequest'; - amount: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - claimed: Scalars['Boolean']['output']; - id: Scalars['String']['output']; - queued: Scalars['BigInt']['output']; - requestId: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; - withdrawer: Scalars['String']['output']; -}; - -export type OethWithdrawalRequestEdge = { - __typename?: 'OETHWithdrawalRequestEdge'; - cursor: Scalars['String']['output']; - node: OethWithdrawalRequest; -}; - -export enum OethWithdrawalRequestOrderByInput { - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ClaimedAsc = 'claimed_ASC', - ClaimedAscNullsFirst = 'claimed_ASC_NULLS_FIRST', - ClaimedAscNullsLast = 'claimed_ASC_NULLS_LAST', - ClaimedDesc = 'claimed_DESC', - ClaimedDescNullsFirst = 'claimed_DESC_NULLS_FIRST', - ClaimedDescNullsLast = 'claimed_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - QueuedAsc = 'queued_ASC', - QueuedAscNullsFirst = 'queued_ASC_NULLS_FIRST', - QueuedAscNullsLast = 'queued_ASC_NULLS_LAST', - QueuedDesc = 'queued_DESC', - QueuedDescNullsFirst = 'queued_DESC_NULLS_FIRST', - QueuedDescNullsLast = 'queued_DESC_NULLS_LAST', - RequestIdAsc = 'requestId_ASC', - RequestIdAscNullsFirst = 'requestId_ASC_NULLS_FIRST', - RequestIdAscNullsLast = 'requestId_ASC_NULLS_LAST', - RequestIdDesc = 'requestId_DESC', - RequestIdDescNullsFirst = 'requestId_DESC_NULLS_FIRST', - RequestIdDescNullsLast = 'requestId_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST', - WithdrawerAsc = 'withdrawer_ASC', - WithdrawerAscNullsFirst = 'withdrawer_ASC_NULLS_FIRST', - WithdrawerAscNullsLast = 'withdrawer_ASC_NULLS_LAST', - WithdrawerDesc = 'withdrawer_DESC', - WithdrawerDescNullsFirst = 'withdrawer_DESC_NULLS_FIRST', - WithdrawerDescNullsLast = 'withdrawer_DESC_NULLS_LAST' -} - -export type OethWithdrawalRequestWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - claimed_eq?: InputMaybe; - claimed_isNull?: InputMaybe; - claimed_not_eq?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - queued_eq?: InputMaybe; - queued_gt?: InputMaybe; - queued_gte?: InputMaybe; - queued_in?: InputMaybe>; - queued_isNull?: InputMaybe; - queued_lt?: InputMaybe; - queued_lte?: InputMaybe; - queued_not_eq?: InputMaybe; - queued_not_in?: InputMaybe>; - requestId_eq?: InputMaybe; - requestId_gt?: InputMaybe; - requestId_gte?: InputMaybe; - requestId_in?: InputMaybe>; - requestId_isNull?: InputMaybe; - requestId_lt?: InputMaybe; - requestId_lte?: InputMaybe; - requestId_not_eq?: InputMaybe; - requestId_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; - withdrawer_contains?: InputMaybe; - withdrawer_containsInsensitive?: InputMaybe; - withdrawer_endsWith?: InputMaybe; - withdrawer_eq?: InputMaybe; - withdrawer_gt?: InputMaybe; - withdrawer_gte?: InputMaybe; - withdrawer_in?: InputMaybe>; - withdrawer_isNull?: InputMaybe; - withdrawer_lt?: InputMaybe; - withdrawer_lte?: InputMaybe; - withdrawer_not_contains?: InputMaybe; - withdrawer_not_containsInsensitive?: InputMaybe; - withdrawer_not_endsWith?: InputMaybe; - withdrawer_not_eq?: InputMaybe; - withdrawer_not_in?: InputMaybe>; - withdrawer_not_startsWith?: InputMaybe; - withdrawer_startsWith?: InputMaybe; -}; - -export type OethWithdrawalRequestsConnection = { - __typename?: 'OETHWithdrawalRequestsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OgnStatsResult = { - __typename?: 'OGNStatsResult'; - circulatingSupply: Scalars['Float']['output']; - totalSupply: Scalars['Float']['output']; -}; - -export type Ogv = { - __typename?: 'OGV'; - blockNumber: Scalars['Int']['output']; - circulating: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - staked: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - total: Scalars['BigInt']['output']; -}; - -export type OgvAddress = { - __typename?: 'OGVAddress'; - balance: Scalars['BigInt']['output']; - delegatee?: Maybe; - id: Scalars['String']['output']; - lastUpdated: Scalars['DateTime']['output']; - staked: Scalars['BigInt']['output']; - veogvBalance: Scalars['BigInt']['output']; - votingPower: Scalars['BigInt']['output']; -}; - -export type OgvAddressEdge = { - __typename?: 'OGVAddressEdge'; - cursor: Scalars['String']['output']; - node: OgvAddress; -}; - -export enum OgvAddressOrderByInput { - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - DelegateeBalanceAsc = 'delegatee_balance_ASC', - DelegateeBalanceAscNullsFirst = 'delegatee_balance_ASC_NULLS_FIRST', - DelegateeBalanceAscNullsLast = 'delegatee_balance_ASC_NULLS_LAST', - DelegateeBalanceDesc = 'delegatee_balance_DESC', - DelegateeBalanceDescNullsFirst = 'delegatee_balance_DESC_NULLS_FIRST', - DelegateeBalanceDescNullsLast = 'delegatee_balance_DESC_NULLS_LAST', - DelegateeIdAsc = 'delegatee_id_ASC', - DelegateeIdAscNullsFirst = 'delegatee_id_ASC_NULLS_FIRST', - DelegateeIdAscNullsLast = 'delegatee_id_ASC_NULLS_LAST', - DelegateeIdDesc = 'delegatee_id_DESC', - DelegateeIdDescNullsFirst = 'delegatee_id_DESC_NULLS_FIRST', - DelegateeIdDescNullsLast = 'delegatee_id_DESC_NULLS_LAST', - DelegateeLastUpdatedAsc = 'delegatee_lastUpdated_ASC', - DelegateeLastUpdatedAscNullsFirst = 'delegatee_lastUpdated_ASC_NULLS_FIRST', - DelegateeLastUpdatedAscNullsLast = 'delegatee_lastUpdated_ASC_NULLS_LAST', - DelegateeLastUpdatedDesc = 'delegatee_lastUpdated_DESC', - DelegateeLastUpdatedDescNullsFirst = 'delegatee_lastUpdated_DESC_NULLS_FIRST', - DelegateeLastUpdatedDescNullsLast = 'delegatee_lastUpdated_DESC_NULLS_LAST', - DelegateeStakedAsc = 'delegatee_staked_ASC', - DelegateeStakedAscNullsFirst = 'delegatee_staked_ASC_NULLS_FIRST', - DelegateeStakedAscNullsLast = 'delegatee_staked_ASC_NULLS_LAST', - DelegateeStakedDesc = 'delegatee_staked_DESC', - DelegateeStakedDescNullsFirst = 'delegatee_staked_DESC_NULLS_FIRST', - DelegateeStakedDescNullsLast = 'delegatee_staked_DESC_NULLS_LAST', - DelegateeVeogvBalanceAsc = 'delegatee_veogvBalance_ASC', - DelegateeVeogvBalanceAscNullsFirst = 'delegatee_veogvBalance_ASC_NULLS_FIRST', - DelegateeVeogvBalanceAscNullsLast = 'delegatee_veogvBalance_ASC_NULLS_LAST', - DelegateeVeogvBalanceDesc = 'delegatee_veogvBalance_DESC', - DelegateeVeogvBalanceDescNullsFirst = 'delegatee_veogvBalance_DESC_NULLS_FIRST', - DelegateeVeogvBalanceDescNullsLast = 'delegatee_veogvBalance_DESC_NULLS_LAST', - DelegateeVotingPowerAsc = 'delegatee_votingPower_ASC', - DelegateeVotingPowerAscNullsFirst = 'delegatee_votingPower_ASC_NULLS_FIRST', - DelegateeVotingPowerAscNullsLast = 'delegatee_votingPower_ASC_NULLS_LAST', - DelegateeVotingPowerDesc = 'delegatee_votingPower_DESC', - DelegateeVotingPowerDescNullsFirst = 'delegatee_votingPower_DESC_NULLS_FIRST', - DelegateeVotingPowerDescNullsLast = 'delegatee_votingPower_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - LastUpdatedAsc = 'lastUpdated_ASC', - LastUpdatedAscNullsFirst = 'lastUpdated_ASC_NULLS_FIRST', - LastUpdatedAscNullsLast = 'lastUpdated_ASC_NULLS_LAST', - LastUpdatedDesc = 'lastUpdated_DESC', - LastUpdatedDescNullsFirst = 'lastUpdated_DESC_NULLS_FIRST', - LastUpdatedDescNullsLast = 'lastUpdated_DESC_NULLS_LAST', - StakedAsc = 'staked_ASC', - StakedAscNullsFirst = 'staked_ASC_NULLS_FIRST', - StakedAscNullsLast = 'staked_ASC_NULLS_LAST', - StakedDesc = 'staked_DESC', - StakedDescNullsFirst = 'staked_DESC_NULLS_FIRST', - StakedDescNullsLast = 'staked_DESC_NULLS_LAST', - VeogvBalanceAsc = 'veogvBalance_ASC', - VeogvBalanceAscNullsFirst = 'veogvBalance_ASC_NULLS_FIRST', - VeogvBalanceAscNullsLast = 'veogvBalance_ASC_NULLS_LAST', - VeogvBalanceDesc = 'veogvBalance_DESC', - VeogvBalanceDescNullsFirst = 'veogvBalance_DESC_NULLS_FIRST', - VeogvBalanceDescNullsLast = 'veogvBalance_DESC_NULLS_LAST', - VotingPowerAsc = 'votingPower_ASC', - VotingPowerAscNullsFirst = 'votingPower_ASC_NULLS_FIRST', - VotingPowerAscNullsLast = 'votingPower_ASC_NULLS_LAST', - VotingPowerDesc = 'votingPower_DESC', - VotingPowerDescNullsFirst = 'votingPower_DESC_NULLS_FIRST', - VotingPowerDescNullsLast = 'votingPower_DESC_NULLS_LAST' -} - -export type OgvAddressWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - delegatee?: InputMaybe; - delegatee_isNull?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - lastUpdated_eq?: InputMaybe; - lastUpdated_gt?: InputMaybe; - lastUpdated_gte?: InputMaybe; - lastUpdated_in?: InputMaybe>; - lastUpdated_isNull?: InputMaybe; - lastUpdated_lt?: InputMaybe; - lastUpdated_lte?: InputMaybe; - lastUpdated_not_eq?: InputMaybe; - lastUpdated_not_in?: InputMaybe>; - staked_eq?: InputMaybe; - staked_gt?: InputMaybe; - staked_gte?: InputMaybe; - staked_in?: InputMaybe>; - staked_isNull?: InputMaybe; - staked_lt?: InputMaybe; - staked_lte?: InputMaybe; - staked_not_eq?: InputMaybe; - staked_not_in?: InputMaybe>; - veogvBalance_eq?: InputMaybe; - veogvBalance_gt?: InputMaybe; - veogvBalance_gte?: InputMaybe; - veogvBalance_in?: InputMaybe>; - veogvBalance_isNull?: InputMaybe; - veogvBalance_lt?: InputMaybe; - veogvBalance_lte?: InputMaybe; - veogvBalance_not_eq?: InputMaybe; - veogvBalance_not_in?: InputMaybe>; - votingPower_eq?: InputMaybe; - votingPower_gt?: InputMaybe; - votingPower_gte?: InputMaybe; - votingPower_in?: InputMaybe>; - votingPower_isNull?: InputMaybe; - votingPower_lt?: InputMaybe; - votingPower_lte?: InputMaybe; - votingPower_not_eq?: InputMaybe; - votingPower_not_in?: InputMaybe>; -}; - -export type OgvAddressesConnection = { - __typename?: 'OGVAddressesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OgvDailyStat = { - __typename?: 'OGVDailyStat'; - blockNumber: Scalars['Int']['output']; - holdersOverThreshold: Scalars['Int']['output']; - id: Scalars['String']['output']; - marketCapUSD: Scalars['Float']['output']; - priceUSD: Scalars['Float']['output']; - timestamp: Scalars['DateTime']['output']; - totalStaked: Scalars['BigInt']['output']; - totalSupply: Scalars['BigInt']['output']; - totalSupplyUSD: Scalars['Float']['output']; - tradingVolumeUSD: Scalars['Float']['output']; -}; - -export type OgvDailyStatEdge = { - __typename?: 'OGVDailyStatEdge'; - cursor: Scalars['String']['output']; - node: OgvDailyStat; -}; - -export enum OgvDailyStatOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - HoldersOverThresholdAsc = 'holdersOverThreshold_ASC', - HoldersOverThresholdAscNullsFirst = 'holdersOverThreshold_ASC_NULLS_FIRST', - HoldersOverThresholdAscNullsLast = 'holdersOverThreshold_ASC_NULLS_LAST', - HoldersOverThresholdDesc = 'holdersOverThreshold_DESC', - HoldersOverThresholdDescNullsFirst = 'holdersOverThreshold_DESC_NULLS_FIRST', - HoldersOverThresholdDescNullsLast = 'holdersOverThreshold_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - MarketCapUsdAsc = 'marketCapUSD_ASC', - MarketCapUsdAscNullsFirst = 'marketCapUSD_ASC_NULLS_FIRST', - MarketCapUsdAscNullsLast = 'marketCapUSD_ASC_NULLS_LAST', - MarketCapUsdDesc = 'marketCapUSD_DESC', - MarketCapUsdDescNullsFirst = 'marketCapUSD_DESC_NULLS_FIRST', - MarketCapUsdDescNullsLast = 'marketCapUSD_DESC_NULLS_LAST', - PriceUsdAsc = 'priceUSD_ASC', - PriceUsdAscNullsFirst = 'priceUSD_ASC_NULLS_FIRST', - PriceUsdAscNullsLast = 'priceUSD_ASC_NULLS_LAST', - PriceUsdDesc = 'priceUSD_DESC', - PriceUsdDescNullsFirst = 'priceUSD_DESC_NULLS_FIRST', - PriceUsdDescNullsLast = 'priceUSD_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalStakedAsc = 'totalStaked_ASC', - TotalStakedAscNullsFirst = 'totalStaked_ASC_NULLS_FIRST', - TotalStakedAscNullsLast = 'totalStaked_ASC_NULLS_LAST', - TotalStakedDesc = 'totalStaked_DESC', - TotalStakedDescNullsFirst = 'totalStaked_DESC_NULLS_FIRST', - TotalStakedDescNullsLast = 'totalStaked_DESC_NULLS_LAST', - TotalSupplyUsdAsc = 'totalSupplyUSD_ASC', - TotalSupplyUsdAscNullsFirst = 'totalSupplyUSD_ASC_NULLS_FIRST', - TotalSupplyUsdAscNullsLast = 'totalSupplyUSD_ASC_NULLS_LAST', - TotalSupplyUsdDesc = 'totalSupplyUSD_DESC', - TotalSupplyUsdDescNullsFirst = 'totalSupplyUSD_DESC_NULLS_FIRST', - TotalSupplyUsdDescNullsLast = 'totalSupplyUSD_DESC_NULLS_LAST', - TotalSupplyAsc = 'totalSupply_ASC', - TotalSupplyAscNullsFirst = 'totalSupply_ASC_NULLS_FIRST', - TotalSupplyAscNullsLast = 'totalSupply_ASC_NULLS_LAST', - TotalSupplyDesc = 'totalSupply_DESC', - TotalSupplyDescNullsFirst = 'totalSupply_DESC_NULLS_FIRST', - TotalSupplyDescNullsLast = 'totalSupply_DESC_NULLS_LAST', - TradingVolumeUsdAsc = 'tradingVolumeUSD_ASC', - TradingVolumeUsdAscNullsFirst = 'tradingVolumeUSD_ASC_NULLS_FIRST', - TradingVolumeUsdAscNullsLast = 'tradingVolumeUSD_ASC_NULLS_LAST', - TradingVolumeUsdDesc = 'tradingVolumeUSD_DESC', - TradingVolumeUsdDescNullsFirst = 'tradingVolumeUSD_DESC_NULLS_FIRST', - TradingVolumeUsdDescNullsLast = 'tradingVolumeUSD_DESC_NULLS_LAST' -} - -export type OgvDailyStatWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - holdersOverThreshold_eq?: InputMaybe; - holdersOverThreshold_gt?: InputMaybe; - holdersOverThreshold_gte?: InputMaybe; - holdersOverThreshold_in?: InputMaybe>; - holdersOverThreshold_isNull?: InputMaybe; - holdersOverThreshold_lt?: InputMaybe; - holdersOverThreshold_lte?: InputMaybe; - holdersOverThreshold_not_eq?: InputMaybe; - holdersOverThreshold_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - marketCapUSD_eq?: InputMaybe; - marketCapUSD_gt?: InputMaybe; - marketCapUSD_gte?: InputMaybe; - marketCapUSD_in?: InputMaybe>; - marketCapUSD_isNull?: InputMaybe; - marketCapUSD_lt?: InputMaybe; - marketCapUSD_lte?: InputMaybe; - marketCapUSD_not_eq?: InputMaybe; - marketCapUSD_not_in?: InputMaybe>; - priceUSD_eq?: InputMaybe; - priceUSD_gt?: InputMaybe; - priceUSD_gte?: InputMaybe; - priceUSD_in?: InputMaybe>; - priceUSD_isNull?: InputMaybe; - priceUSD_lt?: InputMaybe; - priceUSD_lte?: InputMaybe; - priceUSD_not_eq?: InputMaybe; - priceUSD_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - totalStaked_eq?: InputMaybe; - totalStaked_gt?: InputMaybe; - totalStaked_gte?: InputMaybe; - totalStaked_in?: InputMaybe>; - totalStaked_isNull?: InputMaybe; - totalStaked_lt?: InputMaybe; - totalStaked_lte?: InputMaybe; - totalStaked_not_eq?: InputMaybe; - totalStaked_not_in?: InputMaybe>; - totalSupplyUSD_eq?: InputMaybe; - totalSupplyUSD_gt?: InputMaybe; - totalSupplyUSD_gte?: InputMaybe; - totalSupplyUSD_in?: InputMaybe>; - totalSupplyUSD_isNull?: InputMaybe; - totalSupplyUSD_lt?: InputMaybe; - totalSupplyUSD_lte?: InputMaybe; - totalSupplyUSD_not_eq?: InputMaybe; - totalSupplyUSD_not_in?: InputMaybe>; - totalSupply_eq?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_isNull?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_not_eq?: InputMaybe; - totalSupply_not_in?: InputMaybe>; - tradingVolumeUSD_eq?: InputMaybe; - tradingVolumeUSD_gt?: InputMaybe; - tradingVolumeUSD_gte?: InputMaybe; - tradingVolumeUSD_in?: InputMaybe>; - tradingVolumeUSD_isNull?: InputMaybe; - tradingVolumeUSD_lt?: InputMaybe; - tradingVolumeUSD_lte?: InputMaybe; - tradingVolumeUSD_not_eq?: InputMaybe; - tradingVolumeUSD_not_in?: InputMaybe>; -}; - -export type OgvDailyStatsConnection = { - __typename?: 'OGVDailyStatsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OgvEdge = { - __typename?: 'OGVEdge'; - cursor: Scalars['String']['output']; - node: Ogv; -}; - -export type OgvLockup = { - __typename?: 'OGVLockup'; - address: OgvAddress; - amount: Scalars['BigInt']['output']; - end: Scalars['DateTime']['output']; - id: Scalars['String']['output']; - lockupId: Scalars['String']['output']; - logs: Array; - timestamp: Scalars['DateTime']['output']; - veogv: Scalars['BigInt']['output']; -}; - - -export type OgvLockupLogsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type OgvLockupEdge = { - __typename?: 'OGVLockupEdge'; - cursor: Scalars['String']['output']; - node: OgvLockup; -}; - -export enum OgvLockupEventType { - Extended = 'Extended', - Staked = 'Staked', - Unstaked = 'Unstaked' -} - -export enum OgvLockupOrderByInput { - AddressBalanceAsc = 'address_balance_ASC', - AddressBalanceAscNullsFirst = 'address_balance_ASC_NULLS_FIRST', - AddressBalanceAscNullsLast = 'address_balance_ASC_NULLS_LAST', - AddressBalanceDesc = 'address_balance_DESC', - AddressBalanceDescNullsFirst = 'address_balance_DESC_NULLS_FIRST', - AddressBalanceDescNullsLast = 'address_balance_DESC_NULLS_LAST', - AddressIdAsc = 'address_id_ASC', - AddressIdAscNullsFirst = 'address_id_ASC_NULLS_FIRST', - AddressIdAscNullsLast = 'address_id_ASC_NULLS_LAST', - AddressIdDesc = 'address_id_DESC', - AddressIdDescNullsFirst = 'address_id_DESC_NULLS_FIRST', - AddressIdDescNullsLast = 'address_id_DESC_NULLS_LAST', - AddressLastUpdatedAsc = 'address_lastUpdated_ASC', - AddressLastUpdatedAscNullsFirst = 'address_lastUpdated_ASC_NULLS_FIRST', - AddressLastUpdatedAscNullsLast = 'address_lastUpdated_ASC_NULLS_LAST', - AddressLastUpdatedDesc = 'address_lastUpdated_DESC', - AddressLastUpdatedDescNullsFirst = 'address_lastUpdated_DESC_NULLS_FIRST', - AddressLastUpdatedDescNullsLast = 'address_lastUpdated_DESC_NULLS_LAST', - AddressStakedAsc = 'address_staked_ASC', - AddressStakedAscNullsFirst = 'address_staked_ASC_NULLS_FIRST', - AddressStakedAscNullsLast = 'address_staked_ASC_NULLS_LAST', - AddressStakedDesc = 'address_staked_DESC', - AddressStakedDescNullsFirst = 'address_staked_DESC_NULLS_FIRST', - AddressStakedDescNullsLast = 'address_staked_DESC_NULLS_LAST', - AddressVeogvBalanceAsc = 'address_veogvBalance_ASC', - AddressVeogvBalanceAscNullsFirst = 'address_veogvBalance_ASC_NULLS_FIRST', - AddressVeogvBalanceAscNullsLast = 'address_veogvBalance_ASC_NULLS_LAST', - AddressVeogvBalanceDesc = 'address_veogvBalance_DESC', - AddressVeogvBalanceDescNullsFirst = 'address_veogvBalance_DESC_NULLS_FIRST', - AddressVeogvBalanceDescNullsLast = 'address_veogvBalance_DESC_NULLS_LAST', - AddressVotingPowerAsc = 'address_votingPower_ASC', - AddressVotingPowerAscNullsFirst = 'address_votingPower_ASC_NULLS_FIRST', - AddressVotingPowerAscNullsLast = 'address_votingPower_ASC_NULLS_LAST', - AddressVotingPowerDesc = 'address_votingPower_DESC', - AddressVotingPowerDescNullsFirst = 'address_votingPower_DESC_NULLS_FIRST', - AddressVotingPowerDescNullsLast = 'address_votingPower_DESC_NULLS_LAST', - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - EndAsc = 'end_ASC', - EndAscNullsFirst = 'end_ASC_NULLS_FIRST', - EndAscNullsLast = 'end_ASC_NULLS_LAST', - EndDesc = 'end_DESC', - EndDescNullsFirst = 'end_DESC_NULLS_FIRST', - EndDescNullsLast = 'end_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - LockupIdAsc = 'lockupId_ASC', - LockupIdAscNullsFirst = 'lockupId_ASC_NULLS_FIRST', - LockupIdAscNullsLast = 'lockupId_ASC_NULLS_LAST', - LockupIdDesc = 'lockupId_DESC', - LockupIdDescNullsFirst = 'lockupId_DESC_NULLS_FIRST', - LockupIdDescNullsLast = 'lockupId_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - VeogvAsc = 'veogv_ASC', - VeogvAscNullsFirst = 'veogv_ASC_NULLS_FIRST', - VeogvAscNullsLast = 'veogv_ASC_NULLS_LAST', - VeogvDesc = 'veogv_DESC', - VeogvDescNullsFirst = 'veogv_DESC_NULLS_FIRST', - VeogvDescNullsLast = 'veogv_DESC_NULLS_LAST' -} - -export type OgvLockupTxLog = { - __typename?: 'OGVLockupTxLog'; - blockNumber: Scalars['Int']['output']; - event: OgvLockupEventType; - hash: Scalars['String']['output']; - id: Scalars['String']['output']; - ogvLockup: OgvLockup; - timestamp: Scalars['DateTime']['output']; - totalSupply: Scalars['BigInt']['output']; -}; - -export type OgvLockupTxLogEdge = { - __typename?: 'OGVLockupTxLogEdge'; - cursor: Scalars['String']['output']; - node: OgvLockupTxLog; -}; - -export enum OgvLockupTxLogOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - EventAsc = 'event_ASC', - EventAscNullsFirst = 'event_ASC_NULLS_FIRST', - EventAscNullsLast = 'event_ASC_NULLS_LAST', - EventDesc = 'event_DESC', - EventDescNullsFirst = 'event_DESC_NULLS_FIRST', - EventDescNullsLast = 'event_DESC_NULLS_LAST', - HashAsc = 'hash_ASC', - HashAscNullsFirst = 'hash_ASC_NULLS_FIRST', - HashAscNullsLast = 'hash_ASC_NULLS_LAST', - HashDesc = 'hash_DESC', - HashDescNullsFirst = 'hash_DESC_NULLS_FIRST', - HashDescNullsLast = 'hash_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - OgvLockupAmountAsc = 'ogvLockup_amount_ASC', - OgvLockupAmountAscNullsFirst = 'ogvLockup_amount_ASC_NULLS_FIRST', - OgvLockupAmountAscNullsLast = 'ogvLockup_amount_ASC_NULLS_LAST', - OgvLockupAmountDesc = 'ogvLockup_amount_DESC', - OgvLockupAmountDescNullsFirst = 'ogvLockup_amount_DESC_NULLS_FIRST', - OgvLockupAmountDescNullsLast = 'ogvLockup_amount_DESC_NULLS_LAST', - OgvLockupEndAsc = 'ogvLockup_end_ASC', - OgvLockupEndAscNullsFirst = 'ogvLockup_end_ASC_NULLS_FIRST', - OgvLockupEndAscNullsLast = 'ogvLockup_end_ASC_NULLS_LAST', - OgvLockupEndDesc = 'ogvLockup_end_DESC', - OgvLockupEndDescNullsFirst = 'ogvLockup_end_DESC_NULLS_FIRST', - OgvLockupEndDescNullsLast = 'ogvLockup_end_DESC_NULLS_LAST', - OgvLockupIdAsc = 'ogvLockup_id_ASC', - OgvLockupIdAscNullsFirst = 'ogvLockup_id_ASC_NULLS_FIRST', - OgvLockupIdAscNullsLast = 'ogvLockup_id_ASC_NULLS_LAST', - OgvLockupIdDesc = 'ogvLockup_id_DESC', - OgvLockupIdDescNullsFirst = 'ogvLockup_id_DESC_NULLS_FIRST', - OgvLockupIdDescNullsLast = 'ogvLockup_id_DESC_NULLS_LAST', - OgvLockupLockupIdAsc = 'ogvLockup_lockupId_ASC', - OgvLockupLockupIdAscNullsFirst = 'ogvLockup_lockupId_ASC_NULLS_FIRST', - OgvLockupLockupIdAscNullsLast = 'ogvLockup_lockupId_ASC_NULLS_LAST', - OgvLockupLockupIdDesc = 'ogvLockup_lockupId_DESC', - OgvLockupLockupIdDescNullsFirst = 'ogvLockup_lockupId_DESC_NULLS_FIRST', - OgvLockupLockupIdDescNullsLast = 'ogvLockup_lockupId_DESC_NULLS_LAST', - OgvLockupTimestampAsc = 'ogvLockup_timestamp_ASC', - OgvLockupTimestampAscNullsFirst = 'ogvLockup_timestamp_ASC_NULLS_FIRST', - OgvLockupTimestampAscNullsLast = 'ogvLockup_timestamp_ASC_NULLS_LAST', - OgvLockupTimestampDesc = 'ogvLockup_timestamp_DESC', - OgvLockupTimestampDescNullsFirst = 'ogvLockup_timestamp_DESC_NULLS_FIRST', - OgvLockupTimestampDescNullsLast = 'ogvLockup_timestamp_DESC_NULLS_LAST', - OgvLockupVeogvAsc = 'ogvLockup_veogv_ASC', - OgvLockupVeogvAscNullsFirst = 'ogvLockup_veogv_ASC_NULLS_FIRST', - OgvLockupVeogvAscNullsLast = 'ogvLockup_veogv_ASC_NULLS_LAST', - OgvLockupVeogvDesc = 'ogvLockup_veogv_DESC', - OgvLockupVeogvDescNullsFirst = 'ogvLockup_veogv_DESC_NULLS_FIRST', - OgvLockupVeogvDescNullsLast = 'ogvLockup_veogv_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalSupplyAsc = 'totalSupply_ASC', - TotalSupplyAscNullsFirst = 'totalSupply_ASC_NULLS_FIRST', - TotalSupplyAscNullsLast = 'totalSupply_ASC_NULLS_LAST', - TotalSupplyDesc = 'totalSupply_DESC', - TotalSupplyDescNullsFirst = 'totalSupply_DESC_NULLS_FIRST', - TotalSupplyDescNullsLast = 'totalSupply_DESC_NULLS_LAST' -} - -export type OgvLockupTxLogWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - event_eq?: InputMaybe; - event_in?: InputMaybe>; - event_isNull?: InputMaybe; - event_not_eq?: InputMaybe; - event_not_in?: InputMaybe>; - hash_contains?: InputMaybe; - hash_containsInsensitive?: InputMaybe; - hash_endsWith?: InputMaybe; - hash_eq?: InputMaybe; - hash_gt?: InputMaybe; - hash_gte?: InputMaybe; - hash_in?: InputMaybe>; - hash_isNull?: InputMaybe; - hash_lt?: InputMaybe; - hash_lte?: InputMaybe; - hash_not_contains?: InputMaybe; - hash_not_containsInsensitive?: InputMaybe; - hash_not_endsWith?: InputMaybe; - hash_not_eq?: InputMaybe; - hash_not_in?: InputMaybe>; - hash_not_startsWith?: InputMaybe; - hash_startsWith?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - ogvLockup?: InputMaybe; - ogvLockup_isNull?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - totalSupply_eq?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_isNull?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_not_eq?: InputMaybe; - totalSupply_not_in?: InputMaybe>; -}; - -export type OgvLockupTxLogsConnection = { - __typename?: 'OGVLockupTxLogsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OgvLockupWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address?: InputMaybe; - address_isNull?: InputMaybe; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - end_eq?: InputMaybe; - end_gt?: InputMaybe; - end_gte?: InputMaybe; - end_in?: InputMaybe>; - end_isNull?: InputMaybe; - end_lt?: InputMaybe; - end_lte?: InputMaybe; - end_not_eq?: InputMaybe; - end_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - lockupId_contains?: InputMaybe; - lockupId_containsInsensitive?: InputMaybe; - lockupId_endsWith?: InputMaybe; - lockupId_eq?: InputMaybe; - lockupId_gt?: InputMaybe; - lockupId_gte?: InputMaybe; - lockupId_in?: InputMaybe>; - lockupId_isNull?: InputMaybe; - lockupId_lt?: InputMaybe; - lockupId_lte?: InputMaybe; - lockupId_not_contains?: InputMaybe; - lockupId_not_containsInsensitive?: InputMaybe; - lockupId_not_endsWith?: InputMaybe; - lockupId_not_eq?: InputMaybe; - lockupId_not_in?: InputMaybe>; - lockupId_not_startsWith?: InputMaybe; - lockupId_startsWith?: InputMaybe; - logs_every?: InputMaybe; - logs_none?: InputMaybe; - logs_some?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - veogv_eq?: InputMaybe; - veogv_gt?: InputMaybe; - veogv_gte?: InputMaybe; - veogv_in?: InputMaybe>; - veogv_isNull?: InputMaybe; - veogv_lt?: InputMaybe; - veogv_lte?: InputMaybe; - veogv_not_eq?: InputMaybe; - veogv_not_in?: InputMaybe>; -}; - -export type OgvLockupsConnection = { - __typename?: 'OGVLockupsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export enum OgvOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - CirculatingAsc = 'circulating_ASC', - CirculatingAscNullsFirst = 'circulating_ASC_NULLS_FIRST', - CirculatingAscNullsLast = 'circulating_ASC_NULLS_LAST', - CirculatingDesc = 'circulating_DESC', - CirculatingDescNullsFirst = 'circulating_DESC_NULLS_FIRST', - CirculatingDescNullsLast = 'circulating_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - StakedAsc = 'staked_ASC', - StakedAscNullsFirst = 'staked_ASC_NULLS_FIRST', - StakedAscNullsLast = 'staked_ASC_NULLS_LAST', - StakedDesc = 'staked_DESC', - StakedDescNullsFirst = 'staked_DESC_NULLS_FIRST', - StakedDescNullsLast = 'staked_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalAsc = 'total_ASC', - TotalAscNullsFirst = 'total_ASC_NULLS_FIRST', - TotalAscNullsLast = 'total_ASC_NULLS_LAST', - TotalDesc = 'total_DESC', - TotalDescNullsFirst = 'total_DESC_NULLS_FIRST', - TotalDescNullsLast = 'total_DESC_NULLS_LAST' -} - -export type OgvProposal = { - __typename?: 'OGVProposal'; - choices: Array>; - description?: Maybe; - endBlock: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - lastUpdated: Scalars['DateTime']['output']; - logs: Array; - proposer: OgvAddress; - quorum: Scalars['BigInt']['output']; - scores: Array>; - startBlock: Scalars['BigInt']['output']; - status: OgvProposalState; - timestamp: Scalars['DateTime']['output']; -}; - - -export type OgvProposalLogsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type OgvProposalEdge = { - __typename?: 'OGVProposalEdge'; - cursor: Scalars['String']['output']; - node: OgvProposal; -}; - -export enum OgvProposalEvent { - Canceled = 'Canceled', - Created = 'Created', - Executed = 'Executed', - Extended = 'Extended', - Queued = 'Queued' -} - -export enum OgvProposalOrderByInput { - DescriptionAsc = 'description_ASC', - DescriptionAscNullsFirst = 'description_ASC_NULLS_FIRST', - DescriptionAscNullsLast = 'description_ASC_NULLS_LAST', - DescriptionDesc = 'description_DESC', - DescriptionDescNullsFirst = 'description_DESC_NULLS_FIRST', - DescriptionDescNullsLast = 'description_DESC_NULLS_LAST', - EndBlockAsc = 'endBlock_ASC', - EndBlockAscNullsFirst = 'endBlock_ASC_NULLS_FIRST', - EndBlockAscNullsLast = 'endBlock_ASC_NULLS_LAST', - EndBlockDesc = 'endBlock_DESC', - EndBlockDescNullsFirst = 'endBlock_DESC_NULLS_FIRST', - EndBlockDescNullsLast = 'endBlock_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - LastUpdatedAsc = 'lastUpdated_ASC', - LastUpdatedAscNullsFirst = 'lastUpdated_ASC_NULLS_FIRST', - LastUpdatedAscNullsLast = 'lastUpdated_ASC_NULLS_LAST', - LastUpdatedDesc = 'lastUpdated_DESC', - LastUpdatedDescNullsFirst = 'lastUpdated_DESC_NULLS_FIRST', - LastUpdatedDescNullsLast = 'lastUpdated_DESC_NULLS_LAST', - ProposerBalanceAsc = 'proposer_balance_ASC', - ProposerBalanceAscNullsFirst = 'proposer_balance_ASC_NULLS_FIRST', - ProposerBalanceAscNullsLast = 'proposer_balance_ASC_NULLS_LAST', - ProposerBalanceDesc = 'proposer_balance_DESC', - ProposerBalanceDescNullsFirst = 'proposer_balance_DESC_NULLS_FIRST', - ProposerBalanceDescNullsLast = 'proposer_balance_DESC_NULLS_LAST', - ProposerIdAsc = 'proposer_id_ASC', - ProposerIdAscNullsFirst = 'proposer_id_ASC_NULLS_FIRST', - ProposerIdAscNullsLast = 'proposer_id_ASC_NULLS_LAST', - ProposerIdDesc = 'proposer_id_DESC', - ProposerIdDescNullsFirst = 'proposer_id_DESC_NULLS_FIRST', - ProposerIdDescNullsLast = 'proposer_id_DESC_NULLS_LAST', - ProposerLastUpdatedAsc = 'proposer_lastUpdated_ASC', - ProposerLastUpdatedAscNullsFirst = 'proposer_lastUpdated_ASC_NULLS_FIRST', - ProposerLastUpdatedAscNullsLast = 'proposer_lastUpdated_ASC_NULLS_LAST', - ProposerLastUpdatedDesc = 'proposer_lastUpdated_DESC', - ProposerLastUpdatedDescNullsFirst = 'proposer_lastUpdated_DESC_NULLS_FIRST', - ProposerLastUpdatedDescNullsLast = 'proposer_lastUpdated_DESC_NULLS_LAST', - ProposerStakedAsc = 'proposer_staked_ASC', - ProposerStakedAscNullsFirst = 'proposer_staked_ASC_NULLS_FIRST', - ProposerStakedAscNullsLast = 'proposer_staked_ASC_NULLS_LAST', - ProposerStakedDesc = 'proposer_staked_DESC', - ProposerStakedDescNullsFirst = 'proposer_staked_DESC_NULLS_FIRST', - ProposerStakedDescNullsLast = 'proposer_staked_DESC_NULLS_LAST', - ProposerVeogvBalanceAsc = 'proposer_veogvBalance_ASC', - ProposerVeogvBalanceAscNullsFirst = 'proposer_veogvBalance_ASC_NULLS_FIRST', - ProposerVeogvBalanceAscNullsLast = 'proposer_veogvBalance_ASC_NULLS_LAST', - ProposerVeogvBalanceDesc = 'proposer_veogvBalance_DESC', - ProposerVeogvBalanceDescNullsFirst = 'proposer_veogvBalance_DESC_NULLS_FIRST', - ProposerVeogvBalanceDescNullsLast = 'proposer_veogvBalance_DESC_NULLS_LAST', - ProposerVotingPowerAsc = 'proposer_votingPower_ASC', - ProposerVotingPowerAscNullsFirst = 'proposer_votingPower_ASC_NULLS_FIRST', - ProposerVotingPowerAscNullsLast = 'proposer_votingPower_ASC_NULLS_LAST', - ProposerVotingPowerDesc = 'proposer_votingPower_DESC', - ProposerVotingPowerDescNullsFirst = 'proposer_votingPower_DESC_NULLS_FIRST', - ProposerVotingPowerDescNullsLast = 'proposer_votingPower_DESC_NULLS_LAST', - QuorumAsc = 'quorum_ASC', - QuorumAscNullsFirst = 'quorum_ASC_NULLS_FIRST', - QuorumAscNullsLast = 'quorum_ASC_NULLS_LAST', - QuorumDesc = 'quorum_DESC', - QuorumDescNullsFirst = 'quorum_DESC_NULLS_FIRST', - QuorumDescNullsLast = 'quorum_DESC_NULLS_LAST', - StartBlockAsc = 'startBlock_ASC', - StartBlockAscNullsFirst = 'startBlock_ASC_NULLS_FIRST', - StartBlockAscNullsLast = 'startBlock_ASC_NULLS_LAST', - StartBlockDesc = 'startBlock_DESC', - StartBlockDescNullsFirst = 'startBlock_DESC_NULLS_FIRST', - StartBlockDescNullsLast = 'startBlock_DESC_NULLS_LAST', - StatusAsc = 'status_ASC', - StatusAscNullsFirst = 'status_ASC_NULLS_FIRST', - StatusAscNullsLast = 'status_ASC_NULLS_LAST', - StatusDesc = 'status_DESC', - StatusDescNullsFirst = 'status_DESC_NULLS_FIRST', - StatusDescNullsLast = 'status_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export enum OgvProposalState { - Active = 'Active', - Canceled = 'Canceled', - Defeated = 'Defeated', - Executed = 'Executed', - Expired = 'Expired', - Pending = 'Pending', - Queued = 'Queued', - Succeeded = 'Succeeded' -} - -export type OgvProposalTxLog = { - __typename?: 'OGVProposalTxLog'; - event: OgvProposalEvent; - hash: Scalars['String']['output']; - id: Scalars['String']['output']; - proposal: OgvProposal; - timestamp: Scalars['DateTime']['output']; -}; - -export type OgvProposalTxLogEdge = { - __typename?: 'OGVProposalTxLogEdge'; - cursor: Scalars['String']['output']; - node: OgvProposalTxLog; -}; - -export enum OgvProposalTxLogOrderByInput { - EventAsc = 'event_ASC', - EventAscNullsFirst = 'event_ASC_NULLS_FIRST', - EventAscNullsLast = 'event_ASC_NULLS_LAST', - EventDesc = 'event_DESC', - EventDescNullsFirst = 'event_DESC_NULLS_FIRST', - EventDescNullsLast = 'event_DESC_NULLS_LAST', - HashAsc = 'hash_ASC', - HashAscNullsFirst = 'hash_ASC_NULLS_FIRST', - HashAscNullsLast = 'hash_ASC_NULLS_LAST', - HashDesc = 'hash_DESC', - HashDescNullsFirst = 'hash_DESC_NULLS_FIRST', - HashDescNullsLast = 'hash_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - ProposalDescriptionAsc = 'proposal_description_ASC', - ProposalDescriptionAscNullsFirst = 'proposal_description_ASC_NULLS_FIRST', - ProposalDescriptionAscNullsLast = 'proposal_description_ASC_NULLS_LAST', - ProposalDescriptionDesc = 'proposal_description_DESC', - ProposalDescriptionDescNullsFirst = 'proposal_description_DESC_NULLS_FIRST', - ProposalDescriptionDescNullsLast = 'proposal_description_DESC_NULLS_LAST', - ProposalEndBlockAsc = 'proposal_endBlock_ASC', - ProposalEndBlockAscNullsFirst = 'proposal_endBlock_ASC_NULLS_FIRST', - ProposalEndBlockAscNullsLast = 'proposal_endBlock_ASC_NULLS_LAST', - ProposalEndBlockDesc = 'proposal_endBlock_DESC', - ProposalEndBlockDescNullsFirst = 'proposal_endBlock_DESC_NULLS_FIRST', - ProposalEndBlockDescNullsLast = 'proposal_endBlock_DESC_NULLS_LAST', - ProposalIdAsc = 'proposal_id_ASC', - ProposalIdAscNullsFirst = 'proposal_id_ASC_NULLS_FIRST', - ProposalIdAscNullsLast = 'proposal_id_ASC_NULLS_LAST', - ProposalIdDesc = 'proposal_id_DESC', - ProposalIdDescNullsFirst = 'proposal_id_DESC_NULLS_FIRST', - ProposalIdDescNullsLast = 'proposal_id_DESC_NULLS_LAST', - ProposalLastUpdatedAsc = 'proposal_lastUpdated_ASC', - ProposalLastUpdatedAscNullsFirst = 'proposal_lastUpdated_ASC_NULLS_FIRST', - ProposalLastUpdatedAscNullsLast = 'proposal_lastUpdated_ASC_NULLS_LAST', - ProposalLastUpdatedDesc = 'proposal_lastUpdated_DESC', - ProposalLastUpdatedDescNullsFirst = 'proposal_lastUpdated_DESC_NULLS_FIRST', - ProposalLastUpdatedDescNullsLast = 'proposal_lastUpdated_DESC_NULLS_LAST', - ProposalQuorumAsc = 'proposal_quorum_ASC', - ProposalQuorumAscNullsFirst = 'proposal_quorum_ASC_NULLS_FIRST', - ProposalQuorumAscNullsLast = 'proposal_quorum_ASC_NULLS_LAST', - ProposalQuorumDesc = 'proposal_quorum_DESC', - ProposalQuorumDescNullsFirst = 'proposal_quorum_DESC_NULLS_FIRST', - ProposalQuorumDescNullsLast = 'proposal_quorum_DESC_NULLS_LAST', - ProposalStartBlockAsc = 'proposal_startBlock_ASC', - ProposalStartBlockAscNullsFirst = 'proposal_startBlock_ASC_NULLS_FIRST', - ProposalStartBlockAscNullsLast = 'proposal_startBlock_ASC_NULLS_LAST', - ProposalStartBlockDesc = 'proposal_startBlock_DESC', - ProposalStartBlockDescNullsFirst = 'proposal_startBlock_DESC_NULLS_FIRST', - ProposalStartBlockDescNullsLast = 'proposal_startBlock_DESC_NULLS_LAST', - ProposalStatusAsc = 'proposal_status_ASC', - ProposalStatusAscNullsFirst = 'proposal_status_ASC_NULLS_FIRST', - ProposalStatusAscNullsLast = 'proposal_status_ASC_NULLS_LAST', - ProposalStatusDesc = 'proposal_status_DESC', - ProposalStatusDescNullsFirst = 'proposal_status_DESC_NULLS_FIRST', - ProposalStatusDescNullsLast = 'proposal_status_DESC_NULLS_LAST', - ProposalTimestampAsc = 'proposal_timestamp_ASC', - ProposalTimestampAscNullsFirst = 'proposal_timestamp_ASC_NULLS_FIRST', - ProposalTimestampAscNullsLast = 'proposal_timestamp_ASC_NULLS_LAST', - ProposalTimestampDesc = 'proposal_timestamp_DESC', - ProposalTimestampDescNullsFirst = 'proposal_timestamp_DESC_NULLS_FIRST', - ProposalTimestampDescNullsLast = 'proposal_timestamp_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type OgvProposalTxLogWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - event_eq?: InputMaybe; - event_in?: InputMaybe>; - event_isNull?: InputMaybe; - event_not_eq?: InputMaybe; - event_not_in?: InputMaybe>; - hash_contains?: InputMaybe; - hash_containsInsensitive?: InputMaybe; - hash_endsWith?: InputMaybe; - hash_eq?: InputMaybe; - hash_gt?: InputMaybe; - hash_gte?: InputMaybe; - hash_in?: InputMaybe>; - hash_isNull?: InputMaybe; - hash_lt?: InputMaybe; - hash_lte?: InputMaybe; - hash_not_contains?: InputMaybe; - hash_not_containsInsensitive?: InputMaybe; - hash_not_endsWith?: InputMaybe; - hash_not_eq?: InputMaybe; - hash_not_in?: InputMaybe>; - hash_not_startsWith?: InputMaybe; - hash_startsWith?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - proposal?: InputMaybe; - proposal_isNull?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type OgvProposalTxLogsConnection = { - __typename?: 'OGVProposalTxLogsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OgvProposalVote = { - __typename?: 'OGVProposalVote'; - id: Scalars['String']['output']; - proposal: OgvProposal; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; - type: OgvVoteType; - voter: OgvAddress; - weight: Scalars['BigInt']['output']; -}; - -export type OgvProposalVoteEdge = { - __typename?: 'OGVProposalVoteEdge'; - cursor: Scalars['String']['output']; - node: OgvProposalVote; -}; - -export enum OgvProposalVoteOrderByInput { - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - ProposalDescriptionAsc = 'proposal_description_ASC', - ProposalDescriptionAscNullsFirst = 'proposal_description_ASC_NULLS_FIRST', - ProposalDescriptionAscNullsLast = 'proposal_description_ASC_NULLS_LAST', - ProposalDescriptionDesc = 'proposal_description_DESC', - ProposalDescriptionDescNullsFirst = 'proposal_description_DESC_NULLS_FIRST', - ProposalDescriptionDescNullsLast = 'proposal_description_DESC_NULLS_LAST', - ProposalEndBlockAsc = 'proposal_endBlock_ASC', - ProposalEndBlockAscNullsFirst = 'proposal_endBlock_ASC_NULLS_FIRST', - ProposalEndBlockAscNullsLast = 'proposal_endBlock_ASC_NULLS_LAST', - ProposalEndBlockDesc = 'proposal_endBlock_DESC', - ProposalEndBlockDescNullsFirst = 'proposal_endBlock_DESC_NULLS_FIRST', - ProposalEndBlockDescNullsLast = 'proposal_endBlock_DESC_NULLS_LAST', - ProposalIdAsc = 'proposal_id_ASC', - ProposalIdAscNullsFirst = 'proposal_id_ASC_NULLS_FIRST', - ProposalIdAscNullsLast = 'proposal_id_ASC_NULLS_LAST', - ProposalIdDesc = 'proposal_id_DESC', - ProposalIdDescNullsFirst = 'proposal_id_DESC_NULLS_FIRST', - ProposalIdDescNullsLast = 'proposal_id_DESC_NULLS_LAST', - ProposalLastUpdatedAsc = 'proposal_lastUpdated_ASC', - ProposalLastUpdatedAscNullsFirst = 'proposal_lastUpdated_ASC_NULLS_FIRST', - ProposalLastUpdatedAscNullsLast = 'proposal_lastUpdated_ASC_NULLS_LAST', - ProposalLastUpdatedDesc = 'proposal_lastUpdated_DESC', - ProposalLastUpdatedDescNullsFirst = 'proposal_lastUpdated_DESC_NULLS_FIRST', - ProposalLastUpdatedDescNullsLast = 'proposal_lastUpdated_DESC_NULLS_LAST', - ProposalQuorumAsc = 'proposal_quorum_ASC', - ProposalQuorumAscNullsFirst = 'proposal_quorum_ASC_NULLS_FIRST', - ProposalQuorumAscNullsLast = 'proposal_quorum_ASC_NULLS_LAST', - ProposalQuorumDesc = 'proposal_quorum_DESC', - ProposalQuorumDescNullsFirst = 'proposal_quorum_DESC_NULLS_FIRST', - ProposalQuorumDescNullsLast = 'proposal_quorum_DESC_NULLS_LAST', - ProposalStartBlockAsc = 'proposal_startBlock_ASC', - ProposalStartBlockAscNullsFirst = 'proposal_startBlock_ASC_NULLS_FIRST', - ProposalStartBlockAscNullsLast = 'proposal_startBlock_ASC_NULLS_LAST', - ProposalStartBlockDesc = 'proposal_startBlock_DESC', - ProposalStartBlockDescNullsFirst = 'proposal_startBlock_DESC_NULLS_FIRST', - ProposalStartBlockDescNullsLast = 'proposal_startBlock_DESC_NULLS_LAST', - ProposalStatusAsc = 'proposal_status_ASC', - ProposalStatusAscNullsFirst = 'proposal_status_ASC_NULLS_FIRST', - ProposalStatusAscNullsLast = 'proposal_status_ASC_NULLS_LAST', - ProposalStatusDesc = 'proposal_status_DESC', - ProposalStatusDescNullsFirst = 'proposal_status_DESC_NULLS_FIRST', - ProposalStatusDescNullsLast = 'proposal_status_DESC_NULLS_LAST', - ProposalTimestampAsc = 'proposal_timestamp_ASC', - ProposalTimestampAscNullsFirst = 'proposal_timestamp_ASC_NULLS_FIRST', - ProposalTimestampAscNullsLast = 'proposal_timestamp_ASC_NULLS_LAST', - ProposalTimestampDesc = 'proposal_timestamp_DESC', - ProposalTimestampDescNullsFirst = 'proposal_timestamp_DESC_NULLS_FIRST', - ProposalTimestampDescNullsLast = 'proposal_timestamp_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST', - TypeAsc = 'type_ASC', - TypeAscNullsFirst = 'type_ASC_NULLS_FIRST', - TypeAscNullsLast = 'type_ASC_NULLS_LAST', - TypeDesc = 'type_DESC', - TypeDescNullsFirst = 'type_DESC_NULLS_FIRST', - TypeDescNullsLast = 'type_DESC_NULLS_LAST', - VoterBalanceAsc = 'voter_balance_ASC', - VoterBalanceAscNullsFirst = 'voter_balance_ASC_NULLS_FIRST', - VoterBalanceAscNullsLast = 'voter_balance_ASC_NULLS_LAST', - VoterBalanceDesc = 'voter_balance_DESC', - VoterBalanceDescNullsFirst = 'voter_balance_DESC_NULLS_FIRST', - VoterBalanceDescNullsLast = 'voter_balance_DESC_NULLS_LAST', - VoterIdAsc = 'voter_id_ASC', - VoterIdAscNullsFirst = 'voter_id_ASC_NULLS_FIRST', - VoterIdAscNullsLast = 'voter_id_ASC_NULLS_LAST', - VoterIdDesc = 'voter_id_DESC', - VoterIdDescNullsFirst = 'voter_id_DESC_NULLS_FIRST', - VoterIdDescNullsLast = 'voter_id_DESC_NULLS_LAST', - VoterLastUpdatedAsc = 'voter_lastUpdated_ASC', - VoterLastUpdatedAscNullsFirst = 'voter_lastUpdated_ASC_NULLS_FIRST', - VoterLastUpdatedAscNullsLast = 'voter_lastUpdated_ASC_NULLS_LAST', - VoterLastUpdatedDesc = 'voter_lastUpdated_DESC', - VoterLastUpdatedDescNullsFirst = 'voter_lastUpdated_DESC_NULLS_FIRST', - VoterLastUpdatedDescNullsLast = 'voter_lastUpdated_DESC_NULLS_LAST', - VoterStakedAsc = 'voter_staked_ASC', - VoterStakedAscNullsFirst = 'voter_staked_ASC_NULLS_FIRST', - VoterStakedAscNullsLast = 'voter_staked_ASC_NULLS_LAST', - VoterStakedDesc = 'voter_staked_DESC', - VoterStakedDescNullsFirst = 'voter_staked_DESC_NULLS_FIRST', - VoterStakedDescNullsLast = 'voter_staked_DESC_NULLS_LAST', - VoterVeogvBalanceAsc = 'voter_veogvBalance_ASC', - VoterVeogvBalanceAscNullsFirst = 'voter_veogvBalance_ASC_NULLS_FIRST', - VoterVeogvBalanceAscNullsLast = 'voter_veogvBalance_ASC_NULLS_LAST', - VoterVeogvBalanceDesc = 'voter_veogvBalance_DESC', - VoterVeogvBalanceDescNullsFirst = 'voter_veogvBalance_DESC_NULLS_FIRST', - VoterVeogvBalanceDescNullsLast = 'voter_veogvBalance_DESC_NULLS_LAST', - VoterVotingPowerAsc = 'voter_votingPower_ASC', - VoterVotingPowerAscNullsFirst = 'voter_votingPower_ASC_NULLS_FIRST', - VoterVotingPowerAscNullsLast = 'voter_votingPower_ASC_NULLS_LAST', - VoterVotingPowerDesc = 'voter_votingPower_DESC', - VoterVotingPowerDescNullsFirst = 'voter_votingPower_DESC_NULLS_FIRST', - VoterVotingPowerDescNullsLast = 'voter_votingPower_DESC_NULLS_LAST', - WeightAsc = 'weight_ASC', - WeightAscNullsFirst = 'weight_ASC_NULLS_FIRST', - WeightAscNullsLast = 'weight_ASC_NULLS_LAST', - WeightDesc = 'weight_DESC', - WeightDescNullsFirst = 'weight_DESC_NULLS_FIRST', - WeightDescNullsLast = 'weight_DESC_NULLS_LAST' -} - -export type OgvProposalVoteWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - proposal?: InputMaybe; - proposal_isNull?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; - type_eq?: InputMaybe; - type_in?: InputMaybe>; - type_isNull?: InputMaybe; - type_not_eq?: InputMaybe; - type_not_in?: InputMaybe>; - voter?: InputMaybe; - voter_isNull?: InputMaybe; - weight_eq?: InputMaybe; - weight_gt?: InputMaybe; - weight_gte?: InputMaybe; - weight_in?: InputMaybe>; - weight_isNull?: InputMaybe; - weight_lt?: InputMaybe; - weight_lte?: InputMaybe; - weight_not_eq?: InputMaybe; - weight_not_in?: InputMaybe>; -}; - -export type OgvProposalVotesConnection = { - __typename?: 'OGVProposalVotesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OgvProposalWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - choices_containsAll?: InputMaybe>>; - choices_containsAny?: InputMaybe>>; - choices_containsNone?: InputMaybe>>; - choices_isNull?: InputMaybe; - description_contains?: InputMaybe; - description_containsInsensitive?: InputMaybe; - description_endsWith?: InputMaybe; - description_eq?: InputMaybe; - description_gt?: InputMaybe; - description_gte?: InputMaybe; - description_in?: InputMaybe>; - description_isNull?: InputMaybe; - description_lt?: InputMaybe; - description_lte?: InputMaybe; - description_not_contains?: InputMaybe; - description_not_containsInsensitive?: InputMaybe; - description_not_endsWith?: InputMaybe; - description_not_eq?: InputMaybe; - description_not_in?: InputMaybe>; - description_not_startsWith?: InputMaybe; - description_startsWith?: InputMaybe; - endBlock_eq?: InputMaybe; - endBlock_gt?: InputMaybe; - endBlock_gte?: InputMaybe; - endBlock_in?: InputMaybe>; - endBlock_isNull?: InputMaybe; - endBlock_lt?: InputMaybe; - endBlock_lte?: InputMaybe; - endBlock_not_eq?: InputMaybe; - endBlock_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - lastUpdated_eq?: InputMaybe; - lastUpdated_gt?: InputMaybe; - lastUpdated_gte?: InputMaybe; - lastUpdated_in?: InputMaybe>; - lastUpdated_isNull?: InputMaybe; - lastUpdated_lt?: InputMaybe; - lastUpdated_lte?: InputMaybe; - lastUpdated_not_eq?: InputMaybe; - lastUpdated_not_in?: InputMaybe>; - logs_every?: InputMaybe; - logs_none?: InputMaybe; - logs_some?: InputMaybe; - proposer?: InputMaybe; - proposer_isNull?: InputMaybe; - quorum_eq?: InputMaybe; - quorum_gt?: InputMaybe; - quorum_gte?: InputMaybe; - quorum_in?: InputMaybe>; - quorum_isNull?: InputMaybe; - quorum_lt?: InputMaybe; - quorum_lte?: InputMaybe; - quorum_not_eq?: InputMaybe; - quorum_not_in?: InputMaybe>; - scores_containsAll?: InputMaybe>>; - scores_containsAny?: InputMaybe>>; - scores_containsNone?: InputMaybe>>; - scores_isNull?: InputMaybe; - startBlock_eq?: InputMaybe; - startBlock_gt?: InputMaybe; - startBlock_gte?: InputMaybe; - startBlock_in?: InputMaybe>; - startBlock_isNull?: InputMaybe; - startBlock_lt?: InputMaybe; - startBlock_lte?: InputMaybe; - startBlock_not_eq?: InputMaybe; - startBlock_not_in?: InputMaybe>; - status_eq?: InputMaybe; - status_in?: InputMaybe>; - status_isNull?: InputMaybe; - status_not_eq?: InputMaybe; - status_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type OgvProposalsConnection = { - __typename?: 'OGVProposalsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export enum OgvVoteType { - Abstain = 'Abstain', - Against = 'Against', - For = 'For' -} - -export type OgvWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - circulating_eq?: InputMaybe; - circulating_gt?: InputMaybe; - circulating_gte?: InputMaybe; - circulating_in?: InputMaybe>; - circulating_isNull?: InputMaybe; - circulating_lt?: InputMaybe; - circulating_lte?: InputMaybe; - circulating_not_eq?: InputMaybe; - circulating_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - staked_eq?: InputMaybe; - staked_gt?: InputMaybe; - staked_gte?: InputMaybe; - staked_in?: InputMaybe>; - staked_isNull?: InputMaybe; - staked_lt?: InputMaybe; - staked_lte?: InputMaybe; - staked_not_eq?: InputMaybe; - staked_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - total_eq?: InputMaybe; - total_gt?: InputMaybe; - total_gte?: InputMaybe; - total_in?: InputMaybe>; - total_isNull?: InputMaybe; - total_lt?: InputMaybe; - total_lte?: InputMaybe; - total_not_eq?: InputMaybe; - total_not_in?: InputMaybe>; -}; - -export type OgVsConnection = { - __typename?: 'OGVsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OToken = { - __typename?: 'OToken'; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - nonRebasingSupply: Scalars['BigInt']['output']; - otoken: Scalars['String']['output']; - rebasingSupply: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - totalSupply: Scalars['BigInt']['output']; -}; - -export type OTokenApy = { - __typename?: 'OTokenAPY'; - apr: Scalars['Float']['output']; - apy: Scalars['Float']['output']; - apy7DayAvg: Scalars['Float']['output']; - apy14DayAvg: Scalars['Float']['output']; - apy30DayAvg: Scalars['Float']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - date: Scalars['String']['output']; - id: Scalars['String']['output']; - otoken: Scalars['String']['output']; - rebasingCreditsPerToken: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type OTokenApyEdge = { - __typename?: 'OTokenAPYEdge'; - cursor: Scalars['String']['output']; - node: OTokenApy; -}; - -export enum OTokenApyOrderByInput { - AprAsc = 'apr_ASC', - AprAscNullsFirst = 'apr_ASC_NULLS_FIRST', - AprAscNullsLast = 'apr_ASC_NULLS_LAST', - AprDesc = 'apr_DESC', - AprDescNullsFirst = 'apr_DESC_NULLS_FIRST', - AprDescNullsLast = 'apr_DESC_NULLS_LAST', - Apy7DayAvgAsc = 'apy7DayAvg_ASC', - Apy7DayAvgAscNullsFirst = 'apy7DayAvg_ASC_NULLS_FIRST', - Apy7DayAvgAscNullsLast = 'apy7DayAvg_ASC_NULLS_LAST', - Apy7DayAvgDesc = 'apy7DayAvg_DESC', - Apy7DayAvgDescNullsFirst = 'apy7DayAvg_DESC_NULLS_FIRST', - Apy7DayAvgDescNullsLast = 'apy7DayAvg_DESC_NULLS_LAST', - Apy14DayAvgAsc = 'apy14DayAvg_ASC', - Apy14DayAvgAscNullsFirst = 'apy14DayAvg_ASC_NULLS_FIRST', - Apy14DayAvgAscNullsLast = 'apy14DayAvg_ASC_NULLS_LAST', - Apy14DayAvgDesc = 'apy14DayAvg_DESC', - Apy14DayAvgDescNullsFirst = 'apy14DayAvg_DESC_NULLS_FIRST', - Apy14DayAvgDescNullsLast = 'apy14DayAvg_DESC_NULLS_LAST', - Apy30DayAvgAsc = 'apy30DayAvg_ASC', - Apy30DayAvgAscNullsFirst = 'apy30DayAvg_ASC_NULLS_FIRST', - Apy30DayAvgAscNullsLast = 'apy30DayAvg_ASC_NULLS_LAST', - Apy30DayAvgDesc = 'apy30DayAvg_DESC', - Apy30DayAvgDescNullsFirst = 'apy30DayAvg_DESC_NULLS_FIRST', - Apy30DayAvgDescNullsLast = 'apy30DayAvg_DESC_NULLS_LAST', - ApyAsc = 'apy_ASC', - ApyAscNullsFirst = 'apy_ASC_NULLS_FIRST', - ApyAscNullsLast = 'apy_ASC_NULLS_LAST', - ApyDesc = 'apy_DESC', - ApyDescNullsFirst = 'apy_DESC_NULLS_FIRST', - ApyDescNullsLast = 'apy_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - DateAsc = 'date_ASC', - DateAscNullsFirst = 'date_ASC_NULLS_FIRST', - DateAscNullsLast = 'date_ASC_NULLS_LAST', - DateDesc = 'date_DESC', - DateDescNullsFirst = 'date_DESC_NULLS_FIRST', - DateDescNullsLast = 'date_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - OtokenAsc = 'otoken_ASC', - OtokenAscNullsFirst = 'otoken_ASC_NULLS_FIRST', - OtokenAscNullsLast = 'otoken_ASC_NULLS_LAST', - OtokenDesc = 'otoken_DESC', - OtokenDescNullsFirst = 'otoken_DESC_NULLS_FIRST', - OtokenDescNullsLast = 'otoken_DESC_NULLS_LAST', - RebasingCreditsPerTokenAsc = 'rebasingCreditsPerToken_ASC', - RebasingCreditsPerTokenAscNullsFirst = 'rebasingCreditsPerToken_ASC_NULLS_FIRST', - RebasingCreditsPerTokenAscNullsLast = 'rebasingCreditsPerToken_ASC_NULLS_LAST', - RebasingCreditsPerTokenDesc = 'rebasingCreditsPerToken_DESC', - RebasingCreditsPerTokenDescNullsFirst = 'rebasingCreditsPerToken_DESC_NULLS_FIRST', - RebasingCreditsPerTokenDescNullsLast = 'rebasingCreditsPerToken_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type OTokenApyWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - apr_eq?: InputMaybe; - apr_gt?: InputMaybe; - apr_gte?: InputMaybe; - apr_in?: InputMaybe>; - apr_isNull?: InputMaybe; - apr_lt?: InputMaybe; - apr_lte?: InputMaybe; - apr_not_eq?: InputMaybe; - apr_not_in?: InputMaybe>; - apy7DayAvg_eq?: InputMaybe; - apy7DayAvg_gt?: InputMaybe; - apy7DayAvg_gte?: InputMaybe; - apy7DayAvg_in?: InputMaybe>; - apy7DayAvg_isNull?: InputMaybe; - apy7DayAvg_lt?: InputMaybe; - apy7DayAvg_lte?: InputMaybe; - apy7DayAvg_not_eq?: InputMaybe; - apy7DayAvg_not_in?: InputMaybe>; - apy14DayAvg_eq?: InputMaybe; - apy14DayAvg_gt?: InputMaybe; - apy14DayAvg_gte?: InputMaybe; - apy14DayAvg_in?: InputMaybe>; - apy14DayAvg_isNull?: InputMaybe; - apy14DayAvg_lt?: InputMaybe; - apy14DayAvg_lte?: InputMaybe; - apy14DayAvg_not_eq?: InputMaybe; - apy14DayAvg_not_in?: InputMaybe>; - apy30DayAvg_eq?: InputMaybe; - apy30DayAvg_gt?: InputMaybe; - apy30DayAvg_gte?: InputMaybe; - apy30DayAvg_in?: InputMaybe>; - apy30DayAvg_isNull?: InputMaybe; - apy30DayAvg_lt?: InputMaybe; - apy30DayAvg_lte?: InputMaybe; - apy30DayAvg_not_eq?: InputMaybe; - apy30DayAvg_not_in?: InputMaybe>; - apy_eq?: InputMaybe; - apy_gt?: InputMaybe; - apy_gte?: InputMaybe; - apy_in?: InputMaybe>; - apy_isNull?: InputMaybe; - apy_lt?: InputMaybe; - apy_lte?: InputMaybe; - apy_not_eq?: InputMaybe; - apy_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_containsInsensitive?: InputMaybe; - date_endsWith?: InputMaybe; - date_eq?: InputMaybe; - date_gt?: InputMaybe; - date_gte?: InputMaybe; - date_in?: InputMaybe>; - date_isNull?: InputMaybe; - date_lt?: InputMaybe; - date_lte?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_containsInsensitive?: InputMaybe; - date_not_endsWith?: InputMaybe; - date_not_eq?: InputMaybe; - date_not_in?: InputMaybe>; - date_not_startsWith?: InputMaybe; - date_startsWith?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - otoken_contains?: InputMaybe; - otoken_containsInsensitive?: InputMaybe; - otoken_endsWith?: InputMaybe; - otoken_eq?: InputMaybe; - otoken_gt?: InputMaybe; - otoken_gte?: InputMaybe; - otoken_in?: InputMaybe>; - otoken_isNull?: InputMaybe; - otoken_lt?: InputMaybe; - otoken_lte?: InputMaybe; - otoken_not_contains?: InputMaybe; - otoken_not_containsInsensitive?: InputMaybe; - otoken_not_endsWith?: InputMaybe; - otoken_not_eq?: InputMaybe; - otoken_not_in?: InputMaybe>; - otoken_not_startsWith?: InputMaybe; - otoken_startsWith?: InputMaybe; - rebasingCreditsPerToken_eq?: InputMaybe; - rebasingCreditsPerToken_gt?: InputMaybe; - rebasingCreditsPerToken_gte?: InputMaybe; - rebasingCreditsPerToken_in?: InputMaybe>; - rebasingCreditsPerToken_isNull?: InputMaybe; - rebasingCreditsPerToken_lt?: InputMaybe; - rebasingCreditsPerToken_lte?: InputMaybe; - rebasingCreditsPerToken_not_eq?: InputMaybe; - rebasingCreditsPerToken_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type OTokenAPiesConnection = { - __typename?: 'OTokenAPiesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OTokenActivitiesConnection = { - __typename?: 'OTokenActivitiesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OTokenActivity = { - __typename?: 'OTokenActivity'; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - data?: Maybe; - id: Scalars['String']['output']; - otoken: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; - type?: Maybe; -}; - -export type OTokenActivityEdge = { - __typename?: 'OTokenActivityEdge'; - cursor: Scalars['String']['output']; - node: OTokenActivity; -}; - -export enum OTokenActivityOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - OtokenAsc = 'otoken_ASC', - OtokenAscNullsFirst = 'otoken_ASC_NULLS_FIRST', - OtokenAscNullsLast = 'otoken_ASC_NULLS_LAST', - OtokenDesc = 'otoken_DESC', - OtokenDescNullsFirst = 'otoken_DESC_NULLS_FIRST', - OtokenDescNullsLast = 'otoken_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST', - TypeAsc = 'type_ASC', - TypeAscNullsFirst = 'type_ASC_NULLS_FIRST', - TypeAscNullsLast = 'type_ASC_NULLS_LAST', - TypeDesc = 'type_DESC', - TypeDescNullsFirst = 'type_DESC_NULLS_FIRST', - TypeDescNullsLast = 'type_DESC_NULLS_LAST' -} - -export enum OTokenActivityType { - Approval = 'Approval', - Bridge = 'Bridge', - ClaimRewards = 'ClaimRewards', - DelegateVote = 'DelegateVote', - ExtendStake = 'ExtendStake', - Migrate = 'Migrate', - Mint = 'Mint', - Redeem = 'Redeem', - Stake = 'Stake', - Swap = 'Swap', - Transfer = 'Transfer', - Unstake = 'Unstake', - Unwrap = 'Unwrap', - Vote = 'Vote', - Wrap = 'Wrap', - Zap = 'Zap' -} - -export type OTokenActivityWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - data_eq?: InputMaybe; - data_isNull?: InputMaybe; - data_jsonContains?: InputMaybe; - data_jsonHasKey?: InputMaybe; - data_not_eq?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - otoken_contains?: InputMaybe; - otoken_containsInsensitive?: InputMaybe; - otoken_endsWith?: InputMaybe; - otoken_eq?: InputMaybe; - otoken_gt?: InputMaybe; - otoken_gte?: InputMaybe; - otoken_in?: InputMaybe>; - otoken_isNull?: InputMaybe; - otoken_lt?: InputMaybe; - otoken_lte?: InputMaybe; - otoken_not_contains?: InputMaybe; - otoken_not_containsInsensitive?: InputMaybe; - otoken_not_endsWith?: InputMaybe; - otoken_not_eq?: InputMaybe; - otoken_not_in?: InputMaybe>; - otoken_not_startsWith?: InputMaybe; - otoken_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; - type_eq?: InputMaybe; - type_in?: InputMaybe>; - type_isNull?: InputMaybe; - type_not_eq?: InputMaybe; - type_not_in?: InputMaybe>; -}; - -export type OTokenAddress = { - __typename?: 'OTokenAddress'; - address: Scalars['String']['output']; - balance: Scalars['BigInt']['output']; - chainId: Scalars['Int']['output']; - credits: Scalars['BigInt']['output']; - earned: Scalars['BigInt']['output']; - history: Array; - id: Scalars['String']['output']; - isContract: Scalars['Boolean']['output']; - lastUpdated: Scalars['DateTime']['output']; - otoken: Scalars['String']['output']; - rebasingOption: RebasingOption; -}; - - -export type OTokenAddressHistoryArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type OTokenAddressEdge = { - __typename?: 'OTokenAddressEdge'; - cursor: Scalars['String']['output']; - node: OTokenAddress; -}; - -export enum OTokenAddressOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - CreditsAsc = 'credits_ASC', - CreditsAscNullsFirst = 'credits_ASC_NULLS_FIRST', - CreditsAscNullsLast = 'credits_ASC_NULLS_LAST', - CreditsDesc = 'credits_DESC', - CreditsDescNullsFirst = 'credits_DESC_NULLS_FIRST', - CreditsDescNullsLast = 'credits_DESC_NULLS_LAST', - EarnedAsc = 'earned_ASC', - EarnedAscNullsFirst = 'earned_ASC_NULLS_FIRST', - EarnedAscNullsLast = 'earned_ASC_NULLS_LAST', - EarnedDesc = 'earned_DESC', - EarnedDescNullsFirst = 'earned_DESC_NULLS_FIRST', - EarnedDescNullsLast = 'earned_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - IsContractAsc = 'isContract_ASC', - IsContractAscNullsFirst = 'isContract_ASC_NULLS_FIRST', - IsContractAscNullsLast = 'isContract_ASC_NULLS_LAST', - IsContractDesc = 'isContract_DESC', - IsContractDescNullsFirst = 'isContract_DESC_NULLS_FIRST', - IsContractDescNullsLast = 'isContract_DESC_NULLS_LAST', - LastUpdatedAsc = 'lastUpdated_ASC', - LastUpdatedAscNullsFirst = 'lastUpdated_ASC_NULLS_FIRST', - LastUpdatedAscNullsLast = 'lastUpdated_ASC_NULLS_LAST', - LastUpdatedDesc = 'lastUpdated_DESC', - LastUpdatedDescNullsFirst = 'lastUpdated_DESC_NULLS_FIRST', - LastUpdatedDescNullsLast = 'lastUpdated_DESC_NULLS_LAST', - OtokenAsc = 'otoken_ASC', - OtokenAscNullsFirst = 'otoken_ASC_NULLS_FIRST', - OtokenAscNullsLast = 'otoken_ASC_NULLS_LAST', - OtokenDesc = 'otoken_DESC', - OtokenDescNullsFirst = 'otoken_DESC_NULLS_FIRST', - OtokenDescNullsLast = 'otoken_DESC_NULLS_LAST', - RebasingOptionAsc = 'rebasingOption_ASC', - RebasingOptionAscNullsFirst = 'rebasingOption_ASC_NULLS_FIRST', - RebasingOptionAscNullsLast = 'rebasingOption_ASC_NULLS_LAST', - RebasingOptionDesc = 'rebasingOption_DESC', - RebasingOptionDescNullsFirst = 'rebasingOption_DESC_NULLS_FIRST', - RebasingOptionDescNullsLast = 'rebasingOption_DESC_NULLS_LAST' -} - -export type OTokenAddressWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - credits_eq?: InputMaybe; - credits_gt?: InputMaybe; - credits_gte?: InputMaybe; - credits_in?: InputMaybe>; - credits_isNull?: InputMaybe; - credits_lt?: InputMaybe; - credits_lte?: InputMaybe; - credits_not_eq?: InputMaybe; - credits_not_in?: InputMaybe>; - earned_eq?: InputMaybe; - earned_gt?: InputMaybe; - earned_gte?: InputMaybe; - earned_in?: InputMaybe>; - earned_isNull?: InputMaybe; - earned_lt?: InputMaybe; - earned_lte?: InputMaybe; - earned_not_eq?: InputMaybe; - earned_not_in?: InputMaybe>; - history_every?: InputMaybe; - history_none?: InputMaybe; - history_some?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - isContract_eq?: InputMaybe; - isContract_isNull?: InputMaybe; - isContract_not_eq?: InputMaybe; - lastUpdated_eq?: InputMaybe; - lastUpdated_gt?: InputMaybe; - lastUpdated_gte?: InputMaybe; - lastUpdated_in?: InputMaybe>; - lastUpdated_isNull?: InputMaybe; - lastUpdated_lt?: InputMaybe; - lastUpdated_lte?: InputMaybe; - lastUpdated_not_eq?: InputMaybe; - lastUpdated_not_in?: InputMaybe>; - otoken_contains?: InputMaybe; - otoken_containsInsensitive?: InputMaybe; - otoken_endsWith?: InputMaybe; - otoken_eq?: InputMaybe; - otoken_gt?: InputMaybe; - otoken_gte?: InputMaybe; - otoken_in?: InputMaybe>; - otoken_isNull?: InputMaybe; - otoken_lt?: InputMaybe; - otoken_lte?: InputMaybe; - otoken_not_contains?: InputMaybe; - otoken_not_containsInsensitive?: InputMaybe; - otoken_not_endsWith?: InputMaybe; - otoken_not_eq?: InputMaybe; - otoken_not_in?: InputMaybe>; - otoken_not_startsWith?: InputMaybe; - otoken_startsWith?: InputMaybe; - rebasingOption_eq?: InputMaybe; - rebasingOption_in?: InputMaybe>; - rebasingOption_isNull?: InputMaybe; - rebasingOption_not_eq?: InputMaybe; - rebasingOption_not_in?: InputMaybe>; -}; - -export type OTokenAddressesConnection = { - __typename?: 'OTokenAddressesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OTokenAsset = { - __typename?: 'OTokenAsset'; - address: Scalars['String']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - otoken: Scalars['String']['output']; - symbol: Scalars['String']['output']; -}; - -export type OTokenAssetEdge = { - __typename?: 'OTokenAssetEdge'; - cursor: Scalars['String']['output']; - node: OTokenAsset; -}; - -export enum OTokenAssetOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - OtokenAsc = 'otoken_ASC', - OtokenAscNullsFirst = 'otoken_ASC_NULLS_FIRST', - OtokenAscNullsLast = 'otoken_ASC_NULLS_LAST', - OtokenDesc = 'otoken_DESC', - OtokenDescNullsFirst = 'otoken_DESC_NULLS_FIRST', - OtokenDescNullsLast = 'otoken_DESC_NULLS_LAST', - SymbolAsc = 'symbol_ASC', - SymbolAscNullsFirst = 'symbol_ASC_NULLS_FIRST', - SymbolAscNullsLast = 'symbol_ASC_NULLS_LAST', - SymbolDesc = 'symbol_DESC', - SymbolDescNullsFirst = 'symbol_DESC_NULLS_FIRST', - SymbolDescNullsLast = 'symbol_DESC_NULLS_LAST' -} - -export type OTokenAssetWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - otoken_contains?: InputMaybe; - otoken_containsInsensitive?: InputMaybe; - otoken_endsWith?: InputMaybe; - otoken_eq?: InputMaybe; - otoken_gt?: InputMaybe; - otoken_gte?: InputMaybe; - otoken_in?: InputMaybe>; - otoken_isNull?: InputMaybe; - otoken_lt?: InputMaybe; - otoken_lte?: InputMaybe; - otoken_not_contains?: InputMaybe; - otoken_not_containsInsensitive?: InputMaybe; - otoken_not_endsWith?: InputMaybe; - otoken_not_eq?: InputMaybe; - otoken_not_in?: InputMaybe>; - otoken_not_startsWith?: InputMaybe; - otoken_startsWith?: InputMaybe; - symbol_contains?: InputMaybe; - symbol_containsInsensitive?: InputMaybe; - symbol_endsWith?: InputMaybe; - symbol_eq?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_isNull?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_containsInsensitive?: InputMaybe; - symbol_not_endsWith?: InputMaybe; - symbol_not_eq?: InputMaybe; - symbol_not_in?: InputMaybe>; - symbol_not_startsWith?: InputMaybe; - symbol_startsWith?: InputMaybe; -}; - -export type OTokenAssetsConnection = { - __typename?: 'OTokenAssetsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OTokenEdge = { - __typename?: 'OTokenEdge'; - cursor: Scalars['String']['output']; - node: OToken; -}; - -export type OTokenHistoriesConnection = { - __typename?: 'OTokenHistoriesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OTokenHistory = { - __typename?: 'OTokenHistory'; - address: OTokenAddress; - balance: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - otoken: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; - type: HistoryType; - value: Scalars['BigInt']['output']; -}; - -export type OTokenHistoryEdge = { - __typename?: 'OTokenHistoryEdge'; - cursor: Scalars['String']['output']; - node: OTokenHistory; -}; - -export enum OTokenHistoryOrderByInput { - AddressAddressAsc = 'address_address_ASC', - AddressAddressAscNullsFirst = 'address_address_ASC_NULLS_FIRST', - AddressAddressAscNullsLast = 'address_address_ASC_NULLS_LAST', - AddressAddressDesc = 'address_address_DESC', - AddressAddressDescNullsFirst = 'address_address_DESC_NULLS_FIRST', - AddressAddressDescNullsLast = 'address_address_DESC_NULLS_LAST', - AddressBalanceAsc = 'address_balance_ASC', - AddressBalanceAscNullsFirst = 'address_balance_ASC_NULLS_FIRST', - AddressBalanceAscNullsLast = 'address_balance_ASC_NULLS_LAST', - AddressBalanceDesc = 'address_balance_DESC', - AddressBalanceDescNullsFirst = 'address_balance_DESC_NULLS_FIRST', - AddressBalanceDescNullsLast = 'address_balance_DESC_NULLS_LAST', - AddressChainIdAsc = 'address_chainId_ASC', - AddressChainIdAscNullsFirst = 'address_chainId_ASC_NULLS_FIRST', - AddressChainIdAscNullsLast = 'address_chainId_ASC_NULLS_LAST', - AddressChainIdDesc = 'address_chainId_DESC', - AddressChainIdDescNullsFirst = 'address_chainId_DESC_NULLS_FIRST', - AddressChainIdDescNullsLast = 'address_chainId_DESC_NULLS_LAST', - AddressCreditsAsc = 'address_credits_ASC', - AddressCreditsAscNullsFirst = 'address_credits_ASC_NULLS_FIRST', - AddressCreditsAscNullsLast = 'address_credits_ASC_NULLS_LAST', - AddressCreditsDesc = 'address_credits_DESC', - AddressCreditsDescNullsFirst = 'address_credits_DESC_NULLS_FIRST', - AddressCreditsDescNullsLast = 'address_credits_DESC_NULLS_LAST', - AddressEarnedAsc = 'address_earned_ASC', - AddressEarnedAscNullsFirst = 'address_earned_ASC_NULLS_FIRST', - AddressEarnedAscNullsLast = 'address_earned_ASC_NULLS_LAST', - AddressEarnedDesc = 'address_earned_DESC', - AddressEarnedDescNullsFirst = 'address_earned_DESC_NULLS_FIRST', - AddressEarnedDescNullsLast = 'address_earned_DESC_NULLS_LAST', - AddressIdAsc = 'address_id_ASC', - AddressIdAscNullsFirst = 'address_id_ASC_NULLS_FIRST', - AddressIdAscNullsLast = 'address_id_ASC_NULLS_LAST', - AddressIdDesc = 'address_id_DESC', - AddressIdDescNullsFirst = 'address_id_DESC_NULLS_FIRST', - AddressIdDescNullsLast = 'address_id_DESC_NULLS_LAST', - AddressIsContractAsc = 'address_isContract_ASC', - AddressIsContractAscNullsFirst = 'address_isContract_ASC_NULLS_FIRST', - AddressIsContractAscNullsLast = 'address_isContract_ASC_NULLS_LAST', - AddressIsContractDesc = 'address_isContract_DESC', - AddressIsContractDescNullsFirst = 'address_isContract_DESC_NULLS_FIRST', - AddressIsContractDescNullsLast = 'address_isContract_DESC_NULLS_LAST', - AddressLastUpdatedAsc = 'address_lastUpdated_ASC', - AddressLastUpdatedAscNullsFirst = 'address_lastUpdated_ASC_NULLS_FIRST', - AddressLastUpdatedAscNullsLast = 'address_lastUpdated_ASC_NULLS_LAST', - AddressLastUpdatedDesc = 'address_lastUpdated_DESC', - AddressLastUpdatedDescNullsFirst = 'address_lastUpdated_DESC_NULLS_FIRST', - AddressLastUpdatedDescNullsLast = 'address_lastUpdated_DESC_NULLS_LAST', - AddressOtokenAsc = 'address_otoken_ASC', - AddressOtokenAscNullsFirst = 'address_otoken_ASC_NULLS_FIRST', - AddressOtokenAscNullsLast = 'address_otoken_ASC_NULLS_LAST', - AddressOtokenDesc = 'address_otoken_DESC', - AddressOtokenDescNullsFirst = 'address_otoken_DESC_NULLS_FIRST', - AddressOtokenDescNullsLast = 'address_otoken_DESC_NULLS_LAST', - AddressRebasingOptionAsc = 'address_rebasingOption_ASC', - AddressRebasingOptionAscNullsFirst = 'address_rebasingOption_ASC_NULLS_FIRST', - AddressRebasingOptionAscNullsLast = 'address_rebasingOption_ASC_NULLS_LAST', - AddressRebasingOptionDesc = 'address_rebasingOption_DESC', - AddressRebasingOptionDescNullsFirst = 'address_rebasingOption_DESC_NULLS_FIRST', - AddressRebasingOptionDescNullsLast = 'address_rebasingOption_DESC_NULLS_LAST', - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - OtokenAsc = 'otoken_ASC', - OtokenAscNullsFirst = 'otoken_ASC_NULLS_FIRST', - OtokenAscNullsLast = 'otoken_ASC_NULLS_LAST', - OtokenDesc = 'otoken_DESC', - OtokenDescNullsFirst = 'otoken_DESC_NULLS_FIRST', - OtokenDescNullsLast = 'otoken_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST', - TypeAsc = 'type_ASC', - TypeAscNullsFirst = 'type_ASC_NULLS_FIRST', - TypeAscNullsLast = 'type_ASC_NULLS_LAST', - TypeDesc = 'type_DESC', - TypeDescNullsFirst = 'type_DESC_NULLS_FIRST', - TypeDescNullsLast = 'type_DESC_NULLS_LAST', - ValueAsc = 'value_ASC', - ValueAscNullsFirst = 'value_ASC_NULLS_FIRST', - ValueAscNullsLast = 'value_ASC_NULLS_LAST', - ValueDesc = 'value_DESC', - ValueDescNullsFirst = 'value_DESC_NULLS_FIRST', - ValueDescNullsLast = 'value_DESC_NULLS_LAST' -} - -export type OTokenHistoryWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address?: InputMaybe; - address_isNull?: InputMaybe; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - otoken_contains?: InputMaybe; - otoken_containsInsensitive?: InputMaybe; - otoken_endsWith?: InputMaybe; - otoken_eq?: InputMaybe; - otoken_gt?: InputMaybe; - otoken_gte?: InputMaybe; - otoken_in?: InputMaybe>; - otoken_isNull?: InputMaybe; - otoken_lt?: InputMaybe; - otoken_lte?: InputMaybe; - otoken_not_contains?: InputMaybe; - otoken_not_containsInsensitive?: InputMaybe; - otoken_not_endsWith?: InputMaybe; - otoken_not_eq?: InputMaybe; - otoken_not_in?: InputMaybe>; - otoken_not_startsWith?: InputMaybe; - otoken_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; - type_eq?: InputMaybe; - type_in?: InputMaybe>; - type_isNull?: InputMaybe; - type_not_eq?: InputMaybe; - type_not_in?: InputMaybe>; - value_eq?: InputMaybe; - value_gt?: InputMaybe; - value_gte?: InputMaybe; - value_in?: InputMaybe>; - value_isNull?: InputMaybe; - value_lt?: InputMaybe; - value_lte?: InputMaybe; - value_not_eq?: InputMaybe; - value_not_in?: InputMaybe>; -}; - -export enum OTokenOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - NonRebasingSupplyAsc = 'nonRebasingSupply_ASC', - NonRebasingSupplyAscNullsFirst = 'nonRebasingSupply_ASC_NULLS_FIRST', - NonRebasingSupplyAscNullsLast = 'nonRebasingSupply_ASC_NULLS_LAST', - NonRebasingSupplyDesc = 'nonRebasingSupply_DESC', - NonRebasingSupplyDescNullsFirst = 'nonRebasingSupply_DESC_NULLS_FIRST', - NonRebasingSupplyDescNullsLast = 'nonRebasingSupply_DESC_NULLS_LAST', - OtokenAsc = 'otoken_ASC', - OtokenAscNullsFirst = 'otoken_ASC_NULLS_FIRST', - OtokenAscNullsLast = 'otoken_ASC_NULLS_LAST', - OtokenDesc = 'otoken_DESC', - OtokenDescNullsFirst = 'otoken_DESC_NULLS_FIRST', - OtokenDescNullsLast = 'otoken_DESC_NULLS_LAST', - RebasingSupplyAsc = 'rebasingSupply_ASC', - RebasingSupplyAscNullsFirst = 'rebasingSupply_ASC_NULLS_FIRST', - RebasingSupplyAscNullsLast = 'rebasingSupply_ASC_NULLS_LAST', - RebasingSupplyDesc = 'rebasingSupply_DESC', - RebasingSupplyDescNullsFirst = 'rebasingSupply_DESC_NULLS_FIRST', - RebasingSupplyDescNullsLast = 'rebasingSupply_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalSupplyAsc = 'totalSupply_ASC', - TotalSupplyAscNullsFirst = 'totalSupply_ASC_NULLS_FIRST', - TotalSupplyAscNullsLast = 'totalSupply_ASC_NULLS_LAST', - TotalSupplyDesc = 'totalSupply_DESC', - TotalSupplyDescNullsFirst = 'totalSupply_DESC_NULLS_FIRST', - TotalSupplyDescNullsLast = 'totalSupply_DESC_NULLS_LAST' -} - -export type OTokenRebase = { - __typename?: 'OTokenRebase'; - apy: OTokenApy; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - feeETH: Scalars['BigInt']['output']; - feeUSD: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - otoken: Scalars['String']['output']; - rebasingCredits: Scalars['BigInt']['output']; - rebasingCreditsPerToken: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - totalSupply: Scalars['BigInt']['output']; - txHash: Scalars['String']['output']; - yieldETH: Scalars['BigInt']['output']; - yieldUSD: Scalars['BigInt']['output']; -}; - -export type OTokenRebaseEdge = { - __typename?: 'OTokenRebaseEdge'; - cursor: Scalars['String']['output']; - node: OTokenRebase; -}; - -export type OTokenRebaseOption = { - __typename?: 'OTokenRebaseOption'; - address: OTokenAddress; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - otoken: Scalars['String']['output']; - status: RebasingOption; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type OTokenRebaseOptionEdge = { - __typename?: 'OTokenRebaseOptionEdge'; - cursor: Scalars['String']['output']; - node: OTokenRebaseOption; -}; - -export enum OTokenRebaseOptionOrderByInput { - AddressAddressAsc = 'address_address_ASC', - AddressAddressAscNullsFirst = 'address_address_ASC_NULLS_FIRST', - AddressAddressAscNullsLast = 'address_address_ASC_NULLS_LAST', - AddressAddressDesc = 'address_address_DESC', - AddressAddressDescNullsFirst = 'address_address_DESC_NULLS_FIRST', - AddressAddressDescNullsLast = 'address_address_DESC_NULLS_LAST', - AddressBalanceAsc = 'address_balance_ASC', - AddressBalanceAscNullsFirst = 'address_balance_ASC_NULLS_FIRST', - AddressBalanceAscNullsLast = 'address_balance_ASC_NULLS_LAST', - AddressBalanceDesc = 'address_balance_DESC', - AddressBalanceDescNullsFirst = 'address_balance_DESC_NULLS_FIRST', - AddressBalanceDescNullsLast = 'address_balance_DESC_NULLS_LAST', - AddressChainIdAsc = 'address_chainId_ASC', - AddressChainIdAscNullsFirst = 'address_chainId_ASC_NULLS_FIRST', - AddressChainIdAscNullsLast = 'address_chainId_ASC_NULLS_LAST', - AddressChainIdDesc = 'address_chainId_DESC', - AddressChainIdDescNullsFirst = 'address_chainId_DESC_NULLS_FIRST', - AddressChainIdDescNullsLast = 'address_chainId_DESC_NULLS_LAST', - AddressCreditsAsc = 'address_credits_ASC', - AddressCreditsAscNullsFirst = 'address_credits_ASC_NULLS_FIRST', - AddressCreditsAscNullsLast = 'address_credits_ASC_NULLS_LAST', - AddressCreditsDesc = 'address_credits_DESC', - AddressCreditsDescNullsFirst = 'address_credits_DESC_NULLS_FIRST', - AddressCreditsDescNullsLast = 'address_credits_DESC_NULLS_LAST', - AddressEarnedAsc = 'address_earned_ASC', - AddressEarnedAscNullsFirst = 'address_earned_ASC_NULLS_FIRST', - AddressEarnedAscNullsLast = 'address_earned_ASC_NULLS_LAST', - AddressEarnedDesc = 'address_earned_DESC', - AddressEarnedDescNullsFirst = 'address_earned_DESC_NULLS_FIRST', - AddressEarnedDescNullsLast = 'address_earned_DESC_NULLS_LAST', - AddressIdAsc = 'address_id_ASC', - AddressIdAscNullsFirst = 'address_id_ASC_NULLS_FIRST', - AddressIdAscNullsLast = 'address_id_ASC_NULLS_LAST', - AddressIdDesc = 'address_id_DESC', - AddressIdDescNullsFirst = 'address_id_DESC_NULLS_FIRST', - AddressIdDescNullsLast = 'address_id_DESC_NULLS_LAST', - AddressIsContractAsc = 'address_isContract_ASC', - AddressIsContractAscNullsFirst = 'address_isContract_ASC_NULLS_FIRST', - AddressIsContractAscNullsLast = 'address_isContract_ASC_NULLS_LAST', - AddressIsContractDesc = 'address_isContract_DESC', - AddressIsContractDescNullsFirst = 'address_isContract_DESC_NULLS_FIRST', - AddressIsContractDescNullsLast = 'address_isContract_DESC_NULLS_LAST', - AddressLastUpdatedAsc = 'address_lastUpdated_ASC', - AddressLastUpdatedAscNullsFirst = 'address_lastUpdated_ASC_NULLS_FIRST', - AddressLastUpdatedAscNullsLast = 'address_lastUpdated_ASC_NULLS_LAST', - AddressLastUpdatedDesc = 'address_lastUpdated_DESC', - AddressLastUpdatedDescNullsFirst = 'address_lastUpdated_DESC_NULLS_FIRST', - AddressLastUpdatedDescNullsLast = 'address_lastUpdated_DESC_NULLS_LAST', - AddressOtokenAsc = 'address_otoken_ASC', - AddressOtokenAscNullsFirst = 'address_otoken_ASC_NULLS_FIRST', - AddressOtokenAscNullsLast = 'address_otoken_ASC_NULLS_LAST', - AddressOtokenDesc = 'address_otoken_DESC', - AddressOtokenDescNullsFirst = 'address_otoken_DESC_NULLS_FIRST', - AddressOtokenDescNullsLast = 'address_otoken_DESC_NULLS_LAST', - AddressRebasingOptionAsc = 'address_rebasingOption_ASC', - AddressRebasingOptionAscNullsFirst = 'address_rebasingOption_ASC_NULLS_FIRST', - AddressRebasingOptionAscNullsLast = 'address_rebasingOption_ASC_NULLS_LAST', - AddressRebasingOptionDesc = 'address_rebasingOption_DESC', - AddressRebasingOptionDescNullsFirst = 'address_rebasingOption_DESC_NULLS_FIRST', - AddressRebasingOptionDescNullsLast = 'address_rebasingOption_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - OtokenAsc = 'otoken_ASC', - OtokenAscNullsFirst = 'otoken_ASC_NULLS_FIRST', - OtokenAscNullsLast = 'otoken_ASC_NULLS_LAST', - OtokenDesc = 'otoken_DESC', - OtokenDescNullsFirst = 'otoken_DESC_NULLS_FIRST', - OtokenDescNullsLast = 'otoken_DESC_NULLS_LAST', - StatusAsc = 'status_ASC', - StatusAscNullsFirst = 'status_ASC_NULLS_FIRST', - StatusAscNullsLast = 'status_ASC_NULLS_LAST', - StatusDesc = 'status_DESC', - StatusDescNullsFirst = 'status_DESC_NULLS_FIRST', - StatusDescNullsLast = 'status_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type OTokenRebaseOptionWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address?: InputMaybe; - address_isNull?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - otoken_contains?: InputMaybe; - otoken_containsInsensitive?: InputMaybe; - otoken_endsWith?: InputMaybe; - otoken_eq?: InputMaybe; - otoken_gt?: InputMaybe; - otoken_gte?: InputMaybe; - otoken_in?: InputMaybe>; - otoken_isNull?: InputMaybe; - otoken_lt?: InputMaybe; - otoken_lte?: InputMaybe; - otoken_not_contains?: InputMaybe; - otoken_not_containsInsensitive?: InputMaybe; - otoken_not_endsWith?: InputMaybe; - otoken_not_eq?: InputMaybe; - otoken_not_in?: InputMaybe>; - otoken_not_startsWith?: InputMaybe; - otoken_startsWith?: InputMaybe; - status_eq?: InputMaybe; - status_in?: InputMaybe>; - status_isNull?: InputMaybe; - status_not_eq?: InputMaybe; - status_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type OTokenRebaseOptionsConnection = { - __typename?: 'OTokenRebaseOptionsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export enum OTokenRebaseOrderByInput { - ApyAprAsc = 'apy_apr_ASC', - ApyAprAscNullsFirst = 'apy_apr_ASC_NULLS_FIRST', - ApyAprAscNullsLast = 'apy_apr_ASC_NULLS_LAST', - ApyAprDesc = 'apy_apr_DESC', - ApyAprDescNullsFirst = 'apy_apr_DESC_NULLS_FIRST', - ApyAprDescNullsLast = 'apy_apr_DESC_NULLS_LAST', - ApyApy7DayAvgAsc = 'apy_apy7DayAvg_ASC', - ApyApy7DayAvgAscNullsFirst = 'apy_apy7DayAvg_ASC_NULLS_FIRST', - ApyApy7DayAvgAscNullsLast = 'apy_apy7DayAvg_ASC_NULLS_LAST', - ApyApy7DayAvgDesc = 'apy_apy7DayAvg_DESC', - ApyApy7DayAvgDescNullsFirst = 'apy_apy7DayAvg_DESC_NULLS_FIRST', - ApyApy7DayAvgDescNullsLast = 'apy_apy7DayAvg_DESC_NULLS_LAST', - ApyApy14DayAvgAsc = 'apy_apy14DayAvg_ASC', - ApyApy14DayAvgAscNullsFirst = 'apy_apy14DayAvg_ASC_NULLS_FIRST', - ApyApy14DayAvgAscNullsLast = 'apy_apy14DayAvg_ASC_NULLS_LAST', - ApyApy14DayAvgDesc = 'apy_apy14DayAvg_DESC', - ApyApy14DayAvgDescNullsFirst = 'apy_apy14DayAvg_DESC_NULLS_FIRST', - ApyApy14DayAvgDescNullsLast = 'apy_apy14DayAvg_DESC_NULLS_LAST', - ApyApy30DayAvgAsc = 'apy_apy30DayAvg_ASC', - ApyApy30DayAvgAscNullsFirst = 'apy_apy30DayAvg_ASC_NULLS_FIRST', - ApyApy30DayAvgAscNullsLast = 'apy_apy30DayAvg_ASC_NULLS_LAST', - ApyApy30DayAvgDesc = 'apy_apy30DayAvg_DESC', - ApyApy30DayAvgDescNullsFirst = 'apy_apy30DayAvg_DESC_NULLS_FIRST', - ApyApy30DayAvgDescNullsLast = 'apy_apy30DayAvg_DESC_NULLS_LAST', - ApyApyAsc = 'apy_apy_ASC', - ApyApyAscNullsFirst = 'apy_apy_ASC_NULLS_FIRST', - ApyApyAscNullsLast = 'apy_apy_ASC_NULLS_LAST', - ApyApyDesc = 'apy_apy_DESC', - ApyApyDescNullsFirst = 'apy_apy_DESC_NULLS_FIRST', - ApyApyDescNullsLast = 'apy_apy_DESC_NULLS_LAST', - ApyBlockNumberAsc = 'apy_blockNumber_ASC', - ApyBlockNumberAscNullsFirst = 'apy_blockNumber_ASC_NULLS_FIRST', - ApyBlockNumberAscNullsLast = 'apy_blockNumber_ASC_NULLS_LAST', - ApyBlockNumberDesc = 'apy_blockNumber_DESC', - ApyBlockNumberDescNullsFirst = 'apy_blockNumber_DESC_NULLS_FIRST', - ApyBlockNumberDescNullsLast = 'apy_blockNumber_DESC_NULLS_LAST', - ApyChainIdAsc = 'apy_chainId_ASC', - ApyChainIdAscNullsFirst = 'apy_chainId_ASC_NULLS_FIRST', - ApyChainIdAscNullsLast = 'apy_chainId_ASC_NULLS_LAST', - ApyChainIdDesc = 'apy_chainId_DESC', - ApyChainIdDescNullsFirst = 'apy_chainId_DESC_NULLS_FIRST', - ApyChainIdDescNullsLast = 'apy_chainId_DESC_NULLS_LAST', - ApyDateAsc = 'apy_date_ASC', - ApyDateAscNullsFirst = 'apy_date_ASC_NULLS_FIRST', - ApyDateAscNullsLast = 'apy_date_ASC_NULLS_LAST', - ApyDateDesc = 'apy_date_DESC', - ApyDateDescNullsFirst = 'apy_date_DESC_NULLS_FIRST', - ApyDateDescNullsLast = 'apy_date_DESC_NULLS_LAST', - ApyIdAsc = 'apy_id_ASC', - ApyIdAscNullsFirst = 'apy_id_ASC_NULLS_FIRST', - ApyIdAscNullsLast = 'apy_id_ASC_NULLS_LAST', - ApyIdDesc = 'apy_id_DESC', - ApyIdDescNullsFirst = 'apy_id_DESC_NULLS_FIRST', - ApyIdDescNullsLast = 'apy_id_DESC_NULLS_LAST', - ApyOtokenAsc = 'apy_otoken_ASC', - ApyOtokenAscNullsFirst = 'apy_otoken_ASC_NULLS_FIRST', - ApyOtokenAscNullsLast = 'apy_otoken_ASC_NULLS_LAST', - ApyOtokenDesc = 'apy_otoken_DESC', - ApyOtokenDescNullsFirst = 'apy_otoken_DESC_NULLS_FIRST', - ApyOtokenDescNullsLast = 'apy_otoken_DESC_NULLS_LAST', - ApyRebasingCreditsPerTokenAsc = 'apy_rebasingCreditsPerToken_ASC', - ApyRebasingCreditsPerTokenAscNullsFirst = 'apy_rebasingCreditsPerToken_ASC_NULLS_FIRST', - ApyRebasingCreditsPerTokenAscNullsLast = 'apy_rebasingCreditsPerToken_ASC_NULLS_LAST', - ApyRebasingCreditsPerTokenDesc = 'apy_rebasingCreditsPerToken_DESC', - ApyRebasingCreditsPerTokenDescNullsFirst = 'apy_rebasingCreditsPerToken_DESC_NULLS_FIRST', - ApyRebasingCreditsPerTokenDescNullsLast = 'apy_rebasingCreditsPerToken_DESC_NULLS_LAST', - ApyTimestampAsc = 'apy_timestamp_ASC', - ApyTimestampAscNullsFirst = 'apy_timestamp_ASC_NULLS_FIRST', - ApyTimestampAscNullsLast = 'apy_timestamp_ASC_NULLS_LAST', - ApyTimestampDesc = 'apy_timestamp_DESC', - ApyTimestampDescNullsFirst = 'apy_timestamp_DESC_NULLS_FIRST', - ApyTimestampDescNullsLast = 'apy_timestamp_DESC_NULLS_LAST', - ApyTxHashAsc = 'apy_txHash_ASC', - ApyTxHashAscNullsFirst = 'apy_txHash_ASC_NULLS_FIRST', - ApyTxHashAscNullsLast = 'apy_txHash_ASC_NULLS_LAST', - ApyTxHashDesc = 'apy_txHash_DESC', - ApyTxHashDescNullsFirst = 'apy_txHash_DESC_NULLS_FIRST', - ApyTxHashDescNullsLast = 'apy_txHash_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - FeeEthAsc = 'feeETH_ASC', - FeeEthAscNullsFirst = 'feeETH_ASC_NULLS_FIRST', - FeeEthAscNullsLast = 'feeETH_ASC_NULLS_LAST', - FeeEthDesc = 'feeETH_DESC', - FeeEthDescNullsFirst = 'feeETH_DESC_NULLS_FIRST', - FeeEthDescNullsLast = 'feeETH_DESC_NULLS_LAST', - FeeUsdAsc = 'feeUSD_ASC', - FeeUsdAscNullsFirst = 'feeUSD_ASC_NULLS_FIRST', - FeeUsdAscNullsLast = 'feeUSD_ASC_NULLS_LAST', - FeeUsdDesc = 'feeUSD_DESC', - FeeUsdDescNullsFirst = 'feeUSD_DESC_NULLS_FIRST', - FeeUsdDescNullsLast = 'feeUSD_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - OtokenAsc = 'otoken_ASC', - OtokenAscNullsFirst = 'otoken_ASC_NULLS_FIRST', - OtokenAscNullsLast = 'otoken_ASC_NULLS_LAST', - OtokenDesc = 'otoken_DESC', - OtokenDescNullsFirst = 'otoken_DESC_NULLS_FIRST', - OtokenDescNullsLast = 'otoken_DESC_NULLS_LAST', - RebasingCreditsPerTokenAsc = 'rebasingCreditsPerToken_ASC', - RebasingCreditsPerTokenAscNullsFirst = 'rebasingCreditsPerToken_ASC_NULLS_FIRST', - RebasingCreditsPerTokenAscNullsLast = 'rebasingCreditsPerToken_ASC_NULLS_LAST', - RebasingCreditsPerTokenDesc = 'rebasingCreditsPerToken_DESC', - RebasingCreditsPerTokenDescNullsFirst = 'rebasingCreditsPerToken_DESC_NULLS_FIRST', - RebasingCreditsPerTokenDescNullsLast = 'rebasingCreditsPerToken_DESC_NULLS_LAST', - RebasingCreditsAsc = 'rebasingCredits_ASC', - RebasingCreditsAscNullsFirst = 'rebasingCredits_ASC_NULLS_FIRST', - RebasingCreditsAscNullsLast = 'rebasingCredits_ASC_NULLS_LAST', - RebasingCreditsDesc = 'rebasingCredits_DESC', - RebasingCreditsDescNullsFirst = 'rebasingCredits_DESC_NULLS_FIRST', - RebasingCreditsDescNullsLast = 'rebasingCredits_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalSupplyAsc = 'totalSupply_ASC', - TotalSupplyAscNullsFirst = 'totalSupply_ASC_NULLS_FIRST', - TotalSupplyAscNullsLast = 'totalSupply_ASC_NULLS_LAST', - TotalSupplyDesc = 'totalSupply_DESC', - TotalSupplyDescNullsFirst = 'totalSupply_DESC_NULLS_FIRST', - TotalSupplyDescNullsLast = 'totalSupply_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST', - YieldEthAsc = 'yieldETH_ASC', - YieldEthAscNullsFirst = 'yieldETH_ASC_NULLS_FIRST', - YieldEthAscNullsLast = 'yieldETH_ASC_NULLS_LAST', - YieldEthDesc = 'yieldETH_DESC', - YieldEthDescNullsFirst = 'yieldETH_DESC_NULLS_FIRST', - YieldEthDescNullsLast = 'yieldETH_DESC_NULLS_LAST', - YieldUsdAsc = 'yieldUSD_ASC', - YieldUsdAscNullsFirst = 'yieldUSD_ASC_NULLS_FIRST', - YieldUsdAscNullsLast = 'yieldUSD_ASC_NULLS_LAST', - YieldUsdDesc = 'yieldUSD_DESC', - YieldUsdDescNullsFirst = 'yieldUSD_DESC_NULLS_FIRST', - YieldUsdDescNullsLast = 'yieldUSD_DESC_NULLS_LAST' -} - -export type OTokenRebaseWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - apy?: InputMaybe; - apy_isNull?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - feeETH_eq?: InputMaybe; - feeETH_gt?: InputMaybe; - feeETH_gte?: InputMaybe; - feeETH_in?: InputMaybe>; - feeETH_isNull?: InputMaybe; - feeETH_lt?: InputMaybe; - feeETH_lte?: InputMaybe; - feeETH_not_eq?: InputMaybe; - feeETH_not_in?: InputMaybe>; - feeUSD_eq?: InputMaybe; - feeUSD_gt?: InputMaybe; - feeUSD_gte?: InputMaybe; - feeUSD_in?: InputMaybe>; - feeUSD_isNull?: InputMaybe; - feeUSD_lt?: InputMaybe; - feeUSD_lte?: InputMaybe; - feeUSD_not_eq?: InputMaybe; - feeUSD_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - otoken_contains?: InputMaybe; - otoken_containsInsensitive?: InputMaybe; - otoken_endsWith?: InputMaybe; - otoken_eq?: InputMaybe; - otoken_gt?: InputMaybe; - otoken_gte?: InputMaybe; - otoken_in?: InputMaybe>; - otoken_isNull?: InputMaybe; - otoken_lt?: InputMaybe; - otoken_lte?: InputMaybe; - otoken_not_contains?: InputMaybe; - otoken_not_containsInsensitive?: InputMaybe; - otoken_not_endsWith?: InputMaybe; - otoken_not_eq?: InputMaybe; - otoken_not_in?: InputMaybe>; - otoken_not_startsWith?: InputMaybe; - otoken_startsWith?: InputMaybe; - rebasingCreditsPerToken_eq?: InputMaybe; - rebasingCreditsPerToken_gt?: InputMaybe; - rebasingCreditsPerToken_gte?: InputMaybe; - rebasingCreditsPerToken_in?: InputMaybe>; - rebasingCreditsPerToken_isNull?: InputMaybe; - rebasingCreditsPerToken_lt?: InputMaybe; - rebasingCreditsPerToken_lte?: InputMaybe; - rebasingCreditsPerToken_not_eq?: InputMaybe; - rebasingCreditsPerToken_not_in?: InputMaybe>; - rebasingCredits_eq?: InputMaybe; - rebasingCredits_gt?: InputMaybe; - rebasingCredits_gte?: InputMaybe; - rebasingCredits_in?: InputMaybe>; - rebasingCredits_isNull?: InputMaybe; - rebasingCredits_lt?: InputMaybe; - rebasingCredits_lte?: InputMaybe; - rebasingCredits_not_eq?: InputMaybe; - rebasingCredits_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - totalSupply_eq?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_isNull?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_not_eq?: InputMaybe; - totalSupply_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; - yieldETH_eq?: InputMaybe; - yieldETH_gt?: InputMaybe; - yieldETH_gte?: InputMaybe; - yieldETH_in?: InputMaybe>; - yieldETH_isNull?: InputMaybe; - yieldETH_lt?: InputMaybe; - yieldETH_lte?: InputMaybe; - yieldETH_not_eq?: InputMaybe; - yieldETH_not_in?: InputMaybe>; - yieldUSD_eq?: InputMaybe; - yieldUSD_gt?: InputMaybe; - yieldUSD_gte?: InputMaybe; - yieldUSD_in?: InputMaybe>; - yieldUSD_isNull?: InputMaybe; - yieldUSD_lt?: InputMaybe; - yieldUSD_lte?: InputMaybe; - yieldUSD_not_eq?: InputMaybe; - yieldUSD_not_in?: InputMaybe>; -}; - -export type OTokenRebasesConnection = { - __typename?: 'OTokenRebasesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OTokenVault = { - __typename?: 'OTokenVault'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - otoken: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - totalValue: Scalars['BigInt']['output']; -}; - -export type OTokenVaultEdge = { - __typename?: 'OTokenVaultEdge'; - cursor: Scalars['String']['output']; - node: OTokenVault; -}; - -export enum OTokenVaultOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - OtokenAsc = 'otoken_ASC', - OtokenAscNullsFirst = 'otoken_ASC_NULLS_FIRST', - OtokenAscNullsLast = 'otoken_ASC_NULLS_LAST', - OtokenDesc = 'otoken_DESC', - OtokenDescNullsFirst = 'otoken_DESC_NULLS_FIRST', - OtokenDescNullsLast = 'otoken_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalValueAsc = 'totalValue_ASC', - TotalValueAscNullsFirst = 'totalValue_ASC_NULLS_FIRST', - TotalValueAscNullsLast = 'totalValue_ASC_NULLS_LAST', - TotalValueDesc = 'totalValue_DESC', - TotalValueDescNullsFirst = 'totalValue_DESC_NULLS_FIRST', - TotalValueDescNullsLast = 'totalValue_DESC_NULLS_LAST' -} - -export type OTokenVaultWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - otoken_contains?: InputMaybe; - otoken_containsInsensitive?: InputMaybe; - otoken_endsWith?: InputMaybe; - otoken_eq?: InputMaybe; - otoken_gt?: InputMaybe; - otoken_gte?: InputMaybe; - otoken_in?: InputMaybe>; - otoken_isNull?: InputMaybe; - otoken_lt?: InputMaybe; - otoken_lte?: InputMaybe; - otoken_not_contains?: InputMaybe; - otoken_not_containsInsensitive?: InputMaybe; - otoken_not_endsWith?: InputMaybe; - otoken_not_eq?: InputMaybe; - otoken_not_in?: InputMaybe>; - otoken_not_startsWith?: InputMaybe; - otoken_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - totalValue_eq?: InputMaybe; - totalValue_gt?: InputMaybe; - totalValue_gte?: InputMaybe; - totalValue_in?: InputMaybe>; - totalValue_isNull?: InputMaybe; - totalValue_lt?: InputMaybe; - totalValue_lte?: InputMaybe; - totalValue_not_eq?: InputMaybe; - totalValue_not_in?: InputMaybe>; -}; - -export type OTokenVaultsConnection = { - __typename?: 'OTokenVaultsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OTokenWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - nonRebasingSupply_eq?: InputMaybe; - nonRebasingSupply_gt?: InputMaybe; - nonRebasingSupply_gte?: InputMaybe; - nonRebasingSupply_in?: InputMaybe>; - nonRebasingSupply_isNull?: InputMaybe; - nonRebasingSupply_lt?: InputMaybe; - nonRebasingSupply_lte?: InputMaybe; - nonRebasingSupply_not_eq?: InputMaybe; - nonRebasingSupply_not_in?: InputMaybe>; - otoken_contains?: InputMaybe; - otoken_containsInsensitive?: InputMaybe; - otoken_endsWith?: InputMaybe; - otoken_eq?: InputMaybe; - otoken_gt?: InputMaybe; - otoken_gte?: InputMaybe; - otoken_in?: InputMaybe>; - otoken_isNull?: InputMaybe; - otoken_lt?: InputMaybe; - otoken_lte?: InputMaybe; - otoken_not_contains?: InputMaybe; - otoken_not_containsInsensitive?: InputMaybe; - otoken_not_endsWith?: InputMaybe; - otoken_not_eq?: InputMaybe; - otoken_not_in?: InputMaybe>; - otoken_not_startsWith?: InputMaybe; - otoken_startsWith?: InputMaybe; - rebasingSupply_eq?: InputMaybe; - rebasingSupply_gt?: InputMaybe; - rebasingSupply_gte?: InputMaybe; - rebasingSupply_in?: InputMaybe>; - rebasingSupply_isNull?: InputMaybe; - rebasingSupply_lt?: InputMaybe; - rebasingSupply_lte?: InputMaybe; - rebasingSupply_not_eq?: InputMaybe; - rebasingSupply_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - totalSupply_eq?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_isNull?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_not_eq?: InputMaybe; - totalSupply_not_in?: InputMaybe>; -}; - -export type OTokensConnection = { - __typename?: 'OTokensConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdAaveStrategiesConnection = { - __typename?: 'OUSDAaveStrategiesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdAaveStrategy = { - __typename?: 'OUSDAaveStrategy'; - blockNumber: Scalars['Int']['output']; - dai: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - usdc: Scalars['BigInt']['output']; - usdt: Scalars['BigInt']['output']; -}; - -export type OusdAaveStrategyEdge = { - __typename?: 'OUSDAaveStrategyEdge'; - cursor: Scalars['String']['output']; - node: OusdAaveStrategy; -}; - -export enum OusdAaveStrategyOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DaiAsc = 'dai_ASC', - DaiAscNullsFirst = 'dai_ASC_NULLS_FIRST', - DaiAscNullsLast = 'dai_ASC_NULLS_LAST', - DaiDesc = 'dai_DESC', - DaiDescNullsFirst = 'dai_DESC_NULLS_FIRST', - DaiDescNullsLast = 'dai_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - UsdcAsc = 'usdc_ASC', - UsdcAscNullsFirst = 'usdc_ASC_NULLS_FIRST', - UsdcAscNullsLast = 'usdc_ASC_NULLS_LAST', - UsdcDesc = 'usdc_DESC', - UsdcDescNullsFirst = 'usdc_DESC_NULLS_FIRST', - UsdcDescNullsLast = 'usdc_DESC_NULLS_LAST', - UsdtAsc = 'usdt_ASC', - UsdtAscNullsFirst = 'usdt_ASC_NULLS_FIRST', - UsdtAscNullsLast = 'usdt_ASC_NULLS_LAST', - UsdtDesc = 'usdt_DESC', - UsdtDescNullsFirst = 'usdt_DESC_NULLS_FIRST', - UsdtDescNullsLast = 'usdt_DESC_NULLS_LAST' -} - -export type OusdAaveStrategyWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dai_eq?: InputMaybe; - dai_gt?: InputMaybe; - dai_gte?: InputMaybe; - dai_in?: InputMaybe>; - dai_isNull?: InputMaybe; - dai_lt?: InputMaybe; - dai_lte?: InputMaybe; - dai_not_eq?: InputMaybe; - dai_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - usdc_eq?: InputMaybe; - usdc_gt?: InputMaybe; - usdc_gte?: InputMaybe; - usdc_in?: InputMaybe>; - usdc_isNull?: InputMaybe; - usdc_lt?: InputMaybe; - usdc_lte?: InputMaybe; - usdc_not_eq?: InputMaybe; - usdc_not_in?: InputMaybe>; - usdt_eq?: InputMaybe; - usdt_gt?: InputMaybe; - usdt_gte?: InputMaybe; - usdt_in?: InputMaybe>; - usdt_isNull?: InputMaybe; - usdt_lt?: InputMaybe; - usdt_lte?: InputMaybe; - usdt_not_eq?: InputMaybe; - usdt_not_in?: InputMaybe>; -}; - -export type OusdCollateralDailyStat = { - __typename?: 'OUSDCollateralDailyStat'; - amount: Scalars['BigInt']['output']; - dailyStatId: OusdDailyStat; - id: Scalars['String']['output']; - price: Scalars['BigInt']['output']; - symbol: Scalars['String']['output']; - value: Scalars['BigInt']['output']; -}; - -export type OusdCollateralDailyStatEdge = { - __typename?: 'OUSDCollateralDailyStatEdge'; - cursor: Scalars['String']['output']; - node: OusdCollateralDailyStat; -}; - -export enum OusdCollateralDailyStatOrderByInput { - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - DailyStatIdAmoSupplyAsc = 'dailyStatId_amoSupply_ASC', - DailyStatIdAmoSupplyAscNullsFirst = 'dailyStatId_amoSupply_ASC_NULLS_FIRST', - DailyStatIdAmoSupplyAscNullsLast = 'dailyStatId_amoSupply_ASC_NULLS_LAST', - DailyStatIdAmoSupplyDesc = 'dailyStatId_amoSupply_DESC', - DailyStatIdAmoSupplyDescNullsFirst = 'dailyStatId_amoSupply_DESC_NULLS_FIRST', - DailyStatIdAmoSupplyDescNullsLast = 'dailyStatId_amoSupply_DESC_NULLS_LAST', - DailyStatIdAprAsc = 'dailyStatId_apr_ASC', - DailyStatIdAprAscNullsFirst = 'dailyStatId_apr_ASC_NULLS_FIRST', - DailyStatIdAprAscNullsLast = 'dailyStatId_apr_ASC_NULLS_LAST', - DailyStatIdAprDesc = 'dailyStatId_apr_DESC', - DailyStatIdAprDescNullsFirst = 'dailyStatId_apr_DESC_NULLS_FIRST', - DailyStatIdAprDescNullsLast = 'dailyStatId_apr_DESC_NULLS_LAST', - DailyStatIdApy7DayAvgAsc = 'dailyStatId_apy7DayAvg_ASC', - DailyStatIdApy7DayAvgAscNullsFirst = 'dailyStatId_apy7DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy7DayAvgAscNullsLast = 'dailyStatId_apy7DayAvg_ASC_NULLS_LAST', - DailyStatIdApy7DayAvgDesc = 'dailyStatId_apy7DayAvg_DESC', - DailyStatIdApy7DayAvgDescNullsFirst = 'dailyStatId_apy7DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy7DayAvgDescNullsLast = 'dailyStatId_apy7DayAvg_DESC_NULLS_LAST', - DailyStatIdApy14DayAvgAsc = 'dailyStatId_apy14DayAvg_ASC', - DailyStatIdApy14DayAvgAscNullsFirst = 'dailyStatId_apy14DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy14DayAvgAscNullsLast = 'dailyStatId_apy14DayAvg_ASC_NULLS_LAST', - DailyStatIdApy14DayAvgDesc = 'dailyStatId_apy14DayAvg_DESC', - DailyStatIdApy14DayAvgDescNullsFirst = 'dailyStatId_apy14DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy14DayAvgDescNullsLast = 'dailyStatId_apy14DayAvg_DESC_NULLS_LAST', - DailyStatIdApy30DayAvgAsc = 'dailyStatId_apy30DayAvg_ASC', - DailyStatIdApy30DayAvgAscNullsFirst = 'dailyStatId_apy30DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy30DayAvgAscNullsLast = 'dailyStatId_apy30DayAvg_ASC_NULLS_LAST', - DailyStatIdApy30DayAvgDesc = 'dailyStatId_apy30DayAvg_DESC', - DailyStatIdApy30DayAvgDescNullsFirst = 'dailyStatId_apy30DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy30DayAvgDescNullsLast = 'dailyStatId_apy30DayAvg_DESC_NULLS_LAST', - DailyStatIdApyAsc = 'dailyStatId_apy_ASC', - DailyStatIdApyAscNullsFirst = 'dailyStatId_apy_ASC_NULLS_FIRST', - DailyStatIdApyAscNullsLast = 'dailyStatId_apy_ASC_NULLS_LAST', - DailyStatIdApyDesc = 'dailyStatId_apy_DESC', - DailyStatIdApyDescNullsFirst = 'dailyStatId_apy_DESC_NULLS_FIRST', - DailyStatIdApyDescNullsLast = 'dailyStatId_apy_DESC_NULLS_LAST', - DailyStatIdBlockNumberAsc = 'dailyStatId_blockNumber_ASC', - DailyStatIdBlockNumberAscNullsFirst = 'dailyStatId_blockNumber_ASC_NULLS_FIRST', - DailyStatIdBlockNumberAscNullsLast = 'dailyStatId_blockNumber_ASC_NULLS_LAST', - DailyStatIdBlockNumberDesc = 'dailyStatId_blockNumber_DESC', - DailyStatIdBlockNumberDescNullsFirst = 'dailyStatId_blockNumber_DESC_NULLS_FIRST', - DailyStatIdBlockNumberDescNullsLast = 'dailyStatId_blockNumber_DESC_NULLS_LAST', - DailyStatIdDripperWethAsc = 'dailyStatId_dripperWETH_ASC', - DailyStatIdDripperWethAscNullsFirst = 'dailyStatId_dripperWETH_ASC_NULLS_FIRST', - DailyStatIdDripperWethAscNullsLast = 'dailyStatId_dripperWETH_ASC_NULLS_LAST', - DailyStatIdDripperWethDesc = 'dailyStatId_dripperWETH_DESC', - DailyStatIdDripperWethDescNullsFirst = 'dailyStatId_dripperWETH_DESC_NULLS_FIRST', - DailyStatIdDripperWethDescNullsLast = 'dailyStatId_dripperWETH_DESC_NULLS_LAST', - DailyStatIdFeesEth7DayAsc = 'dailyStatId_feesETH7Day_ASC', - DailyStatIdFeesEth7DayAscNullsFirst = 'dailyStatId_feesETH7Day_ASC_NULLS_FIRST', - DailyStatIdFeesEth7DayAscNullsLast = 'dailyStatId_feesETH7Day_ASC_NULLS_LAST', - DailyStatIdFeesEth7DayDesc = 'dailyStatId_feesETH7Day_DESC', - DailyStatIdFeesEth7DayDescNullsFirst = 'dailyStatId_feesETH7Day_DESC_NULLS_FIRST', - DailyStatIdFeesEth7DayDescNullsLast = 'dailyStatId_feesETH7Day_DESC_NULLS_LAST', - DailyStatIdFeesEthAllTimeAsc = 'dailyStatId_feesETHAllTime_ASC', - DailyStatIdFeesEthAllTimeAscNullsFirst = 'dailyStatId_feesETHAllTime_ASC_NULLS_FIRST', - DailyStatIdFeesEthAllTimeAscNullsLast = 'dailyStatId_feesETHAllTime_ASC_NULLS_LAST', - DailyStatIdFeesEthAllTimeDesc = 'dailyStatId_feesETHAllTime_DESC', - DailyStatIdFeesEthAllTimeDescNullsFirst = 'dailyStatId_feesETHAllTime_DESC_NULLS_FIRST', - DailyStatIdFeesEthAllTimeDescNullsLast = 'dailyStatId_feesETHAllTime_DESC_NULLS_LAST', - DailyStatIdFeesEthAsc = 'dailyStatId_feesETH_ASC', - DailyStatIdFeesEthAscNullsFirst = 'dailyStatId_feesETH_ASC_NULLS_FIRST', - DailyStatIdFeesEthAscNullsLast = 'dailyStatId_feesETH_ASC_NULLS_LAST', - DailyStatIdFeesEthDesc = 'dailyStatId_feesETH_DESC', - DailyStatIdFeesEthDescNullsFirst = 'dailyStatId_feesETH_DESC_NULLS_FIRST', - DailyStatIdFeesEthDescNullsLast = 'dailyStatId_feesETH_DESC_NULLS_LAST', - DailyStatIdFeesUsd7DayAsc = 'dailyStatId_feesUSD7Day_ASC', - DailyStatIdFeesUsd7DayAscNullsFirst = 'dailyStatId_feesUSD7Day_ASC_NULLS_FIRST', - DailyStatIdFeesUsd7DayAscNullsLast = 'dailyStatId_feesUSD7Day_ASC_NULLS_LAST', - DailyStatIdFeesUsd7DayDesc = 'dailyStatId_feesUSD7Day_DESC', - DailyStatIdFeesUsd7DayDescNullsFirst = 'dailyStatId_feesUSD7Day_DESC_NULLS_FIRST', - DailyStatIdFeesUsd7DayDescNullsLast = 'dailyStatId_feesUSD7Day_DESC_NULLS_LAST', - DailyStatIdFeesUsdAllTimeAsc = 'dailyStatId_feesUSDAllTime_ASC', - DailyStatIdFeesUsdAllTimeAscNullsFirst = 'dailyStatId_feesUSDAllTime_ASC_NULLS_FIRST', - DailyStatIdFeesUsdAllTimeAscNullsLast = 'dailyStatId_feesUSDAllTime_ASC_NULLS_LAST', - DailyStatIdFeesUsdAllTimeDesc = 'dailyStatId_feesUSDAllTime_DESC', - DailyStatIdFeesUsdAllTimeDescNullsFirst = 'dailyStatId_feesUSDAllTime_DESC_NULLS_FIRST', - DailyStatIdFeesUsdAllTimeDescNullsLast = 'dailyStatId_feesUSDAllTime_DESC_NULLS_LAST', - DailyStatIdFeesUsdAsc = 'dailyStatId_feesUSD_ASC', - DailyStatIdFeesUsdAscNullsFirst = 'dailyStatId_feesUSD_ASC_NULLS_FIRST', - DailyStatIdFeesUsdAscNullsLast = 'dailyStatId_feesUSD_ASC_NULLS_LAST', - DailyStatIdFeesUsdDesc = 'dailyStatId_feesUSD_DESC', - DailyStatIdFeesUsdDescNullsFirst = 'dailyStatId_feesUSD_DESC_NULLS_FIRST', - DailyStatIdFeesUsdDescNullsLast = 'dailyStatId_feesUSD_DESC_NULLS_LAST', - DailyStatIdHoldersOverThresholdAsc = 'dailyStatId_holdersOverThreshold_ASC', - DailyStatIdHoldersOverThresholdAscNullsFirst = 'dailyStatId_holdersOverThreshold_ASC_NULLS_FIRST', - DailyStatIdHoldersOverThresholdAscNullsLast = 'dailyStatId_holdersOverThreshold_ASC_NULLS_LAST', - DailyStatIdHoldersOverThresholdDesc = 'dailyStatId_holdersOverThreshold_DESC', - DailyStatIdHoldersOverThresholdDescNullsFirst = 'dailyStatId_holdersOverThreshold_DESC_NULLS_FIRST', - DailyStatIdHoldersOverThresholdDescNullsLast = 'dailyStatId_holdersOverThreshold_DESC_NULLS_LAST', - DailyStatIdIdAsc = 'dailyStatId_id_ASC', - DailyStatIdIdAscNullsFirst = 'dailyStatId_id_ASC_NULLS_FIRST', - DailyStatIdIdAscNullsLast = 'dailyStatId_id_ASC_NULLS_LAST', - DailyStatIdIdDesc = 'dailyStatId_id_DESC', - DailyStatIdIdDescNullsFirst = 'dailyStatId_id_DESC_NULLS_FIRST', - DailyStatIdIdDescNullsLast = 'dailyStatId_id_DESC_NULLS_LAST', - DailyStatIdMarketCapUsdAsc = 'dailyStatId_marketCapUSD_ASC', - DailyStatIdMarketCapUsdAscNullsFirst = 'dailyStatId_marketCapUSD_ASC_NULLS_FIRST', - DailyStatIdMarketCapUsdAscNullsLast = 'dailyStatId_marketCapUSD_ASC_NULLS_LAST', - DailyStatIdMarketCapUsdDesc = 'dailyStatId_marketCapUSD_DESC', - DailyStatIdMarketCapUsdDescNullsFirst = 'dailyStatId_marketCapUSD_DESC_NULLS_FIRST', - DailyStatIdMarketCapUsdDescNullsLast = 'dailyStatId_marketCapUSD_DESC_NULLS_LAST', - DailyStatIdNonRebasingSupplyAsc = 'dailyStatId_nonRebasingSupply_ASC', - DailyStatIdNonRebasingSupplyAscNullsFirst = 'dailyStatId_nonRebasingSupply_ASC_NULLS_FIRST', - DailyStatIdNonRebasingSupplyAscNullsLast = 'dailyStatId_nonRebasingSupply_ASC_NULLS_LAST', - DailyStatIdNonRebasingSupplyDesc = 'dailyStatId_nonRebasingSupply_DESC', - DailyStatIdNonRebasingSupplyDescNullsFirst = 'dailyStatId_nonRebasingSupply_DESC_NULLS_FIRST', - DailyStatIdNonRebasingSupplyDescNullsLast = 'dailyStatId_nonRebasingSupply_DESC_NULLS_LAST', - DailyStatIdPegPriceAsc = 'dailyStatId_pegPrice_ASC', - DailyStatIdPegPriceAscNullsFirst = 'dailyStatId_pegPrice_ASC_NULLS_FIRST', - DailyStatIdPegPriceAscNullsLast = 'dailyStatId_pegPrice_ASC_NULLS_LAST', - DailyStatIdPegPriceDesc = 'dailyStatId_pegPrice_DESC', - DailyStatIdPegPriceDescNullsFirst = 'dailyStatId_pegPrice_DESC_NULLS_FIRST', - DailyStatIdPegPriceDescNullsLast = 'dailyStatId_pegPrice_DESC_NULLS_LAST', - DailyStatIdRebasingSupplyAsc = 'dailyStatId_rebasingSupply_ASC', - DailyStatIdRebasingSupplyAscNullsFirst = 'dailyStatId_rebasingSupply_ASC_NULLS_FIRST', - DailyStatIdRebasingSupplyAscNullsLast = 'dailyStatId_rebasingSupply_ASC_NULLS_LAST', - DailyStatIdRebasingSupplyDesc = 'dailyStatId_rebasingSupply_DESC', - DailyStatIdRebasingSupplyDescNullsFirst = 'dailyStatId_rebasingSupply_DESC_NULLS_FIRST', - DailyStatIdRebasingSupplyDescNullsLast = 'dailyStatId_rebasingSupply_DESC_NULLS_LAST', - DailyStatIdTimestampAsc = 'dailyStatId_timestamp_ASC', - DailyStatIdTimestampAscNullsFirst = 'dailyStatId_timestamp_ASC_NULLS_FIRST', - DailyStatIdTimestampAscNullsLast = 'dailyStatId_timestamp_ASC_NULLS_LAST', - DailyStatIdTimestampDesc = 'dailyStatId_timestamp_DESC', - DailyStatIdTimestampDescNullsFirst = 'dailyStatId_timestamp_DESC_NULLS_FIRST', - DailyStatIdTimestampDescNullsLast = 'dailyStatId_timestamp_DESC_NULLS_LAST', - DailyStatIdTotalSupplyUsdAsc = 'dailyStatId_totalSupplyUSD_ASC', - DailyStatIdTotalSupplyUsdAscNullsFirst = 'dailyStatId_totalSupplyUSD_ASC_NULLS_FIRST', - DailyStatIdTotalSupplyUsdAscNullsLast = 'dailyStatId_totalSupplyUSD_ASC_NULLS_LAST', - DailyStatIdTotalSupplyUsdDesc = 'dailyStatId_totalSupplyUSD_DESC', - DailyStatIdTotalSupplyUsdDescNullsFirst = 'dailyStatId_totalSupplyUSD_DESC_NULLS_FIRST', - DailyStatIdTotalSupplyUsdDescNullsLast = 'dailyStatId_totalSupplyUSD_DESC_NULLS_LAST', - DailyStatIdTotalSupplyAsc = 'dailyStatId_totalSupply_ASC', - DailyStatIdTotalSupplyAscNullsFirst = 'dailyStatId_totalSupply_ASC_NULLS_FIRST', - DailyStatIdTotalSupplyAscNullsLast = 'dailyStatId_totalSupply_ASC_NULLS_LAST', - DailyStatIdTotalSupplyDesc = 'dailyStatId_totalSupply_DESC', - DailyStatIdTotalSupplyDescNullsFirst = 'dailyStatId_totalSupply_DESC_NULLS_FIRST', - DailyStatIdTotalSupplyDescNullsLast = 'dailyStatId_totalSupply_DESC_NULLS_LAST', - DailyStatIdTradingVolumeUsdAsc = 'dailyStatId_tradingVolumeUSD_ASC', - DailyStatIdTradingVolumeUsdAscNullsFirst = 'dailyStatId_tradingVolumeUSD_ASC_NULLS_FIRST', - DailyStatIdTradingVolumeUsdAscNullsLast = 'dailyStatId_tradingVolumeUSD_ASC_NULLS_LAST', - DailyStatIdTradingVolumeUsdDesc = 'dailyStatId_tradingVolumeUSD_DESC', - DailyStatIdTradingVolumeUsdDescNullsFirst = 'dailyStatId_tradingVolumeUSD_DESC_NULLS_FIRST', - DailyStatIdTradingVolumeUsdDescNullsLast = 'dailyStatId_tradingVolumeUSD_DESC_NULLS_LAST', - DailyStatIdWrappedSupplyAsc = 'dailyStatId_wrappedSupply_ASC', - DailyStatIdWrappedSupplyAscNullsFirst = 'dailyStatId_wrappedSupply_ASC_NULLS_FIRST', - DailyStatIdWrappedSupplyAscNullsLast = 'dailyStatId_wrappedSupply_ASC_NULLS_LAST', - DailyStatIdWrappedSupplyDesc = 'dailyStatId_wrappedSupply_DESC', - DailyStatIdWrappedSupplyDescNullsFirst = 'dailyStatId_wrappedSupply_DESC_NULLS_FIRST', - DailyStatIdWrappedSupplyDescNullsLast = 'dailyStatId_wrappedSupply_DESC_NULLS_LAST', - DailyStatIdYieldEth7DayAsc = 'dailyStatId_yieldETH7Day_ASC', - DailyStatIdYieldEth7DayAscNullsFirst = 'dailyStatId_yieldETH7Day_ASC_NULLS_FIRST', - DailyStatIdYieldEth7DayAscNullsLast = 'dailyStatId_yieldETH7Day_ASC_NULLS_LAST', - DailyStatIdYieldEth7DayDesc = 'dailyStatId_yieldETH7Day_DESC', - DailyStatIdYieldEth7DayDescNullsFirst = 'dailyStatId_yieldETH7Day_DESC_NULLS_FIRST', - DailyStatIdYieldEth7DayDescNullsLast = 'dailyStatId_yieldETH7Day_DESC_NULLS_LAST', - DailyStatIdYieldEthAllTimeAsc = 'dailyStatId_yieldETHAllTime_ASC', - DailyStatIdYieldEthAllTimeAscNullsFirst = 'dailyStatId_yieldETHAllTime_ASC_NULLS_FIRST', - DailyStatIdYieldEthAllTimeAscNullsLast = 'dailyStatId_yieldETHAllTime_ASC_NULLS_LAST', - DailyStatIdYieldEthAllTimeDesc = 'dailyStatId_yieldETHAllTime_DESC', - DailyStatIdYieldEthAllTimeDescNullsFirst = 'dailyStatId_yieldETHAllTime_DESC_NULLS_FIRST', - DailyStatIdYieldEthAllTimeDescNullsLast = 'dailyStatId_yieldETHAllTime_DESC_NULLS_LAST', - DailyStatIdYieldEthAsc = 'dailyStatId_yieldETH_ASC', - DailyStatIdYieldEthAscNullsFirst = 'dailyStatId_yieldETH_ASC_NULLS_FIRST', - DailyStatIdYieldEthAscNullsLast = 'dailyStatId_yieldETH_ASC_NULLS_LAST', - DailyStatIdYieldEthDesc = 'dailyStatId_yieldETH_DESC', - DailyStatIdYieldEthDescNullsFirst = 'dailyStatId_yieldETH_DESC_NULLS_FIRST', - DailyStatIdYieldEthDescNullsLast = 'dailyStatId_yieldETH_DESC_NULLS_LAST', - DailyStatIdYieldUsd7DayAsc = 'dailyStatId_yieldUSD7Day_ASC', - DailyStatIdYieldUsd7DayAscNullsFirst = 'dailyStatId_yieldUSD7Day_ASC_NULLS_FIRST', - DailyStatIdYieldUsd7DayAscNullsLast = 'dailyStatId_yieldUSD7Day_ASC_NULLS_LAST', - DailyStatIdYieldUsd7DayDesc = 'dailyStatId_yieldUSD7Day_DESC', - DailyStatIdYieldUsd7DayDescNullsFirst = 'dailyStatId_yieldUSD7Day_DESC_NULLS_FIRST', - DailyStatIdYieldUsd7DayDescNullsLast = 'dailyStatId_yieldUSD7Day_DESC_NULLS_LAST', - DailyStatIdYieldUsdAllTimeAsc = 'dailyStatId_yieldUSDAllTime_ASC', - DailyStatIdYieldUsdAllTimeAscNullsFirst = 'dailyStatId_yieldUSDAllTime_ASC_NULLS_FIRST', - DailyStatIdYieldUsdAllTimeAscNullsLast = 'dailyStatId_yieldUSDAllTime_ASC_NULLS_LAST', - DailyStatIdYieldUsdAllTimeDesc = 'dailyStatId_yieldUSDAllTime_DESC', - DailyStatIdYieldUsdAllTimeDescNullsFirst = 'dailyStatId_yieldUSDAllTime_DESC_NULLS_FIRST', - DailyStatIdYieldUsdAllTimeDescNullsLast = 'dailyStatId_yieldUSDAllTime_DESC_NULLS_LAST', - DailyStatIdYieldUsdAsc = 'dailyStatId_yieldUSD_ASC', - DailyStatIdYieldUsdAscNullsFirst = 'dailyStatId_yieldUSD_ASC_NULLS_FIRST', - DailyStatIdYieldUsdAscNullsLast = 'dailyStatId_yieldUSD_ASC_NULLS_LAST', - DailyStatIdYieldUsdDesc = 'dailyStatId_yieldUSD_DESC', - DailyStatIdYieldUsdDescNullsFirst = 'dailyStatId_yieldUSD_DESC_NULLS_FIRST', - DailyStatIdYieldUsdDescNullsLast = 'dailyStatId_yieldUSD_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - PriceAsc = 'price_ASC', - PriceAscNullsFirst = 'price_ASC_NULLS_FIRST', - PriceAscNullsLast = 'price_ASC_NULLS_LAST', - PriceDesc = 'price_DESC', - PriceDescNullsFirst = 'price_DESC_NULLS_FIRST', - PriceDescNullsLast = 'price_DESC_NULLS_LAST', - SymbolAsc = 'symbol_ASC', - SymbolAscNullsFirst = 'symbol_ASC_NULLS_FIRST', - SymbolAscNullsLast = 'symbol_ASC_NULLS_LAST', - SymbolDesc = 'symbol_DESC', - SymbolDescNullsFirst = 'symbol_DESC_NULLS_FIRST', - SymbolDescNullsLast = 'symbol_DESC_NULLS_LAST', - ValueAsc = 'value_ASC', - ValueAscNullsFirst = 'value_ASC_NULLS_FIRST', - ValueAscNullsLast = 'value_ASC_NULLS_LAST', - ValueDesc = 'value_DESC', - ValueDescNullsFirst = 'value_DESC_NULLS_FIRST', - ValueDescNullsLast = 'value_DESC_NULLS_LAST' -} - -export type OusdCollateralDailyStatWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - dailyStatId?: InputMaybe; - dailyStatId_isNull?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - price_eq?: InputMaybe; - price_gt?: InputMaybe; - price_gte?: InputMaybe; - price_in?: InputMaybe>; - price_isNull?: InputMaybe; - price_lt?: InputMaybe; - price_lte?: InputMaybe; - price_not_eq?: InputMaybe; - price_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_containsInsensitive?: InputMaybe; - symbol_endsWith?: InputMaybe; - symbol_eq?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_isNull?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_containsInsensitive?: InputMaybe; - symbol_not_endsWith?: InputMaybe; - symbol_not_eq?: InputMaybe; - symbol_not_in?: InputMaybe>; - symbol_not_startsWith?: InputMaybe; - symbol_startsWith?: InputMaybe; - value_eq?: InputMaybe; - value_gt?: InputMaybe; - value_gte?: InputMaybe; - value_in?: InputMaybe>; - value_isNull?: InputMaybe; - value_lt?: InputMaybe; - value_lte?: InputMaybe; - value_not_eq?: InputMaybe; - value_not_in?: InputMaybe>; -}; - -export type OusdCollateralDailyStatsConnection = { - __typename?: 'OUSDCollateralDailyStatsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdCompoundStrategiesConnection = { - __typename?: 'OUSDCompoundStrategiesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdCompoundStrategy = { - __typename?: 'OUSDCompoundStrategy'; - blockNumber: Scalars['Int']['output']; - dai: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - usdc: Scalars['BigInt']['output']; - usdt: Scalars['BigInt']['output']; -}; - -export type OusdCompoundStrategyEdge = { - __typename?: 'OUSDCompoundStrategyEdge'; - cursor: Scalars['String']['output']; - node: OusdCompoundStrategy; -}; - -export enum OusdCompoundStrategyOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DaiAsc = 'dai_ASC', - DaiAscNullsFirst = 'dai_ASC_NULLS_FIRST', - DaiAscNullsLast = 'dai_ASC_NULLS_LAST', - DaiDesc = 'dai_DESC', - DaiDescNullsFirst = 'dai_DESC_NULLS_FIRST', - DaiDescNullsLast = 'dai_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - UsdcAsc = 'usdc_ASC', - UsdcAscNullsFirst = 'usdc_ASC_NULLS_FIRST', - UsdcAscNullsLast = 'usdc_ASC_NULLS_LAST', - UsdcDesc = 'usdc_DESC', - UsdcDescNullsFirst = 'usdc_DESC_NULLS_FIRST', - UsdcDescNullsLast = 'usdc_DESC_NULLS_LAST', - UsdtAsc = 'usdt_ASC', - UsdtAscNullsFirst = 'usdt_ASC_NULLS_FIRST', - UsdtAscNullsLast = 'usdt_ASC_NULLS_LAST', - UsdtDesc = 'usdt_DESC', - UsdtDescNullsFirst = 'usdt_DESC_NULLS_FIRST', - UsdtDescNullsLast = 'usdt_DESC_NULLS_LAST' -} - -export type OusdCompoundStrategyWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dai_eq?: InputMaybe; - dai_gt?: InputMaybe; - dai_gte?: InputMaybe; - dai_in?: InputMaybe>; - dai_isNull?: InputMaybe; - dai_lt?: InputMaybe; - dai_lte?: InputMaybe; - dai_not_eq?: InputMaybe; - dai_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - usdc_eq?: InputMaybe; - usdc_gt?: InputMaybe; - usdc_gte?: InputMaybe; - usdc_in?: InputMaybe>; - usdc_isNull?: InputMaybe; - usdc_lt?: InputMaybe; - usdc_lte?: InputMaybe; - usdc_not_eq?: InputMaybe; - usdc_not_in?: InputMaybe>; - usdt_eq?: InputMaybe; - usdt_gt?: InputMaybe; - usdt_gte?: InputMaybe; - usdt_in?: InputMaybe>; - usdt_isNull?: InputMaybe; - usdt_lt?: InputMaybe; - usdt_lte?: InputMaybe; - usdt_not_eq?: InputMaybe; - usdt_not_in?: InputMaybe>; -}; - -export type OusdConvexLusdPlus3Crv = { - __typename?: 'OUSDConvexLUSDPlus3Crv'; - blockNumber: Scalars['Int']['output']; - dai: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - usdc: Scalars['BigInt']['output']; - usdt: Scalars['BigInt']['output']; -}; - -export type OusdConvexLusdPlus3CrvEdge = { - __typename?: 'OUSDConvexLUSDPlus3CrvEdge'; - cursor: Scalars['String']['output']; - node: OusdConvexLusdPlus3Crv; -}; - -export enum OusdConvexLusdPlus3CrvOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DaiAsc = 'dai_ASC', - DaiAscNullsFirst = 'dai_ASC_NULLS_FIRST', - DaiAscNullsLast = 'dai_ASC_NULLS_LAST', - DaiDesc = 'dai_DESC', - DaiDescNullsFirst = 'dai_DESC_NULLS_FIRST', - DaiDescNullsLast = 'dai_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - UsdcAsc = 'usdc_ASC', - UsdcAscNullsFirst = 'usdc_ASC_NULLS_FIRST', - UsdcAscNullsLast = 'usdc_ASC_NULLS_LAST', - UsdcDesc = 'usdc_DESC', - UsdcDescNullsFirst = 'usdc_DESC_NULLS_FIRST', - UsdcDescNullsLast = 'usdc_DESC_NULLS_LAST', - UsdtAsc = 'usdt_ASC', - UsdtAscNullsFirst = 'usdt_ASC_NULLS_FIRST', - UsdtAscNullsLast = 'usdt_ASC_NULLS_LAST', - UsdtDesc = 'usdt_DESC', - UsdtDescNullsFirst = 'usdt_DESC_NULLS_FIRST', - UsdtDescNullsLast = 'usdt_DESC_NULLS_LAST' -} - -export type OusdConvexLusdPlus3CrvWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dai_eq?: InputMaybe; - dai_gt?: InputMaybe; - dai_gte?: InputMaybe; - dai_in?: InputMaybe>; - dai_isNull?: InputMaybe; - dai_lt?: InputMaybe; - dai_lte?: InputMaybe; - dai_not_eq?: InputMaybe; - dai_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - usdc_eq?: InputMaybe; - usdc_gt?: InputMaybe; - usdc_gte?: InputMaybe; - usdc_in?: InputMaybe>; - usdc_isNull?: InputMaybe; - usdc_lt?: InputMaybe; - usdc_lte?: InputMaybe; - usdc_not_eq?: InputMaybe; - usdc_not_in?: InputMaybe>; - usdt_eq?: InputMaybe; - usdt_gt?: InputMaybe; - usdt_gte?: InputMaybe; - usdt_in?: InputMaybe>; - usdt_isNull?: InputMaybe; - usdt_lt?: InputMaybe; - usdt_lte?: InputMaybe; - usdt_not_eq?: InputMaybe; - usdt_not_in?: InputMaybe>; -}; - -export type OusdConvexLusdPlus3CrvsConnection = { - __typename?: 'OUSDConvexLUSDPlus3CrvsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdConvexStrategiesConnection = { - __typename?: 'OUSDConvexStrategiesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdConvexStrategy = { - __typename?: 'OUSDConvexStrategy'; - blockNumber: Scalars['Int']['output']; - dai: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - usdc: Scalars['BigInt']['output']; - usdt: Scalars['BigInt']['output']; -}; - -export type OusdConvexStrategyEdge = { - __typename?: 'OUSDConvexStrategyEdge'; - cursor: Scalars['String']['output']; - node: OusdConvexStrategy; -}; - -export enum OusdConvexStrategyOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DaiAsc = 'dai_ASC', - DaiAscNullsFirst = 'dai_ASC_NULLS_FIRST', - DaiAscNullsLast = 'dai_ASC_NULLS_LAST', - DaiDesc = 'dai_DESC', - DaiDescNullsFirst = 'dai_DESC_NULLS_FIRST', - DaiDescNullsLast = 'dai_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - UsdcAsc = 'usdc_ASC', - UsdcAscNullsFirst = 'usdc_ASC_NULLS_FIRST', - UsdcAscNullsLast = 'usdc_ASC_NULLS_LAST', - UsdcDesc = 'usdc_DESC', - UsdcDescNullsFirst = 'usdc_DESC_NULLS_FIRST', - UsdcDescNullsLast = 'usdc_DESC_NULLS_LAST', - UsdtAsc = 'usdt_ASC', - UsdtAscNullsFirst = 'usdt_ASC_NULLS_FIRST', - UsdtAscNullsLast = 'usdt_ASC_NULLS_LAST', - UsdtDesc = 'usdt_DESC', - UsdtDescNullsFirst = 'usdt_DESC_NULLS_FIRST', - UsdtDescNullsLast = 'usdt_DESC_NULLS_LAST' -} - -export type OusdConvexStrategyWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dai_eq?: InputMaybe; - dai_gt?: InputMaybe; - dai_gte?: InputMaybe; - dai_in?: InputMaybe>; - dai_isNull?: InputMaybe; - dai_lt?: InputMaybe; - dai_lte?: InputMaybe; - dai_not_eq?: InputMaybe; - dai_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - usdc_eq?: InputMaybe; - usdc_gt?: InputMaybe; - usdc_gte?: InputMaybe; - usdc_in?: InputMaybe>; - usdc_isNull?: InputMaybe; - usdc_lt?: InputMaybe; - usdc_lte?: InputMaybe; - usdc_not_eq?: InputMaybe; - usdc_not_in?: InputMaybe>; - usdt_eq?: InputMaybe; - usdt_gt?: InputMaybe; - usdt_gte?: InputMaybe; - usdt_in?: InputMaybe>; - usdt_isNull?: InputMaybe; - usdt_lt?: InputMaybe; - usdt_lte?: InputMaybe; - usdt_not_eq?: InputMaybe; - usdt_not_in?: InputMaybe>; -}; - -export type OusdDailyStat = { - __typename?: 'OUSDDailyStat'; - amoSupply: Scalars['BigInt']['output']; - apr: Scalars['Float']['output']; - apy: Scalars['Float']['output']; - apy7DayAvg: Scalars['Float']['output']; - apy14DayAvg: Scalars['Float']['output']; - apy30DayAvg: Scalars['Float']['output']; - blockNumber: Scalars['Int']['output']; - collateral: Array; - dripperWETH: Scalars['BigInt']['output']; - feesETH: Scalars['BigInt']['output']; - feesETH7Day: Scalars['BigInt']['output']; - feesETHAllTime: Scalars['BigInt']['output']; - feesUSD: Scalars['BigInt']['output']; - feesUSD7Day: Scalars['BigInt']['output']; - feesUSDAllTime: Scalars['BigInt']['output']; - holdersOverThreshold: Scalars['Int']['output']; - id: Scalars['String']['output']; - marketCapUSD: Scalars['Float']['output']; - nonRebasingSupply: Scalars['BigInt']['output']; - pegPrice: Scalars['BigInt']['output']; - rebasingSupply: Scalars['BigInt']['output']; - strategies: Array; - timestamp: Scalars['DateTime']['output']; - totalSupply: Scalars['BigInt']['output']; - totalSupplyUSD: Scalars['Float']['output']; - tradingVolumeUSD: Scalars['Float']['output']; - wrappedSupply: Scalars['BigInt']['output']; - yieldETH: Scalars['BigInt']['output']; - yieldETH7Day: Scalars['BigInt']['output']; - yieldETHAllTime: Scalars['BigInt']['output']; - yieldUSD: Scalars['BigInt']['output']; - yieldUSD7Day: Scalars['BigInt']['output']; - yieldUSDAllTime: Scalars['BigInt']['output']; -}; - - -export type OusdDailyStatCollateralArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type OusdDailyStatStrategiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type OusdDailyStatEdge = { - __typename?: 'OUSDDailyStatEdge'; - cursor: Scalars['String']['output']; - node: OusdDailyStat; -}; - -export enum OusdDailyStatOrderByInput { - AmoSupplyAsc = 'amoSupply_ASC', - AmoSupplyAscNullsFirst = 'amoSupply_ASC_NULLS_FIRST', - AmoSupplyAscNullsLast = 'amoSupply_ASC_NULLS_LAST', - AmoSupplyDesc = 'amoSupply_DESC', - AmoSupplyDescNullsFirst = 'amoSupply_DESC_NULLS_FIRST', - AmoSupplyDescNullsLast = 'amoSupply_DESC_NULLS_LAST', - AprAsc = 'apr_ASC', - AprAscNullsFirst = 'apr_ASC_NULLS_FIRST', - AprAscNullsLast = 'apr_ASC_NULLS_LAST', - AprDesc = 'apr_DESC', - AprDescNullsFirst = 'apr_DESC_NULLS_FIRST', - AprDescNullsLast = 'apr_DESC_NULLS_LAST', - Apy7DayAvgAsc = 'apy7DayAvg_ASC', - Apy7DayAvgAscNullsFirst = 'apy7DayAvg_ASC_NULLS_FIRST', - Apy7DayAvgAscNullsLast = 'apy7DayAvg_ASC_NULLS_LAST', - Apy7DayAvgDesc = 'apy7DayAvg_DESC', - Apy7DayAvgDescNullsFirst = 'apy7DayAvg_DESC_NULLS_FIRST', - Apy7DayAvgDescNullsLast = 'apy7DayAvg_DESC_NULLS_LAST', - Apy14DayAvgAsc = 'apy14DayAvg_ASC', - Apy14DayAvgAscNullsFirst = 'apy14DayAvg_ASC_NULLS_FIRST', - Apy14DayAvgAscNullsLast = 'apy14DayAvg_ASC_NULLS_LAST', - Apy14DayAvgDesc = 'apy14DayAvg_DESC', - Apy14DayAvgDescNullsFirst = 'apy14DayAvg_DESC_NULLS_FIRST', - Apy14DayAvgDescNullsLast = 'apy14DayAvg_DESC_NULLS_LAST', - Apy30DayAvgAsc = 'apy30DayAvg_ASC', - Apy30DayAvgAscNullsFirst = 'apy30DayAvg_ASC_NULLS_FIRST', - Apy30DayAvgAscNullsLast = 'apy30DayAvg_ASC_NULLS_LAST', - Apy30DayAvgDesc = 'apy30DayAvg_DESC', - Apy30DayAvgDescNullsFirst = 'apy30DayAvg_DESC_NULLS_FIRST', - Apy30DayAvgDescNullsLast = 'apy30DayAvg_DESC_NULLS_LAST', - ApyAsc = 'apy_ASC', - ApyAscNullsFirst = 'apy_ASC_NULLS_FIRST', - ApyAscNullsLast = 'apy_ASC_NULLS_LAST', - ApyDesc = 'apy_DESC', - ApyDescNullsFirst = 'apy_DESC_NULLS_FIRST', - ApyDescNullsLast = 'apy_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DripperWethAsc = 'dripperWETH_ASC', - DripperWethAscNullsFirst = 'dripperWETH_ASC_NULLS_FIRST', - DripperWethAscNullsLast = 'dripperWETH_ASC_NULLS_LAST', - DripperWethDesc = 'dripperWETH_DESC', - DripperWethDescNullsFirst = 'dripperWETH_DESC_NULLS_FIRST', - DripperWethDescNullsLast = 'dripperWETH_DESC_NULLS_LAST', - FeesEth7DayAsc = 'feesETH7Day_ASC', - FeesEth7DayAscNullsFirst = 'feesETH7Day_ASC_NULLS_FIRST', - FeesEth7DayAscNullsLast = 'feesETH7Day_ASC_NULLS_LAST', - FeesEth7DayDesc = 'feesETH7Day_DESC', - FeesEth7DayDescNullsFirst = 'feesETH7Day_DESC_NULLS_FIRST', - FeesEth7DayDescNullsLast = 'feesETH7Day_DESC_NULLS_LAST', - FeesEthAllTimeAsc = 'feesETHAllTime_ASC', - FeesEthAllTimeAscNullsFirst = 'feesETHAllTime_ASC_NULLS_FIRST', - FeesEthAllTimeAscNullsLast = 'feesETHAllTime_ASC_NULLS_LAST', - FeesEthAllTimeDesc = 'feesETHAllTime_DESC', - FeesEthAllTimeDescNullsFirst = 'feesETHAllTime_DESC_NULLS_FIRST', - FeesEthAllTimeDescNullsLast = 'feesETHAllTime_DESC_NULLS_LAST', - FeesEthAsc = 'feesETH_ASC', - FeesEthAscNullsFirst = 'feesETH_ASC_NULLS_FIRST', - FeesEthAscNullsLast = 'feesETH_ASC_NULLS_LAST', - FeesEthDesc = 'feesETH_DESC', - FeesEthDescNullsFirst = 'feesETH_DESC_NULLS_FIRST', - FeesEthDescNullsLast = 'feesETH_DESC_NULLS_LAST', - FeesUsd7DayAsc = 'feesUSD7Day_ASC', - FeesUsd7DayAscNullsFirst = 'feesUSD7Day_ASC_NULLS_FIRST', - FeesUsd7DayAscNullsLast = 'feesUSD7Day_ASC_NULLS_LAST', - FeesUsd7DayDesc = 'feesUSD7Day_DESC', - FeesUsd7DayDescNullsFirst = 'feesUSD7Day_DESC_NULLS_FIRST', - FeesUsd7DayDescNullsLast = 'feesUSD7Day_DESC_NULLS_LAST', - FeesUsdAllTimeAsc = 'feesUSDAllTime_ASC', - FeesUsdAllTimeAscNullsFirst = 'feesUSDAllTime_ASC_NULLS_FIRST', - FeesUsdAllTimeAscNullsLast = 'feesUSDAllTime_ASC_NULLS_LAST', - FeesUsdAllTimeDesc = 'feesUSDAllTime_DESC', - FeesUsdAllTimeDescNullsFirst = 'feesUSDAllTime_DESC_NULLS_FIRST', - FeesUsdAllTimeDescNullsLast = 'feesUSDAllTime_DESC_NULLS_LAST', - FeesUsdAsc = 'feesUSD_ASC', - FeesUsdAscNullsFirst = 'feesUSD_ASC_NULLS_FIRST', - FeesUsdAscNullsLast = 'feesUSD_ASC_NULLS_LAST', - FeesUsdDesc = 'feesUSD_DESC', - FeesUsdDescNullsFirst = 'feesUSD_DESC_NULLS_FIRST', - FeesUsdDescNullsLast = 'feesUSD_DESC_NULLS_LAST', - HoldersOverThresholdAsc = 'holdersOverThreshold_ASC', - HoldersOverThresholdAscNullsFirst = 'holdersOverThreshold_ASC_NULLS_FIRST', - HoldersOverThresholdAscNullsLast = 'holdersOverThreshold_ASC_NULLS_LAST', - HoldersOverThresholdDesc = 'holdersOverThreshold_DESC', - HoldersOverThresholdDescNullsFirst = 'holdersOverThreshold_DESC_NULLS_FIRST', - HoldersOverThresholdDescNullsLast = 'holdersOverThreshold_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - MarketCapUsdAsc = 'marketCapUSD_ASC', - MarketCapUsdAscNullsFirst = 'marketCapUSD_ASC_NULLS_FIRST', - MarketCapUsdAscNullsLast = 'marketCapUSD_ASC_NULLS_LAST', - MarketCapUsdDesc = 'marketCapUSD_DESC', - MarketCapUsdDescNullsFirst = 'marketCapUSD_DESC_NULLS_FIRST', - MarketCapUsdDescNullsLast = 'marketCapUSD_DESC_NULLS_LAST', - NonRebasingSupplyAsc = 'nonRebasingSupply_ASC', - NonRebasingSupplyAscNullsFirst = 'nonRebasingSupply_ASC_NULLS_FIRST', - NonRebasingSupplyAscNullsLast = 'nonRebasingSupply_ASC_NULLS_LAST', - NonRebasingSupplyDesc = 'nonRebasingSupply_DESC', - NonRebasingSupplyDescNullsFirst = 'nonRebasingSupply_DESC_NULLS_FIRST', - NonRebasingSupplyDescNullsLast = 'nonRebasingSupply_DESC_NULLS_LAST', - PegPriceAsc = 'pegPrice_ASC', - PegPriceAscNullsFirst = 'pegPrice_ASC_NULLS_FIRST', - PegPriceAscNullsLast = 'pegPrice_ASC_NULLS_LAST', - PegPriceDesc = 'pegPrice_DESC', - PegPriceDescNullsFirst = 'pegPrice_DESC_NULLS_FIRST', - PegPriceDescNullsLast = 'pegPrice_DESC_NULLS_LAST', - RebasingSupplyAsc = 'rebasingSupply_ASC', - RebasingSupplyAscNullsFirst = 'rebasingSupply_ASC_NULLS_FIRST', - RebasingSupplyAscNullsLast = 'rebasingSupply_ASC_NULLS_LAST', - RebasingSupplyDesc = 'rebasingSupply_DESC', - RebasingSupplyDescNullsFirst = 'rebasingSupply_DESC_NULLS_FIRST', - RebasingSupplyDescNullsLast = 'rebasingSupply_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalSupplyUsdAsc = 'totalSupplyUSD_ASC', - TotalSupplyUsdAscNullsFirst = 'totalSupplyUSD_ASC_NULLS_FIRST', - TotalSupplyUsdAscNullsLast = 'totalSupplyUSD_ASC_NULLS_LAST', - TotalSupplyUsdDesc = 'totalSupplyUSD_DESC', - TotalSupplyUsdDescNullsFirst = 'totalSupplyUSD_DESC_NULLS_FIRST', - TotalSupplyUsdDescNullsLast = 'totalSupplyUSD_DESC_NULLS_LAST', - TotalSupplyAsc = 'totalSupply_ASC', - TotalSupplyAscNullsFirst = 'totalSupply_ASC_NULLS_FIRST', - TotalSupplyAscNullsLast = 'totalSupply_ASC_NULLS_LAST', - TotalSupplyDesc = 'totalSupply_DESC', - TotalSupplyDescNullsFirst = 'totalSupply_DESC_NULLS_FIRST', - TotalSupplyDescNullsLast = 'totalSupply_DESC_NULLS_LAST', - TradingVolumeUsdAsc = 'tradingVolumeUSD_ASC', - TradingVolumeUsdAscNullsFirst = 'tradingVolumeUSD_ASC_NULLS_FIRST', - TradingVolumeUsdAscNullsLast = 'tradingVolumeUSD_ASC_NULLS_LAST', - TradingVolumeUsdDesc = 'tradingVolumeUSD_DESC', - TradingVolumeUsdDescNullsFirst = 'tradingVolumeUSD_DESC_NULLS_FIRST', - TradingVolumeUsdDescNullsLast = 'tradingVolumeUSD_DESC_NULLS_LAST', - WrappedSupplyAsc = 'wrappedSupply_ASC', - WrappedSupplyAscNullsFirst = 'wrappedSupply_ASC_NULLS_FIRST', - WrappedSupplyAscNullsLast = 'wrappedSupply_ASC_NULLS_LAST', - WrappedSupplyDesc = 'wrappedSupply_DESC', - WrappedSupplyDescNullsFirst = 'wrappedSupply_DESC_NULLS_FIRST', - WrappedSupplyDescNullsLast = 'wrappedSupply_DESC_NULLS_LAST', - YieldEth7DayAsc = 'yieldETH7Day_ASC', - YieldEth7DayAscNullsFirst = 'yieldETH7Day_ASC_NULLS_FIRST', - YieldEth7DayAscNullsLast = 'yieldETH7Day_ASC_NULLS_LAST', - YieldEth7DayDesc = 'yieldETH7Day_DESC', - YieldEth7DayDescNullsFirst = 'yieldETH7Day_DESC_NULLS_FIRST', - YieldEth7DayDescNullsLast = 'yieldETH7Day_DESC_NULLS_LAST', - YieldEthAllTimeAsc = 'yieldETHAllTime_ASC', - YieldEthAllTimeAscNullsFirst = 'yieldETHAllTime_ASC_NULLS_FIRST', - YieldEthAllTimeAscNullsLast = 'yieldETHAllTime_ASC_NULLS_LAST', - YieldEthAllTimeDesc = 'yieldETHAllTime_DESC', - YieldEthAllTimeDescNullsFirst = 'yieldETHAllTime_DESC_NULLS_FIRST', - YieldEthAllTimeDescNullsLast = 'yieldETHAllTime_DESC_NULLS_LAST', - YieldEthAsc = 'yieldETH_ASC', - YieldEthAscNullsFirst = 'yieldETH_ASC_NULLS_FIRST', - YieldEthAscNullsLast = 'yieldETH_ASC_NULLS_LAST', - YieldEthDesc = 'yieldETH_DESC', - YieldEthDescNullsFirst = 'yieldETH_DESC_NULLS_FIRST', - YieldEthDescNullsLast = 'yieldETH_DESC_NULLS_LAST', - YieldUsd7DayAsc = 'yieldUSD7Day_ASC', - YieldUsd7DayAscNullsFirst = 'yieldUSD7Day_ASC_NULLS_FIRST', - YieldUsd7DayAscNullsLast = 'yieldUSD7Day_ASC_NULLS_LAST', - YieldUsd7DayDesc = 'yieldUSD7Day_DESC', - YieldUsd7DayDescNullsFirst = 'yieldUSD7Day_DESC_NULLS_FIRST', - YieldUsd7DayDescNullsLast = 'yieldUSD7Day_DESC_NULLS_LAST', - YieldUsdAllTimeAsc = 'yieldUSDAllTime_ASC', - YieldUsdAllTimeAscNullsFirst = 'yieldUSDAllTime_ASC_NULLS_FIRST', - YieldUsdAllTimeAscNullsLast = 'yieldUSDAllTime_ASC_NULLS_LAST', - YieldUsdAllTimeDesc = 'yieldUSDAllTime_DESC', - YieldUsdAllTimeDescNullsFirst = 'yieldUSDAllTime_DESC_NULLS_FIRST', - YieldUsdAllTimeDescNullsLast = 'yieldUSDAllTime_DESC_NULLS_LAST', - YieldUsdAsc = 'yieldUSD_ASC', - YieldUsdAscNullsFirst = 'yieldUSD_ASC_NULLS_FIRST', - YieldUsdAscNullsLast = 'yieldUSD_ASC_NULLS_LAST', - YieldUsdDesc = 'yieldUSD_DESC', - YieldUsdDescNullsFirst = 'yieldUSD_DESC_NULLS_FIRST', - YieldUsdDescNullsLast = 'yieldUSD_DESC_NULLS_LAST' -} - -export type OusdDailyStatWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - amoSupply_eq?: InputMaybe; - amoSupply_gt?: InputMaybe; - amoSupply_gte?: InputMaybe; - amoSupply_in?: InputMaybe>; - amoSupply_isNull?: InputMaybe; - amoSupply_lt?: InputMaybe; - amoSupply_lte?: InputMaybe; - amoSupply_not_eq?: InputMaybe; - amoSupply_not_in?: InputMaybe>; - apr_eq?: InputMaybe; - apr_gt?: InputMaybe; - apr_gte?: InputMaybe; - apr_in?: InputMaybe>; - apr_isNull?: InputMaybe; - apr_lt?: InputMaybe; - apr_lte?: InputMaybe; - apr_not_eq?: InputMaybe; - apr_not_in?: InputMaybe>; - apy7DayAvg_eq?: InputMaybe; - apy7DayAvg_gt?: InputMaybe; - apy7DayAvg_gte?: InputMaybe; - apy7DayAvg_in?: InputMaybe>; - apy7DayAvg_isNull?: InputMaybe; - apy7DayAvg_lt?: InputMaybe; - apy7DayAvg_lte?: InputMaybe; - apy7DayAvg_not_eq?: InputMaybe; - apy7DayAvg_not_in?: InputMaybe>; - apy14DayAvg_eq?: InputMaybe; - apy14DayAvg_gt?: InputMaybe; - apy14DayAvg_gte?: InputMaybe; - apy14DayAvg_in?: InputMaybe>; - apy14DayAvg_isNull?: InputMaybe; - apy14DayAvg_lt?: InputMaybe; - apy14DayAvg_lte?: InputMaybe; - apy14DayAvg_not_eq?: InputMaybe; - apy14DayAvg_not_in?: InputMaybe>; - apy30DayAvg_eq?: InputMaybe; - apy30DayAvg_gt?: InputMaybe; - apy30DayAvg_gte?: InputMaybe; - apy30DayAvg_in?: InputMaybe>; - apy30DayAvg_isNull?: InputMaybe; - apy30DayAvg_lt?: InputMaybe; - apy30DayAvg_lte?: InputMaybe; - apy30DayAvg_not_eq?: InputMaybe; - apy30DayAvg_not_in?: InputMaybe>; - apy_eq?: InputMaybe; - apy_gt?: InputMaybe; - apy_gte?: InputMaybe; - apy_in?: InputMaybe>; - apy_isNull?: InputMaybe; - apy_lt?: InputMaybe; - apy_lte?: InputMaybe; - apy_not_eq?: InputMaybe; - apy_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - collateral_every?: InputMaybe; - collateral_none?: InputMaybe; - collateral_some?: InputMaybe; - dripperWETH_eq?: InputMaybe; - dripperWETH_gt?: InputMaybe; - dripperWETH_gte?: InputMaybe; - dripperWETH_in?: InputMaybe>; - dripperWETH_isNull?: InputMaybe; - dripperWETH_lt?: InputMaybe; - dripperWETH_lte?: InputMaybe; - dripperWETH_not_eq?: InputMaybe; - dripperWETH_not_in?: InputMaybe>; - feesETH7Day_eq?: InputMaybe; - feesETH7Day_gt?: InputMaybe; - feesETH7Day_gte?: InputMaybe; - feesETH7Day_in?: InputMaybe>; - feesETH7Day_isNull?: InputMaybe; - feesETH7Day_lt?: InputMaybe; - feesETH7Day_lte?: InputMaybe; - feesETH7Day_not_eq?: InputMaybe; - feesETH7Day_not_in?: InputMaybe>; - feesETHAllTime_eq?: InputMaybe; - feesETHAllTime_gt?: InputMaybe; - feesETHAllTime_gte?: InputMaybe; - feesETHAllTime_in?: InputMaybe>; - feesETHAllTime_isNull?: InputMaybe; - feesETHAllTime_lt?: InputMaybe; - feesETHAllTime_lte?: InputMaybe; - feesETHAllTime_not_eq?: InputMaybe; - feesETHAllTime_not_in?: InputMaybe>; - feesETH_eq?: InputMaybe; - feesETH_gt?: InputMaybe; - feesETH_gte?: InputMaybe; - feesETH_in?: InputMaybe>; - feesETH_isNull?: InputMaybe; - feesETH_lt?: InputMaybe; - feesETH_lte?: InputMaybe; - feesETH_not_eq?: InputMaybe; - feesETH_not_in?: InputMaybe>; - feesUSD7Day_eq?: InputMaybe; - feesUSD7Day_gt?: InputMaybe; - feesUSD7Day_gte?: InputMaybe; - feesUSD7Day_in?: InputMaybe>; - feesUSD7Day_isNull?: InputMaybe; - feesUSD7Day_lt?: InputMaybe; - feesUSD7Day_lte?: InputMaybe; - feesUSD7Day_not_eq?: InputMaybe; - feesUSD7Day_not_in?: InputMaybe>; - feesUSDAllTime_eq?: InputMaybe; - feesUSDAllTime_gt?: InputMaybe; - feesUSDAllTime_gte?: InputMaybe; - feesUSDAllTime_in?: InputMaybe>; - feesUSDAllTime_isNull?: InputMaybe; - feesUSDAllTime_lt?: InputMaybe; - feesUSDAllTime_lte?: InputMaybe; - feesUSDAllTime_not_eq?: InputMaybe; - feesUSDAllTime_not_in?: InputMaybe>; - feesUSD_eq?: InputMaybe; - feesUSD_gt?: InputMaybe; - feesUSD_gte?: InputMaybe; - feesUSD_in?: InputMaybe>; - feesUSD_isNull?: InputMaybe; - feesUSD_lt?: InputMaybe; - feesUSD_lte?: InputMaybe; - feesUSD_not_eq?: InputMaybe; - feesUSD_not_in?: InputMaybe>; - holdersOverThreshold_eq?: InputMaybe; - holdersOverThreshold_gt?: InputMaybe; - holdersOverThreshold_gte?: InputMaybe; - holdersOverThreshold_in?: InputMaybe>; - holdersOverThreshold_isNull?: InputMaybe; - holdersOverThreshold_lt?: InputMaybe; - holdersOverThreshold_lte?: InputMaybe; - holdersOverThreshold_not_eq?: InputMaybe; - holdersOverThreshold_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - marketCapUSD_eq?: InputMaybe; - marketCapUSD_gt?: InputMaybe; - marketCapUSD_gte?: InputMaybe; - marketCapUSD_in?: InputMaybe>; - marketCapUSD_isNull?: InputMaybe; - marketCapUSD_lt?: InputMaybe; - marketCapUSD_lte?: InputMaybe; - marketCapUSD_not_eq?: InputMaybe; - marketCapUSD_not_in?: InputMaybe>; - nonRebasingSupply_eq?: InputMaybe; - nonRebasingSupply_gt?: InputMaybe; - nonRebasingSupply_gte?: InputMaybe; - nonRebasingSupply_in?: InputMaybe>; - nonRebasingSupply_isNull?: InputMaybe; - nonRebasingSupply_lt?: InputMaybe; - nonRebasingSupply_lte?: InputMaybe; - nonRebasingSupply_not_eq?: InputMaybe; - nonRebasingSupply_not_in?: InputMaybe>; - pegPrice_eq?: InputMaybe; - pegPrice_gt?: InputMaybe; - pegPrice_gte?: InputMaybe; - pegPrice_in?: InputMaybe>; - pegPrice_isNull?: InputMaybe; - pegPrice_lt?: InputMaybe; - pegPrice_lte?: InputMaybe; - pegPrice_not_eq?: InputMaybe; - pegPrice_not_in?: InputMaybe>; - rebasingSupply_eq?: InputMaybe; - rebasingSupply_gt?: InputMaybe; - rebasingSupply_gte?: InputMaybe; - rebasingSupply_in?: InputMaybe>; - rebasingSupply_isNull?: InputMaybe; - rebasingSupply_lt?: InputMaybe; - rebasingSupply_lte?: InputMaybe; - rebasingSupply_not_eq?: InputMaybe; - rebasingSupply_not_in?: InputMaybe>; - strategies_every?: InputMaybe; - strategies_none?: InputMaybe; - strategies_some?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - totalSupplyUSD_eq?: InputMaybe; - totalSupplyUSD_gt?: InputMaybe; - totalSupplyUSD_gte?: InputMaybe; - totalSupplyUSD_in?: InputMaybe>; - totalSupplyUSD_isNull?: InputMaybe; - totalSupplyUSD_lt?: InputMaybe; - totalSupplyUSD_lte?: InputMaybe; - totalSupplyUSD_not_eq?: InputMaybe; - totalSupplyUSD_not_in?: InputMaybe>; - totalSupply_eq?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_isNull?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_not_eq?: InputMaybe; - totalSupply_not_in?: InputMaybe>; - tradingVolumeUSD_eq?: InputMaybe; - tradingVolumeUSD_gt?: InputMaybe; - tradingVolumeUSD_gte?: InputMaybe; - tradingVolumeUSD_in?: InputMaybe>; - tradingVolumeUSD_isNull?: InputMaybe; - tradingVolumeUSD_lt?: InputMaybe; - tradingVolumeUSD_lte?: InputMaybe; - tradingVolumeUSD_not_eq?: InputMaybe; - tradingVolumeUSD_not_in?: InputMaybe>; - wrappedSupply_eq?: InputMaybe; - wrappedSupply_gt?: InputMaybe; - wrappedSupply_gte?: InputMaybe; - wrappedSupply_in?: InputMaybe>; - wrappedSupply_isNull?: InputMaybe; - wrappedSupply_lt?: InputMaybe; - wrappedSupply_lte?: InputMaybe; - wrappedSupply_not_eq?: InputMaybe; - wrappedSupply_not_in?: InputMaybe>; - yieldETH7Day_eq?: InputMaybe; - yieldETH7Day_gt?: InputMaybe; - yieldETH7Day_gte?: InputMaybe; - yieldETH7Day_in?: InputMaybe>; - yieldETH7Day_isNull?: InputMaybe; - yieldETH7Day_lt?: InputMaybe; - yieldETH7Day_lte?: InputMaybe; - yieldETH7Day_not_eq?: InputMaybe; - yieldETH7Day_not_in?: InputMaybe>; - yieldETHAllTime_eq?: InputMaybe; - yieldETHAllTime_gt?: InputMaybe; - yieldETHAllTime_gte?: InputMaybe; - yieldETHAllTime_in?: InputMaybe>; - yieldETHAllTime_isNull?: InputMaybe; - yieldETHAllTime_lt?: InputMaybe; - yieldETHAllTime_lte?: InputMaybe; - yieldETHAllTime_not_eq?: InputMaybe; - yieldETHAllTime_not_in?: InputMaybe>; - yieldETH_eq?: InputMaybe; - yieldETH_gt?: InputMaybe; - yieldETH_gte?: InputMaybe; - yieldETH_in?: InputMaybe>; - yieldETH_isNull?: InputMaybe; - yieldETH_lt?: InputMaybe; - yieldETH_lte?: InputMaybe; - yieldETH_not_eq?: InputMaybe; - yieldETH_not_in?: InputMaybe>; - yieldUSD7Day_eq?: InputMaybe; - yieldUSD7Day_gt?: InputMaybe; - yieldUSD7Day_gte?: InputMaybe; - yieldUSD7Day_in?: InputMaybe>; - yieldUSD7Day_isNull?: InputMaybe; - yieldUSD7Day_lt?: InputMaybe; - yieldUSD7Day_lte?: InputMaybe; - yieldUSD7Day_not_eq?: InputMaybe; - yieldUSD7Day_not_in?: InputMaybe>; - yieldUSDAllTime_eq?: InputMaybe; - yieldUSDAllTime_gt?: InputMaybe; - yieldUSDAllTime_gte?: InputMaybe; - yieldUSDAllTime_in?: InputMaybe>; - yieldUSDAllTime_isNull?: InputMaybe; - yieldUSDAllTime_lt?: InputMaybe; - yieldUSDAllTime_lte?: InputMaybe; - yieldUSDAllTime_not_eq?: InputMaybe; - yieldUSDAllTime_not_in?: InputMaybe>; - yieldUSD_eq?: InputMaybe; - yieldUSD_gt?: InputMaybe; - yieldUSD_gte?: InputMaybe; - yieldUSD_in?: InputMaybe>; - yieldUSD_isNull?: InputMaybe; - yieldUSD_lt?: InputMaybe; - yieldUSD_lte?: InputMaybe; - yieldUSD_not_eq?: InputMaybe; - yieldUSD_not_in?: InputMaybe>; -}; - -export type OusdDailyStatsConnection = { - __typename?: 'OUSDDailyStatsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdFluxStrategiesConnection = { - __typename?: 'OUSDFluxStrategiesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdFluxStrategy = { - __typename?: 'OUSDFluxStrategy'; - blockNumber: Scalars['Int']['output']; - dai: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - usdc: Scalars['BigInt']['output']; - usdt: Scalars['BigInt']['output']; -}; - -export type OusdFluxStrategyEdge = { - __typename?: 'OUSDFluxStrategyEdge'; - cursor: Scalars['String']['output']; - node: OusdFluxStrategy; -}; - -export enum OusdFluxStrategyOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DaiAsc = 'dai_ASC', - DaiAscNullsFirst = 'dai_ASC_NULLS_FIRST', - DaiAscNullsLast = 'dai_ASC_NULLS_LAST', - DaiDesc = 'dai_DESC', - DaiDescNullsFirst = 'dai_DESC_NULLS_FIRST', - DaiDescNullsLast = 'dai_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - UsdcAsc = 'usdc_ASC', - UsdcAscNullsFirst = 'usdc_ASC_NULLS_FIRST', - UsdcAscNullsLast = 'usdc_ASC_NULLS_LAST', - UsdcDesc = 'usdc_DESC', - UsdcDescNullsFirst = 'usdc_DESC_NULLS_FIRST', - UsdcDescNullsLast = 'usdc_DESC_NULLS_LAST', - UsdtAsc = 'usdt_ASC', - UsdtAscNullsFirst = 'usdt_ASC_NULLS_FIRST', - UsdtAscNullsLast = 'usdt_ASC_NULLS_LAST', - UsdtDesc = 'usdt_DESC', - UsdtDescNullsFirst = 'usdt_DESC_NULLS_FIRST', - UsdtDescNullsLast = 'usdt_DESC_NULLS_LAST' -} - -export type OusdFluxStrategyWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dai_eq?: InputMaybe; - dai_gt?: InputMaybe; - dai_gte?: InputMaybe; - dai_in?: InputMaybe>; - dai_isNull?: InputMaybe; - dai_lt?: InputMaybe; - dai_lte?: InputMaybe; - dai_not_eq?: InputMaybe; - dai_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - usdc_eq?: InputMaybe; - usdc_gt?: InputMaybe; - usdc_gte?: InputMaybe; - usdc_in?: InputMaybe>; - usdc_isNull?: InputMaybe; - usdc_lt?: InputMaybe; - usdc_lte?: InputMaybe; - usdc_not_eq?: InputMaybe; - usdc_not_in?: InputMaybe>; - usdt_eq?: InputMaybe; - usdt_gt?: InputMaybe; - usdt_gte?: InputMaybe; - usdt_in?: InputMaybe>; - usdt_isNull?: InputMaybe; - usdt_lt?: InputMaybe; - usdt_lte?: InputMaybe; - usdt_not_eq?: InputMaybe; - usdt_not_in?: InputMaybe>; -}; - -export type OusdMetaStrategiesConnection = { - __typename?: 'OUSDMetaStrategiesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdMetaStrategy = { - __typename?: 'OUSDMetaStrategy'; - blockNumber: Scalars['Int']['output']; - dai: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - usdc: Scalars['BigInt']['output']; - usdt: Scalars['BigInt']['output']; -}; - -export type OusdMetaStrategyEdge = { - __typename?: 'OUSDMetaStrategyEdge'; - cursor: Scalars['String']['output']; - node: OusdMetaStrategy; -}; - -export enum OusdMetaStrategyOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DaiAsc = 'dai_ASC', - DaiAscNullsFirst = 'dai_ASC_NULLS_FIRST', - DaiAscNullsLast = 'dai_ASC_NULLS_LAST', - DaiDesc = 'dai_DESC', - DaiDescNullsFirst = 'dai_DESC_NULLS_FIRST', - DaiDescNullsLast = 'dai_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - UsdcAsc = 'usdc_ASC', - UsdcAscNullsFirst = 'usdc_ASC_NULLS_FIRST', - UsdcAscNullsLast = 'usdc_ASC_NULLS_LAST', - UsdcDesc = 'usdc_DESC', - UsdcDescNullsFirst = 'usdc_DESC_NULLS_FIRST', - UsdcDescNullsLast = 'usdc_DESC_NULLS_LAST', - UsdtAsc = 'usdt_ASC', - UsdtAscNullsFirst = 'usdt_ASC_NULLS_FIRST', - UsdtAscNullsLast = 'usdt_ASC_NULLS_LAST', - UsdtDesc = 'usdt_DESC', - UsdtDescNullsFirst = 'usdt_DESC_NULLS_FIRST', - UsdtDescNullsLast = 'usdt_DESC_NULLS_LAST' -} - -export type OusdMetaStrategyWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dai_eq?: InputMaybe; - dai_gt?: InputMaybe; - dai_gte?: InputMaybe; - dai_in?: InputMaybe>; - dai_isNull?: InputMaybe; - dai_lt?: InputMaybe; - dai_lte?: InputMaybe; - dai_not_eq?: InputMaybe; - dai_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - usdc_eq?: InputMaybe; - usdc_gt?: InputMaybe; - usdc_gte?: InputMaybe; - usdc_in?: InputMaybe>; - usdc_isNull?: InputMaybe; - usdc_lt?: InputMaybe; - usdc_lte?: InputMaybe; - usdc_not_eq?: InputMaybe; - usdc_not_in?: InputMaybe>; - usdt_eq?: InputMaybe; - usdt_gt?: InputMaybe; - usdt_gte?: InputMaybe; - usdt_in?: InputMaybe>; - usdt_isNull?: InputMaybe; - usdt_lt?: InputMaybe; - usdt_lte?: InputMaybe; - usdt_not_eq?: InputMaybe; - usdt_not_in?: InputMaybe>; -}; - -export type OusdMorphoAave = { - __typename?: 'OUSDMorphoAave'; - blockNumber: Scalars['Int']['output']; - dai: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - usdc: Scalars['BigInt']['output']; - usdt: Scalars['BigInt']['output']; -}; - -export type OusdMorphoAaveEdge = { - __typename?: 'OUSDMorphoAaveEdge'; - cursor: Scalars['String']['output']; - node: OusdMorphoAave; -}; - -export enum OusdMorphoAaveOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DaiAsc = 'dai_ASC', - DaiAscNullsFirst = 'dai_ASC_NULLS_FIRST', - DaiAscNullsLast = 'dai_ASC_NULLS_LAST', - DaiDesc = 'dai_DESC', - DaiDescNullsFirst = 'dai_DESC_NULLS_FIRST', - DaiDescNullsLast = 'dai_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - UsdcAsc = 'usdc_ASC', - UsdcAscNullsFirst = 'usdc_ASC_NULLS_FIRST', - UsdcAscNullsLast = 'usdc_ASC_NULLS_LAST', - UsdcDesc = 'usdc_DESC', - UsdcDescNullsFirst = 'usdc_DESC_NULLS_FIRST', - UsdcDescNullsLast = 'usdc_DESC_NULLS_LAST', - UsdtAsc = 'usdt_ASC', - UsdtAscNullsFirst = 'usdt_ASC_NULLS_FIRST', - UsdtAscNullsLast = 'usdt_ASC_NULLS_LAST', - UsdtDesc = 'usdt_DESC', - UsdtDescNullsFirst = 'usdt_DESC_NULLS_FIRST', - UsdtDescNullsLast = 'usdt_DESC_NULLS_LAST' -} - -export type OusdMorphoAaveWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dai_eq?: InputMaybe; - dai_gt?: InputMaybe; - dai_gte?: InputMaybe; - dai_in?: InputMaybe>; - dai_isNull?: InputMaybe; - dai_lt?: InputMaybe; - dai_lte?: InputMaybe; - dai_not_eq?: InputMaybe; - dai_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - usdc_eq?: InputMaybe; - usdc_gt?: InputMaybe; - usdc_gte?: InputMaybe; - usdc_in?: InputMaybe>; - usdc_isNull?: InputMaybe; - usdc_lt?: InputMaybe; - usdc_lte?: InputMaybe; - usdc_not_eq?: InputMaybe; - usdc_not_in?: InputMaybe>; - usdt_eq?: InputMaybe; - usdt_gt?: InputMaybe; - usdt_gte?: InputMaybe; - usdt_in?: InputMaybe>; - usdt_isNull?: InputMaybe; - usdt_lt?: InputMaybe; - usdt_lte?: InputMaybe; - usdt_not_eq?: InputMaybe; - usdt_not_in?: InputMaybe>; -}; - -export type OusdMorphoAavesConnection = { - __typename?: 'OUSDMorphoAavesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdMorphoCompound = { - __typename?: 'OUSDMorphoCompound'; - blockNumber: Scalars['Int']['output']; - dai: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - usdc: Scalars['BigInt']['output']; - usdt: Scalars['BigInt']['output']; -}; - -export type OusdMorphoCompoundEdge = { - __typename?: 'OUSDMorphoCompoundEdge'; - cursor: Scalars['String']['output']; - node: OusdMorphoCompound; -}; - -export enum OusdMorphoCompoundOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DaiAsc = 'dai_ASC', - DaiAscNullsFirst = 'dai_ASC_NULLS_FIRST', - DaiAscNullsLast = 'dai_ASC_NULLS_LAST', - DaiDesc = 'dai_DESC', - DaiDescNullsFirst = 'dai_DESC_NULLS_FIRST', - DaiDescNullsLast = 'dai_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - UsdcAsc = 'usdc_ASC', - UsdcAscNullsFirst = 'usdc_ASC_NULLS_FIRST', - UsdcAscNullsLast = 'usdc_ASC_NULLS_LAST', - UsdcDesc = 'usdc_DESC', - UsdcDescNullsFirst = 'usdc_DESC_NULLS_FIRST', - UsdcDescNullsLast = 'usdc_DESC_NULLS_LAST', - UsdtAsc = 'usdt_ASC', - UsdtAscNullsFirst = 'usdt_ASC_NULLS_FIRST', - UsdtAscNullsLast = 'usdt_ASC_NULLS_LAST', - UsdtDesc = 'usdt_DESC', - UsdtDescNullsFirst = 'usdt_DESC_NULLS_FIRST', - UsdtDescNullsLast = 'usdt_DESC_NULLS_LAST' -} - -export type OusdMorphoCompoundWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dai_eq?: InputMaybe; - dai_gt?: InputMaybe; - dai_gte?: InputMaybe; - dai_in?: InputMaybe>; - dai_isNull?: InputMaybe; - dai_lt?: InputMaybe; - dai_lte?: InputMaybe; - dai_not_eq?: InputMaybe; - dai_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - usdc_eq?: InputMaybe; - usdc_gt?: InputMaybe; - usdc_gte?: InputMaybe; - usdc_in?: InputMaybe>; - usdc_isNull?: InputMaybe; - usdc_lt?: InputMaybe; - usdc_lte?: InputMaybe; - usdc_not_eq?: InputMaybe; - usdc_not_in?: InputMaybe>; - usdt_eq?: InputMaybe; - usdt_gt?: InputMaybe; - usdt_gte?: InputMaybe; - usdt_in?: InputMaybe>; - usdt_isNull?: InputMaybe; - usdt_lt?: InputMaybe; - usdt_lte?: InputMaybe; - usdt_not_eq?: InputMaybe; - usdt_not_in?: InputMaybe>; -}; - -export type OusdMorphoCompoundsConnection = { - __typename?: 'OUSDMorphoCompoundsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdStrategyDailyStat = { - __typename?: 'OUSDStrategyDailyStat'; - dailyStatId: OusdDailyStat; - holdings: Array; - id: Scalars['String']['output']; - name: Scalars['String']['output']; - total: Scalars['BigInt']['output']; - tvl: Scalars['BigInt']['output']; -}; - - -export type OusdStrategyDailyStatHoldingsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type OusdStrategyDailyStatEdge = { - __typename?: 'OUSDStrategyDailyStatEdge'; - cursor: Scalars['String']['output']; - node: OusdStrategyDailyStat; -}; - -export enum OusdStrategyDailyStatOrderByInput { - DailyStatIdAmoSupplyAsc = 'dailyStatId_amoSupply_ASC', - DailyStatIdAmoSupplyAscNullsFirst = 'dailyStatId_amoSupply_ASC_NULLS_FIRST', - DailyStatIdAmoSupplyAscNullsLast = 'dailyStatId_amoSupply_ASC_NULLS_LAST', - DailyStatIdAmoSupplyDesc = 'dailyStatId_amoSupply_DESC', - DailyStatIdAmoSupplyDescNullsFirst = 'dailyStatId_amoSupply_DESC_NULLS_FIRST', - DailyStatIdAmoSupplyDescNullsLast = 'dailyStatId_amoSupply_DESC_NULLS_LAST', - DailyStatIdAprAsc = 'dailyStatId_apr_ASC', - DailyStatIdAprAscNullsFirst = 'dailyStatId_apr_ASC_NULLS_FIRST', - DailyStatIdAprAscNullsLast = 'dailyStatId_apr_ASC_NULLS_LAST', - DailyStatIdAprDesc = 'dailyStatId_apr_DESC', - DailyStatIdAprDescNullsFirst = 'dailyStatId_apr_DESC_NULLS_FIRST', - DailyStatIdAprDescNullsLast = 'dailyStatId_apr_DESC_NULLS_LAST', - DailyStatIdApy7DayAvgAsc = 'dailyStatId_apy7DayAvg_ASC', - DailyStatIdApy7DayAvgAscNullsFirst = 'dailyStatId_apy7DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy7DayAvgAscNullsLast = 'dailyStatId_apy7DayAvg_ASC_NULLS_LAST', - DailyStatIdApy7DayAvgDesc = 'dailyStatId_apy7DayAvg_DESC', - DailyStatIdApy7DayAvgDescNullsFirst = 'dailyStatId_apy7DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy7DayAvgDescNullsLast = 'dailyStatId_apy7DayAvg_DESC_NULLS_LAST', - DailyStatIdApy14DayAvgAsc = 'dailyStatId_apy14DayAvg_ASC', - DailyStatIdApy14DayAvgAscNullsFirst = 'dailyStatId_apy14DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy14DayAvgAscNullsLast = 'dailyStatId_apy14DayAvg_ASC_NULLS_LAST', - DailyStatIdApy14DayAvgDesc = 'dailyStatId_apy14DayAvg_DESC', - DailyStatIdApy14DayAvgDescNullsFirst = 'dailyStatId_apy14DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy14DayAvgDescNullsLast = 'dailyStatId_apy14DayAvg_DESC_NULLS_LAST', - DailyStatIdApy30DayAvgAsc = 'dailyStatId_apy30DayAvg_ASC', - DailyStatIdApy30DayAvgAscNullsFirst = 'dailyStatId_apy30DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy30DayAvgAscNullsLast = 'dailyStatId_apy30DayAvg_ASC_NULLS_LAST', - DailyStatIdApy30DayAvgDesc = 'dailyStatId_apy30DayAvg_DESC', - DailyStatIdApy30DayAvgDescNullsFirst = 'dailyStatId_apy30DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy30DayAvgDescNullsLast = 'dailyStatId_apy30DayAvg_DESC_NULLS_LAST', - DailyStatIdApyAsc = 'dailyStatId_apy_ASC', - DailyStatIdApyAscNullsFirst = 'dailyStatId_apy_ASC_NULLS_FIRST', - DailyStatIdApyAscNullsLast = 'dailyStatId_apy_ASC_NULLS_LAST', - DailyStatIdApyDesc = 'dailyStatId_apy_DESC', - DailyStatIdApyDescNullsFirst = 'dailyStatId_apy_DESC_NULLS_FIRST', - DailyStatIdApyDescNullsLast = 'dailyStatId_apy_DESC_NULLS_LAST', - DailyStatIdBlockNumberAsc = 'dailyStatId_blockNumber_ASC', - DailyStatIdBlockNumberAscNullsFirst = 'dailyStatId_blockNumber_ASC_NULLS_FIRST', - DailyStatIdBlockNumberAscNullsLast = 'dailyStatId_blockNumber_ASC_NULLS_LAST', - DailyStatIdBlockNumberDesc = 'dailyStatId_blockNumber_DESC', - DailyStatIdBlockNumberDescNullsFirst = 'dailyStatId_blockNumber_DESC_NULLS_FIRST', - DailyStatIdBlockNumberDescNullsLast = 'dailyStatId_blockNumber_DESC_NULLS_LAST', - DailyStatIdDripperWethAsc = 'dailyStatId_dripperWETH_ASC', - DailyStatIdDripperWethAscNullsFirst = 'dailyStatId_dripperWETH_ASC_NULLS_FIRST', - DailyStatIdDripperWethAscNullsLast = 'dailyStatId_dripperWETH_ASC_NULLS_LAST', - DailyStatIdDripperWethDesc = 'dailyStatId_dripperWETH_DESC', - DailyStatIdDripperWethDescNullsFirst = 'dailyStatId_dripperWETH_DESC_NULLS_FIRST', - DailyStatIdDripperWethDescNullsLast = 'dailyStatId_dripperWETH_DESC_NULLS_LAST', - DailyStatIdFeesEth7DayAsc = 'dailyStatId_feesETH7Day_ASC', - DailyStatIdFeesEth7DayAscNullsFirst = 'dailyStatId_feesETH7Day_ASC_NULLS_FIRST', - DailyStatIdFeesEth7DayAscNullsLast = 'dailyStatId_feesETH7Day_ASC_NULLS_LAST', - DailyStatIdFeesEth7DayDesc = 'dailyStatId_feesETH7Day_DESC', - DailyStatIdFeesEth7DayDescNullsFirst = 'dailyStatId_feesETH7Day_DESC_NULLS_FIRST', - DailyStatIdFeesEth7DayDescNullsLast = 'dailyStatId_feesETH7Day_DESC_NULLS_LAST', - DailyStatIdFeesEthAllTimeAsc = 'dailyStatId_feesETHAllTime_ASC', - DailyStatIdFeesEthAllTimeAscNullsFirst = 'dailyStatId_feesETHAllTime_ASC_NULLS_FIRST', - DailyStatIdFeesEthAllTimeAscNullsLast = 'dailyStatId_feesETHAllTime_ASC_NULLS_LAST', - DailyStatIdFeesEthAllTimeDesc = 'dailyStatId_feesETHAllTime_DESC', - DailyStatIdFeesEthAllTimeDescNullsFirst = 'dailyStatId_feesETHAllTime_DESC_NULLS_FIRST', - DailyStatIdFeesEthAllTimeDescNullsLast = 'dailyStatId_feesETHAllTime_DESC_NULLS_LAST', - DailyStatIdFeesEthAsc = 'dailyStatId_feesETH_ASC', - DailyStatIdFeesEthAscNullsFirst = 'dailyStatId_feesETH_ASC_NULLS_FIRST', - DailyStatIdFeesEthAscNullsLast = 'dailyStatId_feesETH_ASC_NULLS_LAST', - DailyStatIdFeesEthDesc = 'dailyStatId_feesETH_DESC', - DailyStatIdFeesEthDescNullsFirst = 'dailyStatId_feesETH_DESC_NULLS_FIRST', - DailyStatIdFeesEthDescNullsLast = 'dailyStatId_feesETH_DESC_NULLS_LAST', - DailyStatIdFeesUsd7DayAsc = 'dailyStatId_feesUSD7Day_ASC', - DailyStatIdFeesUsd7DayAscNullsFirst = 'dailyStatId_feesUSD7Day_ASC_NULLS_FIRST', - DailyStatIdFeesUsd7DayAscNullsLast = 'dailyStatId_feesUSD7Day_ASC_NULLS_LAST', - DailyStatIdFeesUsd7DayDesc = 'dailyStatId_feesUSD7Day_DESC', - DailyStatIdFeesUsd7DayDescNullsFirst = 'dailyStatId_feesUSD7Day_DESC_NULLS_FIRST', - DailyStatIdFeesUsd7DayDescNullsLast = 'dailyStatId_feesUSD7Day_DESC_NULLS_LAST', - DailyStatIdFeesUsdAllTimeAsc = 'dailyStatId_feesUSDAllTime_ASC', - DailyStatIdFeesUsdAllTimeAscNullsFirst = 'dailyStatId_feesUSDAllTime_ASC_NULLS_FIRST', - DailyStatIdFeesUsdAllTimeAscNullsLast = 'dailyStatId_feesUSDAllTime_ASC_NULLS_LAST', - DailyStatIdFeesUsdAllTimeDesc = 'dailyStatId_feesUSDAllTime_DESC', - DailyStatIdFeesUsdAllTimeDescNullsFirst = 'dailyStatId_feesUSDAllTime_DESC_NULLS_FIRST', - DailyStatIdFeesUsdAllTimeDescNullsLast = 'dailyStatId_feesUSDAllTime_DESC_NULLS_LAST', - DailyStatIdFeesUsdAsc = 'dailyStatId_feesUSD_ASC', - DailyStatIdFeesUsdAscNullsFirst = 'dailyStatId_feesUSD_ASC_NULLS_FIRST', - DailyStatIdFeesUsdAscNullsLast = 'dailyStatId_feesUSD_ASC_NULLS_LAST', - DailyStatIdFeesUsdDesc = 'dailyStatId_feesUSD_DESC', - DailyStatIdFeesUsdDescNullsFirst = 'dailyStatId_feesUSD_DESC_NULLS_FIRST', - DailyStatIdFeesUsdDescNullsLast = 'dailyStatId_feesUSD_DESC_NULLS_LAST', - DailyStatIdHoldersOverThresholdAsc = 'dailyStatId_holdersOverThreshold_ASC', - DailyStatIdHoldersOverThresholdAscNullsFirst = 'dailyStatId_holdersOverThreshold_ASC_NULLS_FIRST', - DailyStatIdHoldersOverThresholdAscNullsLast = 'dailyStatId_holdersOverThreshold_ASC_NULLS_LAST', - DailyStatIdHoldersOverThresholdDesc = 'dailyStatId_holdersOverThreshold_DESC', - DailyStatIdHoldersOverThresholdDescNullsFirst = 'dailyStatId_holdersOverThreshold_DESC_NULLS_FIRST', - DailyStatIdHoldersOverThresholdDescNullsLast = 'dailyStatId_holdersOverThreshold_DESC_NULLS_LAST', - DailyStatIdIdAsc = 'dailyStatId_id_ASC', - DailyStatIdIdAscNullsFirst = 'dailyStatId_id_ASC_NULLS_FIRST', - DailyStatIdIdAscNullsLast = 'dailyStatId_id_ASC_NULLS_LAST', - DailyStatIdIdDesc = 'dailyStatId_id_DESC', - DailyStatIdIdDescNullsFirst = 'dailyStatId_id_DESC_NULLS_FIRST', - DailyStatIdIdDescNullsLast = 'dailyStatId_id_DESC_NULLS_LAST', - DailyStatIdMarketCapUsdAsc = 'dailyStatId_marketCapUSD_ASC', - DailyStatIdMarketCapUsdAscNullsFirst = 'dailyStatId_marketCapUSD_ASC_NULLS_FIRST', - DailyStatIdMarketCapUsdAscNullsLast = 'dailyStatId_marketCapUSD_ASC_NULLS_LAST', - DailyStatIdMarketCapUsdDesc = 'dailyStatId_marketCapUSD_DESC', - DailyStatIdMarketCapUsdDescNullsFirst = 'dailyStatId_marketCapUSD_DESC_NULLS_FIRST', - DailyStatIdMarketCapUsdDescNullsLast = 'dailyStatId_marketCapUSD_DESC_NULLS_LAST', - DailyStatIdNonRebasingSupplyAsc = 'dailyStatId_nonRebasingSupply_ASC', - DailyStatIdNonRebasingSupplyAscNullsFirst = 'dailyStatId_nonRebasingSupply_ASC_NULLS_FIRST', - DailyStatIdNonRebasingSupplyAscNullsLast = 'dailyStatId_nonRebasingSupply_ASC_NULLS_LAST', - DailyStatIdNonRebasingSupplyDesc = 'dailyStatId_nonRebasingSupply_DESC', - DailyStatIdNonRebasingSupplyDescNullsFirst = 'dailyStatId_nonRebasingSupply_DESC_NULLS_FIRST', - DailyStatIdNonRebasingSupplyDescNullsLast = 'dailyStatId_nonRebasingSupply_DESC_NULLS_LAST', - DailyStatIdPegPriceAsc = 'dailyStatId_pegPrice_ASC', - DailyStatIdPegPriceAscNullsFirst = 'dailyStatId_pegPrice_ASC_NULLS_FIRST', - DailyStatIdPegPriceAscNullsLast = 'dailyStatId_pegPrice_ASC_NULLS_LAST', - DailyStatIdPegPriceDesc = 'dailyStatId_pegPrice_DESC', - DailyStatIdPegPriceDescNullsFirst = 'dailyStatId_pegPrice_DESC_NULLS_FIRST', - DailyStatIdPegPriceDescNullsLast = 'dailyStatId_pegPrice_DESC_NULLS_LAST', - DailyStatIdRebasingSupplyAsc = 'dailyStatId_rebasingSupply_ASC', - DailyStatIdRebasingSupplyAscNullsFirst = 'dailyStatId_rebasingSupply_ASC_NULLS_FIRST', - DailyStatIdRebasingSupplyAscNullsLast = 'dailyStatId_rebasingSupply_ASC_NULLS_LAST', - DailyStatIdRebasingSupplyDesc = 'dailyStatId_rebasingSupply_DESC', - DailyStatIdRebasingSupplyDescNullsFirst = 'dailyStatId_rebasingSupply_DESC_NULLS_FIRST', - DailyStatIdRebasingSupplyDescNullsLast = 'dailyStatId_rebasingSupply_DESC_NULLS_LAST', - DailyStatIdTimestampAsc = 'dailyStatId_timestamp_ASC', - DailyStatIdTimestampAscNullsFirst = 'dailyStatId_timestamp_ASC_NULLS_FIRST', - DailyStatIdTimestampAscNullsLast = 'dailyStatId_timestamp_ASC_NULLS_LAST', - DailyStatIdTimestampDesc = 'dailyStatId_timestamp_DESC', - DailyStatIdTimestampDescNullsFirst = 'dailyStatId_timestamp_DESC_NULLS_FIRST', - DailyStatIdTimestampDescNullsLast = 'dailyStatId_timestamp_DESC_NULLS_LAST', - DailyStatIdTotalSupplyUsdAsc = 'dailyStatId_totalSupplyUSD_ASC', - DailyStatIdTotalSupplyUsdAscNullsFirst = 'dailyStatId_totalSupplyUSD_ASC_NULLS_FIRST', - DailyStatIdTotalSupplyUsdAscNullsLast = 'dailyStatId_totalSupplyUSD_ASC_NULLS_LAST', - DailyStatIdTotalSupplyUsdDesc = 'dailyStatId_totalSupplyUSD_DESC', - DailyStatIdTotalSupplyUsdDescNullsFirst = 'dailyStatId_totalSupplyUSD_DESC_NULLS_FIRST', - DailyStatIdTotalSupplyUsdDescNullsLast = 'dailyStatId_totalSupplyUSD_DESC_NULLS_LAST', - DailyStatIdTotalSupplyAsc = 'dailyStatId_totalSupply_ASC', - DailyStatIdTotalSupplyAscNullsFirst = 'dailyStatId_totalSupply_ASC_NULLS_FIRST', - DailyStatIdTotalSupplyAscNullsLast = 'dailyStatId_totalSupply_ASC_NULLS_LAST', - DailyStatIdTotalSupplyDesc = 'dailyStatId_totalSupply_DESC', - DailyStatIdTotalSupplyDescNullsFirst = 'dailyStatId_totalSupply_DESC_NULLS_FIRST', - DailyStatIdTotalSupplyDescNullsLast = 'dailyStatId_totalSupply_DESC_NULLS_LAST', - DailyStatIdTradingVolumeUsdAsc = 'dailyStatId_tradingVolumeUSD_ASC', - DailyStatIdTradingVolumeUsdAscNullsFirst = 'dailyStatId_tradingVolumeUSD_ASC_NULLS_FIRST', - DailyStatIdTradingVolumeUsdAscNullsLast = 'dailyStatId_tradingVolumeUSD_ASC_NULLS_LAST', - DailyStatIdTradingVolumeUsdDesc = 'dailyStatId_tradingVolumeUSD_DESC', - DailyStatIdTradingVolumeUsdDescNullsFirst = 'dailyStatId_tradingVolumeUSD_DESC_NULLS_FIRST', - DailyStatIdTradingVolumeUsdDescNullsLast = 'dailyStatId_tradingVolumeUSD_DESC_NULLS_LAST', - DailyStatIdWrappedSupplyAsc = 'dailyStatId_wrappedSupply_ASC', - DailyStatIdWrappedSupplyAscNullsFirst = 'dailyStatId_wrappedSupply_ASC_NULLS_FIRST', - DailyStatIdWrappedSupplyAscNullsLast = 'dailyStatId_wrappedSupply_ASC_NULLS_LAST', - DailyStatIdWrappedSupplyDesc = 'dailyStatId_wrappedSupply_DESC', - DailyStatIdWrappedSupplyDescNullsFirst = 'dailyStatId_wrappedSupply_DESC_NULLS_FIRST', - DailyStatIdWrappedSupplyDescNullsLast = 'dailyStatId_wrappedSupply_DESC_NULLS_LAST', - DailyStatIdYieldEth7DayAsc = 'dailyStatId_yieldETH7Day_ASC', - DailyStatIdYieldEth7DayAscNullsFirst = 'dailyStatId_yieldETH7Day_ASC_NULLS_FIRST', - DailyStatIdYieldEth7DayAscNullsLast = 'dailyStatId_yieldETH7Day_ASC_NULLS_LAST', - DailyStatIdYieldEth7DayDesc = 'dailyStatId_yieldETH7Day_DESC', - DailyStatIdYieldEth7DayDescNullsFirst = 'dailyStatId_yieldETH7Day_DESC_NULLS_FIRST', - DailyStatIdYieldEth7DayDescNullsLast = 'dailyStatId_yieldETH7Day_DESC_NULLS_LAST', - DailyStatIdYieldEthAllTimeAsc = 'dailyStatId_yieldETHAllTime_ASC', - DailyStatIdYieldEthAllTimeAscNullsFirst = 'dailyStatId_yieldETHAllTime_ASC_NULLS_FIRST', - DailyStatIdYieldEthAllTimeAscNullsLast = 'dailyStatId_yieldETHAllTime_ASC_NULLS_LAST', - DailyStatIdYieldEthAllTimeDesc = 'dailyStatId_yieldETHAllTime_DESC', - DailyStatIdYieldEthAllTimeDescNullsFirst = 'dailyStatId_yieldETHAllTime_DESC_NULLS_FIRST', - DailyStatIdYieldEthAllTimeDescNullsLast = 'dailyStatId_yieldETHAllTime_DESC_NULLS_LAST', - DailyStatIdYieldEthAsc = 'dailyStatId_yieldETH_ASC', - DailyStatIdYieldEthAscNullsFirst = 'dailyStatId_yieldETH_ASC_NULLS_FIRST', - DailyStatIdYieldEthAscNullsLast = 'dailyStatId_yieldETH_ASC_NULLS_LAST', - DailyStatIdYieldEthDesc = 'dailyStatId_yieldETH_DESC', - DailyStatIdYieldEthDescNullsFirst = 'dailyStatId_yieldETH_DESC_NULLS_FIRST', - DailyStatIdYieldEthDescNullsLast = 'dailyStatId_yieldETH_DESC_NULLS_LAST', - DailyStatIdYieldUsd7DayAsc = 'dailyStatId_yieldUSD7Day_ASC', - DailyStatIdYieldUsd7DayAscNullsFirst = 'dailyStatId_yieldUSD7Day_ASC_NULLS_FIRST', - DailyStatIdYieldUsd7DayAscNullsLast = 'dailyStatId_yieldUSD7Day_ASC_NULLS_LAST', - DailyStatIdYieldUsd7DayDesc = 'dailyStatId_yieldUSD7Day_DESC', - DailyStatIdYieldUsd7DayDescNullsFirst = 'dailyStatId_yieldUSD7Day_DESC_NULLS_FIRST', - DailyStatIdYieldUsd7DayDescNullsLast = 'dailyStatId_yieldUSD7Day_DESC_NULLS_LAST', - DailyStatIdYieldUsdAllTimeAsc = 'dailyStatId_yieldUSDAllTime_ASC', - DailyStatIdYieldUsdAllTimeAscNullsFirst = 'dailyStatId_yieldUSDAllTime_ASC_NULLS_FIRST', - DailyStatIdYieldUsdAllTimeAscNullsLast = 'dailyStatId_yieldUSDAllTime_ASC_NULLS_LAST', - DailyStatIdYieldUsdAllTimeDesc = 'dailyStatId_yieldUSDAllTime_DESC', - DailyStatIdYieldUsdAllTimeDescNullsFirst = 'dailyStatId_yieldUSDAllTime_DESC_NULLS_FIRST', - DailyStatIdYieldUsdAllTimeDescNullsLast = 'dailyStatId_yieldUSDAllTime_DESC_NULLS_LAST', - DailyStatIdYieldUsdAsc = 'dailyStatId_yieldUSD_ASC', - DailyStatIdYieldUsdAscNullsFirst = 'dailyStatId_yieldUSD_ASC_NULLS_FIRST', - DailyStatIdYieldUsdAscNullsLast = 'dailyStatId_yieldUSD_ASC_NULLS_LAST', - DailyStatIdYieldUsdDesc = 'dailyStatId_yieldUSD_DESC', - DailyStatIdYieldUsdDescNullsFirst = 'dailyStatId_yieldUSD_DESC_NULLS_FIRST', - DailyStatIdYieldUsdDescNullsLast = 'dailyStatId_yieldUSD_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - NameAsc = 'name_ASC', - NameAscNullsFirst = 'name_ASC_NULLS_FIRST', - NameAscNullsLast = 'name_ASC_NULLS_LAST', - NameDesc = 'name_DESC', - NameDescNullsFirst = 'name_DESC_NULLS_FIRST', - NameDescNullsLast = 'name_DESC_NULLS_LAST', - TotalAsc = 'total_ASC', - TotalAscNullsFirst = 'total_ASC_NULLS_FIRST', - TotalAscNullsLast = 'total_ASC_NULLS_LAST', - TotalDesc = 'total_DESC', - TotalDescNullsFirst = 'total_DESC_NULLS_FIRST', - TotalDescNullsLast = 'total_DESC_NULLS_LAST', - TvlAsc = 'tvl_ASC', - TvlAscNullsFirst = 'tvl_ASC_NULLS_FIRST', - TvlAscNullsLast = 'tvl_ASC_NULLS_LAST', - TvlDesc = 'tvl_DESC', - TvlDescNullsFirst = 'tvl_DESC_NULLS_FIRST', - TvlDescNullsLast = 'tvl_DESC_NULLS_LAST' -} - -export type OusdStrategyDailyStatWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - dailyStatId?: InputMaybe; - dailyStatId_isNull?: InputMaybe; - holdings_every?: InputMaybe; - holdings_none?: InputMaybe; - holdings_some?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - name_contains?: InputMaybe; - name_containsInsensitive?: InputMaybe; - name_endsWith?: InputMaybe; - name_eq?: InputMaybe; - name_gt?: InputMaybe; - name_gte?: InputMaybe; - name_in?: InputMaybe>; - name_isNull?: InputMaybe; - name_lt?: InputMaybe; - name_lte?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_containsInsensitive?: InputMaybe; - name_not_endsWith?: InputMaybe; - name_not_eq?: InputMaybe; - name_not_in?: InputMaybe>; - name_not_startsWith?: InputMaybe; - name_startsWith?: InputMaybe; - total_eq?: InputMaybe; - total_gt?: InputMaybe; - total_gte?: InputMaybe; - total_in?: InputMaybe>; - total_isNull?: InputMaybe; - total_lt?: InputMaybe; - total_lte?: InputMaybe; - total_not_eq?: InputMaybe; - total_not_in?: InputMaybe>; - tvl_eq?: InputMaybe; - tvl_gt?: InputMaybe; - tvl_gte?: InputMaybe; - tvl_in?: InputMaybe>; - tvl_isNull?: InputMaybe; - tvl_lt?: InputMaybe; - tvl_lte?: InputMaybe; - tvl_not_eq?: InputMaybe; - tvl_not_in?: InputMaybe>; -}; - -export type OusdStrategyDailyStatsConnection = { - __typename?: 'OUSDStrategyDailyStatsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdStrategyHoldingDailyStat = { - __typename?: 'OUSDStrategyHoldingDailyStat'; - amount: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - strategyDailyStatId: OusdStrategyDailyStat; - symbol: Scalars['String']['output']; - value: Scalars['BigInt']['output']; -}; - -export type OusdStrategyHoldingDailyStatEdge = { - __typename?: 'OUSDStrategyHoldingDailyStatEdge'; - cursor: Scalars['String']['output']; - node: OusdStrategyHoldingDailyStat; -}; - -export enum OusdStrategyHoldingDailyStatOrderByInput { - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - StrategyDailyStatIdIdAsc = 'strategyDailyStatId_id_ASC', - StrategyDailyStatIdIdAscNullsFirst = 'strategyDailyStatId_id_ASC_NULLS_FIRST', - StrategyDailyStatIdIdAscNullsLast = 'strategyDailyStatId_id_ASC_NULLS_LAST', - StrategyDailyStatIdIdDesc = 'strategyDailyStatId_id_DESC', - StrategyDailyStatIdIdDescNullsFirst = 'strategyDailyStatId_id_DESC_NULLS_FIRST', - StrategyDailyStatIdIdDescNullsLast = 'strategyDailyStatId_id_DESC_NULLS_LAST', - StrategyDailyStatIdNameAsc = 'strategyDailyStatId_name_ASC', - StrategyDailyStatIdNameAscNullsFirst = 'strategyDailyStatId_name_ASC_NULLS_FIRST', - StrategyDailyStatIdNameAscNullsLast = 'strategyDailyStatId_name_ASC_NULLS_LAST', - StrategyDailyStatIdNameDesc = 'strategyDailyStatId_name_DESC', - StrategyDailyStatIdNameDescNullsFirst = 'strategyDailyStatId_name_DESC_NULLS_FIRST', - StrategyDailyStatIdNameDescNullsLast = 'strategyDailyStatId_name_DESC_NULLS_LAST', - StrategyDailyStatIdTotalAsc = 'strategyDailyStatId_total_ASC', - StrategyDailyStatIdTotalAscNullsFirst = 'strategyDailyStatId_total_ASC_NULLS_FIRST', - StrategyDailyStatIdTotalAscNullsLast = 'strategyDailyStatId_total_ASC_NULLS_LAST', - StrategyDailyStatIdTotalDesc = 'strategyDailyStatId_total_DESC', - StrategyDailyStatIdTotalDescNullsFirst = 'strategyDailyStatId_total_DESC_NULLS_FIRST', - StrategyDailyStatIdTotalDescNullsLast = 'strategyDailyStatId_total_DESC_NULLS_LAST', - StrategyDailyStatIdTvlAsc = 'strategyDailyStatId_tvl_ASC', - StrategyDailyStatIdTvlAscNullsFirst = 'strategyDailyStatId_tvl_ASC_NULLS_FIRST', - StrategyDailyStatIdTvlAscNullsLast = 'strategyDailyStatId_tvl_ASC_NULLS_LAST', - StrategyDailyStatIdTvlDesc = 'strategyDailyStatId_tvl_DESC', - StrategyDailyStatIdTvlDescNullsFirst = 'strategyDailyStatId_tvl_DESC_NULLS_FIRST', - StrategyDailyStatIdTvlDescNullsLast = 'strategyDailyStatId_tvl_DESC_NULLS_LAST', - SymbolAsc = 'symbol_ASC', - SymbolAscNullsFirst = 'symbol_ASC_NULLS_FIRST', - SymbolAscNullsLast = 'symbol_ASC_NULLS_LAST', - SymbolDesc = 'symbol_DESC', - SymbolDescNullsFirst = 'symbol_DESC_NULLS_FIRST', - SymbolDescNullsLast = 'symbol_DESC_NULLS_LAST', - ValueAsc = 'value_ASC', - ValueAscNullsFirst = 'value_ASC_NULLS_FIRST', - ValueAscNullsLast = 'value_ASC_NULLS_LAST', - ValueDesc = 'value_DESC', - ValueDescNullsFirst = 'value_DESC_NULLS_FIRST', - ValueDescNullsLast = 'value_DESC_NULLS_LAST' -} - -export type OusdStrategyHoldingDailyStatWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - strategyDailyStatId?: InputMaybe; - strategyDailyStatId_isNull?: InputMaybe; - symbol_contains?: InputMaybe; - symbol_containsInsensitive?: InputMaybe; - symbol_endsWith?: InputMaybe; - symbol_eq?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_isNull?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_containsInsensitive?: InputMaybe; - symbol_not_endsWith?: InputMaybe; - symbol_not_eq?: InputMaybe; - symbol_not_in?: InputMaybe>; - symbol_not_startsWith?: InputMaybe; - symbol_startsWith?: InputMaybe; - value_eq?: InputMaybe; - value_gt?: InputMaybe; - value_gte?: InputMaybe; - value_in?: InputMaybe>; - value_isNull?: InputMaybe; - value_lt?: InputMaybe; - value_lte?: InputMaybe; - value_not_eq?: InputMaybe; - value_not_in?: InputMaybe>; -}; - -export type OusdStrategyHoldingDailyStatsConnection = { - __typename?: 'OUSDStrategyHoldingDailyStatsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -/** The Vault entity tracks the OUSD vault balance over time. */ -export type OusdVault = { - __typename?: 'OUSDVault'; - blockNumber: Scalars['Int']['output']; - dai: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - usdc: Scalars['BigInt']['output']; - usdt: Scalars['BigInt']['output']; -}; - -export type OusdVaultEdge = { - __typename?: 'OUSDVaultEdge'; - cursor: Scalars['String']['output']; - node: OusdVault; -}; - -export enum OusdVaultOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DaiAsc = 'dai_ASC', - DaiAscNullsFirst = 'dai_ASC_NULLS_FIRST', - DaiAscNullsLast = 'dai_ASC_NULLS_LAST', - DaiDesc = 'dai_DESC', - DaiDescNullsFirst = 'dai_DESC_NULLS_FIRST', - DaiDescNullsLast = 'dai_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - UsdcAsc = 'usdc_ASC', - UsdcAscNullsFirst = 'usdc_ASC_NULLS_FIRST', - UsdcAscNullsLast = 'usdc_ASC_NULLS_LAST', - UsdcDesc = 'usdc_DESC', - UsdcDescNullsFirst = 'usdc_DESC_NULLS_FIRST', - UsdcDescNullsLast = 'usdc_DESC_NULLS_LAST', - UsdtAsc = 'usdt_ASC', - UsdtAscNullsFirst = 'usdt_ASC_NULLS_FIRST', - UsdtAscNullsLast = 'usdt_ASC_NULLS_LAST', - UsdtDesc = 'usdt_DESC', - UsdtDescNullsFirst = 'usdt_DESC_NULLS_FIRST', - UsdtDescNullsLast = 'usdt_DESC_NULLS_LAST' -} - -export type OusdVaultWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dai_eq?: InputMaybe; - dai_gt?: InputMaybe; - dai_gte?: InputMaybe; - dai_in?: InputMaybe>; - dai_isNull?: InputMaybe; - dai_lt?: InputMaybe; - dai_lte?: InputMaybe; - dai_not_eq?: InputMaybe; - dai_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - usdc_eq?: InputMaybe; - usdc_gt?: InputMaybe; - usdc_gte?: InputMaybe; - usdc_in?: InputMaybe>; - usdc_isNull?: InputMaybe; - usdc_lt?: InputMaybe; - usdc_lte?: InputMaybe; - usdc_not_eq?: InputMaybe; - usdc_not_in?: InputMaybe>; - usdt_eq?: InputMaybe; - usdt_gt?: InputMaybe; - usdt_gte?: InputMaybe; - usdt_in?: InputMaybe>; - usdt_isNull?: InputMaybe; - usdt_lt?: InputMaybe; - usdt_lte?: InputMaybe; - usdt_not_eq?: InputMaybe; - usdt_not_in?: InputMaybe>; -}; - -export type OusdVaultsConnection = { - __typename?: 'OUSDVaultsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type PageInfo = { - __typename?: 'PageInfo'; - endCursor: Scalars['String']['output']; - hasNextPage: Scalars['Boolean']['output']; - hasPreviousPage: Scalars['Boolean']['output']; - startCursor: Scalars['String']['output']; -}; - -export type ProcessingStatus = { - __typename?: 'ProcessingStatus'; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type ProcessingStatusEdge = { - __typename?: 'ProcessingStatusEdge'; - cursor: Scalars['String']['output']; - node: ProcessingStatus; -}; - -export enum ProcessingStatusOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type ProcessingStatusWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type ProcessingStatusesConnection = { - __typename?: 'ProcessingStatusesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type Query = { - __typename?: 'Query'; - balancerPoolBalanceById?: Maybe; - /** @deprecated Use balancerPoolBalanceById */ - balancerPoolBalanceByUniqueInput?: Maybe; - balancerPoolBalances: Array; - balancerPoolBalancesConnection: BalancerPoolBalancesConnection; - balancerPoolById?: Maybe; - /** @deprecated Use balancerPoolById */ - balancerPoolByUniqueInput?: Maybe; - balancerPoolRateById?: Maybe; - /** @deprecated Use balancerPoolRateById */ - balancerPoolRateByUniqueInput?: Maybe; - balancerPoolRates: Array; - balancerPoolRatesConnection: BalancerPoolRatesConnection; - balancerPools: Array; - balancerPoolsConnection: BalancerPoolsConnection; - beaconDepositEventById?: Maybe; - /** @deprecated Use beaconDepositEventById */ - beaconDepositEventByUniqueInput?: Maybe; - beaconDepositEvents: Array; - beaconDepositEventsConnection: BeaconDepositEventsConnection; - beaconDepositPubkeyById?: Maybe; - /** @deprecated Use beaconDepositPubkeyById */ - beaconDepositPubkeyByUniqueInput?: Maybe; - beaconDepositPubkeys: Array; - beaconDepositPubkeysConnection: BeaconDepositPubkeysConnection; - bridgeTransferById?: Maybe; - /** @deprecated Use bridgeTransferById */ - bridgeTransferByUniqueInput?: Maybe; - bridgeTransferStateById?: Maybe; - /** @deprecated Use bridgeTransferStateById */ - bridgeTransferStateByUniqueInput?: Maybe; - bridgeTransferStates: Array; - bridgeTransferStatesConnection: BridgeTransferStatesConnection; - bridgeTransfers: Array; - bridgeTransfersConnection: BridgeTransfersConnection; - curvePoolBalanceById?: Maybe; - /** @deprecated Use curvePoolBalanceById */ - curvePoolBalanceByUniqueInput?: Maybe; - curvePoolBalances: Array; - curvePoolBalancesConnection: CurvePoolBalancesConnection; - curvePoolById?: Maybe; - /** @deprecated Use curvePoolById */ - curvePoolByUniqueInput?: Maybe; - curvePoolRateById?: Maybe; - /** @deprecated Use curvePoolRateById */ - curvePoolRateByUniqueInput?: Maybe; - curvePoolRates: Array; - curvePoolRatesConnection: CurvePoolRatesConnection; - curvePools: Array; - curvePoolsConnection: CurvePoolsConnection; - erc20BalanceById?: Maybe; - /** @deprecated Use erc20BalanceById */ - erc20BalanceByUniqueInput?: Maybe; - erc20Balances: Array; - erc20BalancesConnection: Erc20BalancesConnection; - erc20ById?: Maybe; - /** @deprecated Use erc20ById */ - erc20ByUniqueInput?: Maybe; - erc20HolderById?: Maybe; - /** @deprecated Use erc20HolderById */ - erc20HolderByUniqueInput?: Maybe; - erc20Holders: Array; - erc20HoldersConnection: Erc20HoldersConnection; - erc20StateByDay: Array; - erc20StateById?: Maybe; - /** @deprecated Use erc20StateById */ - erc20StateByUniqueInput?: Maybe; - erc20States: Array; - erc20StatesConnection: Erc20StatesConnection; - erc20TransferById?: Maybe; - /** @deprecated Use erc20TransferById */ - erc20TransferByUniqueInput?: Maybe; - erc20Transfers: Array; - erc20TransfersConnection: Erc20TransfersConnection; - erc20s: Array; - erc20sConnection: Erc20sConnection; - esAccountById?: Maybe; - /** @deprecated Use esAccountById */ - esAccountByUniqueInput?: Maybe; - esAccounts: Array; - esAccountsConnection: EsAccountsConnection; - esDelegateChangedById?: Maybe; - /** @deprecated Use esDelegateChangedById */ - esDelegateChangedByUniqueInput?: Maybe; - esDelegateChangeds: Array; - esDelegateChangedsConnection: EsDelegateChangedsConnection; - esDelegateVotesChangedById?: Maybe; - /** @deprecated Use esDelegateVotesChangedById */ - esDelegateVotesChangedByUniqueInput?: Maybe; - esDelegateVotesChangeds: Array; - esDelegateVotesChangedsConnection: EsDelegateVotesChangedsConnection; - esLockupById?: Maybe; - /** @deprecated Use esLockupById */ - esLockupByUniqueInput?: Maybe; - esLockupEventById?: Maybe; - /** @deprecated Use esLockupEventById */ - esLockupEventByUniqueInput?: Maybe; - esLockupEvents: Array; - esLockupEventsConnection: EsLockupEventsConnection; - esLockups: Array; - esLockupsConnection: EsLockupsConnection; - esPenalties: Array; - esPenaltiesConnection: EsPenaltiesConnection; - esPenaltyById?: Maybe; - /** @deprecated Use esPenaltyById */ - esPenaltyByUniqueInput?: Maybe; - esRewardById?: Maybe; - /** @deprecated Use esRewardById */ - esRewardByUniqueInput?: Maybe; - esRewards: Array; - esRewardsConnection: EsRewardsConnection; - esStakeById?: Maybe; - /** @deprecated Use esStakeById */ - esStakeByUniqueInput?: Maybe; - esStakes: Array; - esStakesConnection: EsStakesConnection; - esTokenById?: Maybe; - /** @deprecated Use esTokenById */ - esTokenByUniqueInput?: Maybe; - esTokens: Array; - esTokensConnection: EsTokensConnection; - esUnstakeById?: Maybe; - /** @deprecated Use esUnstakeById */ - esUnstakeByUniqueInput?: Maybe; - esUnstakes: Array; - esUnstakesConnection: EsUnstakesConnection; - esYieldById?: Maybe; - /** @deprecated Use esYieldById */ - esYieldByUniqueInput?: Maybe; - esYields: Array; - esYieldsConnection: EsYieldsConnection; - exchangeRateById?: Maybe; - /** @deprecated Use exchangeRateById */ - exchangeRateByUniqueInput?: Maybe; - exchangeRates: Array; - exchangeRatesConnection: ExchangeRatesConnection; - frrsRewardCollectedById?: Maybe; - /** @deprecated Use frrsRewardCollectedById */ - frrsRewardCollectedByUniqueInput?: Maybe; - frrsRewardCollecteds: Array; - frrsRewardCollectedsConnection: FrrsRewardCollectedsConnection; - frrsRewardsPerSecondChangedById?: Maybe; - /** @deprecated Use frrsRewardsPerSecondChangedById */ - frrsRewardsPerSecondChangedByUniqueInput?: Maybe; - frrsRewardsPerSecondChangeds: Array; - frrsRewardsPerSecondChangedsConnection: FrrsRewardsPerSecondChangedsConnection; - frrsRewardsTargetChangeById?: Maybe; - /** @deprecated Use frrsRewardsTargetChangeById */ - frrsRewardsTargetChangeByUniqueInput?: Maybe; - frrsRewardsTargetChanges: Array; - frrsRewardsTargetChangesConnection: FrrsRewardsTargetChangesConnection; - frrsStrategistUpdatedById?: Maybe; - /** @deprecated Use frrsStrategistUpdatedById */ - frrsStrategistUpdatedByUniqueInput?: Maybe; - frrsStrategistUpdateds: Array; - frrsStrategistUpdatedsConnection: FrrsStrategistUpdatedsConnection; - governanceProposalById?: Maybe; - /** @deprecated Use governanceProposalById */ - governanceProposalByUniqueInput?: Maybe; - governanceProposalEventById?: Maybe; - /** @deprecated Use governanceProposalEventById */ - governanceProposalEventByUniqueInput?: Maybe; - governanceProposalEvents: Array; - governanceProposalEventsConnection: GovernanceProposalEventsConnection; - governanceProposalVoteById?: Maybe; - /** @deprecated Use governanceProposalVoteById */ - governanceProposalVoteByUniqueInput?: Maybe; - governanceProposalVotes: Array; - governanceProposalVotesConnection: GovernanceProposalVotesConnection; - governanceProposals: Array; - governanceProposalsConnection: GovernanceProposalsConnection; - legacyStakerById?: Maybe; - /** @deprecated Use legacyStakerById */ - legacyStakerByUniqueInput?: Maybe; - legacyStakers: Array; - legacyStakersConnection: LegacyStakersConnection; - liquidityDailyBalanceById?: Maybe; - /** @deprecated Use liquidityDailyBalanceById */ - liquidityDailyBalanceByUniqueInput?: Maybe; - liquidityDailyBalances: Array; - liquidityDailyBalancesConnection: LiquidityDailyBalancesConnection; - liquiditySourceById?: Maybe; - /** @deprecated Use liquiditySourceById */ - liquiditySourceByUniqueInput?: Maybe; - liquiditySources: Array; - liquiditySourcesConnection: LiquiditySourcesConnection; - makerDsrStrategies: Array; - makerDsrStrategiesConnection: MakerDsrStrategiesConnection; - makerDsrStrategyById?: Maybe; - /** @deprecated Use makerDsrStrategyById */ - makerDsrStrategyByUniqueInput?: Maybe; - maverickPoolBalanceById?: Maybe; - /** @deprecated Use maverickPoolBalanceById */ - maverickPoolBalanceByUniqueInput?: Maybe; - maverickPoolBalances: Array; - maverickPoolBalancesConnection: MaverickPoolBalancesConnection; - maverickPoolById?: Maybe; - /** @deprecated Use maverickPoolById */ - maverickPoolByUniqueInput?: Maybe; - maverickPools: Array; - maverickPoolsConnection: MaverickPoolsConnection; - nativeBalanceById?: Maybe; - /** @deprecated Use nativeBalanceById */ - nativeBalanceByUniqueInput?: Maybe; - nativeBalances: Array; - nativeBalancesConnection: NativeBalancesConnection; - oTokenActivities: Array; - oTokenActivitiesConnection: OTokenActivitiesConnection; - oTokenActivityById?: Maybe; - /** @deprecated Use oTokenActivityById */ - oTokenActivityByUniqueInput?: Maybe; - oTokenAddressById?: Maybe; - /** @deprecated Use oTokenAddressById */ - oTokenAddressByUniqueInput?: Maybe; - oTokenAddresses: Array; - oTokenAddressesConnection: OTokenAddressesConnection; - oTokenApies: Array; - oTokenApiesConnection: OTokenAPiesConnection; - oTokenApyById?: Maybe; - /** @deprecated Use oTokenApyById */ - oTokenApyByUniqueInput?: Maybe; - oTokenAssetById?: Maybe; - /** @deprecated Use oTokenAssetById */ - oTokenAssetByUniqueInput?: Maybe; - oTokenAssets: Array; - oTokenAssetsConnection: OTokenAssetsConnection; - oTokenById?: Maybe; - /** @deprecated Use oTokenById */ - oTokenByUniqueInput?: Maybe; - oTokenHistories: Array; - oTokenHistoriesConnection: OTokenHistoriesConnection; - oTokenHistoryById?: Maybe; - /** @deprecated Use oTokenHistoryById */ - oTokenHistoryByUniqueInput?: Maybe; - oTokenRebaseById?: Maybe; - /** @deprecated Use oTokenRebaseById */ - oTokenRebaseByUniqueInput?: Maybe; - oTokenRebaseOptionById?: Maybe; - /** @deprecated Use oTokenRebaseOptionById */ - oTokenRebaseOptionByUniqueInput?: Maybe; - oTokenRebaseOptions: Array; - oTokenRebaseOptionsConnection: OTokenRebaseOptionsConnection; - oTokenRebases: Array; - oTokenRebasesConnection: OTokenRebasesConnection; - oTokenVaultById?: Maybe; - /** @deprecated Use oTokenVaultById */ - oTokenVaultByUniqueInput?: Maybe; - oTokenVaults: Array; - oTokenVaultsConnection: OTokenVaultsConnection; - oTokens: Array; - oTokensConnection: OTokensConnection; - oethBalancerMetaPoolStrategies: Array; - oethBalancerMetaPoolStrategiesConnection: OethBalancerMetaPoolStrategiesConnection; - oethBalancerMetaPoolStrategyById?: Maybe; - /** @deprecated Use oethBalancerMetaPoolStrategyById */ - oethBalancerMetaPoolStrategyByUniqueInput?: Maybe; - oethCollateralDailyStatById?: Maybe; - /** @deprecated Use oethCollateralDailyStatById */ - oethCollateralDailyStatByUniqueInput?: Maybe; - oethCollateralDailyStats: Array; - oethCollateralDailyStatsConnection: OethCollateralDailyStatsConnection; - oethCurveLpById?: Maybe; - /** @deprecated Use oethCurveLpById */ - oethCurveLpByUniqueInput?: Maybe; - oethCurveLps: Array; - oethCurveLpsConnection: OethCurveLPsConnection; - oethDailyStatById?: Maybe; - /** @deprecated Use oethDailyStatById */ - oethDailyStatByUniqueInput?: Maybe; - oethDailyStats: Array; - oethDailyStatsConnection: OethDailyStatsConnection; - oethDripperById?: Maybe; - /** @deprecated Use oethDripperById */ - oethDripperByUniqueInput?: Maybe; - oethDrippers: Array; - oethDrippersConnection: OethDrippersConnection; - oethFraxStakingById?: Maybe; - /** @deprecated Use oethFraxStakingById */ - oethFraxStakingByUniqueInput?: Maybe; - oethFraxStakings: Array; - oethFraxStakingsConnection: OethFraxStakingsConnection; - oethMorphoAaveById?: Maybe; - /** @deprecated Use oethMorphoAaveById */ - oethMorphoAaveByUniqueInput?: Maybe; - oethMorphoAaves: Array; - oethMorphoAavesConnection: OethMorphoAavesConnection; - oethRewardTokenCollectedById?: Maybe; - /** @deprecated Use oethRewardTokenCollectedById */ - oethRewardTokenCollectedByUniqueInput?: Maybe; - oethRewardTokenCollecteds: Array; - oethRewardTokenCollectedsConnection: OethRewardTokenCollectedsConnection; - oethStrategyDailyStatById?: Maybe; - /** @deprecated Use oethStrategyDailyStatById */ - oethStrategyDailyStatByUniqueInput?: Maybe; - oethStrategyDailyStats: Array; - oethStrategyDailyStatsConnection: OethStrategyDailyStatsConnection; - oethStrategyHoldingDailyStatById?: Maybe; - /** @deprecated Use oethStrategyHoldingDailyStatById */ - oethStrategyHoldingDailyStatByUniqueInput?: Maybe; - oethStrategyHoldingDailyStats: Array; - oethStrategyHoldingDailyStatsConnection: OethStrategyHoldingDailyStatsConnection; - oethVaultById?: Maybe; - /** @deprecated Use oethVaultById */ - oethVaultByUniqueInput?: Maybe; - oethVaults: Array; - oethVaultsConnection: OethVaultsConnection; - oethWithdrawalRequestById?: Maybe; - /** @deprecated Use oethWithdrawalRequestById */ - oethWithdrawalRequestByUniqueInput?: Maybe; - oethWithdrawalRequests: Array; - oethWithdrawalRequestsConnection: OethWithdrawalRequestsConnection; - ognStats: OgnStatsResult; - ogvAddressById?: Maybe; - /** @deprecated Use ogvAddressById */ - ogvAddressByUniqueInput?: Maybe; - ogvAddresses: Array; - ogvAddressesConnection: OgvAddressesConnection; - ogvById?: Maybe; - /** @deprecated Use ogvById */ - ogvByUniqueInput?: Maybe; - ogvDailyStatById?: Maybe; - /** @deprecated Use ogvDailyStatById */ - ogvDailyStatByUniqueInput?: Maybe; - ogvDailyStats: Array; - ogvDailyStatsConnection: OgvDailyStatsConnection; - ogvLockupById?: Maybe; - /** @deprecated Use ogvLockupById */ - ogvLockupByUniqueInput?: Maybe; - ogvLockupTxLogById?: Maybe; - /** @deprecated Use ogvLockupTxLogById */ - ogvLockupTxLogByUniqueInput?: Maybe; - ogvLockupTxLogs: Array; - ogvLockupTxLogsConnection: OgvLockupTxLogsConnection; - ogvLockups: Array; - ogvLockupsConnection: OgvLockupsConnection; - ogvProposalById?: Maybe; - /** @deprecated Use ogvProposalById */ - ogvProposalByUniqueInput?: Maybe; - ogvProposalTxLogById?: Maybe; - /** @deprecated Use ogvProposalTxLogById */ - ogvProposalTxLogByUniqueInput?: Maybe; - ogvProposalTxLogs: Array; - ogvProposalTxLogsConnection: OgvProposalTxLogsConnection; - ogvProposalVoteById?: Maybe; - /** @deprecated Use ogvProposalVoteById */ - ogvProposalVoteByUniqueInput?: Maybe; - ogvProposalVotes: Array; - ogvProposalVotesConnection: OgvProposalVotesConnection; - ogvProposals: Array; - ogvProposalsConnection: OgvProposalsConnection; - ogvs: Array; - ogvsConnection: OgVsConnection; - ousdAaveStrategies: Array; - ousdAaveStrategiesConnection: OusdAaveStrategiesConnection; - ousdAaveStrategyById?: Maybe; - /** @deprecated Use ousdAaveStrategyById */ - ousdAaveStrategyByUniqueInput?: Maybe; - ousdCollateralDailyStatById?: Maybe; - /** @deprecated Use ousdCollateralDailyStatById */ - ousdCollateralDailyStatByUniqueInput?: Maybe; - ousdCollateralDailyStats: Array; - ousdCollateralDailyStatsConnection: OusdCollateralDailyStatsConnection; - ousdCompoundStrategies: Array; - ousdCompoundStrategiesConnection: OusdCompoundStrategiesConnection; - ousdCompoundStrategyById?: Maybe; - /** @deprecated Use ousdCompoundStrategyById */ - ousdCompoundStrategyByUniqueInput?: Maybe; - ousdConvexLusdPlus3CrvById?: Maybe; - /** @deprecated Use ousdConvexLusdPlus3CrvById */ - ousdConvexLusdPlus3CrvByUniqueInput?: Maybe; - ousdConvexLusdPlus3Crvs: Array; - ousdConvexLusdPlus3CrvsConnection: OusdConvexLusdPlus3CrvsConnection; - ousdConvexStrategies: Array; - ousdConvexStrategiesConnection: OusdConvexStrategiesConnection; - ousdConvexStrategyById?: Maybe; - /** @deprecated Use ousdConvexStrategyById */ - ousdConvexStrategyByUniqueInput?: Maybe; - ousdDailyStatById?: Maybe; - /** @deprecated Use ousdDailyStatById */ - ousdDailyStatByUniqueInput?: Maybe; - ousdDailyStats: Array; - ousdDailyStatsConnection: OusdDailyStatsConnection; - ousdFluxStrategies: Array; - ousdFluxStrategiesConnection: OusdFluxStrategiesConnection; - ousdFluxStrategyById?: Maybe; - /** @deprecated Use ousdFluxStrategyById */ - ousdFluxStrategyByUniqueInput?: Maybe; - ousdMetaStrategies: Array; - ousdMetaStrategiesConnection: OusdMetaStrategiesConnection; - ousdMetaStrategyById?: Maybe; - /** @deprecated Use ousdMetaStrategyById */ - ousdMetaStrategyByUniqueInput?: Maybe; - ousdMorphoAaveById?: Maybe; - /** @deprecated Use ousdMorphoAaveById */ - ousdMorphoAaveByUniqueInput?: Maybe; - ousdMorphoAaves: Array; - ousdMorphoAavesConnection: OusdMorphoAavesConnection; - ousdMorphoCompoundById?: Maybe; - /** @deprecated Use ousdMorphoCompoundById */ - ousdMorphoCompoundByUniqueInput?: Maybe; - ousdMorphoCompounds: Array; - ousdMorphoCompoundsConnection: OusdMorphoCompoundsConnection; - ousdStrategyDailyStatById?: Maybe; - /** @deprecated Use ousdStrategyDailyStatById */ - ousdStrategyDailyStatByUniqueInput?: Maybe; - ousdStrategyDailyStats: Array; - ousdStrategyDailyStatsConnection: OusdStrategyDailyStatsConnection; - ousdStrategyHoldingDailyStatById?: Maybe; - /** @deprecated Use ousdStrategyHoldingDailyStatById */ - ousdStrategyHoldingDailyStatByUniqueInput?: Maybe; - ousdStrategyHoldingDailyStats: Array; - ousdStrategyHoldingDailyStatsConnection: OusdStrategyHoldingDailyStatsConnection; - ousdVaultById?: Maybe; - /** @deprecated Use ousdVaultById */ - ousdVaultByUniqueInput?: Maybe; - ousdVaults: Array; - ousdVaultsConnection: OusdVaultsConnection; - processingStatusById?: Maybe; - /** @deprecated Use processingStatusById */ - processingStatusByUniqueInput?: Maybe; - processingStatuses: Array; - processingStatusesConnection: ProcessingStatusesConnection; - squidStatus?: Maybe; - strategies: Array; - strategyBalanceById?: Maybe; - /** @deprecated Use strategyBalanceById */ - strategyBalanceByUniqueInput?: Maybe; - strategyBalances: Array; - strategyBalancesConnection: StrategyBalancesConnection; - strategyDailyYieldById?: Maybe; - /** @deprecated Use strategyDailyYieldById */ - strategyDailyYieldByUniqueInput?: Maybe; - strategyDailyYields: Array; - strategyDailyYieldsConnection: StrategyDailyYieldsConnection; - strategyYieldById?: Maybe; - /** @deprecated Use strategyYieldById */ - strategyYieldByUniqueInput?: Maybe; - strategyYields: Array; - strategyYieldsConnection: StrategyYieldsConnection; -}; - - -export type QueryBalancerPoolBalanceByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryBalancerPoolBalanceByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryBalancerPoolBalancesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryBalancerPoolBalancesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryBalancerPoolByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryBalancerPoolByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryBalancerPoolRateByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryBalancerPoolRateByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryBalancerPoolRatesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryBalancerPoolRatesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryBalancerPoolsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryBalancerPoolsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryBeaconDepositEventByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryBeaconDepositEventByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryBeaconDepositEventsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryBeaconDepositEventsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryBeaconDepositPubkeyByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryBeaconDepositPubkeyByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryBeaconDepositPubkeysArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryBeaconDepositPubkeysConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryBridgeTransferByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryBridgeTransferByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryBridgeTransferStateByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryBridgeTransferStateByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryBridgeTransferStatesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryBridgeTransferStatesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryBridgeTransfersArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryBridgeTransfersConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryCurvePoolBalanceByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryCurvePoolBalanceByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryCurvePoolBalancesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryCurvePoolBalancesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryCurvePoolByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryCurvePoolByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryCurvePoolRateByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryCurvePoolRateByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryCurvePoolRatesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryCurvePoolRatesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryCurvePoolsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryCurvePoolsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryErc20BalanceByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryErc20BalanceByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryErc20BalancesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryErc20BalancesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryErc20ByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryErc20ByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryErc20HolderByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryErc20HolderByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryErc20HoldersArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryErc20HoldersConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryErc20StateByDayArgs = { - address: Scalars['String']['input']; - from: Scalars['String']['input']; - to?: InputMaybe; -}; - - -export type QueryErc20StateByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryErc20StateByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryErc20StatesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryErc20StatesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryErc20TransferByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryErc20TransferByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryErc20TransfersArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryErc20TransfersConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryErc20sArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryErc20sConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsAccountByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsAccountByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsAccountsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsAccountsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsDelegateChangedByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsDelegateChangedByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsDelegateChangedsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsDelegateChangedsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsDelegateVotesChangedByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsDelegateVotesChangedByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsDelegateVotesChangedsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsDelegateVotesChangedsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsLockupByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsLockupByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsLockupEventByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsLockupEventByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsLockupEventsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsLockupEventsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsLockupsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsLockupsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsPenaltiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsPenaltiesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsPenaltyByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsPenaltyByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsRewardByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsRewardByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsRewardsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsRewardsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsStakeByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsStakeByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsStakesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsStakesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsTokenByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsTokenByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsTokensArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsTokensConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsUnstakeByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsUnstakeByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsUnstakesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsUnstakesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsYieldByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsYieldByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsYieldsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsYieldsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryExchangeRateByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryExchangeRateByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryExchangeRatesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryExchangeRatesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryFrrsRewardCollectedByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryFrrsRewardCollectedByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryFrrsRewardCollectedsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryFrrsRewardCollectedsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryFrrsRewardsPerSecondChangedByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryFrrsRewardsPerSecondChangedByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryFrrsRewardsPerSecondChangedsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryFrrsRewardsPerSecondChangedsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryFrrsRewardsTargetChangeByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryFrrsRewardsTargetChangeByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryFrrsRewardsTargetChangesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryFrrsRewardsTargetChangesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryFrrsStrategistUpdatedByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryFrrsStrategistUpdatedByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryFrrsStrategistUpdatedsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryFrrsStrategistUpdatedsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryGovernanceProposalByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryGovernanceProposalByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryGovernanceProposalEventByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryGovernanceProposalEventByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryGovernanceProposalEventsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryGovernanceProposalEventsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryGovernanceProposalVoteByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryGovernanceProposalVoteByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryGovernanceProposalVotesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryGovernanceProposalVotesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryGovernanceProposalsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryGovernanceProposalsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryLegacyStakerByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryLegacyStakerByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryLegacyStakersArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryLegacyStakersConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryLiquidityDailyBalanceByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryLiquidityDailyBalanceByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryLiquidityDailyBalancesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryLiquidityDailyBalancesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryLiquiditySourceByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryLiquiditySourceByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryLiquiditySourcesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryLiquiditySourcesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryMakerDsrStrategiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryMakerDsrStrategiesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryMakerDsrStrategyByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryMakerDsrStrategyByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryMaverickPoolBalanceByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryMaverickPoolBalanceByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryMaverickPoolBalancesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryMaverickPoolBalancesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryMaverickPoolByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryMaverickPoolByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryMaverickPoolsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryMaverickPoolsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryNativeBalanceByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryNativeBalanceByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryNativeBalancesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryNativeBalancesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOTokenActivitiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOTokenActivitiesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOTokenActivityByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOTokenActivityByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOTokenAddressByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOTokenAddressByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOTokenAddressesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOTokenAddressesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOTokenApiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOTokenApiesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOTokenApyByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOTokenApyByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOTokenAssetByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOTokenAssetByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOTokenAssetsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOTokenAssetsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOTokenByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOTokenByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOTokenHistoriesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOTokenHistoriesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOTokenHistoryByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOTokenHistoryByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOTokenRebaseByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOTokenRebaseByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOTokenRebaseOptionByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOTokenRebaseOptionByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOTokenRebaseOptionsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOTokenRebaseOptionsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOTokenRebasesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOTokenRebasesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOTokenVaultByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOTokenVaultByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOTokenVaultsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOTokenVaultsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOTokensArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOTokensConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethBalancerMetaPoolStrategiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethBalancerMetaPoolStrategiesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethBalancerMetaPoolStrategyByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethBalancerMetaPoolStrategyByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethCollateralDailyStatByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethCollateralDailyStatByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethCollateralDailyStatsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethCollateralDailyStatsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethCurveLpByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethCurveLpByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethCurveLpsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethCurveLpsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethDailyStatByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethDailyStatByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethDailyStatsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethDailyStatsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethDripperByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethDripperByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethDrippersArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethDrippersConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethFraxStakingByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethFraxStakingByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethFraxStakingsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethFraxStakingsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethMorphoAaveByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethMorphoAaveByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethMorphoAavesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethMorphoAavesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethRewardTokenCollectedByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethRewardTokenCollectedByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethRewardTokenCollectedsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethRewardTokenCollectedsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethStrategyDailyStatByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethStrategyDailyStatByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethStrategyDailyStatsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethStrategyDailyStatsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethStrategyHoldingDailyStatByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethStrategyHoldingDailyStatByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethStrategyHoldingDailyStatsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethStrategyHoldingDailyStatsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethVaultByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethVaultByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethVaultsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethVaultsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethWithdrawalRequestByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethWithdrawalRequestByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethWithdrawalRequestsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethWithdrawalRequestsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOgvAddressByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOgvAddressByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOgvAddressesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOgvAddressesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOgvByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOgvByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOgvDailyStatByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOgvDailyStatByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOgvDailyStatsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOgvDailyStatsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOgvLockupByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOgvLockupByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOgvLockupTxLogByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOgvLockupTxLogByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOgvLockupTxLogsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOgvLockupTxLogsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOgvLockupsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOgvLockupsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOgvProposalByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOgvProposalByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOgvProposalTxLogByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOgvProposalTxLogByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOgvProposalTxLogsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOgvProposalTxLogsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOgvProposalVoteByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOgvProposalVoteByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOgvProposalVotesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOgvProposalVotesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOgvProposalsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOgvProposalsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOgvsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOgvsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdAaveStrategiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdAaveStrategiesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdAaveStrategyByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdAaveStrategyByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdCollateralDailyStatByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdCollateralDailyStatByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdCollateralDailyStatsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdCollateralDailyStatsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdCompoundStrategiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdCompoundStrategiesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdCompoundStrategyByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdCompoundStrategyByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdConvexLusdPlus3CrvByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdConvexLusdPlus3CrvByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdConvexLusdPlus3CrvsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdConvexLusdPlus3CrvsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdConvexStrategiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdConvexStrategiesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdConvexStrategyByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdConvexStrategyByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdDailyStatByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdDailyStatByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdDailyStatsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdDailyStatsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdFluxStrategiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdFluxStrategiesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdFluxStrategyByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdFluxStrategyByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdMetaStrategiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdMetaStrategiesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdMetaStrategyByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdMetaStrategyByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdMorphoAaveByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdMorphoAaveByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdMorphoAavesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdMorphoAavesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdMorphoCompoundByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdMorphoCompoundByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdMorphoCompoundsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdMorphoCompoundsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdStrategyDailyStatByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdStrategyDailyStatByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdStrategyDailyStatsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdStrategyDailyStatsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdStrategyHoldingDailyStatByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdStrategyHoldingDailyStatByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdStrategyHoldingDailyStatsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdStrategyHoldingDailyStatsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdVaultByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdVaultByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdVaultsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdVaultsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryProcessingStatusByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryProcessingStatusByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryProcessingStatusesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryProcessingStatusesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryStrategiesArgs = { - timestamp?: InputMaybe; -}; - - -export type QueryStrategyBalanceByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryStrategyBalanceByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryStrategyBalancesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryStrategyBalancesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryStrategyDailyYieldByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryStrategyDailyYieldByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryStrategyDailyYieldsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryStrategyDailyYieldsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryStrategyYieldByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryStrategyYieldByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryStrategyYieldsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryStrategyYieldsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - -export enum RebasingOption { - OptIn = 'OptIn', - OptOut = 'OptOut' -} - -export type SquidStatus = { - __typename?: 'SquidStatus'; - /** The height of the processed part of the chain */ - height?: Maybe; -}; - -export type Strategy = { - __typename?: 'Strategy'; - address: Scalars['String']['output']; - balances: Array; - contractName: Scalars['String']['output']; - kind: Scalars['String']['output']; - name: Scalars['String']['output']; - oTokenAddress: Scalars['String']['output']; -}; - -export type StrategyBalance = { - __typename?: 'StrategyBalance'; - asset: Scalars['String']['output']; - balance: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - /** Format: 'chainId:strategy:asset:blockNumber' */ - id: Scalars['String']['output']; - strategy: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type StrategyBalanceEdge = { - __typename?: 'StrategyBalanceEdge'; - cursor: Scalars['String']['output']; - node: StrategyBalance; -}; - -export enum StrategyBalanceOrderByInput { - AssetAsc = 'asset_ASC', - AssetAscNullsFirst = 'asset_ASC_NULLS_FIRST', - AssetAscNullsLast = 'asset_ASC_NULLS_LAST', - AssetDesc = 'asset_DESC', - AssetDescNullsFirst = 'asset_DESC_NULLS_FIRST', - AssetDescNullsLast = 'asset_DESC_NULLS_LAST', - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - StrategyAsc = 'strategy_ASC', - StrategyAscNullsFirst = 'strategy_ASC_NULLS_FIRST', - StrategyAscNullsLast = 'strategy_ASC_NULLS_LAST', - StrategyDesc = 'strategy_DESC', - StrategyDescNullsFirst = 'strategy_DESC_NULLS_FIRST', - StrategyDescNullsLast = 'strategy_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type StrategyBalanceWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - asset_contains?: InputMaybe; - asset_containsInsensitive?: InputMaybe; - asset_endsWith?: InputMaybe; - asset_eq?: InputMaybe; - asset_gt?: InputMaybe; - asset_gte?: InputMaybe; - asset_in?: InputMaybe>; - asset_isNull?: InputMaybe; - asset_lt?: InputMaybe; - asset_lte?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_containsInsensitive?: InputMaybe; - asset_not_endsWith?: InputMaybe; - asset_not_eq?: InputMaybe; - asset_not_in?: InputMaybe>; - asset_not_startsWith?: InputMaybe; - asset_startsWith?: InputMaybe; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - strategy_contains?: InputMaybe; - strategy_containsInsensitive?: InputMaybe; - strategy_endsWith?: InputMaybe; - strategy_eq?: InputMaybe; - strategy_gt?: InputMaybe; - strategy_gte?: InputMaybe; - strategy_in?: InputMaybe>; - strategy_isNull?: InputMaybe; - strategy_lt?: InputMaybe; - strategy_lte?: InputMaybe; - strategy_not_contains?: InputMaybe; - strategy_not_containsInsensitive?: InputMaybe; - strategy_not_endsWith?: InputMaybe; - strategy_not_eq?: InputMaybe; - strategy_not_in?: InputMaybe>; - strategy_not_startsWith?: InputMaybe; - strategy_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type StrategyBalancesConnection = { - __typename?: 'StrategyBalancesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type StrategyDailyYield = { - __typename?: 'StrategyDailyYield'; - apr: Scalars['Float']['output']; - apy: Scalars['Float']['output']; - asset: Scalars['String']['output']; - balance: Scalars['BigInt']['output']; - balanceWeight: Scalars['Float']['output']; - blockNumber: Scalars['Int']['output']; - earnings: Scalars['BigInt']['output']; - earningsChange: Scalars['BigInt']['output']; - /** Format: 'strategy:asset:blockNumber' */ - id: Scalars['String']['output']; - strategy: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type StrategyDailyYieldEdge = { - __typename?: 'StrategyDailyYieldEdge'; - cursor: Scalars['String']['output']; - node: StrategyDailyYield; -}; - -export enum StrategyDailyYieldOrderByInput { - AprAsc = 'apr_ASC', - AprAscNullsFirst = 'apr_ASC_NULLS_FIRST', - AprAscNullsLast = 'apr_ASC_NULLS_LAST', - AprDesc = 'apr_DESC', - AprDescNullsFirst = 'apr_DESC_NULLS_FIRST', - AprDescNullsLast = 'apr_DESC_NULLS_LAST', - ApyAsc = 'apy_ASC', - ApyAscNullsFirst = 'apy_ASC_NULLS_FIRST', - ApyAscNullsLast = 'apy_ASC_NULLS_LAST', - ApyDesc = 'apy_DESC', - ApyDescNullsFirst = 'apy_DESC_NULLS_FIRST', - ApyDescNullsLast = 'apy_DESC_NULLS_LAST', - AssetAsc = 'asset_ASC', - AssetAscNullsFirst = 'asset_ASC_NULLS_FIRST', - AssetAscNullsLast = 'asset_ASC_NULLS_LAST', - AssetDesc = 'asset_DESC', - AssetDescNullsFirst = 'asset_DESC_NULLS_FIRST', - AssetDescNullsLast = 'asset_DESC_NULLS_LAST', - BalanceWeightAsc = 'balanceWeight_ASC', - BalanceWeightAscNullsFirst = 'balanceWeight_ASC_NULLS_FIRST', - BalanceWeightAscNullsLast = 'balanceWeight_ASC_NULLS_LAST', - BalanceWeightDesc = 'balanceWeight_DESC', - BalanceWeightDescNullsFirst = 'balanceWeight_DESC_NULLS_FIRST', - BalanceWeightDescNullsLast = 'balanceWeight_DESC_NULLS_LAST', - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - EarningsChangeAsc = 'earningsChange_ASC', - EarningsChangeAscNullsFirst = 'earningsChange_ASC_NULLS_FIRST', - EarningsChangeAscNullsLast = 'earningsChange_ASC_NULLS_LAST', - EarningsChangeDesc = 'earningsChange_DESC', - EarningsChangeDescNullsFirst = 'earningsChange_DESC_NULLS_FIRST', - EarningsChangeDescNullsLast = 'earningsChange_DESC_NULLS_LAST', - EarningsAsc = 'earnings_ASC', - EarningsAscNullsFirst = 'earnings_ASC_NULLS_FIRST', - EarningsAscNullsLast = 'earnings_ASC_NULLS_LAST', - EarningsDesc = 'earnings_DESC', - EarningsDescNullsFirst = 'earnings_DESC_NULLS_FIRST', - EarningsDescNullsLast = 'earnings_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - StrategyAsc = 'strategy_ASC', - StrategyAscNullsFirst = 'strategy_ASC_NULLS_FIRST', - StrategyAscNullsLast = 'strategy_ASC_NULLS_LAST', - StrategyDesc = 'strategy_DESC', - StrategyDescNullsFirst = 'strategy_DESC_NULLS_FIRST', - StrategyDescNullsLast = 'strategy_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type StrategyDailyYieldWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - apr_eq?: InputMaybe; - apr_gt?: InputMaybe; - apr_gte?: InputMaybe; - apr_in?: InputMaybe>; - apr_isNull?: InputMaybe; - apr_lt?: InputMaybe; - apr_lte?: InputMaybe; - apr_not_eq?: InputMaybe; - apr_not_in?: InputMaybe>; - apy_eq?: InputMaybe; - apy_gt?: InputMaybe; - apy_gte?: InputMaybe; - apy_in?: InputMaybe>; - apy_isNull?: InputMaybe; - apy_lt?: InputMaybe; - apy_lte?: InputMaybe; - apy_not_eq?: InputMaybe; - apy_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_containsInsensitive?: InputMaybe; - asset_endsWith?: InputMaybe; - asset_eq?: InputMaybe; - asset_gt?: InputMaybe; - asset_gte?: InputMaybe; - asset_in?: InputMaybe>; - asset_isNull?: InputMaybe; - asset_lt?: InputMaybe; - asset_lte?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_containsInsensitive?: InputMaybe; - asset_not_endsWith?: InputMaybe; - asset_not_eq?: InputMaybe; - asset_not_in?: InputMaybe>; - asset_not_startsWith?: InputMaybe; - asset_startsWith?: InputMaybe; - balanceWeight_eq?: InputMaybe; - balanceWeight_gt?: InputMaybe; - balanceWeight_gte?: InputMaybe; - balanceWeight_in?: InputMaybe>; - balanceWeight_isNull?: InputMaybe; - balanceWeight_lt?: InputMaybe; - balanceWeight_lte?: InputMaybe; - balanceWeight_not_eq?: InputMaybe; - balanceWeight_not_in?: InputMaybe>; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - earningsChange_eq?: InputMaybe; - earningsChange_gt?: InputMaybe; - earningsChange_gte?: InputMaybe; - earningsChange_in?: InputMaybe>; - earningsChange_isNull?: InputMaybe; - earningsChange_lt?: InputMaybe; - earningsChange_lte?: InputMaybe; - earningsChange_not_eq?: InputMaybe; - earningsChange_not_in?: InputMaybe>; - earnings_eq?: InputMaybe; - earnings_gt?: InputMaybe; - earnings_gte?: InputMaybe; - earnings_in?: InputMaybe>; - earnings_isNull?: InputMaybe; - earnings_lt?: InputMaybe; - earnings_lte?: InputMaybe; - earnings_not_eq?: InputMaybe; - earnings_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - strategy_contains?: InputMaybe; - strategy_containsInsensitive?: InputMaybe; - strategy_endsWith?: InputMaybe; - strategy_eq?: InputMaybe; - strategy_gt?: InputMaybe; - strategy_gte?: InputMaybe; - strategy_in?: InputMaybe>; - strategy_isNull?: InputMaybe; - strategy_lt?: InputMaybe; - strategy_lte?: InputMaybe; - strategy_not_contains?: InputMaybe; - strategy_not_containsInsensitive?: InputMaybe; - strategy_not_endsWith?: InputMaybe; - strategy_not_eq?: InputMaybe; - strategy_not_in?: InputMaybe>; - strategy_not_startsWith?: InputMaybe; - strategy_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type StrategyDailyYieldsConnection = { - __typename?: 'StrategyDailyYieldsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type StrategyYield = { - __typename?: 'StrategyYield'; - asset: Scalars['String']['output']; - balance: Scalars['BigInt']['output']; - balanceWeight: Scalars['Float']['output']; - blockNumber: Scalars['Int']['output']; - earnings: Scalars['BigInt']['output']; - earningsChange: Scalars['BigInt']['output']; - /** Format: 'strategy:asset:blockNumber' */ - id: Scalars['String']['output']; - strategy: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type StrategyYieldEdge = { - __typename?: 'StrategyYieldEdge'; - cursor: Scalars['String']['output']; - node: StrategyYield; -}; - -export enum StrategyYieldOrderByInput { - AssetAsc = 'asset_ASC', - AssetAscNullsFirst = 'asset_ASC_NULLS_FIRST', - AssetAscNullsLast = 'asset_ASC_NULLS_LAST', - AssetDesc = 'asset_DESC', - AssetDescNullsFirst = 'asset_DESC_NULLS_FIRST', - AssetDescNullsLast = 'asset_DESC_NULLS_LAST', - BalanceWeightAsc = 'balanceWeight_ASC', - BalanceWeightAscNullsFirst = 'balanceWeight_ASC_NULLS_FIRST', - BalanceWeightAscNullsLast = 'balanceWeight_ASC_NULLS_LAST', - BalanceWeightDesc = 'balanceWeight_DESC', - BalanceWeightDescNullsFirst = 'balanceWeight_DESC_NULLS_FIRST', - BalanceWeightDescNullsLast = 'balanceWeight_DESC_NULLS_LAST', - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - EarningsChangeAsc = 'earningsChange_ASC', - EarningsChangeAscNullsFirst = 'earningsChange_ASC_NULLS_FIRST', - EarningsChangeAscNullsLast = 'earningsChange_ASC_NULLS_LAST', - EarningsChangeDesc = 'earningsChange_DESC', - EarningsChangeDescNullsFirst = 'earningsChange_DESC_NULLS_FIRST', - EarningsChangeDescNullsLast = 'earningsChange_DESC_NULLS_LAST', - EarningsAsc = 'earnings_ASC', - EarningsAscNullsFirst = 'earnings_ASC_NULLS_FIRST', - EarningsAscNullsLast = 'earnings_ASC_NULLS_LAST', - EarningsDesc = 'earnings_DESC', - EarningsDescNullsFirst = 'earnings_DESC_NULLS_FIRST', - EarningsDescNullsLast = 'earnings_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - StrategyAsc = 'strategy_ASC', - StrategyAscNullsFirst = 'strategy_ASC_NULLS_FIRST', - StrategyAscNullsLast = 'strategy_ASC_NULLS_LAST', - StrategyDesc = 'strategy_DESC', - StrategyDescNullsFirst = 'strategy_DESC_NULLS_FIRST', - StrategyDescNullsLast = 'strategy_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type StrategyYieldWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - asset_contains?: InputMaybe; - asset_containsInsensitive?: InputMaybe; - asset_endsWith?: InputMaybe; - asset_eq?: InputMaybe; - asset_gt?: InputMaybe; - asset_gte?: InputMaybe; - asset_in?: InputMaybe>; - asset_isNull?: InputMaybe; - asset_lt?: InputMaybe; - asset_lte?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_containsInsensitive?: InputMaybe; - asset_not_endsWith?: InputMaybe; - asset_not_eq?: InputMaybe; - asset_not_in?: InputMaybe>; - asset_not_startsWith?: InputMaybe; - asset_startsWith?: InputMaybe; - balanceWeight_eq?: InputMaybe; - balanceWeight_gt?: InputMaybe; - balanceWeight_gte?: InputMaybe; - balanceWeight_in?: InputMaybe>; - balanceWeight_isNull?: InputMaybe; - balanceWeight_lt?: InputMaybe; - balanceWeight_lte?: InputMaybe; - balanceWeight_not_eq?: InputMaybe; - balanceWeight_not_in?: InputMaybe>; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - earningsChange_eq?: InputMaybe; - earningsChange_gt?: InputMaybe; - earningsChange_gte?: InputMaybe; - earningsChange_in?: InputMaybe>; - earningsChange_isNull?: InputMaybe; - earningsChange_lt?: InputMaybe; - earningsChange_lte?: InputMaybe; - earningsChange_not_eq?: InputMaybe; - earningsChange_not_in?: InputMaybe>; - earnings_eq?: InputMaybe; - earnings_gt?: InputMaybe; - earnings_gte?: InputMaybe; - earnings_in?: InputMaybe>; - earnings_isNull?: InputMaybe; - earnings_lt?: InputMaybe; - earnings_lte?: InputMaybe; - earnings_not_eq?: InputMaybe; - earnings_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - strategy_contains?: InputMaybe; - strategy_containsInsensitive?: InputMaybe; - strategy_endsWith?: InputMaybe; - strategy_eq?: InputMaybe; - strategy_gt?: InputMaybe; - strategy_gte?: InputMaybe; - strategy_in?: InputMaybe>; - strategy_isNull?: InputMaybe; - strategy_lt?: InputMaybe; - strategy_lte?: InputMaybe; - strategy_not_contains?: InputMaybe; - strategy_not_containsInsensitive?: InputMaybe; - strategy_not_endsWith?: InputMaybe; - strategy_not_eq?: InputMaybe; - strategy_not_in?: InputMaybe>; - strategy_not_startsWith?: InputMaybe; - strategy_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type StrategyYieldsConnection = { - __typename?: 'StrategyYieldsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type WhereIdInput = { - id: Scalars['String']['input']; -}; diff --git a/libs/oeth/shared/src/index.ts b/libs/oeth/shared/src/index.ts deleted file mode 100644 index b6e4d8e6e..000000000 --- a/libs/oeth/shared/src/index.ts +++ /dev/null @@ -1,3 +0,0 @@ -export * from './components'; -export * from './clients'; -export * from './generated/graphql'; diff --git a/libs/oeth/shared/tsconfig.json b/libs/oeth/shared/tsconfig.json deleted file mode 100644 index 4d5514a25..000000000 --- a/libs/oeth/shared/tsconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "compilerOptions": { - "jsx": "react-jsx", - "allowJs": false, - "esModuleInterop": false, - "allowSyntheticDefaultImports": true, - "strict": true, - "jsxImportSource": "@emotion/react" - }, - "files": [], - "include": [], - "references": [ - { - "path": "./tsconfig.lib.json" - } - ], - "extends": "../../../tsconfig.base.json" -} diff --git a/libs/oeth/shared/tsconfig.lib.json b/libs/oeth/shared/tsconfig.lib.json deleted file mode 100644 index db7e72b65..000000000 --- a/libs/oeth/shared/tsconfig.lib.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../../dist/out-tsc", - "types": ["node"] - }, - "files": [ - "../../../node_modules/@nx/react/typings/cssmodule.d.ts", - "../../../node_modules/@nx/react/typings/image.d.ts", - "../theme/src/theme.d.ts", - "../../../apps/oeth/src/env.d.ts" - ], - "exclude": [ - "jest.config.ts", - "src/**/*.spec.ts", - "src/**/*.test.ts", - "src/**/*.spec.tsx", - "src/**/*.test.tsx", - "src/**/*.spec.js", - "src/**/*.test.js", - "src/**/*.spec.jsx", - "src/**/*.test.jsx" - ], - "include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"] -} diff --git a/libs/oeth/swap/.babelrc b/libs/oeth/swap/.babelrc deleted file mode 100644 index 1ea870ead..000000000 --- a/libs/oeth/swap/.babelrc +++ /dev/null @@ -1,12 +0,0 @@ -{ - "presets": [ - [ - "@nx/react/babel", - { - "runtime": "automatic", - "useBuiltIns": "usage" - } - ] - ], - "plugins": [] -} diff --git a/libs/oeth/swap/.eslintrc.json b/libs/oeth/swap/.eslintrc.json deleted file mode 100644 index a786f2cf3..000000000 --- a/libs/oeth/swap/.eslintrc.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "extends": [ - "plugin:@nx/react", - "../../../.eslintrc.json" - ], - "ignorePatterns": [ - "!**/*" - ], - "overrides": [ - { - "files": [ - "*.ts", - "*.tsx", - "*.js", - "*.jsx" - ], - "rules": {} - }, - { - "files": [ - "*.ts", - "*.tsx" - ], - "rules": {} - }, - { - "files": [ - "*.js", - "*.jsx" - ], - "rules": {} - } - ] -} diff --git a/libs/oeth/swap/README.md b/libs/oeth/swap/README.md deleted file mode 100644 index 751e69b4f..000000000 --- a/libs/oeth/swap/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# oeth-swap - -This library was generated with [Nx](https://nx.dev). diff --git a/libs/oeth/swap/project.json b/libs/oeth/swap/project.json deleted file mode 100644 index da4ff1774..000000000 --- a/libs/oeth/swap/project.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "oeth-swap", - "$schema": "../../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "libs/oeth/swap/src", - "projectType": "library", - "tags": [], - "targets": { - "lint": { - "executor": "@nx/eslint:lint", - "outputs": ["{options.outputFile}"] - } - } -} diff --git a/libs/oeth/swap/src/actions.ts b/libs/oeth/swap/src/actions.ts deleted file mode 100644 index 7f6b0414d..000000000 --- a/libs/oeth/swap/src/actions.ts +++ /dev/null @@ -1,58 +0,0 @@ -import { - mintVaultOeth, - SwapCurveOeth, - swapCurveOethEth, - swapCurveOethSfrxeth, - swapZapperOethEth, - swapZapperOethSfrxeth, - unwrapOethWoeth, - wrapOethWoeth, -} from '@origin/shared/routes'; -import { defineMessage } from 'react-intl'; - -import type { SwapApi } from '@origin/shared/providers'; - -import type { OethSwapAction } from './types'; - -export const swapActions: Record = { - 'swap-curve-oeth': { - ...SwapCurveOeth, - routeLabel: defineMessage({ defaultMessage: 'Swap via Curve' }), - buttonLabel: defineMessage({ defaultMessage: 'Swap' }), - }, - 'swap-curve-oeth-eth': { - ...swapCurveOethEth, - routeLabel: defineMessage({ defaultMessage: 'Swap via CurvePool' }), - buttonLabel: defineMessage({ defaultMessage: 'Swap' }), - }, - 'swap-curve-oeth-sfrxeth': { - ...swapCurveOethSfrxeth, - routeLabel: defineMessage({ defaultMessage: 'Swap via Curve' }), - buttonLabel: defineMessage({ defaultMessage: 'Swap' }), - }, - 'swap-zapper-oeth-eth': { - ...swapZapperOethEth, - routeLabel: defineMessage({ defaultMessage: 'Mint with Vault' }), - buttonLabel: defineMessage({ defaultMessage: 'Mint' }), - }, - 'swap-zapper-oeth-sfrxeth': { - ...swapZapperOethSfrxeth, - routeLabel: defineMessage({ defaultMessage: 'Mint with Vault' }), - buttonLabel: defineMessage({ defaultMessage: 'Mint' }), - }, - 'mint-vault-oeth': { - ...mintVaultOeth, - routeLabel: defineMessage({ defaultMessage: 'Mint with Vault' }), - buttonLabel: defineMessage({ defaultMessage: 'Mint' }), - }, - 'wrap-oeth-oeth': { - ...wrapOethWoeth, - routeLabel: defineMessage({ defaultMessage: 'Wrap with Origin' }), - buttonLabel: defineMessage({ defaultMessage: 'Wrap' }), - }, - 'unwrap-oeth-woeth': { - ...unwrapOethWoeth, - routeLabel: defineMessage({ defaultMessage: 'Unwrap with Origin' }), - buttonLabel: defineMessage({ defaultMessage: 'Unwrap' }), - }, -}; diff --git a/libs/oeth/swap/src/constants.ts b/libs/oeth/swap/src/constants.ts deleted file mode 100644 index 92d66b662..000000000 --- a/libs/oeth/swap/src/constants.ts +++ /dev/null @@ -1,52 +0,0 @@ -import { tokens } from '@origin/shared/contracts'; - -import type { SwapRoute } from '@origin/shared/providers'; - -import type { OethSwapAction } from './types'; - -export const swapRoutes: SwapRoute[] = [ - // Mint - { - tokenIn: tokens.mainnet.ETH, - tokenOut: tokens.mainnet.OETH, - action: 'swap-curve-oeth', - }, - { - tokenIn: tokens.mainnet.ETH, - tokenOut: tokens.mainnet.OETH, - action: 'swap-zapper-oeth-eth', - }, - { - tokenIn: tokens.mainnet.WETH, - tokenOut: tokens.mainnet.OETH, - action: 'mint-vault-oeth', - }, - { - tokenIn: tokens.mainnet.WETH, - tokenOut: tokens.mainnet.OETH, - action: 'swap-curve-oeth', - }, - // Redeem - { - tokenIn: tokens.mainnet.OETH, - tokenOut: tokens.mainnet.WETH, - action: 'swap-curve-oeth', - }, - { - tokenIn: tokens.mainnet.OETH, - tokenOut: tokens.mainnet.ETH, - action: 'swap-curve-oeth', - }, - // Wrap - { - tokenIn: tokens.mainnet.OETH, - tokenOut: tokens.mainnet.wOETH, - action: 'wrap-oeth-oeth', - }, - // Unwrap - { - tokenIn: tokens.mainnet.wOETH, - tokenOut: tokens.mainnet.OETH, - action: 'unwrap-oeth-woeth', - }, -]; diff --git a/libs/oeth/swap/src/index.ts b/libs/oeth/swap/src/index.ts deleted file mode 100644 index d29bf0360..000000000 --- a/libs/oeth/swap/src/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './views/SwapView'; diff --git a/libs/oeth/swap/src/types.ts b/libs/oeth/swap/src/types.ts deleted file mode 100644 index a4f9e4027..000000000 --- a/libs/oeth/swap/src/types.ts +++ /dev/null @@ -1,13 +0,0 @@ -import type { OethRoute } from '@origin/shared/routes'; - -export type OethSwapAction = Extract< - OethRoute, - | 'mint-vault-oeth' - | 'swap-curve-oeth' - | 'swap-curve-oeth-eth' - | 'swap-curve-oeth-sfrxeth' - | 'swap-zapper-oeth-eth' - | 'swap-zapper-oeth-sfrxeth' - | 'unwrap-oeth-woeth' - | 'wrap-oeth-oeth' ->; diff --git a/libs/oeth/swap/src/views/SwapView.tsx b/libs/oeth/swap/src/views/SwapView.tsx deleted file mode 100644 index 878141d3b..000000000 --- a/libs/oeth/swap/src/views/SwapView.tsx +++ /dev/null @@ -1,64 +0,0 @@ -import { Card, Container, Stack, Typography } from '@mui/material'; -import { ApyHeader, trackEvent, trackSentryError } from '@origin/oeth/shared'; -import { ErrorBoundary, ErrorCard } from '@origin/shared/components'; -import { ArbitrumBW } from '@origin/shared/icons'; -import { Swapper } from '@origin/shared/providers'; -import { Link } from 'react-router-dom'; - -import { swapActions } from '../actions'; -import { swapRoutes } from '../constants'; - -export const SwapView = () => { - return ( - - - } - onError={trackSentryError} - > - - - } - onError={trackSentryError} - > - - - - - {/* Not using a CardContent here because at small sizes it has thicker - padding at the bottom which we don't want. */} - - - - - Arbitrum bridge - - - Transfer wOETH to the Arbitrum network - - - - - - - - ); -}; diff --git a/libs/oeth/swap/tsconfig.json b/libs/oeth/swap/tsconfig.json deleted file mode 100644 index 89f8ac085..000000000 --- a/libs/oeth/swap/tsconfig.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "compilerOptions": { - "jsx": "react-jsx", - "allowJs": false, - "esModuleInterop": false, - "allowSyntheticDefaultImports": true, - "strict": true - }, - "files": [], - "include": [], - "references": [ - { - "path": "./tsconfig.lib.json" - } - ], - "extends": "../../../tsconfig.base.json" -} diff --git a/libs/oeth/swap/tsconfig.lib.json b/libs/oeth/swap/tsconfig.lib.json deleted file mode 100644 index 3025a0c88..000000000 --- a/libs/oeth/swap/tsconfig.lib.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../../dist/out-tsc", - "types": ["node"] - }, - "files": [ - "../../../node_modules/@nx/react/typings/cssmodule.d.ts", - "../../../node_modules/@nx/react/typings/image.d.ts", - "../theme/src/theme.d.ts" - ], - "exclude": [ - "jest.config.ts", - "src/**/*.spec.ts", - "src/**/*.test.ts", - "src/**/*.spec.tsx", - "src/**/*.test.tsx", - "src/**/*.spec.js", - "src/**/*.test.js", - "src/**/*.spec.jsx", - "src/**/*.test.jsx" - ], - "include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"] -} diff --git a/libs/oeth/theme/.babelrc b/libs/oeth/theme/.babelrc deleted file mode 100644 index 1ea870ead..000000000 --- a/libs/oeth/theme/.babelrc +++ /dev/null @@ -1,12 +0,0 @@ -{ - "presets": [ - [ - "@nx/react/babel", - { - "runtime": "automatic", - "useBuiltIns": "usage" - } - ] - ], - "plugins": [] -} diff --git a/libs/oeth/theme/.eslintrc.json b/libs/oeth/theme/.eslintrc.json deleted file mode 100644 index 75b85077d..000000000 --- a/libs/oeth/theme/.eslintrc.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": ["plugin:@nx/react", "../../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], - "rules": {} - }, - { - "files": ["*.ts", "*.tsx"], - "rules": {} - }, - { - "files": ["*.js", "*.jsx"], - "rules": {} - } - ] -} diff --git a/libs/oeth/theme/README.md b/libs/oeth/theme/README.md deleted file mode 100644 index cddad5b79..000000000 --- a/libs/oeth/theme/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# oeth-theme - -This library was generated with [Nx](https://nx.dev). - -## Running unit tests - -Run `nx test oeth-theme` to execute the unit tests via [Jest](https://jestjs.io). diff --git a/libs/oeth/theme/project.json b/libs/oeth/theme/project.json deleted file mode 100644 index a4f93d6cd..000000000 --- a/libs/oeth/theme/project.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "oeth-theme", - "$schema": "../../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "libs/oeth/theme/src", - "projectType": "library", - "tags": [], - "targets": { - "lint": { - "executor": "@nx/eslint:lint" - } - } -} diff --git a/libs/oeth/theme/src/index.ts b/libs/oeth/theme/src/index.ts deleted file mode 100644 index 7b1f54ecf..000000000 --- a/libs/oeth/theme/src/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './theme'; diff --git a/libs/oeth/theme/src/theme.d.ts b/libs/oeth/theme/src/theme.d.ts deleted file mode 100644 index 81cfd663b..000000000 --- a/libs/oeth/theme/src/theme.d.ts +++ /dev/null @@ -1,28 +0,0 @@ -import '@mui/material/styles'; -import '@mui/material/Button'; - -declare module '@mui/material/styles' { - interface TypeText { - tertiary: string; - } - - interface TypeTextOptions { - tertiary?: string; - } - - interface Shape { - cardBorderRadius: number; - } - - interface ShapeOptions { - cardBorderRadius?: number; - } -} - -declare module '@mui/material/Button' { - interface ButtonPropsVariantOverrides { - action: true; - connect: true; - nav: true; - } -} diff --git a/libs/oeth/theme/src/theme.tsx b/libs/oeth/theme/src/theme.tsx deleted file mode 100644 index 425beddd4..000000000 --- a/libs/oeth/theme/src/theme.tsx +++ /dev/null @@ -1,727 +0,0 @@ -import { alpha, createTheme, lighten } from '@mui/material'; -import shadows from '@mui/material/styles/shadows'; -import { - Checkbox, - CheckboxEmpty, - FaCircleCheckRegular, - FaCircleExclamationRegular, - FaCircleInfoRegular, - FaCircleXmarkRegular, -} from '@origin/shared/icons'; - -const base = createTheme(); - -export const theme = createTheme({ - palette: { - mode: 'dark', - primary: { - main: '#8c66fc', - dark: '#0274f1', - light: '#b361e6', - contrastText: '#FAFBFB', - }, - secondary: { - main: '#0074F0', - }, - divider: '#101113', - background: { - paper: '#1E1F25', - default: '#101113', - }, - action: { - hoverOpacity: 0.1, - disabledOpacity: 0.25, - disabled: alpha('#FAFBFB', 0.5), - }, - text: { - primary: '#FAFBFB', - secondary: '#B5BECA', - tertiary: '#828699', - }, - grey: { - 200: '#B5BECA', - 400: '#515466', - 500: '#252833', - 600: '#3B3C3E', - 700: '#141519', - 800: '#282A32', - 900: '#18191C', - }, - success: { - main: '#5BFF92', - }, - warning: { - main: '#FFDC86', - }, - error: { - main: '#FF4E4E', - }, - info: { - main: '#586CF8', - }, - }, - typography: { - fontFamily: 'Inter, Helvetica, Arial, sans-serif', - - fontSize: 14, - fontWeightLight: 300, - fontWeightRegular: 400, - fontWeightMedium: 500, - fontWeightBold: 700, - - h1: { - fontFamily: 'Sailec', - fontSize: 32, - fontWeight: 700, - lineHeight: 1.4, - [base.breakpoints.down('sm')]: { - fontSize: 20, - lineHeight: 1.25, - }, - }, - h2: { - fontFamily: 'Sailec', - fontSize: 28, - fontWeight: 700, - lineHeight: 1.4, - [base.breakpoints.down('sm')]: { - fontSize: 24, - lineHeight: 1.25, - }, - }, - h3: { - fontFamily: 'Sailec', - fontSize: 24, - fontWeight: 700, - lineHeight: 1.4, - [base.breakpoints.down('sm')]: { - fontSize: 20, - lineHeight: 1.25, - }, - }, - h4: { - fontFamily: 'Sailec', - fontSize: 20, - fontWeight: 700, - lineHeight: 1.4, - [base.breakpoints.down('sm')]: { - fontSize: 18, - lineHeight: 1.25, - }, - }, - h5: { - fontFamily: 'Sailec', - fontSize: 16, - fontWeight: 400, - lineHeight: 1.4, - [base.breakpoints.down('sm')]: { - fontSize: 14, - lineHeight: 1.25, - }, - }, - h6: { - fontFamily: 'Sailec', - fontSize: 15, - textTransform: 'uppercase', - fontWeight: 500, - lineHeight: 1.4, - [base.breakpoints.down('sm')]: { - fontSize: 13, - lineHeight: 1.25, - }, - }, - body1: { - fontSize: 14, - lineHeight: 1.5, - [base.breakpoints.down('sm')]: { - fontSize: 13, - }, - }, - body2: { - fontSize: 12, - fontWeight: 400, - lineHeight: 1.6, - }, - button: { - fontSize: 14, - lineHeight: 1.5, - }, - }, - shape: { - borderRadius: 4, - }, - shadows: [ - // @ts-expect-error remove one box shadow - ...shadows.slice(0, -2), - '0px 6px 12px 0px rgba(0, 0, 0, 0.20)', - 'rgba(0, 0, 0, 0.25) 0px 4px 4px 0px', - '0px 1.7955275774002075px 5.32008171081543px 0px rgba(0, 0, 0, 0.03), 0px 6.030803203582764px 17.869047164916992px 0px rgba(0, 0, 0, 0.04), 0px 27px 80px 0px rgba(0, 0, 0, 0.07)', - ], - components: { - MuiAccordion: { - styleOverrides: { - root: ({ theme }) => ({ - borderRadius: theme.shape.borderRadius, - backgroundColor: theme.palette.grey[900], - border: '1px solid', - borderColor: theme.palette.grey[800], - boxShadow: 'none', - '&:before': { - height: 0, - }, - backgroundImage: 'none', - }), - }, - }, - MuiAlert: { - defaultProps: { - variant: 'standard', - iconMapping: { - error: ( - - ), - info: ( - - ), - success: ( - - ), - warning: ( - - ), - }, - }, - styleOverrides: { - root: ({ theme }) => ({ - backgroundColor: theme.palette.grey['900'], - color: theme.palette.text.primary, - '&&&': { border: 'none' }, - }), - }, - }, - MuiButton: { - defaultProps: { - variant: 'contained', - color: 'primary', - disableElevation: true, - }, - styleOverrides: { - root: ({ theme }) => ({ - display: 'flex', - flexDirection: 'row', - alignItems: 'center', - justifyContent: 'center', - gap: 0.75, - color: theme.palette.text.primary, - textTransform: 'none', - borderRadius: 25, - paddingX: { - md: 3, - xs: 2, - }, - paddingY: { - md: 1, - xs: 0.75, - }, - boxShadow: 'none', - minWidth: 0, - }), - sizeSmall: { - fontSize: 12, - [base.breakpoints.down('sm')]: { - fontSize: 11, - }, - }, - sizeMedium: ({ theme }) => ({ - fontSize: theme.typography.button.fontSize, - [base.breakpoints.down('sm')]: { - fontSize: 11, - }, - }), - sizeLarge: { - fontSize: 16, - [base.breakpoints.down('sm')]: { - fontSize: 15, - }, - }, - containedPrimary: ({ theme }) => ({ - background: alpha(theme.palette.common.white, 0.05), - '&:hover': { - background: alpha(theme.palette.common.white, 0.1), - }, - }), - containedSecondary: ({ theme }) => ({ - background: theme.palette.grey[700], - '&:hover': { - background: theme.palette.grey[900], - }, - }), - containedWarning: { - background: - 'linear-gradient(90deg, rgb(179, 97, 230) 20.29%, rgb(106, 54, 252) 79.06%)', - '&:hover': { - background: - 'linear-gradient(90deg, rgba(179, 97, 230, 0.75) 20.29%, rgba(106, 54, 252, 0.75) 79.06%)', - }, - }, - containedSizeSmall: { - fontSize: 12, - fontWeight: 500, - fontStyle: 'normal', - lineHeight: 1.6, - minHeight: 28, - backgroundImage: 'none', - gap: 1, - borderRadius: 32, - px: 2, - py: 0.5, - }, - outlinedSecondary: ({ theme }) => ({ - borderColor: theme.palette.secondary.main, - ':hover': { - borderColor: theme.palette.secondary.dark, - }, - }), - text: ({ theme }) => ({ - ':hover': { - color: theme.palette.common.white, - background: 'transparent', - }, - }), - }, - variants: [ - { - props: { variant: 'action' }, - style: ({ theme }) => ({ - background: - 'linear-gradient(90deg,#8c66fc -28.99%,#0274f1 144.97%)', - color: theme.palette.text.primary, - padding: theme.spacing(2), - fontSize: 20, - lineHeight: 1.6, - borderRadius: theme.shape.borderRadius * 2, - fontFamily: 'Sailec, Inter, Helvetica, Arial, sans-serif', - fontWeight: 500, - fontStyle: 'normal', - '&:hover': { - background: - 'linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(90deg, #8C66FC 0%, #0274F1 100%)', - opacity: 1, - }, - '&:disabled': { - opacity: 0.5, - color: theme.palette.text.primary, - }, - [base.breakpoints.down('sm')]: { - fontSize: 18, - }, - }), - }, - { - props: { variant: 'connect' }, - style: ({ theme }) => ({ - background: 'linear-gradient(90deg, #8C66FC 0%, #0274F1 100%)', - color: theme.palette.text.primary, - borderRadius: theme.shape.borderRadius * 8, - fontStyle: 'normal', - '&:hover': { - background: - 'linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(90deg, #8C66FC 0%, #0274F1 100%)', - opacity: 1, - }, - '&:disabled': { - opacity: 0.5, - color: theme.palette.text.primary, - }, - }), - }, - { - props: { variant: 'nav' }, - style: ({ theme }) => ({ - background: lighten(theme.palette.background.paper, 0.05), - '&:hover': { - background: lighten(theme.palette.background.paper, 0.1), - }, - minWidth: 36, - minHeight: 36, - [base.breakpoints.up('md')]: { - paddingX: 2, - paddingY: 0, - minWidth: 44, - minHeight: 44, - }, - }), - }, - ], - }, - MuiButtonBase: { - defaultProps: { - disableRipple: true, - disableTouchRipple: true, - }, - }, - MuiCard: { - styleOverrides: { - root: ({ theme }) => ({ - padding: 0, - borderRadius: theme.shape.borderRadius, - backgroundImage: 'none', - backgroundColor: theme.palette.background.paper, - }), - }, - }, - MuiCardHeader: { - styleOverrides: { - root: ({ theme }) => ({ - padding: theme.spacing(2, 3), - borderBottom: `1px solid ${theme.palette.divider}`, - [theme.breakpoints.down('md')]: { - padding: theme.spacing(1.5, 2), - }, - }), - title: ({ theme }) => ({ - lineHeight: 1.5, - fontSize: theme.typography.fontSize, - fontWeight: 500, - }), - }, - }, - MuiCardContent: { - styleOverrides: { - root: ({ theme }) => ({ - padding: theme.spacing(3), - [theme.breakpoints.down('md')]: { - padding: theme.spacing(1.5, 2), - }, - }), - }, - }, - MuiCheckbox: { - defaultProps: { - checkedIcon: , - icon: , - }, - styleOverrides: { - root: ({ theme }) => ({ - ':hover': { - backgroundColor: 'transparent', - }, - }), - }, - }, - MuiCssBaseline: { - defaultProps: { - enableColorScheme: true, - }, - styleOverrides: ` - body { - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - text-rendering: optimizeLegibility; - } - - input[type=number] { - -moz-appearance: textfield; - } - - input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { - -webkit-appearance: none; - margin: 0; - } - - @font-face { - font-family: "Inter"; - font-weight: 400; - src: url(/fonts/Inter-Regular.woff2) format('woff2'); - font-display: swap; - } - - @font-face { - font-family: Sailec; - font-weight: 400; - src: url(/fonts/Sailec-Regular.otf) format('opentype'); - font-display: swap; - } - - @font-face { - font-family: Sailec; - font-weight: 500; - src: url(/fonts/Sailec-Medium.otf) format('opentype'); - font-display: swap; - } - - @font-face { - font-family: Sailec; - font-weight: 700; - src: url(/fonts/Sailec-Bold.otf) format('opentype'); - font-display: swap; - } - `, - }, - MuiDialog: { - defaultProps: { - transitionDuration: 0, - disableScrollLock: true, - }, - styleOverrides: { - root: { - '.MuiModal-backdrop': { - backdropFilter: 'blur(10px)', - }, - }, - paper: ({ theme }) => ({ - borderRadius: theme.shape.borderRadius * 2, - }), - }, - }, - MuiDialogTitle: { - styleOverrides: { - root: ({ theme }) => ({ - py: 3, - fontSize: 16, - fontWeight: 700, - lineHeight: 1.75, - color: theme.palette.text.primary, - textTransform: 'none', - [base.breakpoints.down('sm')]: { - fontSize: 14, - }, - }), - }, - }, - MuiDialogContentText: { - styleOverrides: { - root: ({ theme }) => ({ color: theme.palette.text.primary }), - }, - }, - MuiDivider: { - styleOverrides: { - root: { - borderWidth: 1, - }, - }, - }, - MuiFormControl: { - styleOverrides: { - root: { - position: 'static', - }, - }, - }, - MuiFormLabel: { - styleOverrides: { - root: ({ theme }) => ({ - '&.MuiInputLabel-root': { - position: 'static', - transform: 'none', - transformOrigin: 'initial', - fontSize: theme.typography.fontSize, - marginBlockEnd: theme.spacing(1), - color: `${theme.palette.text.primary}`, - }, - }), - }, - }, - MuiIconButton: { - styleOverrides: { - root: ({ theme }) => ({ - background: `linear-gradient(0deg, ${alpha('#fff', 0.05)} 0%, ${alpha( - '#fff', - 0.05, - )} 100%), #1E1F25;`, - '&:hover': { - background: theme.palette.background.paper, - }, - }), - }, - }, - MuiInputBase: { - styleOverrides: { - root: ({ theme }) => ({ - borderRadius: 20, - border: '1px solid', - borderColor: theme.palette.info.main, - backgroundColor: theme.palette.background.default, - width: 'auto', - paddingBlock: theme.spacing(0.5), - paddingInline: theme.spacing(1.5), - - '& .MuiInputBase-input': { - color: theme.palette.text.primary, - fontSize: theme.typography.fontSize, - }, - }), - input: ({ theme }) => ({ - padding: theme.spacing(0.5), - }), - }, - }, - MuiLink: { - defaultProps: { - underline: 'none', - }, - styleOverrides: { - root: ({ theme }) => ({ - backgroundImage: 'none', - color: theme.palette.text.primary, - textDecorationColor: 'inherit', - ':hover': { - color: lighten(theme.palette.primary.light, 0.5), - }, - }), - }, - }, - MuiMenu: { - defaultProps: { - transitionDuration: 0, - }, - styleOverrides: { - paper: ({ theme }) => ({ - border: '1px solid', - borderColor: theme.palette.background.default, - }), - list: { - padding: 0, - }, - }, - }, - MuiMenuItem: { - styleOverrides: { - root: ({ theme }) => ({ - '&.Mui-selected': { - backgroundColor: 'transparent', - color: theme.palette.text.secondary, - '&:hover': { - backgroundColor: theme.palette.grey[800], - }, - }, - '&:hover': { - backgroundColor: theme.palette.grey[800], - }, - }), - }, - }, - MuiPaginationItem: { - styleOverrides: { - outlined: ({ theme }) => ({ - borderColor: theme.palette.divider, - '&.Mui-selected': { - background: theme.palette.background.paper, - }, - }), - }, - }, - MuiPaper: { - styleOverrides: { - root: { - backgroundImage: 'none', - }, - }, - }, - MuiPopover: { - defaultProps: { - transitionDuration: 0, - disableScrollLock: true, - }, - styleOverrides: { - root: ({ theme }) => ({ - boxShadow: theme.shadows[23], - backgroundImage: 'none', - borderRadius: theme.shape.borderRadius * 2.5, - background: 'transparent', - }), - paper: { - backgroundImage: 'none', - }, - }, - }, - MuiSkeleton: { - defaultProps: { - animation: 'wave', - }, - styleOverrides: { - text: ({ theme }) => ({ - borderRadius: 10, - // backgroundColor: theme.palette.grey[900], - }), - }, - }, - MuiTab: { - styleOverrides: { - root: ({ theme }) => ({ - minHeight: 0, - padding: theme.spacing(3, 2), - fontSize: 16, - textTransform: 'none', - lineHeight: 1.6875, - ':hover': { - color: theme.palette.text.primary, - }, - '&.Mui-selected': { - color: theme.palette.text.primary, - }, - [theme.breakpoints.down('md')]: { - padding: theme.spacing(1, 2), - }, - [theme.breakpoints.down('sm')]: { - fontSize: 14, - }, - }), - }, - }, - MuiTableCell: { - styleOverrides: { - root: ({ theme }) => ({ - paddingInline: theme.spacing(3), - paddingBlock: theme.spacing(2), - fontSize: theme.typography.fontSize, - fontStyle: 'normal', - fontWeight: 400, - lineHeight: 1.6, - }), - head: ({ theme }) => ({ - color: theme.palette.text.secondary, - }), - }, - }, - MuiTabs: { - styleOverrides: { - indicator: ({ theme }) => ({ - background: 'linear-gradient(90deg, #8C66FC 0%, #0274F1 100%)', - transition: theme.transitions.create('all', { - duration: theme.transitions.duration.shortest, - easing: theme.transitions.easing.easeInOut, - }), - }), - }, - }, - MuiTooltip: { - defaultProps: { - placement: 'top', - }, - styleOverrides: { - tooltip: ({ theme }) => ({ - paddingInline: theme.spacing(2), - paddingBlock: theme.spacing(1.5), - borderRadius: theme.shape.borderRadius * 2, - border: '1px solid', - borderColor: theme.palette.grey[500], - boxShadow: theme.shadows[23], - }), - }, - }, - }, - mixins: { - toolbar: { - height: 75, - }, - }, -}); diff --git a/libs/oeth/theme/tsconfig.json b/libs/oeth/theme/tsconfig.json deleted file mode 100644 index 89f8ac085..000000000 --- a/libs/oeth/theme/tsconfig.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "compilerOptions": { - "jsx": "react-jsx", - "allowJs": false, - "esModuleInterop": false, - "allowSyntheticDefaultImports": true, - "strict": true - }, - "files": [], - "include": [], - "references": [ - { - "path": "./tsconfig.lib.json" - } - ], - "extends": "../../../tsconfig.base.json" -} diff --git a/libs/oeth/theme/tsconfig.lib.json b/libs/oeth/theme/tsconfig.lib.json deleted file mode 100644 index e25a0b655..000000000 --- a/libs/oeth/theme/tsconfig.lib.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../../dist/out-tsc", - "types": [ - "node", - - "@nx/react/typings/cssmodule.d.ts", - "@nx/react/typings/image.d.ts" - ] - }, - "files": ["./src/theme.d.ts"], - "exclude": [ - "jest.config.ts", - "src/**/*.spec.ts", - "src/**/*.test.ts", - "src/**/*.spec.tsx", - "src/**/*.test.tsx", - "src/**/*.spec.js", - "src/**/*.test.js", - "src/**/*.spec.jsx", - "src/**/*.test.jsx" - ], - "include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"] -} diff --git a/libs/ousd/history/.babelrc b/libs/ousd/history/.babelrc deleted file mode 100644 index 1ea870ead..000000000 --- a/libs/ousd/history/.babelrc +++ /dev/null @@ -1,12 +0,0 @@ -{ - "presets": [ - [ - "@nx/react/babel", - { - "runtime": "automatic", - "useBuiltIns": "usage" - } - ] - ], - "plugins": [] -} diff --git a/libs/ousd/history/.eslintrc.json b/libs/ousd/history/.eslintrc.json deleted file mode 100644 index 75b85077d..000000000 --- a/libs/ousd/history/.eslintrc.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": ["plugin:@nx/react", "../../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], - "rules": {} - }, - { - "files": ["*.ts", "*.tsx"], - "rules": {} - }, - { - "files": ["*.js", "*.jsx"], - "rules": {} - } - ] -} diff --git a/libs/ousd/history/README.md b/libs/ousd/history/README.md deleted file mode 100644 index dfadafa75..000000000 --- a/libs/ousd/history/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# history - -This library was generated with [Nx](https://nx.dev). diff --git a/libs/ousd/history/project.json b/libs/ousd/history/project.json deleted file mode 100644 index 01168ad56..000000000 --- a/libs/ousd/history/project.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "ousd-history", - "$schema": "../../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "libs/ousd/history/src", - "projectType": "library", - "tags": [], - "targets": { - "lint": { - "executor": "@nx/eslint:lint", - "outputs": ["{options.outputFile}"] - } - } -} diff --git a/libs/ousd/history/src/components/APYContainer.tsx b/libs/ousd/history/src/components/APYContainer.tsx deleted file mode 100644 index 339ab579a..000000000 --- a/libs/ousd/history/src/components/APYContainer.tsx +++ /dev/null @@ -1,104 +0,0 @@ -import { Divider, Skeleton, Stack, Typography } from '@mui/material'; -import { tokens } from '@origin/shared/contracts'; -import { useFormat, useWatchContract } from '@origin/shared/providers'; -import { ZERO_ADDRESS } from '@origin/shared/utils'; -import { useIntl } from 'react-intl'; -import { useAccount } from 'wagmi'; - -import { usePendingYield } from '../hooks'; -import { useHistoryUserStatQuery } from '../queries.generated'; - -import type { StackProps } from '@mui/material'; - -export function APYContainer() { - const intl = useIntl(); - const { formatAmount } = useFormat(); - const { address, isConnected } = useAccount(); - const { data: ousdBalance, isLoading: ousdLoading } = useWatchContract({ - address: tokens.mainnet.OUSD.address, - abi: tokens.mainnet.OUSD.abi, - functionName: 'balanceOf', - args: [address ?? ZERO_ADDRESS], - query: { - enabled: !!address, - }, - }); - const { data, isLoading } = useHistoryUserStatQuery( - { address: address ?? ZERO_ADDRESS }, - { - enabled: !!address, - select: (data) => data?.oTokenAddresses?.at(0), - }, - ); - const { data: pendingYield, isLoading: pendingYieldLoading } = - usePendingYield(); - - return ( - theme.palette.background.paper, - borderRadius: 1, - }} - direction="row" - justifyContent="space-between" - > - - - - - - - ); -} - -type ValueContainerProps = { - label: string; - value: string; - isLoading?: boolean; -} & StackProps; - -function ValueContainer({ - label, - value, - isLoading, - ...rest -}: ValueContainerProps) { - return ( - - - {label} - - - {isLoading ? : value} - - - ); -} diff --git a/libs/ousd/history/src/components/HistoryCard.tsx b/libs/ousd/history/src/components/HistoryCard.tsx deleted file mode 100644 index 02eff9e0b..000000000 --- a/libs/ousd/history/src/components/HistoryCard.tsx +++ /dev/null @@ -1,120 +0,0 @@ -import { useState } from 'react'; - -import { - Card, - CardHeader, - CircularProgress, - Stack, - Typography, -} from '@mui/material'; -import { DownloadCsvButton } from '@origin/shared/components'; -import { ConnectedButton } from '@origin/shared/providers'; -import { isNilOrEmpty, ZERO_ADDRESS } from '@origin/shared/utils'; -import { useIntl } from 'react-intl'; -import { useAccount } from 'wagmi'; - -import { useAggregatedHistory } from '../hooks'; -import { useHistoryTransactionQuery } from '../queries.generated'; -import { HistoryFilters } from './HistoryFilters'; -import { HistoryTable } from './HistoryTable'; - -import type { HistoryType } from '@origin/ousd/shared'; - -export function HistoryCard() { - const intl = useIntl(); - const { isConnected } = useAccount(); - const [filters, setFilters] = useState([]); - const { data, isFetching } = useAggregatedHistory(filters); - - return ( - - - - - - } - /> - {isConnected ? ( - isFetching ? ( - - - - ) : isNilOrEmpty(data) ? ( - - - {intl.formatMessage({ defaultMessage: 'No transaction' })} - - - ) : ( - - ) - ) : ( - - - {intl.formatMessage({ - defaultMessage: 'Connect your wallet to see your history', - })} - - - - )} - - ); -} - -function ExportData() { - const intl = useIntl(); - const { address } = useAccount(); - const { data } = useHistoryTransactionQuery( - { address: address ?? ZERO_ADDRESS }, - { - select: (data) => { - if (!data?.oTokenHistories) { - return; - } - - return data.oTokenHistories.reduce( - (acc, curr) => [ - ...acc, - [curr.timestamp, curr.type, curr.value, curr.balance, curr.txHash], - ], - [['Date', 'Type', 'Amount', 'Balance', 'Transaction Hash']], - ); - }, - }, - ); - - return ( - - ); -} diff --git a/libs/ousd/history/src/components/HistoryFilters.tsx b/libs/ousd/history/src/components/HistoryFilters.tsx deleted file mode 100644 index 8013224ff..000000000 --- a/libs/ousd/history/src/components/HistoryFilters.tsx +++ /dev/null @@ -1,188 +0,0 @@ -import { useState } from 'react'; - -import { - Box, - Button, - Checkbox, - Divider, - FormControlLabel, - Popover, - Stack, - Typography, - useTheme, -} from '@mui/material'; -import { HistoryType } from '@origin/ousd/shared'; -import { isNilOrEmpty } from '@origin/shared/utils'; -import { defineMessage, useIntl } from 'react-intl'; - -import type { Dispatch, SetStateAction } from 'react'; - -const styles = { - fontSize: 12, - fontWeight: 500, - lineHeight: 1.6, -}; - -const filterOptions = [ - { - label: defineMessage({ defaultMessage: 'Yield' }), - value: HistoryType.Yield, - }, - { label: defineMessage({ defaultMessage: 'Sent' }), value: HistoryType.Sent }, - { - label: defineMessage({ defaultMessage: 'Received' }), - value: HistoryType.Received, - }, -]; - -export type HistoryFiltersProps = { - filters: HistoryType[]; - setFilters: Dispatch>; -}; - -export function HistoryFilters({ filters, setFilters }: HistoryFiltersProps) { - const [selected, setSelectedTypes] = useState(filters); - const intl = useIntl(); - const theme = useTheme(); - const [anchorEl, setAnchorEl] = useState(null); - - const handleSelect = ( - e: React.ChangeEvent, - value: HistoryType, - ) => { - setSelectedTypes((prev) => { - if (e.target.checked) { - return [...prev, value]; - } else { - return prev.filter((val) => val !== value); - } - }); - }; - - const applyDisabled = - filters.length === selected.length && - filters.every((item) => selected.includes(item)); - const clearDisabled = isNilOrEmpty(selected); - - return ( - <> - - setAnchorEl(null)} - anchorOrigin={{ - vertical: 'bottom', - horizontal: 'right', - }} - transformOrigin={{ - vertical: 'top', - horizontal: 'right', - }} - sx={{ - '& .MuiPaper-root.MuiPopover-paper': { - boxSizing: 'border-box', - background: 'background-paper', - maxWidth: '16.5rem', - width: '100%', - borderRadius: 2, - [theme.breakpoints.down('md')]: { - left: '0 !important', - right: 0, - marginInline: 'auto', - }, - }, - }} - > - - {intl.formatMessage({ defaultMessage: 'Filters' })} - - - {filterOptions.map((filter) => ( - theme.palette.grey[700], - }, - }} - > - handleSelect(e, filter.value)} - sx={{ - ':hover': { - backgroundColor: 'transparent', - }, - }} - /> - } - sx={{ width: 1 }} - slotProps={{ typography: { width: 1 } }} - /> - - ))} - - - - - - - - ); -} diff --git a/libs/ousd/history/src/components/HistoryTable.tsx b/libs/ousd/history/src/components/HistoryTable.tsx deleted file mode 100644 index 0383f16e1..000000000 --- a/libs/ousd/history/src/components/HistoryTable.tsx +++ /dev/null @@ -1,293 +0,0 @@ -import { useMemo, useState } from 'react'; - -import { - Box, - Link, - Stack, - Table, - TableBody, - TableCell, - TableHead, - TableRow, - Typography, -} from '@mui/material'; -import { - ExpandIcon, - TablePagination, - TransactionIcon, -} from '@origin/shared/components'; -import { tokens } from '@origin/shared/contracts'; -import { FaArrowUpRightRegular } from '@origin/shared/icons'; -import { useFormat } from '@origin/shared/providers'; -import { isNilOrEmpty } from '@origin/shared/utils'; -import { - createColumnHelper, - flexRender, - getCoreRowModel, - getExpandedRowModel, - getPaginationRowModel, - useReactTable, -} from '@tanstack/react-table'; -import { useIntl } from 'react-intl'; - -import { useAggregatedHistory } from '../hooks'; - -import type { StackProps } from '@mui/material'; -import type { HistoryType } from '@origin/ousd/shared'; -import type { ExpandedState } from '@tanstack/react-table'; - -import type { DailyHistory } from '../types'; - -const columnHelper = createColumnHelper(); - -export type HistoryTableProps = { - filters: HistoryType[]; -}; - -export function HistoryTable({ filters }: HistoryTableProps) { - const intl = useIntl(); - const { formatAmount, formatQuantity } = useFormat(); - const [expanded, setExpanded] = useState({}); - const { data } = useAggregatedHistory(filters); - - const columns = useMemo( - () => [ - columnHelper.accessor('type', { - cell: (info) => { - if (info.row.depth > 0) { - return ( - - ); - } - - return ( - - ); - }, - header: intl.formatMessage({ defaultMessage: 'Type' }), - enableColumnFilter: true, - filterFn: (row, _, value) => { - if (!value.value.length) return true; - return value.value.includes(row.original.type); - }, - }), - columnHelper.accessor('value', { - cell: (info) => ( - - {formatAmount(BigInt(info.getValue() ?? '0'))} - - ), - header: () => ( - - {intl.formatMessage({ defaultMessage: 'Change' })} - - ), - }), - columnHelper.accessor('balance', { - cell: (info) => ( - - {formatQuantity(BigInt(info.getValue() ?? '0'))} - - ), - header: () => ( - - {intl.formatMessage({ defaultMessage: 'Balance' })} - - ), - }), - columnHelper.display({ - id: 'link', - cell: (info) => { - if (info.row.getCanExpand()) { - return ( - theme.palette.primary.main }} - isExpanded={info.row.getIsExpanded()} - /> - ); - } - - return ( - !isNilOrEmpty(info.row.original.txHash) && ( - - - - ) - ); - }, - }), - ], - [formatAmount, formatQuantity, intl], - ); - - const table = useReactTable({ - data: data ?? [], - columns, - state: { - expanded, - }, - initialState: { - pagination: { - pageIndex: 0, - pageSize: 10, - }, - }, - getCoreRowModel: getCoreRowModel(), - getPaginationRowModel: getPaginationRowModel(), - onExpandedChange: setExpanded, - getSubRows: (row) => row?.transactions, - getExpandedRowModel: getExpandedRowModel(), - autoResetPageIndex: true, - paginateExpandedRows: false, - }); - - return ( - - - - {table.getHeaderGroups().map((headerGroup) => ( - *:first-of-type': { - width: '50%', - }, - }} - > - {headerGroup.headers.map((header, index) => ( - 0 ? 'center' : 'left'} - > - {flexRender( - header.column.columnDef.header, - header.getContext(), - )} - - ))} - - ))} - - - {table.getRowModel().rows.map((row) => ( - 0 && { - borderTopStyle: 'hidden', - }), - '& > *:first-of-type': { - width: '50%', - }, - '& > *:last-of-type': { - pl: 0, - textAlign: 'end', - }, - }} - > - {row.getVisibleCells().map((cell) => ( - - {flexRender(cell.column.columnDef.cell, cell.getContext())} - - ))} - - ))} - -
- -
- ); -} - -type HistoryTypeCellProps = { - timestamp: string; - type: HistoryType; -} & StackProps; - -function HistoryTypeCell({ timestamp, type, ...rest }: HistoryTypeCellProps) { - const intl = useIntl(); - - return ( - - - - {type} - - {intl.formatDate(new Date(timestamp))} - - - - ); -} - -type AggregatedCellProps = { - timestamp: string; - type: HistoryType; -} & StackProps; - -function AggregatedTypeCell({ timestamp, type, ...rest }: AggregatedCellProps) { - const intl = useIntl(); - - return ( - - - - - - - - {intl.formatDate(new Date(timestamp), { - hourCycle: 'h23', - hour: '2-digit', - minute: '2-digit', - })} - - - - ); -} diff --git a/libs/ousd/history/src/hooks.ts b/libs/ousd/history/src/hooks.ts deleted file mode 100644 index e14166d96..000000000 --- a/libs/ousd/history/src/hooks.ts +++ /dev/null @@ -1,196 +0,0 @@ -import { useCallback } from 'react'; - -import { HistoryType } from '@origin/ousd/shared'; -import { contracts, tokens } from '@origin/shared/contracts'; -import { isNilOrEmpty, ZERO_ADDRESS } from '@origin/shared/utils'; -import { useQuery } from '@tanstack/react-query'; -import { readContracts } from '@wagmi/core'; -import { descend, groupBy, sort } from 'ramda'; -import { formatEther, formatUnits, parseUnits } from 'viem'; -import { useAccount, useConfig } from 'wagmi'; - -import { useHistoryTransactionQuery } from './queries.generated'; - -import type { HexAddress } from '@origin/shared/utils'; -import type { QueryOptions, UseQueryOptions } from '@tanstack/react-query'; - -import type { HistoryTransactionQuery } from './queries.generated'; -import type { DailyHistory } from './types'; - -export const usePendingYield = ( - isWrapped = false, - options?: QueryOptions< - number, - Error, - number, - ['usePendingYield', boolean, HexAddress, boolean] - >, -) => { - const config = useConfig(); - const { address, isConnected } = useAccount(); - - return useQuery({ - queryKey: [ - 'usePendingYield', - isWrapped, - address ?? ZERO_ADDRESS, - isConnected, - ], - queryFn: async () => { - if (!isConnected || !address) { - return 0; - } - - const [ - totalValue, - totalSupply, - availableFunds, - nonRebasingSupply, - balance, - ] = ( - await readContracts(config, { - contracts: [ - { - address: contracts.mainnet.OUSDVault.address, - abi: contracts.mainnet.OUSDVault.abi, - functionName: 'totalValue', - }, - { - address: tokens.mainnet.OUSD.address, - abi: tokens.mainnet.OUSD.abi, - functionName: 'totalSupply', - }, - { - address: contracts.mainnet.OUSDDripper.address, - abi: contracts.mainnet.OUSDDripper.abi, - functionName: 'availableFunds', - }, - { - address: tokens.mainnet.OUSD.address, - abi: tokens.mainnet.OUSD.abi, - functionName: 'nonRebasingSupply', - }, - { - address: tokens.mainnet.OUSD.address, - abi: tokens.mainnet.OUSD.abi, - functionName: 'balanceOf', - args: [address], - }, - ], - }) - ).map((res) => (res.status === 'success' ? +formatEther(res.result) : 0)); - - const vaultYield = totalValue - totalSupply; - const expectedYield = vaultYield + availableFunds; - const rebasingSupply = totalSupply - nonRebasingSupply; - const expectedYieldPerOeth = expectedYield / rebasingSupply; - const expectedYieldPerOethWithFee = expectedYieldPerOeth * 0.8; - - return balance * expectedYieldPerOethWithFee; - }, - ...options, - }); -}; - -export const useAggregatedHistory = ( - filters?: HistoryType[], - options?: Omit< - UseQueryOptions, - 'select' - >, -) => { - const { address, isConnected } = useAccount(); - - return useHistoryTransactionQuery( - { - address: address ?? ZERO_ADDRESS, - filters: isNilOrEmpty(filters) ? undefined : filters, - }, - { - refetchOnWindowFocus: false, - ...options, - enabled: isConnected && !isNilOrEmpty(address), - placeholderData: { oTokenHistories: [] }, - select: useCallback((data: HistoryTransactionQuery) => { - const history = data?.oTokenHistories; - - const grouped = groupBy( - (hist) => - Intl.DateTimeFormat('fr-CA', { - year: 'numeric', - month: '2-digit', - day: '2-digit', - }).format(new Date(hist.timestamp)), - history ?? [], - ); - - const aggregated = Object.entries(grouped).reduce( - (acc, [day, values]) => { - if (!values) { - return acc; - } - - if (values.length === 1) { - return [...acc, ...values]; - } - - const yieldCount = - values.filter((v) => v.type === HistoryType.Yield)?.length ?? 0; - - if (yieldCount <= 1) { - return [...acc, ...values]; - } - - const dailyYield = values.reduce( - (a: DailyHistory, c) => { - if (c.type === HistoryType.Yield) { - a.value = formatUnits( - parseUnits(a.value, 18) + parseUnits(c.value, 18), - 18, - ); - if ( - +formatUnits(parseUnits(a.balance, 18), 18) < - +formatUnits(parseUnits(c.balance, 18), 18) - ) { - a.balance = c.balance; - } - a.transactions?.push(c); - } - - return a; - }, - { - type: HistoryType.Yield, - value: '0', - txHash: '', - timestamp: day, - balance: '0', - transactions: [], - }, - ); - - return [ - ...acc, - ...values.filter((v) => v.type !== HistoryType.Yield), - dailyYield, - ]; - }, - [] as DailyHistory[], - ); - - return sort( - descend((h) => - Intl.DateTimeFormat('fr-CA', { - year: 'numeric', - month: '2-digit', - day: '2-digit', - hour: 'numeric', - second: 'numeric', - }).format(new Date(h.timestamp)), - ), - aggregated, - ) as DailyHistory[]; - }, []), - }, - ); -}; diff --git a/libs/ousd/history/src/index.ts b/libs/ousd/history/src/index.ts deleted file mode 100644 index 286a630ac..000000000 --- a/libs/ousd/history/src/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './views/HistoryView'; diff --git a/libs/ousd/history/src/queries.generated.ts b/libs/ousd/history/src/queries.generated.ts deleted file mode 100644 index 0ae84b4f5..000000000 --- a/libs/ousd/history/src/queries.generated.ts +++ /dev/null @@ -1,132 +0,0 @@ -import * as Types from '@origin/ousd/shared'; - -import { useQuery, UseQueryOptions } from '@tanstack/react-query'; -import { graphqlClient } from '@origin/ousd/shared'; -export type HistoryUserStatQueryVariables = Types.Exact<{ - address: Types.Scalars['String']['input']; -}>; - - -export type HistoryUserStatQuery = { __typename?: 'Query', oTokenAddresses: Array<{ __typename?: 'OTokenAddress', balance: string, earned: string, isContract: boolean, rebasingOption: Types.RebasingOption, lastUpdated: string }> }; - -export type HistoryApyQueryVariables = Types.Exact<{ [key: string]: never; }>; - - -export type HistoryApyQuery = { __typename?: 'Query', oTokenApies: Array<{ __typename?: 'OTokenAPY', apy7DayAvg: number, apy30DayAvg: number }> }; - -export type HistoryTransactionQueryVariables = Types.Exact<{ - address: Types.Scalars['String']['input']; - filters?: Types.InputMaybe | Types.HistoryType>; -}>; - - -export type HistoryTransactionQuery = { __typename?: 'Query', oTokenHistories: Array<{ __typename?: 'OTokenHistory', type: Types.HistoryType, value: string, txHash: string, timestamp: string, balance: string }> }; - - - -export const HistoryUserStatDocument = ` - query HistoryUserStat($address: String!) { - oTokenAddresses( - where: {address_containsInsensitive: $address, chainId_eq: 1, otoken_eq: "0x2a8e1e676ec238d8a992307b495b45b3feaa5e86"} - ) { - balance - earned - isContract - rebasingOption - lastUpdated - } -} - `; - -export const useHistoryUserStatQuery = < - TData = HistoryUserStatQuery, - TError = unknown - >( - variables: HistoryUserStatQueryVariables, - options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] } - ) => { - - return useQuery( - { - queryKey: ['HistoryUserStat', variables], - queryFn: graphqlClient(HistoryUserStatDocument, variables), - ...options - } - )}; - -useHistoryUserStatQuery.getKey = (variables: HistoryUserStatQueryVariables) => ['HistoryUserStat', variables]; - - -useHistoryUserStatQuery.fetcher = (variables: HistoryUserStatQueryVariables, options?: RequestInit['headers']) => graphqlClient(HistoryUserStatDocument, variables, options); - -export const HistoryApyDocument = ` - query HistoryApy { - oTokenApies( - limit: 1 - orderBy: timestamp_DESC - where: {chainId_eq: 1, otoken_eq: "0x2a8e1e676ec238d8a992307b495b45b3feaa5e86"} - ) { - apy7DayAvg - apy30DayAvg - } -} - `; - -export const useHistoryApyQuery = < - TData = HistoryApyQuery, - TError = unknown - >( - variables?: HistoryApyQueryVariables, - options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] } - ) => { - - return useQuery( - { - queryKey: variables === undefined ? ['HistoryApy'] : ['HistoryApy', variables], - queryFn: graphqlClient(HistoryApyDocument, variables), - ...options - } - )}; - -useHistoryApyQuery.getKey = (variables?: HistoryApyQueryVariables) => variables === undefined ? ['HistoryApy'] : ['HistoryApy', variables]; - - -useHistoryApyQuery.fetcher = (variables?: HistoryApyQueryVariables, options?: RequestInit['headers']) => graphqlClient(HistoryApyDocument, variables, options); - -export const HistoryTransactionDocument = ` - query HistoryTransaction($address: String!, $filters: [HistoryType!]) { - oTokenHistories( - orderBy: timestamp_DESC - offset: 0 - limit: 2000 - where: {address: {id_containsInsensitive: $address}, type_in: $filters, chainId_eq: 1, otoken_eq: "0x2a8e1e676ec238d8a992307b495b45b3feaa5e86"} - ) { - type - value - txHash - timestamp - balance - } -} - `; - -export const useHistoryTransactionQuery = < - TData = HistoryTransactionQuery, - TError = unknown - >( - variables: HistoryTransactionQueryVariables, - options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] } - ) => { - - return useQuery( - { - queryKey: ['HistoryTransaction', variables], - queryFn: graphqlClient(HistoryTransactionDocument, variables), - ...options - } - )}; - -useHistoryTransactionQuery.getKey = (variables: HistoryTransactionQueryVariables) => ['HistoryTransaction', variables]; - - -useHistoryTransactionQuery.fetcher = (variables: HistoryTransactionQueryVariables, options?: RequestInit['headers']) => graphqlClient(HistoryTransactionDocument, variables, options); diff --git a/libs/ousd/history/src/queries.graphql b/libs/ousd/history/src/queries.graphql deleted file mode 100644 index 3153a40fc..000000000 --- a/libs/ousd/history/src/queries.graphql +++ /dev/null @@ -1,40 +0,0 @@ -query HistoryUserStat($address: String!) { - oTokenAddresses(where: { address_containsInsensitive: $address, chainId_eq: 1, otoken_eq: "0x2a8e1e676ec238d8a992307b495b45b3feaa5e86" }) { - balance - earned - isContract - rebasingOption - lastUpdated - } -} - -query HistoryApy { - oTokenApies( - limit: 1, orderBy: - timestamp_DESC, - where: { chainId_eq: 1, otoken_eq: "0x2a8e1e676ec238d8a992307b495b45b3feaa5e86" } - ) { - apy7DayAvg - apy30DayAvg - } -} - -query HistoryTransaction($address: String!, $filters: [HistoryType!]) { - oTokenHistories( - orderBy: timestamp_DESC - offset: 0 - limit: 2000 - where: { - address: { id_containsInsensitive: $address }, - type_in: $filters, - chainId_eq: 1, - otoken_eq: "0x2a8e1e676ec238d8a992307b495b45b3feaa5e86" - } - ) { - type - value - txHash - timestamp - balance - } -} diff --git a/libs/ousd/history/src/types.ts b/libs/ousd/history/src/types.ts deleted file mode 100644 index 1d297174b..000000000 --- a/libs/ousd/history/src/types.ts +++ /dev/null @@ -1,7 +0,0 @@ -import type { HistoryTransactionQuery } from './queries.generated'; - -export type History = HistoryTransactionQuery['oTokenHistories'][0]; - -export type DailyHistory = History & { - transactions?: History[]; -}; diff --git a/libs/ousd/history/src/views/HistoryView.tsx b/libs/ousd/history/src/views/HistoryView.tsx deleted file mode 100644 index 0f7d8cfaa..000000000 --- a/libs/ousd/history/src/views/HistoryView.tsx +++ /dev/null @@ -1,19 +0,0 @@ -import { Stack } from '@mui/material'; -import { trackSentryError } from '@origin/ousd/shared'; -import { ErrorBoundary, ErrorCard } from '@origin/shared/components'; - -import { APYContainer } from '../components/APYContainer'; -import { HistoryCard } from '../components/HistoryCard'; - -export function HistoryView() { - return ( - - } onError={trackSentryError}> - - - } onError={trackSentryError}> - - - - ); -} diff --git a/libs/ousd/history/tsconfig.json b/libs/ousd/history/tsconfig.json deleted file mode 100644 index 89f8ac085..000000000 --- a/libs/ousd/history/tsconfig.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "compilerOptions": { - "jsx": "react-jsx", - "allowJs": false, - "esModuleInterop": false, - "allowSyntheticDefaultImports": true, - "strict": true - }, - "files": [], - "include": [], - "references": [ - { - "path": "./tsconfig.lib.json" - } - ], - "extends": "../../../tsconfig.base.json" -} diff --git a/libs/ousd/history/tsconfig.lib.json b/libs/ousd/history/tsconfig.lib.json deleted file mode 100644 index 0a4a3a544..000000000 --- a/libs/ousd/history/tsconfig.lib.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../../dist/out-tsc", - "types": [ - "node", - "@nx/react/typings/cssmodule.d.ts", - "@nx/react/typings/image.d.ts" - ] - }, - "files": ["../theme/src/theme.d.ts"], - "exclude": [ - "jest.config.ts", - "src/**/*.spec.ts", - "src/**/*.test.ts", - "src/**/*.spec.tsx", - "src/**/*.test.tsx", - "src/**/*.spec.js", - "src/**/*.test.js", - "src/**/*.spec.jsx", - "src/**/*.test.jsx" - ], - "include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"] -} diff --git a/libs/ousd/shared/.babelrc b/libs/ousd/shared/.babelrc deleted file mode 100644 index 1ea870ead..000000000 --- a/libs/ousd/shared/.babelrc +++ /dev/null @@ -1,12 +0,0 @@ -{ - "presets": [ - [ - "@nx/react/babel", - { - "runtime": "automatic", - "useBuiltIns": "usage" - } - ] - ], - "plugins": [] -} diff --git a/libs/ousd/shared/.eslintrc.json b/libs/ousd/shared/.eslintrc.json deleted file mode 100644 index 75b85077d..000000000 --- a/libs/ousd/shared/.eslintrc.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": ["plugin:@nx/react", "../../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], - "rules": {} - }, - { - "files": ["*.ts", "*.tsx"], - "rules": {} - }, - { - "files": ["*.js", "*.jsx"], - "rules": {} - } - ] -} diff --git a/libs/ousd/shared/README.md b/libs/ousd/shared/README.md deleted file mode 100644 index d6d82fc9d..000000000 --- a/libs/ousd/shared/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# shared - -This library was generated with [Nx](https://nx.dev). diff --git a/libs/ousd/shared/codegen.ts b/libs/ousd/shared/codegen.ts deleted file mode 100644 index 9d8c8c3a6..000000000 --- a/libs/ousd/shared/codegen.ts +++ /dev/null @@ -1,39 +0,0 @@ -import type { CodegenConfig } from '@graphql-codegen/cli'; - -const config: CodegenConfig = { - schema: process.env.VITE_SUBSQUID_URL, - documents: 'libs/ousd/**/src/**/*.graphql', - generates: { - 'libs/ousd/shared/src/generated/graphql.ts': { - plugins: ['typescript'], - config: { - scalars: { - BigInt: 'string', - DateTime: 'string', - }, - }, - }, - 'libs/ousd/': { - preset: 'near-operation-file', - presetConfig: { - extension: '.generated.ts', - baseTypesPath: '~@origin/ousd/shared', - }, - plugins: ['typescript-operations', 'typescript-react-query'], - config: { - reactQueryVersion: 5, - exposeFetcher: true, - exposeQueryKeys: true, - fetcher: { - func: '@origin/ousd/shared#graphqlClient', - }, - scalars: { - BigInt: 'string', - DateTime: 'string', - }, - }, - }, - }, -}; - -export default config; diff --git a/libs/ousd/shared/project.json b/libs/ousd/shared/project.json deleted file mode 100644 index b1038027f..000000000 --- a/libs/ousd/shared/project.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "ousd-shared", - "$schema": "../../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "libs/ousd/shared/src", - "projectType": "library", - "tags": [], - "targets": { - "codegen-graphql": { - "executor": "nx:run-commands", - "options": { - "commands": [ - "pnpm graphql-codegen --config 'libs/ousd/shared/codegen.ts'" - ] - } - }, - "lint": { - "executor": "@nx/eslint:lint", - "outputs": ["{options.outputFile}"] - } - } -} diff --git a/libs/ousd/shared/src/clients/analytics.ts b/libs/ousd/shared/src/clients/analytics.ts deleted file mode 100644 index f8d20e9ac..000000000 --- a/libs/ousd/shared/src/clients/analytics.ts +++ /dev/null @@ -1,78 +0,0 @@ -import googleTagManager from '@analytics/google-tag-manager'; -import { isNilOrEmpty } from '@origin/shared/utils'; -import { Analytics } from 'analytics'; -import { map } from 'ramda'; -import { formatEther } from 'viem'; - -import type { - RedeemTrackEvent, - SwapTrackEvent, -} from '@origin/shared/providers'; -import type { HexAddress } from '@origin/shared/utils'; - -export type TrackEvent = - | SwapTrackEvent - | RedeemTrackEvent - | { name: 'open_account' } - | { name: 'change_apy'; change_apy_to: number } - | { name: 'connect'; connect_address: HexAddress; connect_wallet: string } - | { name: 'connect_click' } - | { name: 'open_activity' }; - -const analytics = Analytics({ - app: 'ousd-dapp', - plugins: [ - ...(isNilOrEmpty(import.meta.env.VITE_GTM_CONTAINER_ID?.trim()) - ? [] - : [ - googleTagManager({ - containerId: import.meta.env.VITE_GTM_CONTAINER_ID, - }), - ]), - ], -}); - -export const registerGoogleTagManager = () => { - if ( - import.meta.env.PROD && - !isNilOrEmpty(import.meta.env.VITE_GTM_CONTAINER_ID?.trim()) - ) { - analytics.ready(() => { - console.log('Analytics enabled'); - }); - } -}; - -export const trackEvent = ({ name, ...rest }: TrackEvent) => { - if ( - import.meta.env.PROD && - !isNilOrEmpty(import.meta.env.VITE_GTM_CONTAINER_ID?.trim()) - ) { - analytics.track(name, map(formatParams, rest)); - } -}; - -export const trackPage = () => { - if ( - import.meta.env.PROD && - !isNilOrEmpty(import.meta.env.VITE_GTM_CONTAINER_ID?.trim()) - ) { - analytics.page(); - } -}; - -function formatParams(param: string | number | bigint | HexAddress) { - if (isNilOrEmpty(param)) { - return; - } - - if (typeof param === 'number') { - return param.toString(); - } else if (typeof param === 'bigint') { - return formatEther(param); - } else if (typeof param === 'string' && /0x.*/.test(param)) { - return param.substring(2); - } else { - return param; - } -} diff --git a/libs/ousd/shared/src/clients/graphql.ts b/libs/ousd/shared/src/clients/graphql.ts deleted file mode 100644 index 37a05552f..000000000 --- a/libs/ousd/shared/src/clients/graphql.ts +++ /dev/null @@ -1,25 +0,0 @@ -import axios from 'axios'; -import { pathOr } from 'ramda'; - -export const axiosInstance = axios.create({ - baseURL: import.meta.env.VITE_SUBSQUID_URL, -}); - -export const graphqlClient = - ( - query: string, - variables?: TVariables, - options?: RequestInit['headers'], - ) => - async () => { - const res = await axiosInstance({ - method: 'POST', - headers: { - 'Content-Type': 'application/json', - }, - ...options, - data: { query, variables }, - }); - - return pathOr({} as TData, ['data', 'data'], res); - }; diff --git a/libs/ousd/shared/src/clients/index.ts b/libs/ousd/shared/src/clients/index.ts deleted file mode 100644 index 3058237ec..000000000 --- a/libs/ousd/shared/src/clients/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -export * from './analytics'; -export * from './graphql'; -export * from './reactQuery'; -export * from './sentry'; -export * from './wagmi'; diff --git a/libs/ousd/shared/src/clients/reactQuery.ts b/libs/ousd/shared/src/clients/reactQuery.ts deleted file mode 100644 index b64a56330..000000000 --- a/libs/ousd/shared/src/clients/reactQuery.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { QueryClient } from '@tanstack/react-query'; - -export const queryClient = new QueryClient({ - defaultOptions: { queries: { staleTime: 1000 * 60 } }, -}); diff --git a/libs/ousd/shared/src/clients/sentry.ts b/libs/ousd/shared/src/clients/sentry.ts deleted file mode 100644 index 784fce124..000000000 --- a/libs/ousd/shared/src/clients/sentry.ts +++ /dev/null @@ -1,27 +0,0 @@ -import { isNilOrEmpty } from '@origin/shared/utils'; -import { - captureException, - globalHandlersIntegration, - init, -} from '@sentry/react'; - -export const registerSentry = () => { - if (!isNilOrEmpty(import.meta.env.VITE_SENTRY_DSN?.trim())) { - init({ - dsn: import.meta.env.VITE_SENTRY_DSN, - enableTracing: false, - defaultIntegrations: false, - integrations: [ - globalHandlersIntegration({ - onerror: false, - onunhandledrejection: false, - }), - ], - }); - console.log('Sentry initialized'); - } -}; - -export const trackSentryError = (error: Error) => { - captureException(error); -}; diff --git a/libs/ousd/shared/src/clients/wagmi.ts b/libs/ousd/shared/src/clients/wagmi.ts deleted file mode 100644 index c0c2dbbb9..000000000 --- a/libs/ousd/shared/src/clients/wagmi.ts +++ /dev/null @@ -1,52 +0,0 @@ -import { isNilOrEmpty } from '@origin/shared/utils'; -import { connectorsForWallets } from '@rainbow-me/rainbowkit'; -import { - coinbaseWallet, - ledgerWallet, - metaMaskWallet, - rabbyWallet, - safepalWallet, - safeWallet, - trustWallet, - walletConnectWallet, -} from '@rainbow-me/rainbowkit/wallets'; -import { createConfig, fallback, http } from 'wagmi'; -import { mainnet } from 'wagmi/chains'; - -const connectors = connectorsForWallets( - [ - { - groupName: 'Supported', - wallets: [ - metaMaskWallet, - rabbyWallet, - walletConnectWallet, - coinbaseWallet, - safeWallet, - ledgerWallet, - safepalWallet, - trustWallet, - ], - }, - ], - { - appName: 'OUSD', - projectId: import.meta.env.VITE_WALLET_CONNECT_PROJECT_ID, - }, -); -export const wagmiConfig = createConfig({ - chains: [mainnet], - connectors, - transports: { - [mainnet.id]: isNilOrEmpty(import.meta.env?.VITE_CUSTOM_RPC) - ? fallback([ - http( - `${import.meta.env.VITE_ALCHEMY_RPC}${ - import.meta.env.VITE_ALCHEMY_ID - }`, - ), - http(), - ]) - : http(import.meta.env.VITE_CUSTOM_RPC), - }, -}); diff --git a/libs/ousd/shared/src/components/ApyHeader/index.tsx b/libs/ousd/shared/src/components/ApyHeader/index.tsx deleted file mode 100644 index 41d2705eb..000000000 --- a/libs/ousd/shared/src/components/ApyHeader/index.tsx +++ /dev/null @@ -1,150 +0,0 @@ -import { useEffect, useRef, useState } from 'react'; - -import { - alpha, - Box, - Button, - Menu, - MenuItem, - Skeleton, - Stack, -} from '@mui/material'; -import { LoadingLabel } from '@origin/shared/components'; -import { Dropdown } from '@origin/shared/icons'; -import { isNilOrEmpty } from '@origin/shared/utils'; -import { defineMessage, useIntl } from 'react-intl'; - -import { trackEvent } from '../../clients'; -import { useApiesQuery } from './queries.generated'; - -import type { StackProps } from '@mui/material'; - -const trailingOptions = [ - { - label: defineMessage({ defaultMessage: '30-Day Trailing APY' }), - value: 30, - }, - { label: defineMessage({ defaultMessage: '7-Day Trailing APY' }), value: 7 }, -]; - -export const ApyHeader = (props: StackProps) => { - const intl = useIntl(); - const once = useRef(false); - const [trailing, setTrailing] = useState< - (typeof trailingOptions)[number] | null - >(null); - const [anchorEl, setAnchorEl] = useState(null); - const { data: apy, isLoading: apyLoading } = useApiesQuery( - { - limit: 1, - }, - { - select: (data) => data.oTokenApies[0], - }, - ); - - useEffect(() => { - if (!once.current && !apyLoading && apy?.apy30DayAvg && apy?.apy7DayAvg) { - setTrailing(trailingOptions[apy?.apy30DayAvg > apy?.apy7DayAvg ? 0 : 1]); - once.current = true; - } - }, [apy, apyLoading]); - - return ( - - - {intl.formatNumber( - trailing?.value === 30 - ? (apy?.apy30DayAvg ?? 0) - : (apy?.apy7DayAvg ?? 0), - { - minimumFractionDigits: 2, - maximumFractionDigits: 2, - style: 'percent', - }, - )} - - - { - setAnchorEl(null); - }} - MenuListProps={{ dense: true }} - > - {trailingOptions - .filter((t) => t.value !== trailing?.value) - .map((t) => ( - { - setTrailing(t); - setAnchorEl(null); - trackEvent({ - name: 'change_apy', - change_apy_to: t.value, - }); - }} - sx={{ height: 40, width: 172 }} - > - {intl.formatMessage(t.label)} - - ))} - - - ); -}; diff --git a/libs/ousd/shared/src/components/ApyHeader/queries.generated.ts b/libs/ousd/shared/src/components/ApyHeader/queries.generated.ts deleted file mode 100644 index a8afe42e7..000000000 --- a/libs/ousd/shared/src/components/ApyHeader/queries.generated.ts +++ /dev/null @@ -1,48 +0,0 @@ -import * as Types from '@origin/ousd/shared'; - -import { useQuery, UseQueryOptions } from '@tanstack/react-query'; -import { graphqlClient } from '@origin/ousd/shared'; -export type ApiesQueryVariables = Types.Exact<{ - limit?: Types.InputMaybe; -}>; - - -export type ApiesQuery = { __typename?: 'Query', oTokenApies: Array<{ __typename?: 'OTokenAPY', id: string, timestamp: string, apy7DayAvg: number, apy30DayAvg: number }> }; - - - -export const ApiesDocument = ` - query Apies($limit: Int) { - oTokenApies( - limit: $limit - orderBy: timestamp_DESC - where: {chainId_eq: 1, otoken_eq: "0x2a8e1e676ec238d8a992307b495b45b3feaa5e86"} - ) { - id - timestamp - apy7DayAvg - apy30DayAvg - } -} - `; - -export const useApiesQuery = < - TData = ApiesQuery, - TError = unknown - >( - variables?: ApiesQueryVariables, - options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] } - ) => { - - return useQuery( - { - queryKey: variables === undefined ? ['Apies'] : ['Apies', variables], - queryFn: graphqlClient(ApiesDocument, variables), - ...options - } - )}; - -useApiesQuery.getKey = (variables?: ApiesQueryVariables) => variables === undefined ? ['Apies'] : ['Apies', variables]; - - -useApiesQuery.fetcher = (variables?: ApiesQueryVariables, options?: RequestInit['headers']) => graphqlClient(ApiesDocument, variables, options); diff --git a/libs/ousd/shared/src/components/ApyHeader/queries.graphql b/libs/ousd/shared/src/components/ApyHeader/queries.graphql deleted file mode 100644 index 78a5f6e01..000000000 --- a/libs/ousd/shared/src/components/ApyHeader/queries.graphql +++ /dev/null @@ -1,12 +0,0 @@ -query Apies($limit: Int) { - oTokenApies( - limit: $limit, - orderBy: timestamp_DESC, - where: { chainId_eq: 1, otoken_eq: "0x2a8e1e676ec238d8a992307b495b45b3feaa5e86" } - ) { - id - timestamp - apy7DayAvg - apy30DayAvg - } -} diff --git a/libs/ousd/shared/src/components/index.ts b/libs/ousd/shared/src/components/index.ts deleted file mode 100644 index af0c3402d..000000000 --- a/libs/ousd/shared/src/components/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './ApyHeader'; diff --git a/libs/ousd/shared/src/generated/graphql.ts b/libs/ousd/shared/src/generated/graphql.ts deleted file mode 100644 index 62555c749..000000000 --- a/libs/ousd/shared/src/generated/graphql.ts +++ /dev/null @@ -1,19422 +0,0 @@ -export type Maybe = T | null; -export type InputMaybe = Maybe; -export type Exact = { [K in keyof T]: T[K] }; -export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; -export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; -export type MakeEmpty = { [_ in K]?: never }; -export type Incremental = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never }; -/** All built-in and custom scalars, mapped to their actual values */ -export type Scalars = { - ID: { input: string; output: string; } - String: { input: string; output: string; } - Boolean: { input: boolean; output: boolean; } - Int: { input: number; output: number; } - Float: { input: number; output: number; } - BigInt: { input: string; output: string; } - DateTime: { input: string; output: string; } - JSON: { input: any; output: any; } -}; - -export type Balance = { - __typename?: 'Balance'; - asset: Scalars['String']['output']; - balance: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type BalancerPool = { - __typename?: 'BalancerPool'; - address: Scalars['String']['output']; - id: Scalars['String']['output']; - name: Scalars['String']['output']; - token0: Scalars['String']['output']; - token1: Scalars['String']['output']; - token2?: Maybe; - token3?: Maybe; - tokenCount: Scalars['Int']['output']; -}; - -export type BalancerPoolBalance = { - __typename?: 'BalancerPoolBalance'; - address: Scalars['String']['output']; - balance0: Scalars['BigInt']['output']; - balance1: Scalars['BigInt']['output']; - balance2: Scalars['BigInt']['output']; - balance3: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type BalancerPoolBalanceEdge = { - __typename?: 'BalancerPoolBalanceEdge'; - cursor: Scalars['String']['output']; - node: BalancerPoolBalance; -}; - -export enum BalancerPoolBalanceOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - Balance0Asc = 'balance0_ASC', - Balance0AscNullsFirst = 'balance0_ASC_NULLS_FIRST', - Balance0AscNullsLast = 'balance0_ASC_NULLS_LAST', - Balance0Desc = 'balance0_DESC', - Balance0DescNullsFirst = 'balance0_DESC_NULLS_FIRST', - Balance0DescNullsLast = 'balance0_DESC_NULLS_LAST', - Balance1Asc = 'balance1_ASC', - Balance1AscNullsFirst = 'balance1_ASC_NULLS_FIRST', - Balance1AscNullsLast = 'balance1_ASC_NULLS_LAST', - Balance1Desc = 'balance1_DESC', - Balance1DescNullsFirst = 'balance1_DESC_NULLS_FIRST', - Balance1DescNullsLast = 'balance1_DESC_NULLS_LAST', - Balance2Asc = 'balance2_ASC', - Balance2AscNullsFirst = 'balance2_ASC_NULLS_FIRST', - Balance2AscNullsLast = 'balance2_ASC_NULLS_LAST', - Balance2Desc = 'balance2_DESC', - Balance2DescNullsFirst = 'balance2_DESC_NULLS_FIRST', - Balance2DescNullsLast = 'balance2_DESC_NULLS_LAST', - Balance3Asc = 'balance3_ASC', - Balance3AscNullsFirst = 'balance3_ASC_NULLS_FIRST', - Balance3AscNullsLast = 'balance3_ASC_NULLS_LAST', - Balance3Desc = 'balance3_DESC', - Balance3DescNullsFirst = 'balance3_DESC_NULLS_FIRST', - Balance3DescNullsLast = 'balance3_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type BalancerPoolBalanceWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - balance0_eq?: InputMaybe; - balance0_gt?: InputMaybe; - balance0_gte?: InputMaybe; - balance0_in?: InputMaybe>; - balance0_isNull?: InputMaybe; - balance0_lt?: InputMaybe; - balance0_lte?: InputMaybe; - balance0_not_eq?: InputMaybe; - balance0_not_in?: InputMaybe>; - balance1_eq?: InputMaybe; - balance1_gt?: InputMaybe; - balance1_gte?: InputMaybe; - balance1_in?: InputMaybe>; - balance1_isNull?: InputMaybe; - balance1_lt?: InputMaybe; - balance1_lte?: InputMaybe; - balance1_not_eq?: InputMaybe; - balance1_not_in?: InputMaybe>; - balance2_eq?: InputMaybe; - balance2_gt?: InputMaybe; - balance2_gte?: InputMaybe; - balance2_in?: InputMaybe>; - balance2_isNull?: InputMaybe; - balance2_lt?: InputMaybe; - balance2_lte?: InputMaybe; - balance2_not_eq?: InputMaybe; - balance2_not_in?: InputMaybe>; - balance3_eq?: InputMaybe; - balance3_gt?: InputMaybe; - balance3_gte?: InputMaybe; - balance3_in?: InputMaybe>; - balance3_isNull?: InputMaybe; - balance3_lt?: InputMaybe; - balance3_lte?: InputMaybe; - balance3_not_eq?: InputMaybe; - balance3_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type BalancerPoolBalancesConnection = { - __typename?: 'BalancerPoolBalancesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type BalancerPoolEdge = { - __typename?: 'BalancerPoolEdge'; - cursor: Scalars['String']['output']; - node: BalancerPool; -}; - -export enum BalancerPoolOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - NameAsc = 'name_ASC', - NameAscNullsFirst = 'name_ASC_NULLS_FIRST', - NameAscNullsLast = 'name_ASC_NULLS_LAST', - NameDesc = 'name_DESC', - NameDescNullsFirst = 'name_DESC_NULLS_FIRST', - NameDescNullsLast = 'name_DESC_NULLS_LAST', - Token0Asc = 'token0_ASC', - Token0AscNullsFirst = 'token0_ASC_NULLS_FIRST', - Token0AscNullsLast = 'token0_ASC_NULLS_LAST', - Token0Desc = 'token0_DESC', - Token0DescNullsFirst = 'token0_DESC_NULLS_FIRST', - Token0DescNullsLast = 'token0_DESC_NULLS_LAST', - Token1Asc = 'token1_ASC', - Token1AscNullsFirst = 'token1_ASC_NULLS_FIRST', - Token1AscNullsLast = 'token1_ASC_NULLS_LAST', - Token1Desc = 'token1_DESC', - Token1DescNullsFirst = 'token1_DESC_NULLS_FIRST', - Token1DescNullsLast = 'token1_DESC_NULLS_LAST', - Token2Asc = 'token2_ASC', - Token2AscNullsFirst = 'token2_ASC_NULLS_FIRST', - Token2AscNullsLast = 'token2_ASC_NULLS_LAST', - Token2Desc = 'token2_DESC', - Token2DescNullsFirst = 'token2_DESC_NULLS_FIRST', - Token2DescNullsLast = 'token2_DESC_NULLS_LAST', - Token3Asc = 'token3_ASC', - Token3AscNullsFirst = 'token3_ASC_NULLS_FIRST', - Token3AscNullsLast = 'token3_ASC_NULLS_LAST', - Token3Desc = 'token3_DESC', - Token3DescNullsFirst = 'token3_DESC_NULLS_FIRST', - Token3DescNullsLast = 'token3_DESC_NULLS_LAST', - TokenCountAsc = 'tokenCount_ASC', - TokenCountAscNullsFirst = 'tokenCount_ASC_NULLS_FIRST', - TokenCountAscNullsLast = 'tokenCount_ASC_NULLS_LAST', - TokenCountDesc = 'tokenCount_DESC', - TokenCountDescNullsFirst = 'tokenCount_DESC_NULLS_FIRST', - TokenCountDescNullsLast = 'tokenCount_DESC_NULLS_LAST' -} - -export type BalancerPoolRate = { - __typename?: 'BalancerPoolRate'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - rate0: Scalars['BigInt']['output']; - rate1: Scalars['BigInt']['output']; - rate2: Scalars['BigInt']['output']; - rate3: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type BalancerPoolRateEdge = { - __typename?: 'BalancerPoolRateEdge'; - cursor: Scalars['String']['output']; - node: BalancerPoolRate; -}; - -export enum BalancerPoolRateOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - Rate0Asc = 'rate0_ASC', - Rate0AscNullsFirst = 'rate0_ASC_NULLS_FIRST', - Rate0AscNullsLast = 'rate0_ASC_NULLS_LAST', - Rate0Desc = 'rate0_DESC', - Rate0DescNullsFirst = 'rate0_DESC_NULLS_FIRST', - Rate0DescNullsLast = 'rate0_DESC_NULLS_LAST', - Rate1Asc = 'rate1_ASC', - Rate1AscNullsFirst = 'rate1_ASC_NULLS_FIRST', - Rate1AscNullsLast = 'rate1_ASC_NULLS_LAST', - Rate1Desc = 'rate1_DESC', - Rate1DescNullsFirst = 'rate1_DESC_NULLS_FIRST', - Rate1DescNullsLast = 'rate1_DESC_NULLS_LAST', - Rate2Asc = 'rate2_ASC', - Rate2AscNullsFirst = 'rate2_ASC_NULLS_FIRST', - Rate2AscNullsLast = 'rate2_ASC_NULLS_LAST', - Rate2Desc = 'rate2_DESC', - Rate2DescNullsFirst = 'rate2_DESC_NULLS_FIRST', - Rate2DescNullsLast = 'rate2_DESC_NULLS_LAST', - Rate3Asc = 'rate3_ASC', - Rate3AscNullsFirst = 'rate3_ASC_NULLS_FIRST', - Rate3AscNullsLast = 'rate3_ASC_NULLS_LAST', - Rate3Desc = 'rate3_DESC', - Rate3DescNullsFirst = 'rate3_DESC_NULLS_FIRST', - Rate3DescNullsLast = 'rate3_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type BalancerPoolRateWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - rate0_eq?: InputMaybe; - rate0_gt?: InputMaybe; - rate0_gte?: InputMaybe; - rate0_in?: InputMaybe>; - rate0_isNull?: InputMaybe; - rate0_lt?: InputMaybe; - rate0_lte?: InputMaybe; - rate0_not_eq?: InputMaybe; - rate0_not_in?: InputMaybe>; - rate1_eq?: InputMaybe; - rate1_gt?: InputMaybe; - rate1_gte?: InputMaybe; - rate1_in?: InputMaybe>; - rate1_isNull?: InputMaybe; - rate1_lt?: InputMaybe; - rate1_lte?: InputMaybe; - rate1_not_eq?: InputMaybe; - rate1_not_in?: InputMaybe>; - rate2_eq?: InputMaybe; - rate2_gt?: InputMaybe; - rate2_gte?: InputMaybe; - rate2_in?: InputMaybe>; - rate2_isNull?: InputMaybe; - rate2_lt?: InputMaybe; - rate2_lte?: InputMaybe; - rate2_not_eq?: InputMaybe; - rate2_not_in?: InputMaybe>; - rate3_eq?: InputMaybe; - rate3_gt?: InputMaybe; - rate3_gte?: InputMaybe; - rate3_in?: InputMaybe>; - rate3_isNull?: InputMaybe; - rate3_lt?: InputMaybe; - rate3_lte?: InputMaybe; - rate3_not_eq?: InputMaybe; - rate3_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type BalancerPoolRatesConnection = { - __typename?: 'BalancerPoolRatesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type BalancerPoolWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - name_contains?: InputMaybe; - name_containsInsensitive?: InputMaybe; - name_endsWith?: InputMaybe; - name_eq?: InputMaybe; - name_gt?: InputMaybe; - name_gte?: InputMaybe; - name_in?: InputMaybe>; - name_isNull?: InputMaybe; - name_lt?: InputMaybe; - name_lte?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_containsInsensitive?: InputMaybe; - name_not_endsWith?: InputMaybe; - name_not_eq?: InputMaybe; - name_not_in?: InputMaybe>; - name_not_startsWith?: InputMaybe; - name_startsWith?: InputMaybe; - token0_contains?: InputMaybe; - token0_containsInsensitive?: InputMaybe; - token0_endsWith?: InputMaybe; - token0_eq?: InputMaybe; - token0_gt?: InputMaybe; - token0_gte?: InputMaybe; - token0_in?: InputMaybe>; - token0_isNull?: InputMaybe; - token0_lt?: InputMaybe; - token0_lte?: InputMaybe; - token0_not_contains?: InputMaybe; - token0_not_containsInsensitive?: InputMaybe; - token0_not_endsWith?: InputMaybe; - token0_not_eq?: InputMaybe; - token0_not_in?: InputMaybe>; - token0_not_startsWith?: InputMaybe; - token0_startsWith?: InputMaybe; - token1_contains?: InputMaybe; - token1_containsInsensitive?: InputMaybe; - token1_endsWith?: InputMaybe; - token1_eq?: InputMaybe; - token1_gt?: InputMaybe; - token1_gte?: InputMaybe; - token1_in?: InputMaybe>; - token1_isNull?: InputMaybe; - token1_lt?: InputMaybe; - token1_lte?: InputMaybe; - token1_not_contains?: InputMaybe; - token1_not_containsInsensitive?: InputMaybe; - token1_not_endsWith?: InputMaybe; - token1_not_eq?: InputMaybe; - token1_not_in?: InputMaybe>; - token1_not_startsWith?: InputMaybe; - token1_startsWith?: InputMaybe; - token2_contains?: InputMaybe; - token2_containsInsensitive?: InputMaybe; - token2_endsWith?: InputMaybe; - token2_eq?: InputMaybe; - token2_gt?: InputMaybe; - token2_gte?: InputMaybe; - token2_in?: InputMaybe>; - token2_isNull?: InputMaybe; - token2_lt?: InputMaybe; - token2_lte?: InputMaybe; - token2_not_contains?: InputMaybe; - token2_not_containsInsensitive?: InputMaybe; - token2_not_endsWith?: InputMaybe; - token2_not_eq?: InputMaybe; - token2_not_in?: InputMaybe>; - token2_not_startsWith?: InputMaybe; - token2_startsWith?: InputMaybe; - token3_contains?: InputMaybe; - token3_containsInsensitive?: InputMaybe; - token3_endsWith?: InputMaybe; - token3_eq?: InputMaybe; - token3_gt?: InputMaybe; - token3_gte?: InputMaybe; - token3_in?: InputMaybe>; - token3_isNull?: InputMaybe; - token3_lt?: InputMaybe; - token3_lte?: InputMaybe; - token3_not_contains?: InputMaybe; - token3_not_containsInsensitive?: InputMaybe; - token3_not_endsWith?: InputMaybe; - token3_not_eq?: InputMaybe; - token3_not_in?: InputMaybe>; - token3_not_startsWith?: InputMaybe; - token3_startsWith?: InputMaybe; - tokenCount_eq?: InputMaybe; - tokenCount_gt?: InputMaybe; - tokenCount_gte?: InputMaybe; - tokenCount_in?: InputMaybe>; - tokenCount_isNull?: InputMaybe; - tokenCount_lt?: InputMaybe; - tokenCount_lte?: InputMaybe; - tokenCount_not_eq?: InputMaybe; - tokenCount_not_in?: InputMaybe>; -}; - -export type BalancerPoolsConnection = { - __typename?: 'BalancerPoolsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type BeaconDepositEvent = { - __typename?: 'BeaconDepositEvent'; - address: Scalars['String']['output']; - amount: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - caller: Scalars['String']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - index: Scalars['String']['output']; - pubkey: BeaconDepositPubkey; - signature: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; - withdrawalCredentials: Scalars['String']['output']; -}; - -export type BeaconDepositEventEdge = { - __typename?: 'BeaconDepositEventEdge'; - cursor: Scalars['String']['output']; - node: BeaconDepositEvent; -}; - -export enum BeaconDepositEventOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - CallerAsc = 'caller_ASC', - CallerAscNullsFirst = 'caller_ASC_NULLS_FIRST', - CallerAscNullsLast = 'caller_ASC_NULLS_LAST', - CallerDesc = 'caller_DESC', - CallerDescNullsFirst = 'caller_DESC_NULLS_FIRST', - CallerDescNullsLast = 'caller_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - IndexAsc = 'index_ASC', - IndexAscNullsFirst = 'index_ASC_NULLS_FIRST', - IndexAscNullsLast = 'index_ASC_NULLS_LAST', - IndexDesc = 'index_DESC', - IndexDescNullsFirst = 'index_DESC_NULLS_FIRST', - IndexDescNullsLast = 'index_DESC_NULLS_LAST', - PubkeyCountAsc = 'pubkey_count_ASC', - PubkeyCountAscNullsFirst = 'pubkey_count_ASC_NULLS_FIRST', - PubkeyCountAscNullsLast = 'pubkey_count_ASC_NULLS_LAST', - PubkeyCountDesc = 'pubkey_count_DESC', - PubkeyCountDescNullsFirst = 'pubkey_count_DESC_NULLS_FIRST', - PubkeyCountDescNullsLast = 'pubkey_count_DESC_NULLS_LAST', - PubkeyCreateDateAsc = 'pubkey_createDate_ASC', - PubkeyCreateDateAscNullsFirst = 'pubkey_createDate_ASC_NULLS_FIRST', - PubkeyCreateDateAscNullsLast = 'pubkey_createDate_ASC_NULLS_LAST', - PubkeyCreateDateDesc = 'pubkey_createDate_DESC', - PubkeyCreateDateDescNullsFirst = 'pubkey_createDate_DESC_NULLS_FIRST', - PubkeyCreateDateDescNullsLast = 'pubkey_createDate_DESC_NULLS_LAST', - PubkeyIdAsc = 'pubkey_id_ASC', - PubkeyIdAscNullsFirst = 'pubkey_id_ASC_NULLS_FIRST', - PubkeyIdAscNullsLast = 'pubkey_id_ASC_NULLS_LAST', - PubkeyIdDesc = 'pubkey_id_DESC', - PubkeyIdDescNullsFirst = 'pubkey_id_DESC_NULLS_FIRST', - PubkeyIdDescNullsLast = 'pubkey_id_DESC_NULLS_LAST', - PubkeyLastUpdatedAsc = 'pubkey_lastUpdated_ASC', - PubkeyLastUpdatedAscNullsFirst = 'pubkey_lastUpdated_ASC_NULLS_FIRST', - PubkeyLastUpdatedAscNullsLast = 'pubkey_lastUpdated_ASC_NULLS_LAST', - PubkeyLastUpdatedDesc = 'pubkey_lastUpdated_DESC', - PubkeyLastUpdatedDescNullsFirst = 'pubkey_lastUpdated_DESC_NULLS_FIRST', - PubkeyLastUpdatedDescNullsLast = 'pubkey_lastUpdated_DESC_NULLS_LAST', - SignatureAsc = 'signature_ASC', - SignatureAscNullsFirst = 'signature_ASC_NULLS_FIRST', - SignatureAscNullsLast = 'signature_ASC_NULLS_LAST', - SignatureDesc = 'signature_DESC', - SignatureDescNullsFirst = 'signature_DESC_NULLS_FIRST', - SignatureDescNullsLast = 'signature_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST', - WithdrawalCredentialsAsc = 'withdrawalCredentials_ASC', - WithdrawalCredentialsAscNullsFirst = 'withdrawalCredentials_ASC_NULLS_FIRST', - WithdrawalCredentialsAscNullsLast = 'withdrawalCredentials_ASC_NULLS_LAST', - WithdrawalCredentialsDesc = 'withdrawalCredentials_DESC', - WithdrawalCredentialsDescNullsFirst = 'withdrawalCredentials_DESC_NULLS_FIRST', - WithdrawalCredentialsDescNullsLast = 'withdrawalCredentials_DESC_NULLS_LAST' -} - -export type BeaconDepositEventWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - amount_contains?: InputMaybe; - amount_containsInsensitive?: InputMaybe; - amount_endsWith?: InputMaybe; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_contains?: InputMaybe; - amount_not_containsInsensitive?: InputMaybe; - amount_not_endsWith?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - amount_not_startsWith?: InputMaybe; - amount_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_containsInsensitive?: InputMaybe; - caller_endsWith?: InputMaybe; - caller_eq?: InputMaybe; - caller_gt?: InputMaybe; - caller_gte?: InputMaybe; - caller_in?: InputMaybe>; - caller_isNull?: InputMaybe; - caller_lt?: InputMaybe; - caller_lte?: InputMaybe; - caller_not_contains?: InputMaybe; - caller_not_containsInsensitive?: InputMaybe; - caller_not_endsWith?: InputMaybe; - caller_not_eq?: InputMaybe; - caller_not_in?: InputMaybe>; - caller_not_startsWith?: InputMaybe; - caller_startsWith?: InputMaybe; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - index_contains?: InputMaybe; - index_containsInsensitive?: InputMaybe; - index_endsWith?: InputMaybe; - index_eq?: InputMaybe; - index_gt?: InputMaybe; - index_gte?: InputMaybe; - index_in?: InputMaybe>; - index_isNull?: InputMaybe; - index_lt?: InputMaybe; - index_lte?: InputMaybe; - index_not_contains?: InputMaybe; - index_not_containsInsensitive?: InputMaybe; - index_not_endsWith?: InputMaybe; - index_not_eq?: InputMaybe; - index_not_in?: InputMaybe>; - index_not_startsWith?: InputMaybe; - index_startsWith?: InputMaybe; - pubkey?: InputMaybe; - pubkey_isNull?: InputMaybe; - signature_contains?: InputMaybe; - signature_containsInsensitive?: InputMaybe; - signature_endsWith?: InputMaybe; - signature_eq?: InputMaybe; - signature_gt?: InputMaybe; - signature_gte?: InputMaybe; - signature_in?: InputMaybe>; - signature_isNull?: InputMaybe; - signature_lt?: InputMaybe; - signature_lte?: InputMaybe; - signature_not_contains?: InputMaybe; - signature_not_containsInsensitive?: InputMaybe; - signature_not_endsWith?: InputMaybe; - signature_not_eq?: InputMaybe; - signature_not_in?: InputMaybe>; - signature_not_startsWith?: InputMaybe; - signature_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; - withdrawalCredentials_contains?: InputMaybe; - withdrawalCredentials_containsInsensitive?: InputMaybe; - withdrawalCredentials_endsWith?: InputMaybe; - withdrawalCredentials_eq?: InputMaybe; - withdrawalCredentials_gt?: InputMaybe; - withdrawalCredentials_gte?: InputMaybe; - withdrawalCredentials_in?: InputMaybe>; - withdrawalCredentials_isNull?: InputMaybe; - withdrawalCredentials_lt?: InputMaybe; - withdrawalCredentials_lte?: InputMaybe; - withdrawalCredentials_not_contains?: InputMaybe; - withdrawalCredentials_not_containsInsensitive?: InputMaybe; - withdrawalCredentials_not_endsWith?: InputMaybe; - withdrawalCredentials_not_eq?: InputMaybe; - withdrawalCredentials_not_in?: InputMaybe>; - withdrawalCredentials_not_startsWith?: InputMaybe; - withdrawalCredentials_startsWith?: InputMaybe; -}; - -export type BeaconDepositEventsConnection = { - __typename?: 'BeaconDepositEventsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type BeaconDepositPubkey = { - __typename?: 'BeaconDepositPubkey'; - count: Scalars['Int']['output']; - createDate: Scalars['DateTime']['output']; - deposits: Array; - id: Scalars['String']['output']; - lastUpdated: Scalars['DateTime']['output']; -}; - - -export type BeaconDepositPubkeyDepositsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type BeaconDepositPubkeyEdge = { - __typename?: 'BeaconDepositPubkeyEdge'; - cursor: Scalars['String']['output']; - node: BeaconDepositPubkey; -}; - -export enum BeaconDepositPubkeyOrderByInput { - CountAsc = 'count_ASC', - CountAscNullsFirst = 'count_ASC_NULLS_FIRST', - CountAscNullsLast = 'count_ASC_NULLS_LAST', - CountDesc = 'count_DESC', - CountDescNullsFirst = 'count_DESC_NULLS_FIRST', - CountDescNullsLast = 'count_DESC_NULLS_LAST', - CreateDateAsc = 'createDate_ASC', - CreateDateAscNullsFirst = 'createDate_ASC_NULLS_FIRST', - CreateDateAscNullsLast = 'createDate_ASC_NULLS_LAST', - CreateDateDesc = 'createDate_DESC', - CreateDateDescNullsFirst = 'createDate_DESC_NULLS_FIRST', - CreateDateDescNullsLast = 'createDate_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - LastUpdatedAsc = 'lastUpdated_ASC', - LastUpdatedAscNullsFirst = 'lastUpdated_ASC_NULLS_FIRST', - LastUpdatedAscNullsLast = 'lastUpdated_ASC_NULLS_LAST', - LastUpdatedDesc = 'lastUpdated_DESC', - LastUpdatedDescNullsFirst = 'lastUpdated_DESC_NULLS_FIRST', - LastUpdatedDescNullsLast = 'lastUpdated_DESC_NULLS_LAST' -} - -export type BeaconDepositPubkeyWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - count_eq?: InputMaybe; - count_gt?: InputMaybe; - count_gte?: InputMaybe; - count_in?: InputMaybe>; - count_isNull?: InputMaybe; - count_lt?: InputMaybe; - count_lte?: InputMaybe; - count_not_eq?: InputMaybe; - count_not_in?: InputMaybe>; - createDate_eq?: InputMaybe; - createDate_gt?: InputMaybe; - createDate_gte?: InputMaybe; - createDate_in?: InputMaybe>; - createDate_isNull?: InputMaybe; - createDate_lt?: InputMaybe; - createDate_lte?: InputMaybe; - createDate_not_eq?: InputMaybe; - createDate_not_in?: InputMaybe>; - deposits_every?: InputMaybe; - deposits_none?: InputMaybe; - deposits_some?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - lastUpdated_eq?: InputMaybe; - lastUpdated_gt?: InputMaybe; - lastUpdated_gte?: InputMaybe; - lastUpdated_in?: InputMaybe>; - lastUpdated_isNull?: InputMaybe; - lastUpdated_lt?: InputMaybe; - lastUpdated_lte?: InputMaybe; - lastUpdated_not_eq?: InputMaybe; - lastUpdated_not_in?: InputMaybe>; -}; - -export type BeaconDepositPubkeysConnection = { - __typename?: 'BeaconDepositPubkeysConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type BridgeTransfer = { - __typename?: 'BridgeTransfer'; - amountIn: Scalars['BigInt']['output']; - amountOut: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - bridge: Scalars['String']['output']; - chainIn: Scalars['Int']['output']; - chainOut: Scalars['Int']['output']; - id: Scalars['String']['output']; - messageId: Scalars['String']['output']; - receiver: Scalars['String']['output']; - sender: Scalars['String']['output']; - state: Scalars['Int']['output']; - timestamp: Scalars['DateTime']['output']; - tokenIn: Scalars['String']['output']; - tokenOut: Scalars['String']['output']; - transactor: Scalars['String']['output']; - txHashIn: Scalars['String']['output']; - txHashOut?: Maybe; -}; - -export type BridgeTransferEdge = { - __typename?: 'BridgeTransferEdge'; - cursor: Scalars['String']['output']; - node: BridgeTransfer; -}; - -export enum BridgeTransferOrderByInput { - AmountInAsc = 'amountIn_ASC', - AmountInAscNullsFirst = 'amountIn_ASC_NULLS_FIRST', - AmountInAscNullsLast = 'amountIn_ASC_NULLS_LAST', - AmountInDesc = 'amountIn_DESC', - AmountInDescNullsFirst = 'amountIn_DESC_NULLS_FIRST', - AmountInDescNullsLast = 'amountIn_DESC_NULLS_LAST', - AmountOutAsc = 'amountOut_ASC', - AmountOutAscNullsFirst = 'amountOut_ASC_NULLS_FIRST', - AmountOutAscNullsLast = 'amountOut_ASC_NULLS_LAST', - AmountOutDesc = 'amountOut_DESC', - AmountOutDescNullsFirst = 'amountOut_DESC_NULLS_FIRST', - AmountOutDescNullsLast = 'amountOut_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - BridgeAsc = 'bridge_ASC', - BridgeAscNullsFirst = 'bridge_ASC_NULLS_FIRST', - BridgeAscNullsLast = 'bridge_ASC_NULLS_LAST', - BridgeDesc = 'bridge_DESC', - BridgeDescNullsFirst = 'bridge_DESC_NULLS_FIRST', - BridgeDescNullsLast = 'bridge_DESC_NULLS_LAST', - ChainInAsc = 'chainIn_ASC', - ChainInAscNullsFirst = 'chainIn_ASC_NULLS_FIRST', - ChainInAscNullsLast = 'chainIn_ASC_NULLS_LAST', - ChainInDesc = 'chainIn_DESC', - ChainInDescNullsFirst = 'chainIn_DESC_NULLS_FIRST', - ChainInDescNullsLast = 'chainIn_DESC_NULLS_LAST', - ChainOutAsc = 'chainOut_ASC', - ChainOutAscNullsFirst = 'chainOut_ASC_NULLS_FIRST', - ChainOutAscNullsLast = 'chainOut_ASC_NULLS_LAST', - ChainOutDesc = 'chainOut_DESC', - ChainOutDescNullsFirst = 'chainOut_DESC_NULLS_FIRST', - ChainOutDescNullsLast = 'chainOut_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - MessageIdAsc = 'messageId_ASC', - MessageIdAscNullsFirst = 'messageId_ASC_NULLS_FIRST', - MessageIdAscNullsLast = 'messageId_ASC_NULLS_LAST', - MessageIdDesc = 'messageId_DESC', - MessageIdDescNullsFirst = 'messageId_DESC_NULLS_FIRST', - MessageIdDescNullsLast = 'messageId_DESC_NULLS_LAST', - ReceiverAsc = 'receiver_ASC', - ReceiverAscNullsFirst = 'receiver_ASC_NULLS_FIRST', - ReceiverAscNullsLast = 'receiver_ASC_NULLS_LAST', - ReceiverDesc = 'receiver_DESC', - ReceiverDescNullsFirst = 'receiver_DESC_NULLS_FIRST', - ReceiverDescNullsLast = 'receiver_DESC_NULLS_LAST', - SenderAsc = 'sender_ASC', - SenderAscNullsFirst = 'sender_ASC_NULLS_FIRST', - SenderAscNullsLast = 'sender_ASC_NULLS_LAST', - SenderDesc = 'sender_DESC', - SenderDescNullsFirst = 'sender_DESC_NULLS_FIRST', - SenderDescNullsLast = 'sender_DESC_NULLS_LAST', - StateAsc = 'state_ASC', - StateAscNullsFirst = 'state_ASC_NULLS_FIRST', - StateAscNullsLast = 'state_ASC_NULLS_LAST', - StateDesc = 'state_DESC', - StateDescNullsFirst = 'state_DESC_NULLS_FIRST', - StateDescNullsLast = 'state_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TokenInAsc = 'tokenIn_ASC', - TokenInAscNullsFirst = 'tokenIn_ASC_NULLS_FIRST', - TokenInAscNullsLast = 'tokenIn_ASC_NULLS_LAST', - TokenInDesc = 'tokenIn_DESC', - TokenInDescNullsFirst = 'tokenIn_DESC_NULLS_FIRST', - TokenInDescNullsLast = 'tokenIn_DESC_NULLS_LAST', - TokenOutAsc = 'tokenOut_ASC', - TokenOutAscNullsFirst = 'tokenOut_ASC_NULLS_FIRST', - TokenOutAscNullsLast = 'tokenOut_ASC_NULLS_LAST', - TokenOutDesc = 'tokenOut_DESC', - TokenOutDescNullsFirst = 'tokenOut_DESC_NULLS_FIRST', - TokenOutDescNullsLast = 'tokenOut_DESC_NULLS_LAST', - TransactorAsc = 'transactor_ASC', - TransactorAscNullsFirst = 'transactor_ASC_NULLS_FIRST', - TransactorAscNullsLast = 'transactor_ASC_NULLS_LAST', - TransactorDesc = 'transactor_DESC', - TransactorDescNullsFirst = 'transactor_DESC_NULLS_FIRST', - TransactorDescNullsLast = 'transactor_DESC_NULLS_LAST', - TxHashInAsc = 'txHashIn_ASC', - TxHashInAscNullsFirst = 'txHashIn_ASC_NULLS_FIRST', - TxHashInAscNullsLast = 'txHashIn_ASC_NULLS_LAST', - TxHashInDesc = 'txHashIn_DESC', - TxHashInDescNullsFirst = 'txHashIn_DESC_NULLS_FIRST', - TxHashInDescNullsLast = 'txHashIn_DESC_NULLS_LAST', - TxHashOutAsc = 'txHashOut_ASC', - TxHashOutAscNullsFirst = 'txHashOut_ASC_NULLS_FIRST', - TxHashOutAscNullsLast = 'txHashOut_ASC_NULLS_LAST', - TxHashOutDesc = 'txHashOut_DESC', - TxHashOutDescNullsFirst = 'txHashOut_DESC_NULLS_FIRST', - TxHashOutDescNullsLast = 'txHashOut_DESC_NULLS_LAST' -} - -export type BridgeTransferState = { - __typename?: 'BridgeTransferState'; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - state: Scalars['Int']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type BridgeTransferStateEdge = { - __typename?: 'BridgeTransferStateEdge'; - cursor: Scalars['String']['output']; - node: BridgeTransferState; -}; - -export enum BridgeTransferStateOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - StateAsc = 'state_ASC', - StateAscNullsFirst = 'state_ASC_NULLS_FIRST', - StateAscNullsLast = 'state_ASC_NULLS_LAST', - StateDesc = 'state_DESC', - StateDescNullsFirst = 'state_DESC_NULLS_FIRST', - StateDescNullsLast = 'state_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type BridgeTransferStateWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - state_eq?: InputMaybe; - state_gt?: InputMaybe; - state_gte?: InputMaybe; - state_in?: InputMaybe>; - state_isNull?: InputMaybe; - state_lt?: InputMaybe; - state_lte?: InputMaybe; - state_not_eq?: InputMaybe; - state_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type BridgeTransferStatesConnection = { - __typename?: 'BridgeTransferStatesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type BridgeTransferWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - amountIn_eq?: InputMaybe; - amountIn_gt?: InputMaybe; - amountIn_gte?: InputMaybe; - amountIn_in?: InputMaybe>; - amountIn_isNull?: InputMaybe; - amountIn_lt?: InputMaybe; - amountIn_lte?: InputMaybe; - amountIn_not_eq?: InputMaybe; - amountIn_not_in?: InputMaybe>; - amountOut_eq?: InputMaybe; - amountOut_gt?: InputMaybe; - amountOut_gte?: InputMaybe; - amountOut_in?: InputMaybe>; - amountOut_isNull?: InputMaybe; - amountOut_lt?: InputMaybe; - amountOut_lte?: InputMaybe; - amountOut_not_eq?: InputMaybe; - amountOut_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - bridge_contains?: InputMaybe; - bridge_containsInsensitive?: InputMaybe; - bridge_endsWith?: InputMaybe; - bridge_eq?: InputMaybe; - bridge_gt?: InputMaybe; - bridge_gte?: InputMaybe; - bridge_in?: InputMaybe>; - bridge_isNull?: InputMaybe; - bridge_lt?: InputMaybe; - bridge_lte?: InputMaybe; - bridge_not_contains?: InputMaybe; - bridge_not_containsInsensitive?: InputMaybe; - bridge_not_endsWith?: InputMaybe; - bridge_not_eq?: InputMaybe; - bridge_not_in?: InputMaybe>; - bridge_not_startsWith?: InputMaybe; - bridge_startsWith?: InputMaybe; - chainIn_eq?: InputMaybe; - chainIn_gt?: InputMaybe; - chainIn_gte?: InputMaybe; - chainIn_in?: InputMaybe>; - chainIn_isNull?: InputMaybe; - chainIn_lt?: InputMaybe; - chainIn_lte?: InputMaybe; - chainIn_not_eq?: InputMaybe; - chainIn_not_in?: InputMaybe>; - chainOut_eq?: InputMaybe; - chainOut_gt?: InputMaybe; - chainOut_gte?: InputMaybe; - chainOut_in?: InputMaybe>; - chainOut_isNull?: InputMaybe; - chainOut_lt?: InputMaybe; - chainOut_lte?: InputMaybe; - chainOut_not_eq?: InputMaybe; - chainOut_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - messageId_contains?: InputMaybe; - messageId_containsInsensitive?: InputMaybe; - messageId_endsWith?: InputMaybe; - messageId_eq?: InputMaybe; - messageId_gt?: InputMaybe; - messageId_gte?: InputMaybe; - messageId_in?: InputMaybe>; - messageId_isNull?: InputMaybe; - messageId_lt?: InputMaybe; - messageId_lte?: InputMaybe; - messageId_not_contains?: InputMaybe; - messageId_not_containsInsensitive?: InputMaybe; - messageId_not_endsWith?: InputMaybe; - messageId_not_eq?: InputMaybe; - messageId_not_in?: InputMaybe>; - messageId_not_startsWith?: InputMaybe; - messageId_startsWith?: InputMaybe; - receiver_contains?: InputMaybe; - receiver_containsInsensitive?: InputMaybe; - receiver_endsWith?: InputMaybe; - receiver_eq?: InputMaybe; - receiver_gt?: InputMaybe; - receiver_gte?: InputMaybe; - receiver_in?: InputMaybe>; - receiver_isNull?: InputMaybe; - receiver_lt?: InputMaybe; - receiver_lte?: InputMaybe; - receiver_not_contains?: InputMaybe; - receiver_not_containsInsensitive?: InputMaybe; - receiver_not_endsWith?: InputMaybe; - receiver_not_eq?: InputMaybe; - receiver_not_in?: InputMaybe>; - receiver_not_startsWith?: InputMaybe; - receiver_startsWith?: InputMaybe; - sender_contains?: InputMaybe; - sender_containsInsensitive?: InputMaybe; - sender_endsWith?: InputMaybe; - sender_eq?: InputMaybe; - sender_gt?: InputMaybe; - sender_gte?: InputMaybe; - sender_in?: InputMaybe>; - sender_isNull?: InputMaybe; - sender_lt?: InputMaybe; - sender_lte?: InputMaybe; - sender_not_contains?: InputMaybe; - sender_not_containsInsensitive?: InputMaybe; - sender_not_endsWith?: InputMaybe; - sender_not_eq?: InputMaybe; - sender_not_in?: InputMaybe>; - sender_not_startsWith?: InputMaybe; - sender_startsWith?: InputMaybe; - state_eq?: InputMaybe; - state_gt?: InputMaybe; - state_gte?: InputMaybe; - state_in?: InputMaybe>; - state_isNull?: InputMaybe; - state_lt?: InputMaybe; - state_lte?: InputMaybe; - state_not_eq?: InputMaybe; - state_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - tokenIn_contains?: InputMaybe; - tokenIn_containsInsensitive?: InputMaybe; - tokenIn_endsWith?: InputMaybe; - tokenIn_eq?: InputMaybe; - tokenIn_gt?: InputMaybe; - tokenIn_gte?: InputMaybe; - tokenIn_in?: InputMaybe>; - tokenIn_isNull?: InputMaybe; - tokenIn_lt?: InputMaybe; - tokenIn_lte?: InputMaybe; - tokenIn_not_contains?: InputMaybe; - tokenIn_not_containsInsensitive?: InputMaybe; - tokenIn_not_endsWith?: InputMaybe; - tokenIn_not_eq?: InputMaybe; - tokenIn_not_in?: InputMaybe>; - tokenIn_not_startsWith?: InputMaybe; - tokenIn_startsWith?: InputMaybe; - tokenOut_contains?: InputMaybe; - tokenOut_containsInsensitive?: InputMaybe; - tokenOut_endsWith?: InputMaybe; - tokenOut_eq?: InputMaybe; - tokenOut_gt?: InputMaybe; - tokenOut_gte?: InputMaybe; - tokenOut_in?: InputMaybe>; - tokenOut_isNull?: InputMaybe; - tokenOut_lt?: InputMaybe; - tokenOut_lte?: InputMaybe; - tokenOut_not_contains?: InputMaybe; - tokenOut_not_containsInsensitive?: InputMaybe; - tokenOut_not_endsWith?: InputMaybe; - tokenOut_not_eq?: InputMaybe; - tokenOut_not_in?: InputMaybe>; - tokenOut_not_startsWith?: InputMaybe; - tokenOut_startsWith?: InputMaybe; - transactor_contains?: InputMaybe; - transactor_containsInsensitive?: InputMaybe; - transactor_endsWith?: InputMaybe; - transactor_eq?: InputMaybe; - transactor_gt?: InputMaybe; - transactor_gte?: InputMaybe; - transactor_in?: InputMaybe>; - transactor_isNull?: InputMaybe; - transactor_lt?: InputMaybe; - transactor_lte?: InputMaybe; - transactor_not_contains?: InputMaybe; - transactor_not_containsInsensitive?: InputMaybe; - transactor_not_endsWith?: InputMaybe; - transactor_not_eq?: InputMaybe; - transactor_not_in?: InputMaybe>; - transactor_not_startsWith?: InputMaybe; - transactor_startsWith?: InputMaybe; - txHashIn_contains?: InputMaybe; - txHashIn_containsInsensitive?: InputMaybe; - txHashIn_endsWith?: InputMaybe; - txHashIn_eq?: InputMaybe; - txHashIn_gt?: InputMaybe; - txHashIn_gte?: InputMaybe; - txHashIn_in?: InputMaybe>; - txHashIn_isNull?: InputMaybe; - txHashIn_lt?: InputMaybe; - txHashIn_lte?: InputMaybe; - txHashIn_not_contains?: InputMaybe; - txHashIn_not_containsInsensitive?: InputMaybe; - txHashIn_not_endsWith?: InputMaybe; - txHashIn_not_eq?: InputMaybe; - txHashIn_not_in?: InputMaybe>; - txHashIn_not_startsWith?: InputMaybe; - txHashIn_startsWith?: InputMaybe; - txHashOut_contains?: InputMaybe; - txHashOut_containsInsensitive?: InputMaybe; - txHashOut_endsWith?: InputMaybe; - txHashOut_eq?: InputMaybe; - txHashOut_gt?: InputMaybe; - txHashOut_gte?: InputMaybe; - txHashOut_in?: InputMaybe>; - txHashOut_isNull?: InputMaybe; - txHashOut_lt?: InputMaybe; - txHashOut_lte?: InputMaybe; - txHashOut_not_contains?: InputMaybe; - txHashOut_not_containsInsensitive?: InputMaybe; - txHashOut_not_endsWith?: InputMaybe; - txHashOut_not_eq?: InputMaybe; - txHashOut_not_in?: InputMaybe>; - txHashOut_not_startsWith?: InputMaybe; - txHashOut_startsWith?: InputMaybe; -}; - -export type BridgeTransfersConnection = { - __typename?: 'BridgeTransfersConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type CurvePool = { - __typename?: 'CurvePool'; - address: Scalars['String']['output']; - id: Scalars['String']['output']; - name: Scalars['String']['output']; - token0: Scalars['String']['output']; - token1: Scalars['String']['output']; - token2?: Maybe; - tokenCount: Scalars['Int']['output']; -}; - -export type CurvePoolBalance = { - __typename?: 'CurvePoolBalance'; - address: Scalars['String']['output']; - balance0: Scalars['BigInt']['output']; - balance1: Scalars['BigInt']['output']; - balance2: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type CurvePoolBalanceEdge = { - __typename?: 'CurvePoolBalanceEdge'; - cursor: Scalars['String']['output']; - node: CurvePoolBalance; -}; - -export enum CurvePoolBalanceOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - Balance0Asc = 'balance0_ASC', - Balance0AscNullsFirst = 'balance0_ASC_NULLS_FIRST', - Balance0AscNullsLast = 'balance0_ASC_NULLS_LAST', - Balance0Desc = 'balance0_DESC', - Balance0DescNullsFirst = 'balance0_DESC_NULLS_FIRST', - Balance0DescNullsLast = 'balance0_DESC_NULLS_LAST', - Balance1Asc = 'balance1_ASC', - Balance1AscNullsFirst = 'balance1_ASC_NULLS_FIRST', - Balance1AscNullsLast = 'balance1_ASC_NULLS_LAST', - Balance1Desc = 'balance1_DESC', - Balance1DescNullsFirst = 'balance1_DESC_NULLS_FIRST', - Balance1DescNullsLast = 'balance1_DESC_NULLS_LAST', - Balance2Asc = 'balance2_ASC', - Balance2AscNullsFirst = 'balance2_ASC_NULLS_FIRST', - Balance2AscNullsLast = 'balance2_ASC_NULLS_LAST', - Balance2Desc = 'balance2_DESC', - Balance2DescNullsFirst = 'balance2_DESC_NULLS_FIRST', - Balance2DescNullsLast = 'balance2_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type CurvePoolBalanceWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - balance0_eq?: InputMaybe; - balance0_gt?: InputMaybe; - balance0_gte?: InputMaybe; - balance0_in?: InputMaybe>; - balance0_isNull?: InputMaybe; - balance0_lt?: InputMaybe; - balance0_lte?: InputMaybe; - balance0_not_eq?: InputMaybe; - balance0_not_in?: InputMaybe>; - balance1_eq?: InputMaybe; - balance1_gt?: InputMaybe; - balance1_gte?: InputMaybe; - balance1_in?: InputMaybe>; - balance1_isNull?: InputMaybe; - balance1_lt?: InputMaybe; - balance1_lte?: InputMaybe; - balance1_not_eq?: InputMaybe; - balance1_not_in?: InputMaybe>; - balance2_eq?: InputMaybe; - balance2_gt?: InputMaybe; - balance2_gte?: InputMaybe; - balance2_in?: InputMaybe>; - balance2_isNull?: InputMaybe; - balance2_lt?: InputMaybe; - balance2_lte?: InputMaybe; - balance2_not_eq?: InputMaybe; - balance2_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type CurvePoolBalancesConnection = { - __typename?: 'CurvePoolBalancesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type CurvePoolEdge = { - __typename?: 'CurvePoolEdge'; - cursor: Scalars['String']['output']; - node: CurvePool; -}; - -export enum CurvePoolOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - NameAsc = 'name_ASC', - NameAscNullsFirst = 'name_ASC_NULLS_FIRST', - NameAscNullsLast = 'name_ASC_NULLS_LAST', - NameDesc = 'name_DESC', - NameDescNullsFirst = 'name_DESC_NULLS_FIRST', - NameDescNullsLast = 'name_DESC_NULLS_LAST', - Token0Asc = 'token0_ASC', - Token0AscNullsFirst = 'token0_ASC_NULLS_FIRST', - Token0AscNullsLast = 'token0_ASC_NULLS_LAST', - Token0Desc = 'token0_DESC', - Token0DescNullsFirst = 'token0_DESC_NULLS_FIRST', - Token0DescNullsLast = 'token0_DESC_NULLS_LAST', - Token1Asc = 'token1_ASC', - Token1AscNullsFirst = 'token1_ASC_NULLS_FIRST', - Token1AscNullsLast = 'token1_ASC_NULLS_LAST', - Token1Desc = 'token1_DESC', - Token1DescNullsFirst = 'token1_DESC_NULLS_FIRST', - Token1DescNullsLast = 'token1_DESC_NULLS_LAST', - Token2Asc = 'token2_ASC', - Token2AscNullsFirst = 'token2_ASC_NULLS_FIRST', - Token2AscNullsLast = 'token2_ASC_NULLS_LAST', - Token2Desc = 'token2_DESC', - Token2DescNullsFirst = 'token2_DESC_NULLS_FIRST', - Token2DescNullsLast = 'token2_DESC_NULLS_LAST', - TokenCountAsc = 'tokenCount_ASC', - TokenCountAscNullsFirst = 'tokenCount_ASC_NULLS_FIRST', - TokenCountAscNullsLast = 'tokenCount_ASC_NULLS_LAST', - TokenCountDesc = 'tokenCount_DESC', - TokenCountDescNullsFirst = 'tokenCount_DESC_NULLS_FIRST', - TokenCountDescNullsLast = 'tokenCount_DESC_NULLS_LAST' -} - -export type CurvePoolRate = { - __typename?: 'CurvePoolRate'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - name: Scalars['String']['output']; - rate: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type CurvePoolRateEdge = { - __typename?: 'CurvePoolRateEdge'; - cursor: Scalars['String']['output']; - node: CurvePoolRate; -}; - -export enum CurvePoolRateOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - NameAsc = 'name_ASC', - NameAscNullsFirst = 'name_ASC_NULLS_FIRST', - NameAscNullsLast = 'name_ASC_NULLS_LAST', - NameDesc = 'name_DESC', - NameDescNullsFirst = 'name_DESC_NULLS_FIRST', - NameDescNullsLast = 'name_DESC_NULLS_LAST', - RateAsc = 'rate_ASC', - RateAscNullsFirst = 'rate_ASC_NULLS_FIRST', - RateAscNullsLast = 'rate_ASC_NULLS_LAST', - RateDesc = 'rate_DESC', - RateDescNullsFirst = 'rate_DESC_NULLS_FIRST', - RateDescNullsLast = 'rate_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type CurvePoolRateWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - name_contains?: InputMaybe; - name_containsInsensitive?: InputMaybe; - name_endsWith?: InputMaybe; - name_eq?: InputMaybe; - name_gt?: InputMaybe; - name_gte?: InputMaybe; - name_in?: InputMaybe>; - name_isNull?: InputMaybe; - name_lt?: InputMaybe; - name_lte?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_containsInsensitive?: InputMaybe; - name_not_endsWith?: InputMaybe; - name_not_eq?: InputMaybe; - name_not_in?: InputMaybe>; - name_not_startsWith?: InputMaybe; - name_startsWith?: InputMaybe; - rate_eq?: InputMaybe; - rate_gt?: InputMaybe; - rate_gte?: InputMaybe; - rate_in?: InputMaybe>; - rate_isNull?: InputMaybe; - rate_lt?: InputMaybe; - rate_lte?: InputMaybe; - rate_not_eq?: InputMaybe; - rate_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type CurvePoolRatesConnection = { - __typename?: 'CurvePoolRatesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type CurvePoolWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - name_contains?: InputMaybe; - name_containsInsensitive?: InputMaybe; - name_endsWith?: InputMaybe; - name_eq?: InputMaybe; - name_gt?: InputMaybe; - name_gte?: InputMaybe; - name_in?: InputMaybe>; - name_isNull?: InputMaybe; - name_lt?: InputMaybe; - name_lte?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_containsInsensitive?: InputMaybe; - name_not_endsWith?: InputMaybe; - name_not_eq?: InputMaybe; - name_not_in?: InputMaybe>; - name_not_startsWith?: InputMaybe; - name_startsWith?: InputMaybe; - token0_contains?: InputMaybe; - token0_containsInsensitive?: InputMaybe; - token0_endsWith?: InputMaybe; - token0_eq?: InputMaybe; - token0_gt?: InputMaybe; - token0_gte?: InputMaybe; - token0_in?: InputMaybe>; - token0_isNull?: InputMaybe; - token0_lt?: InputMaybe; - token0_lte?: InputMaybe; - token0_not_contains?: InputMaybe; - token0_not_containsInsensitive?: InputMaybe; - token0_not_endsWith?: InputMaybe; - token0_not_eq?: InputMaybe; - token0_not_in?: InputMaybe>; - token0_not_startsWith?: InputMaybe; - token0_startsWith?: InputMaybe; - token1_contains?: InputMaybe; - token1_containsInsensitive?: InputMaybe; - token1_endsWith?: InputMaybe; - token1_eq?: InputMaybe; - token1_gt?: InputMaybe; - token1_gte?: InputMaybe; - token1_in?: InputMaybe>; - token1_isNull?: InputMaybe; - token1_lt?: InputMaybe; - token1_lte?: InputMaybe; - token1_not_contains?: InputMaybe; - token1_not_containsInsensitive?: InputMaybe; - token1_not_endsWith?: InputMaybe; - token1_not_eq?: InputMaybe; - token1_not_in?: InputMaybe>; - token1_not_startsWith?: InputMaybe; - token1_startsWith?: InputMaybe; - token2_contains?: InputMaybe; - token2_containsInsensitive?: InputMaybe; - token2_endsWith?: InputMaybe; - token2_eq?: InputMaybe; - token2_gt?: InputMaybe; - token2_gte?: InputMaybe; - token2_in?: InputMaybe>; - token2_isNull?: InputMaybe; - token2_lt?: InputMaybe; - token2_lte?: InputMaybe; - token2_not_contains?: InputMaybe; - token2_not_containsInsensitive?: InputMaybe; - token2_not_endsWith?: InputMaybe; - token2_not_eq?: InputMaybe; - token2_not_in?: InputMaybe>; - token2_not_startsWith?: InputMaybe; - token2_startsWith?: InputMaybe; - tokenCount_eq?: InputMaybe; - tokenCount_gt?: InputMaybe; - tokenCount_gte?: InputMaybe; - tokenCount_in?: InputMaybe>; - tokenCount_isNull?: InputMaybe; - tokenCount_lt?: InputMaybe; - tokenCount_lte?: InputMaybe; - tokenCount_not_eq?: InputMaybe; - tokenCount_not_in?: InputMaybe>; -}; - -export type CurvePoolsConnection = { - __typename?: 'CurvePoolsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type Erc20 = { - __typename?: 'ERC20'; - address: Scalars['String']['output']; - chainId: Scalars['Int']['output']; - decimals: Scalars['Int']['output']; - /** Format: 'address' */ - id: Scalars['String']['output']; - name: Scalars['String']['output']; - symbol: Scalars['String']['output']; -}; - -export type Erc20Balance = { - __typename?: 'ERC20Balance'; - account: Scalars['String']['output']; - address: Scalars['String']['output']; - balance: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - /** Format: 'address:account:blockNumber' */ - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type Erc20BalanceEdge = { - __typename?: 'ERC20BalanceEdge'; - cursor: Scalars['String']['output']; - node: Erc20Balance; -}; - -export enum Erc20BalanceOrderByInput { - AccountAsc = 'account_ASC', - AccountAscNullsFirst = 'account_ASC_NULLS_FIRST', - AccountAscNullsLast = 'account_ASC_NULLS_LAST', - AccountDesc = 'account_DESC', - AccountDescNullsFirst = 'account_DESC_NULLS_FIRST', - AccountDescNullsLast = 'account_DESC_NULLS_LAST', - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type Erc20BalanceWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - account_contains?: InputMaybe; - account_containsInsensitive?: InputMaybe; - account_endsWith?: InputMaybe; - account_eq?: InputMaybe; - account_gt?: InputMaybe; - account_gte?: InputMaybe; - account_in?: InputMaybe>; - account_isNull?: InputMaybe; - account_lt?: InputMaybe; - account_lte?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_containsInsensitive?: InputMaybe; - account_not_endsWith?: InputMaybe; - account_not_eq?: InputMaybe; - account_not_in?: InputMaybe>; - account_not_startsWith?: InputMaybe; - account_startsWith?: InputMaybe; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type Erc20BalancesConnection = { - __typename?: 'ERC20BalancesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type Erc20Edge = { - __typename?: 'ERC20Edge'; - cursor: Scalars['String']['output']; - node: Erc20; -}; - -export type Erc20Holder = { - __typename?: 'ERC20Holder'; - account: Scalars['String']['output']; - address: Scalars['String']['output']; - balance: Scalars['BigInt']['output']; - chainId: Scalars['Int']['output']; - /** Format: 'address:account' */ - id: Scalars['String']['output']; -}; - -export type Erc20HolderEdge = { - __typename?: 'ERC20HolderEdge'; - cursor: Scalars['String']['output']; - node: Erc20Holder; -}; - -export enum Erc20HolderOrderByInput { - AccountAsc = 'account_ASC', - AccountAscNullsFirst = 'account_ASC_NULLS_FIRST', - AccountAscNullsLast = 'account_ASC_NULLS_LAST', - AccountDesc = 'account_DESC', - AccountDescNullsFirst = 'account_DESC_NULLS_FIRST', - AccountDescNullsLast = 'account_DESC_NULLS_LAST', - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST' -} - -export type Erc20HolderWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - account_contains?: InputMaybe; - account_containsInsensitive?: InputMaybe; - account_endsWith?: InputMaybe; - account_eq?: InputMaybe; - account_gt?: InputMaybe; - account_gte?: InputMaybe; - account_in?: InputMaybe>; - account_isNull?: InputMaybe; - account_lt?: InputMaybe; - account_lte?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_containsInsensitive?: InputMaybe; - account_not_endsWith?: InputMaybe; - account_not_eq?: InputMaybe; - account_not_in?: InputMaybe>; - account_not_startsWith?: InputMaybe; - account_startsWith?: InputMaybe; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; -}; - -export type Erc20HoldersConnection = { - __typename?: 'ERC20HoldersConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export enum Erc20OrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - DecimalsAsc = 'decimals_ASC', - DecimalsAscNullsFirst = 'decimals_ASC_NULLS_FIRST', - DecimalsAscNullsLast = 'decimals_ASC_NULLS_LAST', - DecimalsDesc = 'decimals_DESC', - DecimalsDescNullsFirst = 'decimals_DESC_NULLS_FIRST', - DecimalsDescNullsLast = 'decimals_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - NameAsc = 'name_ASC', - NameAscNullsFirst = 'name_ASC_NULLS_FIRST', - NameAscNullsLast = 'name_ASC_NULLS_LAST', - NameDesc = 'name_DESC', - NameDescNullsFirst = 'name_DESC_NULLS_FIRST', - NameDescNullsLast = 'name_DESC_NULLS_LAST', - SymbolAsc = 'symbol_ASC', - SymbolAscNullsFirst = 'symbol_ASC_NULLS_FIRST', - SymbolAscNullsLast = 'symbol_ASC_NULLS_LAST', - SymbolDesc = 'symbol_DESC', - SymbolDescNullsFirst = 'symbol_DESC_NULLS_FIRST', - SymbolDescNullsLast = 'symbol_DESC_NULLS_LAST' -} - -export type Erc20State = { - __typename?: 'ERC20State'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - holderCount: Scalars['Int']['output']; - /** Format: 'address:blockNumber' */ - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - totalSupply: Scalars['BigInt']['output']; -}; - -export type Erc20StateByDay = { - __typename?: 'ERC20StateByDay'; - address: Scalars['String']['output']; - chainId: Scalars['String']['output']; - day: Scalars['DateTime']['output']; - holderCount: Scalars['Int']['output']; - totalSupply: Scalars['BigInt']['output']; -}; - -export type Erc20StateEdge = { - __typename?: 'ERC20StateEdge'; - cursor: Scalars['String']['output']; - node: Erc20State; -}; - -export enum Erc20StateOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - HolderCountAsc = 'holderCount_ASC', - HolderCountAscNullsFirst = 'holderCount_ASC_NULLS_FIRST', - HolderCountAscNullsLast = 'holderCount_ASC_NULLS_LAST', - HolderCountDesc = 'holderCount_DESC', - HolderCountDescNullsFirst = 'holderCount_DESC_NULLS_FIRST', - HolderCountDescNullsLast = 'holderCount_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalSupplyAsc = 'totalSupply_ASC', - TotalSupplyAscNullsFirst = 'totalSupply_ASC_NULLS_FIRST', - TotalSupplyAscNullsLast = 'totalSupply_ASC_NULLS_LAST', - TotalSupplyDesc = 'totalSupply_DESC', - TotalSupplyDescNullsFirst = 'totalSupply_DESC_NULLS_FIRST', - TotalSupplyDescNullsLast = 'totalSupply_DESC_NULLS_LAST' -} - -export type Erc20StateWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - holderCount_eq?: InputMaybe; - holderCount_gt?: InputMaybe; - holderCount_gte?: InputMaybe; - holderCount_in?: InputMaybe>; - holderCount_isNull?: InputMaybe; - holderCount_lt?: InputMaybe; - holderCount_lte?: InputMaybe; - holderCount_not_eq?: InputMaybe; - holderCount_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - totalSupply_eq?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_isNull?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_not_eq?: InputMaybe; - totalSupply_not_in?: InputMaybe>; -}; - -export type Erc20StatesConnection = { - __typename?: 'ERC20StatesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type Erc20Transfer = { - __typename?: 'ERC20Transfer'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - from: Scalars['String']['output']; - fromBalance: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - to: Scalars['String']['output']; - toBalance: Scalars['BigInt']['output']; - txHash: Scalars['String']['output']; - value: Scalars['BigInt']['output']; -}; - -export type Erc20TransferEdge = { - __typename?: 'ERC20TransferEdge'; - cursor: Scalars['String']['output']; - node: Erc20Transfer; -}; - -export enum Erc20TransferOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - FromBalanceAsc = 'fromBalance_ASC', - FromBalanceAscNullsFirst = 'fromBalance_ASC_NULLS_FIRST', - FromBalanceAscNullsLast = 'fromBalance_ASC_NULLS_LAST', - FromBalanceDesc = 'fromBalance_DESC', - FromBalanceDescNullsFirst = 'fromBalance_DESC_NULLS_FIRST', - FromBalanceDescNullsLast = 'fromBalance_DESC_NULLS_LAST', - FromAsc = 'from_ASC', - FromAscNullsFirst = 'from_ASC_NULLS_FIRST', - FromAscNullsLast = 'from_ASC_NULLS_LAST', - FromDesc = 'from_DESC', - FromDescNullsFirst = 'from_DESC_NULLS_FIRST', - FromDescNullsLast = 'from_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - ToBalanceAsc = 'toBalance_ASC', - ToBalanceAscNullsFirst = 'toBalance_ASC_NULLS_FIRST', - ToBalanceAscNullsLast = 'toBalance_ASC_NULLS_LAST', - ToBalanceDesc = 'toBalance_DESC', - ToBalanceDescNullsFirst = 'toBalance_DESC_NULLS_FIRST', - ToBalanceDescNullsLast = 'toBalance_DESC_NULLS_LAST', - ToAsc = 'to_ASC', - ToAscNullsFirst = 'to_ASC_NULLS_FIRST', - ToAscNullsLast = 'to_ASC_NULLS_LAST', - ToDesc = 'to_DESC', - ToDescNullsFirst = 'to_DESC_NULLS_FIRST', - ToDescNullsLast = 'to_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST', - ValueAsc = 'value_ASC', - ValueAscNullsFirst = 'value_ASC_NULLS_FIRST', - ValueAscNullsLast = 'value_ASC_NULLS_LAST', - ValueDesc = 'value_DESC', - ValueDescNullsFirst = 'value_DESC_NULLS_FIRST', - ValueDescNullsLast = 'value_DESC_NULLS_LAST' -} - -export type Erc20TransferWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - fromBalance_eq?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_isNull?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_not_eq?: InputMaybe; - fromBalance_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_containsInsensitive?: InputMaybe; - from_endsWith?: InputMaybe; - from_eq?: InputMaybe; - from_gt?: InputMaybe; - from_gte?: InputMaybe; - from_in?: InputMaybe>; - from_isNull?: InputMaybe; - from_lt?: InputMaybe; - from_lte?: InputMaybe; - from_not_contains?: InputMaybe; - from_not_containsInsensitive?: InputMaybe; - from_not_endsWith?: InputMaybe; - from_not_eq?: InputMaybe; - from_not_in?: InputMaybe>; - from_not_startsWith?: InputMaybe; - from_startsWith?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - toBalance_eq?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_isNull?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_not_eq?: InputMaybe; - toBalance_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_containsInsensitive?: InputMaybe; - to_endsWith?: InputMaybe; - to_eq?: InputMaybe; - to_gt?: InputMaybe; - to_gte?: InputMaybe; - to_in?: InputMaybe>; - to_isNull?: InputMaybe; - to_lt?: InputMaybe; - to_lte?: InputMaybe; - to_not_contains?: InputMaybe; - to_not_containsInsensitive?: InputMaybe; - to_not_endsWith?: InputMaybe; - to_not_eq?: InputMaybe; - to_not_in?: InputMaybe>; - to_not_startsWith?: InputMaybe; - to_startsWith?: InputMaybe; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; - value_eq?: InputMaybe; - value_gt?: InputMaybe; - value_gte?: InputMaybe; - value_in?: InputMaybe>; - value_isNull?: InputMaybe; - value_lt?: InputMaybe; - value_lte?: InputMaybe; - value_not_eq?: InputMaybe; - value_not_in?: InputMaybe>; -}; - -export type Erc20TransfersConnection = { - __typename?: 'ERC20TransfersConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type Erc20WhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - decimals_eq?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_isNull?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_not_eq?: InputMaybe; - decimals_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - name_contains?: InputMaybe; - name_containsInsensitive?: InputMaybe; - name_endsWith?: InputMaybe; - name_eq?: InputMaybe; - name_gt?: InputMaybe; - name_gte?: InputMaybe; - name_in?: InputMaybe>; - name_isNull?: InputMaybe; - name_lt?: InputMaybe; - name_lte?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_containsInsensitive?: InputMaybe; - name_not_endsWith?: InputMaybe; - name_not_eq?: InputMaybe; - name_not_in?: InputMaybe>; - name_not_startsWith?: InputMaybe; - name_startsWith?: InputMaybe; - symbol_contains?: InputMaybe; - symbol_containsInsensitive?: InputMaybe; - symbol_endsWith?: InputMaybe; - symbol_eq?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_isNull?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_containsInsensitive?: InputMaybe; - symbol_not_endsWith?: InputMaybe; - symbol_not_eq?: InputMaybe; - symbol_not_in?: InputMaybe>; - symbol_not_startsWith?: InputMaybe; - symbol_startsWith?: InputMaybe; -}; - -export type Erc20sConnection = { - __typename?: 'ERC20sConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type EsAccount = { - __typename?: 'ESAccount'; - account: Scalars['String']['output']; - address: Scalars['String']['output']; - assetBalance: Scalars['BigInt']['output']; - balance: Scalars['BigInt']['output']; - chainId: Scalars['Int']['output']; - delegateTo?: Maybe; - delegatesFrom: Array; - id: Scalars['String']['output']; - stakedBalance: Scalars['BigInt']['output']; - votingPower: Scalars['BigInt']['output']; -}; - - -export type EsAccountDelegatesFromArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type EsAccountEdge = { - __typename?: 'ESAccountEdge'; - cursor: Scalars['String']['output']; - node: EsAccount; -}; - -export enum EsAccountOrderByInput { - AccountAsc = 'account_ASC', - AccountAscNullsFirst = 'account_ASC_NULLS_FIRST', - AccountAscNullsLast = 'account_ASC_NULLS_LAST', - AccountDesc = 'account_DESC', - AccountDescNullsFirst = 'account_DESC_NULLS_FIRST', - AccountDescNullsLast = 'account_DESC_NULLS_LAST', - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - AssetBalanceAsc = 'assetBalance_ASC', - AssetBalanceAscNullsFirst = 'assetBalance_ASC_NULLS_FIRST', - AssetBalanceAscNullsLast = 'assetBalance_ASC_NULLS_LAST', - AssetBalanceDesc = 'assetBalance_DESC', - AssetBalanceDescNullsFirst = 'assetBalance_DESC_NULLS_FIRST', - AssetBalanceDescNullsLast = 'assetBalance_DESC_NULLS_LAST', - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - DelegateToAccountAsc = 'delegateTo_account_ASC', - DelegateToAccountAscNullsFirst = 'delegateTo_account_ASC_NULLS_FIRST', - DelegateToAccountAscNullsLast = 'delegateTo_account_ASC_NULLS_LAST', - DelegateToAccountDesc = 'delegateTo_account_DESC', - DelegateToAccountDescNullsFirst = 'delegateTo_account_DESC_NULLS_FIRST', - DelegateToAccountDescNullsLast = 'delegateTo_account_DESC_NULLS_LAST', - DelegateToAddressAsc = 'delegateTo_address_ASC', - DelegateToAddressAscNullsFirst = 'delegateTo_address_ASC_NULLS_FIRST', - DelegateToAddressAscNullsLast = 'delegateTo_address_ASC_NULLS_LAST', - DelegateToAddressDesc = 'delegateTo_address_DESC', - DelegateToAddressDescNullsFirst = 'delegateTo_address_DESC_NULLS_FIRST', - DelegateToAddressDescNullsLast = 'delegateTo_address_DESC_NULLS_LAST', - DelegateToAssetBalanceAsc = 'delegateTo_assetBalance_ASC', - DelegateToAssetBalanceAscNullsFirst = 'delegateTo_assetBalance_ASC_NULLS_FIRST', - DelegateToAssetBalanceAscNullsLast = 'delegateTo_assetBalance_ASC_NULLS_LAST', - DelegateToAssetBalanceDesc = 'delegateTo_assetBalance_DESC', - DelegateToAssetBalanceDescNullsFirst = 'delegateTo_assetBalance_DESC_NULLS_FIRST', - DelegateToAssetBalanceDescNullsLast = 'delegateTo_assetBalance_DESC_NULLS_LAST', - DelegateToBalanceAsc = 'delegateTo_balance_ASC', - DelegateToBalanceAscNullsFirst = 'delegateTo_balance_ASC_NULLS_FIRST', - DelegateToBalanceAscNullsLast = 'delegateTo_balance_ASC_NULLS_LAST', - DelegateToBalanceDesc = 'delegateTo_balance_DESC', - DelegateToBalanceDescNullsFirst = 'delegateTo_balance_DESC_NULLS_FIRST', - DelegateToBalanceDescNullsLast = 'delegateTo_balance_DESC_NULLS_LAST', - DelegateToChainIdAsc = 'delegateTo_chainId_ASC', - DelegateToChainIdAscNullsFirst = 'delegateTo_chainId_ASC_NULLS_FIRST', - DelegateToChainIdAscNullsLast = 'delegateTo_chainId_ASC_NULLS_LAST', - DelegateToChainIdDesc = 'delegateTo_chainId_DESC', - DelegateToChainIdDescNullsFirst = 'delegateTo_chainId_DESC_NULLS_FIRST', - DelegateToChainIdDescNullsLast = 'delegateTo_chainId_DESC_NULLS_LAST', - DelegateToIdAsc = 'delegateTo_id_ASC', - DelegateToIdAscNullsFirst = 'delegateTo_id_ASC_NULLS_FIRST', - DelegateToIdAscNullsLast = 'delegateTo_id_ASC_NULLS_LAST', - DelegateToIdDesc = 'delegateTo_id_DESC', - DelegateToIdDescNullsFirst = 'delegateTo_id_DESC_NULLS_FIRST', - DelegateToIdDescNullsLast = 'delegateTo_id_DESC_NULLS_LAST', - DelegateToStakedBalanceAsc = 'delegateTo_stakedBalance_ASC', - DelegateToStakedBalanceAscNullsFirst = 'delegateTo_stakedBalance_ASC_NULLS_FIRST', - DelegateToStakedBalanceAscNullsLast = 'delegateTo_stakedBalance_ASC_NULLS_LAST', - DelegateToStakedBalanceDesc = 'delegateTo_stakedBalance_DESC', - DelegateToStakedBalanceDescNullsFirst = 'delegateTo_stakedBalance_DESC_NULLS_FIRST', - DelegateToStakedBalanceDescNullsLast = 'delegateTo_stakedBalance_DESC_NULLS_LAST', - DelegateToVotingPowerAsc = 'delegateTo_votingPower_ASC', - DelegateToVotingPowerAscNullsFirst = 'delegateTo_votingPower_ASC_NULLS_FIRST', - DelegateToVotingPowerAscNullsLast = 'delegateTo_votingPower_ASC_NULLS_LAST', - DelegateToVotingPowerDesc = 'delegateTo_votingPower_DESC', - DelegateToVotingPowerDescNullsFirst = 'delegateTo_votingPower_DESC_NULLS_FIRST', - DelegateToVotingPowerDescNullsLast = 'delegateTo_votingPower_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - StakedBalanceAsc = 'stakedBalance_ASC', - StakedBalanceAscNullsFirst = 'stakedBalance_ASC_NULLS_FIRST', - StakedBalanceAscNullsLast = 'stakedBalance_ASC_NULLS_LAST', - StakedBalanceDesc = 'stakedBalance_DESC', - StakedBalanceDescNullsFirst = 'stakedBalance_DESC_NULLS_FIRST', - StakedBalanceDescNullsLast = 'stakedBalance_DESC_NULLS_LAST', - VotingPowerAsc = 'votingPower_ASC', - VotingPowerAscNullsFirst = 'votingPower_ASC_NULLS_FIRST', - VotingPowerAscNullsLast = 'votingPower_ASC_NULLS_LAST', - VotingPowerDesc = 'votingPower_DESC', - VotingPowerDescNullsFirst = 'votingPower_DESC_NULLS_FIRST', - VotingPowerDescNullsLast = 'votingPower_DESC_NULLS_LAST' -} - -export type EsAccountWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - account_contains?: InputMaybe; - account_containsInsensitive?: InputMaybe; - account_endsWith?: InputMaybe; - account_eq?: InputMaybe; - account_gt?: InputMaybe; - account_gte?: InputMaybe; - account_in?: InputMaybe>; - account_isNull?: InputMaybe; - account_lt?: InputMaybe; - account_lte?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_containsInsensitive?: InputMaybe; - account_not_endsWith?: InputMaybe; - account_not_eq?: InputMaybe; - account_not_in?: InputMaybe>; - account_not_startsWith?: InputMaybe; - account_startsWith?: InputMaybe; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - assetBalance_eq?: InputMaybe; - assetBalance_gt?: InputMaybe; - assetBalance_gte?: InputMaybe; - assetBalance_in?: InputMaybe>; - assetBalance_isNull?: InputMaybe; - assetBalance_lt?: InputMaybe; - assetBalance_lte?: InputMaybe; - assetBalance_not_eq?: InputMaybe; - assetBalance_not_in?: InputMaybe>; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - delegateTo?: InputMaybe; - delegateTo_isNull?: InputMaybe; - delegatesFrom_every?: InputMaybe; - delegatesFrom_none?: InputMaybe; - delegatesFrom_some?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - stakedBalance_eq?: InputMaybe; - stakedBalance_gt?: InputMaybe; - stakedBalance_gte?: InputMaybe; - stakedBalance_in?: InputMaybe>; - stakedBalance_isNull?: InputMaybe; - stakedBalance_lt?: InputMaybe; - stakedBalance_lte?: InputMaybe; - stakedBalance_not_eq?: InputMaybe; - stakedBalance_not_in?: InputMaybe>; - votingPower_eq?: InputMaybe; - votingPower_gt?: InputMaybe; - votingPower_gte?: InputMaybe; - votingPower_in?: InputMaybe>; - votingPower_isNull?: InputMaybe; - votingPower_lt?: InputMaybe; - votingPower_lte?: InputMaybe; - votingPower_not_eq?: InputMaybe; - votingPower_not_in?: InputMaybe>; -}; - -export type EsAccountsConnection = { - __typename?: 'ESAccountsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type EsDelegateChanged = { - __typename?: 'ESDelegateChanged'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - delegator: Scalars['String']['output']; - fromDelegate: Scalars['String']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - toDelegate: Scalars['String']['output']; - txHash: Scalars['String']['output']; -}; - -export type EsDelegateChangedEdge = { - __typename?: 'ESDelegateChangedEdge'; - cursor: Scalars['String']['output']; - node: EsDelegateChanged; -}; - -export enum EsDelegateChangedOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - DelegatorAsc = 'delegator_ASC', - DelegatorAscNullsFirst = 'delegator_ASC_NULLS_FIRST', - DelegatorAscNullsLast = 'delegator_ASC_NULLS_LAST', - DelegatorDesc = 'delegator_DESC', - DelegatorDescNullsFirst = 'delegator_DESC_NULLS_FIRST', - DelegatorDescNullsLast = 'delegator_DESC_NULLS_LAST', - FromDelegateAsc = 'fromDelegate_ASC', - FromDelegateAscNullsFirst = 'fromDelegate_ASC_NULLS_FIRST', - FromDelegateAscNullsLast = 'fromDelegate_ASC_NULLS_LAST', - FromDelegateDesc = 'fromDelegate_DESC', - FromDelegateDescNullsFirst = 'fromDelegate_DESC_NULLS_FIRST', - FromDelegateDescNullsLast = 'fromDelegate_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - ToDelegateAsc = 'toDelegate_ASC', - ToDelegateAscNullsFirst = 'toDelegate_ASC_NULLS_FIRST', - ToDelegateAscNullsLast = 'toDelegate_ASC_NULLS_LAST', - ToDelegateDesc = 'toDelegate_DESC', - ToDelegateDescNullsFirst = 'toDelegate_DESC_NULLS_FIRST', - ToDelegateDescNullsLast = 'toDelegate_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type EsDelegateChangedWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - delegator_contains?: InputMaybe; - delegator_containsInsensitive?: InputMaybe; - delegator_endsWith?: InputMaybe; - delegator_eq?: InputMaybe; - delegator_gt?: InputMaybe; - delegator_gte?: InputMaybe; - delegator_in?: InputMaybe>; - delegator_isNull?: InputMaybe; - delegator_lt?: InputMaybe; - delegator_lte?: InputMaybe; - delegator_not_contains?: InputMaybe; - delegator_not_containsInsensitive?: InputMaybe; - delegator_not_endsWith?: InputMaybe; - delegator_not_eq?: InputMaybe; - delegator_not_in?: InputMaybe>; - delegator_not_startsWith?: InputMaybe; - delegator_startsWith?: InputMaybe; - fromDelegate_contains?: InputMaybe; - fromDelegate_containsInsensitive?: InputMaybe; - fromDelegate_endsWith?: InputMaybe; - fromDelegate_eq?: InputMaybe; - fromDelegate_gt?: InputMaybe; - fromDelegate_gte?: InputMaybe; - fromDelegate_in?: InputMaybe>; - fromDelegate_isNull?: InputMaybe; - fromDelegate_lt?: InputMaybe; - fromDelegate_lte?: InputMaybe; - fromDelegate_not_contains?: InputMaybe; - fromDelegate_not_containsInsensitive?: InputMaybe; - fromDelegate_not_endsWith?: InputMaybe; - fromDelegate_not_eq?: InputMaybe; - fromDelegate_not_in?: InputMaybe>; - fromDelegate_not_startsWith?: InputMaybe; - fromDelegate_startsWith?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - toDelegate_contains?: InputMaybe; - toDelegate_containsInsensitive?: InputMaybe; - toDelegate_endsWith?: InputMaybe; - toDelegate_eq?: InputMaybe; - toDelegate_gt?: InputMaybe; - toDelegate_gte?: InputMaybe; - toDelegate_in?: InputMaybe>; - toDelegate_isNull?: InputMaybe; - toDelegate_lt?: InputMaybe; - toDelegate_lte?: InputMaybe; - toDelegate_not_contains?: InputMaybe; - toDelegate_not_containsInsensitive?: InputMaybe; - toDelegate_not_endsWith?: InputMaybe; - toDelegate_not_eq?: InputMaybe; - toDelegate_not_in?: InputMaybe>; - toDelegate_not_startsWith?: InputMaybe; - toDelegate_startsWith?: InputMaybe; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type EsDelegateChangedsConnection = { - __typename?: 'ESDelegateChangedsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type EsDelegateVotesChanged = { - __typename?: 'ESDelegateVotesChanged'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - delegate: Scalars['String']['output']; - id: Scalars['String']['output']; - newBalance: Scalars['BigInt']['output']; - previousBalance: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type EsDelegateVotesChangedEdge = { - __typename?: 'ESDelegateVotesChangedEdge'; - cursor: Scalars['String']['output']; - node: EsDelegateVotesChanged; -}; - -export enum EsDelegateVotesChangedOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - DelegateAsc = 'delegate_ASC', - DelegateAscNullsFirst = 'delegate_ASC_NULLS_FIRST', - DelegateAscNullsLast = 'delegate_ASC_NULLS_LAST', - DelegateDesc = 'delegate_DESC', - DelegateDescNullsFirst = 'delegate_DESC_NULLS_FIRST', - DelegateDescNullsLast = 'delegate_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - NewBalanceAsc = 'newBalance_ASC', - NewBalanceAscNullsFirst = 'newBalance_ASC_NULLS_FIRST', - NewBalanceAscNullsLast = 'newBalance_ASC_NULLS_LAST', - NewBalanceDesc = 'newBalance_DESC', - NewBalanceDescNullsFirst = 'newBalance_DESC_NULLS_FIRST', - NewBalanceDescNullsLast = 'newBalance_DESC_NULLS_LAST', - PreviousBalanceAsc = 'previousBalance_ASC', - PreviousBalanceAscNullsFirst = 'previousBalance_ASC_NULLS_FIRST', - PreviousBalanceAscNullsLast = 'previousBalance_ASC_NULLS_LAST', - PreviousBalanceDesc = 'previousBalance_DESC', - PreviousBalanceDescNullsFirst = 'previousBalance_DESC_NULLS_FIRST', - PreviousBalanceDescNullsLast = 'previousBalance_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type EsDelegateVotesChangedWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_containsInsensitive?: InputMaybe; - delegate_endsWith?: InputMaybe; - delegate_eq?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_isNull?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_not_contains?: InputMaybe; - delegate_not_containsInsensitive?: InputMaybe; - delegate_not_endsWith?: InputMaybe; - delegate_not_eq?: InputMaybe; - delegate_not_in?: InputMaybe>; - delegate_not_startsWith?: InputMaybe; - delegate_startsWith?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - newBalance_eq?: InputMaybe; - newBalance_gt?: InputMaybe; - newBalance_gte?: InputMaybe; - newBalance_in?: InputMaybe>; - newBalance_isNull?: InputMaybe; - newBalance_lt?: InputMaybe; - newBalance_lte?: InputMaybe; - newBalance_not_eq?: InputMaybe; - newBalance_not_in?: InputMaybe>; - previousBalance_eq?: InputMaybe; - previousBalance_gt?: InputMaybe; - previousBalance_gte?: InputMaybe; - previousBalance_in?: InputMaybe>; - previousBalance_isNull?: InputMaybe; - previousBalance_lt?: InputMaybe; - previousBalance_lte?: InputMaybe; - previousBalance_not_eq?: InputMaybe; - previousBalance_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type EsDelegateVotesChangedsConnection = { - __typename?: 'ESDelegateVotesChangedsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type EsLockup = { - __typename?: 'ESLockup'; - account: Scalars['String']['output']; - address: Scalars['String']['output']; - amount: Scalars['BigInt']['output']; - chainId: Scalars['Int']['output']; - end: Scalars['DateTime']['output']; - events: Array; - id: Scalars['String']['output']; - lastUpdated: Scalars['DateTime']['output']; - lockupId: Scalars['BigInt']['output']; - penalty: Scalars['BigInt']['output']; - points: Scalars['BigInt']['output']; - state?: Maybe; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; - withdrawAmount: Scalars['BigInt']['output']; -}; - - -export type EsLockupEventsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type EsLockupEdge = { - __typename?: 'ESLockupEdge'; - cursor: Scalars['String']['output']; - node: EsLockup; -}; - -export type EsLockupEvent = { - __typename?: 'ESLockupEvent'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - event: EsLockupEventType; - id: Scalars['String']['output']; - lockup: EsLockup; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type EsLockupEventEdge = { - __typename?: 'ESLockupEventEdge'; - cursor: Scalars['String']['output']; - node: EsLockupEvent; -}; - -export enum EsLockupEventOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - EventAsc = 'event_ASC', - EventAscNullsFirst = 'event_ASC_NULLS_FIRST', - EventAscNullsLast = 'event_ASC_NULLS_LAST', - EventDesc = 'event_DESC', - EventDescNullsFirst = 'event_DESC_NULLS_FIRST', - EventDescNullsLast = 'event_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - LockupAccountAsc = 'lockup_account_ASC', - LockupAccountAscNullsFirst = 'lockup_account_ASC_NULLS_FIRST', - LockupAccountAscNullsLast = 'lockup_account_ASC_NULLS_LAST', - LockupAccountDesc = 'lockup_account_DESC', - LockupAccountDescNullsFirst = 'lockup_account_DESC_NULLS_FIRST', - LockupAccountDescNullsLast = 'lockup_account_DESC_NULLS_LAST', - LockupAddressAsc = 'lockup_address_ASC', - LockupAddressAscNullsFirst = 'lockup_address_ASC_NULLS_FIRST', - LockupAddressAscNullsLast = 'lockup_address_ASC_NULLS_LAST', - LockupAddressDesc = 'lockup_address_DESC', - LockupAddressDescNullsFirst = 'lockup_address_DESC_NULLS_FIRST', - LockupAddressDescNullsLast = 'lockup_address_DESC_NULLS_LAST', - LockupAmountAsc = 'lockup_amount_ASC', - LockupAmountAscNullsFirst = 'lockup_amount_ASC_NULLS_FIRST', - LockupAmountAscNullsLast = 'lockup_amount_ASC_NULLS_LAST', - LockupAmountDesc = 'lockup_amount_DESC', - LockupAmountDescNullsFirst = 'lockup_amount_DESC_NULLS_FIRST', - LockupAmountDescNullsLast = 'lockup_amount_DESC_NULLS_LAST', - LockupChainIdAsc = 'lockup_chainId_ASC', - LockupChainIdAscNullsFirst = 'lockup_chainId_ASC_NULLS_FIRST', - LockupChainIdAscNullsLast = 'lockup_chainId_ASC_NULLS_LAST', - LockupChainIdDesc = 'lockup_chainId_DESC', - LockupChainIdDescNullsFirst = 'lockup_chainId_DESC_NULLS_FIRST', - LockupChainIdDescNullsLast = 'lockup_chainId_DESC_NULLS_LAST', - LockupEndAsc = 'lockup_end_ASC', - LockupEndAscNullsFirst = 'lockup_end_ASC_NULLS_FIRST', - LockupEndAscNullsLast = 'lockup_end_ASC_NULLS_LAST', - LockupEndDesc = 'lockup_end_DESC', - LockupEndDescNullsFirst = 'lockup_end_DESC_NULLS_FIRST', - LockupEndDescNullsLast = 'lockup_end_DESC_NULLS_LAST', - LockupIdAsc = 'lockup_id_ASC', - LockupIdAscNullsFirst = 'lockup_id_ASC_NULLS_FIRST', - LockupIdAscNullsLast = 'lockup_id_ASC_NULLS_LAST', - LockupIdDesc = 'lockup_id_DESC', - LockupIdDescNullsFirst = 'lockup_id_DESC_NULLS_FIRST', - LockupIdDescNullsLast = 'lockup_id_DESC_NULLS_LAST', - LockupLastUpdatedAsc = 'lockup_lastUpdated_ASC', - LockupLastUpdatedAscNullsFirst = 'lockup_lastUpdated_ASC_NULLS_FIRST', - LockupLastUpdatedAscNullsLast = 'lockup_lastUpdated_ASC_NULLS_LAST', - LockupLastUpdatedDesc = 'lockup_lastUpdated_DESC', - LockupLastUpdatedDescNullsFirst = 'lockup_lastUpdated_DESC_NULLS_FIRST', - LockupLastUpdatedDescNullsLast = 'lockup_lastUpdated_DESC_NULLS_LAST', - LockupLockupIdAsc = 'lockup_lockupId_ASC', - LockupLockupIdAscNullsFirst = 'lockup_lockupId_ASC_NULLS_FIRST', - LockupLockupIdAscNullsLast = 'lockup_lockupId_ASC_NULLS_LAST', - LockupLockupIdDesc = 'lockup_lockupId_DESC', - LockupLockupIdDescNullsFirst = 'lockup_lockupId_DESC_NULLS_FIRST', - LockupLockupIdDescNullsLast = 'lockup_lockupId_DESC_NULLS_LAST', - LockupPenaltyAsc = 'lockup_penalty_ASC', - LockupPenaltyAscNullsFirst = 'lockup_penalty_ASC_NULLS_FIRST', - LockupPenaltyAscNullsLast = 'lockup_penalty_ASC_NULLS_LAST', - LockupPenaltyDesc = 'lockup_penalty_DESC', - LockupPenaltyDescNullsFirst = 'lockup_penalty_DESC_NULLS_FIRST', - LockupPenaltyDescNullsLast = 'lockup_penalty_DESC_NULLS_LAST', - LockupPointsAsc = 'lockup_points_ASC', - LockupPointsAscNullsFirst = 'lockup_points_ASC_NULLS_FIRST', - LockupPointsAscNullsLast = 'lockup_points_ASC_NULLS_LAST', - LockupPointsDesc = 'lockup_points_DESC', - LockupPointsDescNullsFirst = 'lockup_points_DESC_NULLS_FIRST', - LockupPointsDescNullsLast = 'lockup_points_DESC_NULLS_LAST', - LockupStateAsc = 'lockup_state_ASC', - LockupStateAscNullsFirst = 'lockup_state_ASC_NULLS_FIRST', - LockupStateAscNullsLast = 'lockup_state_ASC_NULLS_LAST', - LockupStateDesc = 'lockup_state_DESC', - LockupStateDescNullsFirst = 'lockup_state_DESC_NULLS_FIRST', - LockupStateDescNullsLast = 'lockup_state_DESC_NULLS_LAST', - LockupTimestampAsc = 'lockup_timestamp_ASC', - LockupTimestampAscNullsFirst = 'lockup_timestamp_ASC_NULLS_FIRST', - LockupTimestampAscNullsLast = 'lockup_timestamp_ASC_NULLS_LAST', - LockupTimestampDesc = 'lockup_timestamp_DESC', - LockupTimestampDescNullsFirst = 'lockup_timestamp_DESC_NULLS_FIRST', - LockupTimestampDescNullsLast = 'lockup_timestamp_DESC_NULLS_LAST', - LockupTxHashAsc = 'lockup_txHash_ASC', - LockupTxHashAscNullsFirst = 'lockup_txHash_ASC_NULLS_FIRST', - LockupTxHashAscNullsLast = 'lockup_txHash_ASC_NULLS_LAST', - LockupTxHashDesc = 'lockup_txHash_DESC', - LockupTxHashDescNullsFirst = 'lockup_txHash_DESC_NULLS_FIRST', - LockupTxHashDescNullsLast = 'lockup_txHash_DESC_NULLS_LAST', - LockupWithdrawAmountAsc = 'lockup_withdrawAmount_ASC', - LockupWithdrawAmountAscNullsFirst = 'lockup_withdrawAmount_ASC_NULLS_FIRST', - LockupWithdrawAmountAscNullsLast = 'lockup_withdrawAmount_ASC_NULLS_LAST', - LockupWithdrawAmountDesc = 'lockup_withdrawAmount_DESC', - LockupWithdrawAmountDescNullsFirst = 'lockup_withdrawAmount_DESC_NULLS_FIRST', - LockupWithdrawAmountDescNullsLast = 'lockup_withdrawAmount_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export enum EsLockupEventType { - Extended = 'Extended', - Staked = 'Staked', - Unstaked = 'Unstaked' -} - -export type EsLockupEventWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - event_eq?: InputMaybe; - event_in?: InputMaybe>; - event_isNull?: InputMaybe; - event_not_eq?: InputMaybe; - event_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - lockup?: InputMaybe; - lockup_isNull?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type EsLockupEventsConnection = { - __typename?: 'ESLockupEventsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export enum EsLockupOrderByInput { - AccountAsc = 'account_ASC', - AccountAscNullsFirst = 'account_ASC_NULLS_FIRST', - AccountAscNullsLast = 'account_ASC_NULLS_LAST', - AccountDesc = 'account_DESC', - AccountDescNullsFirst = 'account_DESC_NULLS_FIRST', - AccountDescNullsLast = 'account_DESC_NULLS_LAST', - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - EndAsc = 'end_ASC', - EndAscNullsFirst = 'end_ASC_NULLS_FIRST', - EndAscNullsLast = 'end_ASC_NULLS_LAST', - EndDesc = 'end_DESC', - EndDescNullsFirst = 'end_DESC_NULLS_FIRST', - EndDescNullsLast = 'end_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - LastUpdatedAsc = 'lastUpdated_ASC', - LastUpdatedAscNullsFirst = 'lastUpdated_ASC_NULLS_FIRST', - LastUpdatedAscNullsLast = 'lastUpdated_ASC_NULLS_LAST', - LastUpdatedDesc = 'lastUpdated_DESC', - LastUpdatedDescNullsFirst = 'lastUpdated_DESC_NULLS_FIRST', - LastUpdatedDescNullsLast = 'lastUpdated_DESC_NULLS_LAST', - LockupIdAsc = 'lockupId_ASC', - LockupIdAscNullsFirst = 'lockupId_ASC_NULLS_FIRST', - LockupIdAscNullsLast = 'lockupId_ASC_NULLS_LAST', - LockupIdDesc = 'lockupId_DESC', - LockupIdDescNullsFirst = 'lockupId_DESC_NULLS_FIRST', - LockupIdDescNullsLast = 'lockupId_DESC_NULLS_LAST', - PenaltyAsc = 'penalty_ASC', - PenaltyAscNullsFirst = 'penalty_ASC_NULLS_FIRST', - PenaltyAscNullsLast = 'penalty_ASC_NULLS_LAST', - PenaltyDesc = 'penalty_DESC', - PenaltyDescNullsFirst = 'penalty_DESC_NULLS_FIRST', - PenaltyDescNullsLast = 'penalty_DESC_NULLS_LAST', - PointsAsc = 'points_ASC', - PointsAscNullsFirst = 'points_ASC_NULLS_FIRST', - PointsAscNullsLast = 'points_ASC_NULLS_LAST', - PointsDesc = 'points_DESC', - PointsDescNullsFirst = 'points_DESC_NULLS_FIRST', - PointsDescNullsLast = 'points_DESC_NULLS_LAST', - StateAsc = 'state_ASC', - StateAscNullsFirst = 'state_ASC_NULLS_FIRST', - StateAscNullsLast = 'state_ASC_NULLS_LAST', - StateDesc = 'state_DESC', - StateDescNullsFirst = 'state_DESC_NULLS_FIRST', - StateDescNullsLast = 'state_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST', - WithdrawAmountAsc = 'withdrawAmount_ASC', - WithdrawAmountAscNullsFirst = 'withdrawAmount_ASC_NULLS_FIRST', - WithdrawAmountAscNullsLast = 'withdrawAmount_ASC_NULLS_LAST', - WithdrawAmountDesc = 'withdrawAmount_DESC', - WithdrawAmountDescNullsFirst = 'withdrawAmount_DESC_NULLS_FIRST', - WithdrawAmountDescNullsLast = 'withdrawAmount_DESC_NULLS_LAST' -} - -export enum EsLockupState { - Closed = 'Closed', - Open = 'Open' -} - -export type EsLockupWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - account_contains?: InputMaybe; - account_containsInsensitive?: InputMaybe; - account_endsWith?: InputMaybe; - account_eq?: InputMaybe; - account_gt?: InputMaybe; - account_gte?: InputMaybe; - account_in?: InputMaybe>; - account_isNull?: InputMaybe; - account_lt?: InputMaybe; - account_lte?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_containsInsensitive?: InputMaybe; - account_not_endsWith?: InputMaybe; - account_not_eq?: InputMaybe; - account_not_in?: InputMaybe>; - account_not_startsWith?: InputMaybe; - account_startsWith?: InputMaybe; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - end_eq?: InputMaybe; - end_gt?: InputMaybe; - end_gte?: InputMaybe; - end_in?: InputMaybe>; - end_isNull?: InputMaybe; - end_lt?: InputMaybe; - end_lte?: InputMaybe; - end_not_eq?: InputMaybe; - end_not_in?: InputMaybe>; - events_every?: InputMaybe; - events_none?: InputMaybe; - events_some?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - lastUpdated_eq?: InputMaybe; - lastUpdated_gt?: InputMaybe; - lastUpdated_gte?: InputMaybe; - lastUpdated_in?: InputMaybe>; - lastUpdated_isNull?: InputMaybe; - lastUpdated_lt?: InputMaybe; - lastUpdated_lte?: InputMaybe; - lastUpdated_not_eq?: InputMaybe; - lastUpdated_not_in?: InputMaybe>; - lockupId_eq?: InputMaybe; - lockupId_gt?: InputMaybe; - lockupId_gte?: InputMaybe; - lockupId_in?: InputMaybe>; - lockupId_isNull?: InputMaybe; - lockupId_lt?: InputMaybe; - lockupId_lte?: InputMaybe; - lockupId_not_eq?: InputMaybe; - lockupId_not_in?: InputMaybe>; - penalty_eq?: InputMaybe; - penalty_gt?: InputMaybe; - penalty_gte?: InputMaybe; - penalty_in?: InputMaybe>; - penalty_isNull?: InputMaybe; - penalty_lt?: InputMaybe; - penalty_lte?: InputMaybe; - penalty_not_eq?: InputMaybe; - penalty_not_in?: InputMaybe>; - points_eq?: InputMaybe; - points_gt?: InputMaybe; - points_gte?: InputMaybe; - points_in?: InputMaybe>; - points_isNull?: InputMaybe; - points_lt?: InputMaybe; - points_lte?: InputMaybe; - points_not_eq?: InputMaybe; - points_not_in?: InputMaybe>; - state_eq?: InputMaybe; - state_in?: InputMaybe>; - state_isNull?: InputMaybe; - state_not_eq?: InputMaybe; - state_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; - withdrawAmount_eq?: InputMaybe; - withdrawAmount_gt?: InputMaybe; - withdrawAmount_gte?: InputMaybe; - withdrawAmount_in?: InputMaybe>; - withdrawAmount_isNull?: InputMaybe; - withdrawAmount_lt?: InputMaybe; - withdrawAmount_lte?: InputMaybe; - withdrawAmount_not_eq?: InputMaybe; - withdrawAmount_not_in?: InputMaybe>; -}; - -export type EsLockupsConnection = { - __typename?: 'ESLockupsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type EsPenaltiesConnection = { - __typename?: 'ESPenaltiesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type EsPenalty = { - __typename?: 'ESPenalty'; - account: Scalars['String']['output']; - address: Scalars['String']['output']; - amount: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type EsPenaltyEdge = { - __typename?: 'ESPenaltyEdge'; - cursor: Scalars['String']['output']; - node: EsPenalty; -}; - -export enum EsPenaltyOrderByInput { - AccountAsc = 'account_ASC', - AccountAscNullsFirst = 'account_ASC_NULLS_FIRST', - AccountAscNullsLast = 'account_ASC_NULLS_LAST', - AccountDesc = 'account_DESC', - AccountDescNullsFirst = 'account_DESC_NULLS_FIRST', - AccountDescNullsLast = 'account_DESC_NULLS_LAST', - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type EsPenaltyWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - account_contains?: InputMaybe; - account_containsInsensitive?: InputMaybe; - account_endsWith?: InputMaybe; - account_eq?: InputMaybe; - account_gt?: InputMaybe; - account_gte?: InputMaybe; - account_in?: InputMaybe>; - account_isNull?: InputMaybe; - account_lt?: InputMaybe; - account_lte?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_containsInsensitive?: InputMaybe; - account_not_endsWith?: InputMaybe; - account_not_eq?: InputMaybe; - account_not_in?: InputMaybe>; - account_not_startsWith?: InputMaybe; - account_startsWith?: InputMaybe; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type EsReward = { - __typename?: 'ESReward'; - account: Scalars['String']['output']; - address: Scalars['String']['output']; - amount: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type EsRewardEdge = { - __typename?: 'ESRewardEdge'; - cursor: Scalars['String']['output']; - node: EsReward; -}; - -export enum EsRewardOrderByInput { - AccountAsc = 'account_ASC', - AccountAscNullsFirst = 'account_ASC_NULLS_FIRST', - AccountAscNullsLast = 'account_ASC_NULLS_LAST', - AccountDesc = 'account_DESC', - AccountDescNullsFirst = 'account_DESC_NULLS_FIRST', - AccountDescNullsLast = 'account_DESC_NULLS_LAST', - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type EsRewardWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - account_contains?: InputMaybe; - account_containsInsensitive?: InputMaybe; - account_endsWith?: InputMaybe; - account_eq?: InputMaybe; - account_gt?: InputMaybe; - account_gte?: InputMaybe; - account_in?: InputMaybe>; - account_isNull?: InputMaybe; - account_lt?: InputMaybe; - account_lte?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_containsInsensitive?: InputMaybe; - account_not_endsWith?: InputMaybe; - account_not_eq?: InputMaybe; - account_not_in?: InputMaybe>; - account_not_startsWith?: InputMaybe; - account_startsWith?: InputMaybe; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type EsRewardsConnection = { - __typename?: 'ESRewardsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type EsStake = { - __typename?: 'ESStake'; - account: Scalars['String']['output']; - address: Scalars['String']['output']; - amount: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - end: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - lockupId: Scalars['BigInt']['output']; - points: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type EsStakeEdge = { - __typename?: 'ESStakeEdge'; - cursor: Scalars['String']['output']; - node: EsStake; -}; - -export enum EsStakeOrderByInput { - AccountAsc = 'account_ASC', - AccountAscNullsFirst = 'account_ASC_NULLS_FIRST', - AccountAscNullsLast = 'account_ASC_NULLS_LAST', - AccountDesc = 'account_DESC', - AccountDescNullsFirst = 'account_DESC_NULLS_FIRST', - AccountDescNullsLast = 'account_DESC_NULLS_LAST', - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - EndAsc = 'end_ASC', - EndAscNullsFirst = 'end_ASC_NULLS_FIRST', - EndAscNullsLast = 'end_ASC_NULLS_LAST', - EndDesc = 'end_DESC', - EndDescNullsFirst = 'end_DESC_NULLS_FIRST', - EndDescNullsLast = 'end_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - LockupIdAsc = 'lockupId_ASC', - LockupIdAscNullsFirst = 'lockupId_ASC_NULLS_FIRST', - LockupIdAscNullsLast = 'lockupId_ASC_NULLS_LAST', - LockupIdDesc = 'lockupId_DESC', - LockupIdDescNullsFirst = 'lockupId_DESC_NULLS_FIRST', - LockupIdDescNullsLast = 'lockupId_DESC_NULLS_LAST', - PointsAsc = 'points_ASC', - PointsAscNullsFirst = 'points_ASC_NULLS_FIRST', - PointsAscNullsLast = 'points_ASC_NULLS_LAST', - PointsDesc = 'points_DESC', - PointsDescNullsFirst = 'points_DESC_NULLS_FIRST', - PointsDescNullsLast = 'points_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type EsStakeWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - account_contains?: InputMaybe; - account_containsInsensitive?: InputMaybe; - account_endsWith?: InputMaybe; - account_eq?: InputMaybe; - account_gt?: InputMaybe; - account_gte?: InputMaybe; - account_in?: InputMaybe>; - account_isNull?: InputMaybe; - account_lt?: InputMaybe; - account_lte?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_containsInsensitive?: InputMaybe; - account_not_endsWith?: InputMaybe; - account_not_eq?: InputMaybe; - account_not_in?: InputMaybe>; - account_not_startsWith?: InputMaybe; - account_startsWith?: InputMaybe; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - end_eq?: InputMaybe; - end_gt?: InputMaybe; - end_gte?: InputMaybe; - end_in?: InputMaybe>; - end_isNull?: InputMaybe; - end_lt?: InputMaybe; - end_lte?: InputMaybe; - end_not_eq?: InputMaybe; - end_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - lockupId_eq?: InputMaybe; - lockupId_gt?: InputMaybe; - lockupId_gte?: InputMaybe; - lockupId_in?: InputMaybe>; - lockupId_isNull?: InputMaybe; - lockupId_lt?: InputMaybe; - lockupId_lte?: InputMaybe; - lockupId_not_eq?: InputMaybe; - lockupId_not_in?: InputMaybe>; - points_eq?: InputMaybe; - points_gt?: InputMaybe; - points_gte?: InputMaybe; - points_in?: InputMaybe>; - points_isNull?: InputMaybe; - points_lt?: InputMaybe; - points_lte?: InputMaybe; - points_not_eq?: InputMaybe; - points_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type EsStakesConnection = { - __typename?: 'ESStakesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type EsToken = { - __typename?: 'ESToken'; - blockNumber: Scalars['Int']['output']; - circulating: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - staked: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - total: Scalars['BigInt']['output']; -}; - -export type EsTokenEdge = { - __typename?: 'ESTokenEdge'; - cursor: Scalars['String']['output']; - node: EsToken; -}; - -export enum EsTokenOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - CirculatingAsc = 'circulating_ASC', - CirculatingAscNullsFirst = 'circulating_ASC_NULLS_FIRST', - CirculatingAscNullsLast = 'circulating_ASC_NULLS_LAST', - CirculatingDesc = 'circulating_DESC', - CirculatingDescNullsFirst = 'circulating_DESC_NULLS_FIRST', - CirculatingDescNullsLast = 'circulating_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - StakedAsc = 'staked_ASC', - StakedAscNullsFirst = 'staked_ASC_NULLS_FIRST', - StakedAscNullsLast = 'staked_ASC_NULLS_LAST', - StakedDesc = 'staked_DESC', - StakedDescNullsFirst = 'staked_DESC_NULLS_FIRST', - StakedDescNullsLast = 'staked_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalAsc = 'total_ASC', - TotalAscNullsFirst = 'total_ASC_NULLS_FIRST', - TotalAscNullsLast = 'total_ASC_NULLS_LAST', - TotalDesc = 'total_DESC', - TotalDescNullsFirst = 'total_DESC_NULLS_FIRST', - TotalDescNullsLast = 'total_DESC_NULLS_LAST' -} - -export type EsTokenWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - circulating_eq?: InputMaybe; - circulating_gt?: InputMaybe; - circulating_gte?: InputMaybe; - circulating_in?: InputMaybe>; - circulating_isNull?: InputMaybe; - circulating_lt?: InputMaybe; - circulating_lte?: InputMaybe; - circulating_not_eq?: InputMaybe; - circulating_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - staked_eq?: InputMaybe; - staked_gt?: InputMaybe; - staked_gte?: InputMaybe; - staked_in?: InputMaybe>; - staked_isNull?: InputMaybe; - staked_lt?: InputMaybe; - staked_lte?: InputMaybe; - staked_not_eq?: InputMaybe; - staked_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - total_eq?: InputMaybe; - total_gt?: InputMaybe; - total_gte?: InputMaybe; - total_in?: InputMaybe>; - total_isNull?: InputMaybe; - total_lt?: InputMaybe; - total_lte?: InputMaybe; - total_not_eq?: InputMaybe; - total_not_in?: InputMaybe>; -}; - -export type EsTokensConnection = { - __typename?: 'ESTokensConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type EsUnstake = { - __typename?: 'ESUnstake'; - account: Scalars['String']['output']; - address: Scalars['String']['output']; - amount: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - end: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - lockupId: Scalars['BigInt']['output']; - points: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type EsUnstakeEdge = { - __typename?: 'ESUnstakeEdge'; - cursor: Scalars['String']['output']; - node: EsUnstake; -}; - -export enum EsUnstakeOrderByInput { - AccountAsc = 'account_ASC', - AccountAscNullsFirst = 'account_ASC_NULLS_FIRST', - AccountAscNullsLast = 'account_ASC_NULLS_LAST', - AccountDesc = 'account_DESC', - AccountDescNullsFirst = 'account_DESC_NULLS_FIRST', - AccountDescNullsLast = 'account_DESC_NULLS_LAST', - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - EndAsc = 'end_ASC', - EndAscNullsFirst = 'end_ASC_NULLS_FIRST', - EndAscNullsLast = 'end_ASC_NULLS_LAST', - EndDesc = 'end_DESC', - EndDescNullsFirst = 'end_DESC_NULLS_FIRST', - EndDescNullsLast = 'end_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - LockupIdAsc = 'lockupId_ASC', - LockupIdAscNullsFirst = 'lockupId_ASC_NULLS_FIRST', - LockupIdAscNullsLast = 'lockupId_ASC_NULLS_LAST', - LockupIdDesc = 'lockupId_DESC', - LockupIdDescNullsFirst = 'lockupId_DESC_NULLS_FIRST', - LockupIdDescNullsLast = 'lockupId_DESC_NULLS_LAST', - PointsAsc = 'points_ASC', - PointsAscNullsFirst = 'points_ASC_NULLS_FIRST', - PointsAscNullsLast = 'points_ASC_NULLS_LAST', - PointsDesc = 'points_DESC', - PointsDescNullsFirst = 'points_DESC_NULLS_FIRST', - PointsDescNullsLast = 'points_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type EsUnstakeWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - account_contains?: InputMaybe; - account_containsInsensitive?: InputMaybe; - account_endsWith?: InputMaybe; - account_eq?: InputMaybe; - account_gt?: InputMaybe; - account_gte?: InputMaybe; - account_in?: InputMaybe>; - account_isNull?: InputMaybe; - account_lt?: InputMaybe; - account_lte?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_containsInsensitive?: InputMaybe; - account_not_endsWith?: InputMaybe; - account_not_eq?: InputMaybe; - account_not_in?: InputMaybe>; - account_not_startsWith?: InputMaybe; - account_startsWith?: InputMaybe; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - end_eq?: InputMaybe; - end_gt?: InputMaybe; - end_gte?: InputMaybe; - end_in?: InputMaybe>; - end_isNull?: InputMaybe; - end_lt?: InputMaybe; - end_lte?: InputMaybe; - end_not_eq?: InputMaybe; - end_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - lockupId_eq?: InputMaybe; - lockupId_gt?: InputMaybe; - lockupId_gte?: InputMaybe; - lockupId_in?: InputMaybe>; - lockupId_isNull?: InputMaybe; - lockupId_lt?: InputMaybe; - lockupId_lte?: InputMaybe; - lockupId_not_eq?: InputMaybe; - lockupId_not_in?: InputMaybe>; - points_eq?: InputMaybe; - points_gt?: InputMaybe; - points_gte?: InputMaybe; - points_in?: InputMaybe>; - points_isNull?: InputMaybe; - points_lt?: InputMaybe; - points_lte?: InputMaybe; - points_not_eq?: InputMaybe; - points_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type EsUnstakesConnection = { - __typename?: 'ESUnstakesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type EsYield = { - __typename?: 'ESYield'; - address: Scalars['String']['output']; - apr: Scalars['Float']['output']; - apy: Scalars['Float']['output']; - assetBalance: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - rewardsPerSecond: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type EsYieldEdge = { - __typename?: 'ESYieldEdge'; - cursor: Scalars['String']['output']; - node: EsYield; -}; - -export enum EsYieldOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - AprAsc = 'apr_ASC', - AprAscNullsFirst = 'apr_ASC_NULLS_FIRST', - AprAscNullsLast = 'apr_ASC_NULLS_LAST', - AprDesc = 'apr_DESC', - AprDescNullsFirst = 'apr_DESC_NULLS_FIRST', - AprDescNullsLast = 'apr_DESC_NULLS_LAST', - ApyAsc = 'apy_ASC', - ApyAscNullsFirst = 'apy_ASC_NULLS_FIRST', - ApyAscNullsLast = 'apy_ASC_NULLS_LAST', - ApyDesc = 'apy_DESC', - ApyDescNullsFirst = 'apy_DESC_NULLS_FIRST', - ApyDescNullsLast = 'apy_DESC_NULLS_LAST', - AssetBalanceAsc = 'assetBalance_ASC', - AssetBalanceAscNullsFirst = 'assetBalance_ASC_NULLS_FIRST', - AssetBalanceAscNullsLast = 'assetBalance_ASC_NULLS_LAST', - AssetBalanceDesc = 'assetBalance_DESC', - AssetBalanceDescNullsFirst = 'assetBalance_DESC_NULLS_FIRST', - AssetBalanceDescNullsLast = 'assetBalance_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - RewardsPerSecondAsc = 'rewardsPerSecond_ASC', - RewardsPerSecondAscNullsFirst = 'rewardsPerSecond_ASC_NULLS_FIRST', - RewardsPerSecondAscNullsLast = 'rewardsPerSecond_ASC_NULLS_LAST', - RewardsPerSecondDesc = 'rewardsPerSecond_DESC', - RewardsPerSecondDescNullsFirst = 'rewardsPerSecond_DESC_NULLS_FIRST', - RewardsPerSecondDescNullsLast = 'rewardsPerSecond_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type EsYieldWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - apr_eq?: InputMaybe; - apr_gt?: InputMaybe; - apr_gte?: InputMaybe; - apr_in?: InputMaybe>; - apr_isNull?: InputMaybe; - apr_lt?: InputMaybe; - apr_lte?: InputMaybe; - apr_not_eq?: InputMaybe; - apr_not_in?: InputMaybe>; - apy_eq?: InputMaybe; - apy_gt?: InputMaybe; - apy_gte?: InputMaybe; - apy_in?: InputMaybe>; - apy_isNull?: InputMaybe; - apy_lt?: InputMaybe; - apy_lte?: InputMaybe; - apy_not_eq?: InputMaybe; - apy_not_in?: InputMaybe>; - assetBalance_eq?: InputMaybe; - assetBalance_gt?: InputMaybe; - assetBalance_gte?: InputMaybe; - assetBalance_in?: InputMaybe>; - assetBalance_isNull?: InputMaybe; - assetBalance_lt?: InputMaybe; - assetBalance_lte?: InputMaybe; - assetBalance_not_eq?: InputMaybe; - assetBalance_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - rewardsPerSecond_eq?: InputMaybe; - rewardsPerSecond_gt?: InputMaybe; - rewardsPerSecond_gte?: InputMaybe; - rewardsPerSecond_in?: InputMaybe>; - rewardsPerSecond_isNull?: InputMaybe; - rewardsPerSecond_lt?: InputMaybe; - rewardsPerSecond_lte?: InputMaybe; - rewardsPerSecond_not_eq?: InputMaybe; - rewardsPerSecond_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type EsYieldsConnection = { - __typename?: 'ESYieldsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -/** - * Any entity which has a price associated with it should have that price go in here. - * Prices can change very frequently and we don't want those changes on the same track - * as values which change less frequently. - */ -export type ExchangeRate = { - __typename?: 'ExchangeRate'; - base: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - /** Format: 'blockNumber:pair' ex '123456789:ETH_USD' */ - id: Scalars['String']['output']; - pair: Scalars['String']['output']; - quote: Scalars['String']['output']; - rate: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type ExchangeRateEdge = { - __typename?: 'ExchangeRateEdge'; - cursor: Scalars['String']['output']; - node: ExchangeRate; -}; - -export enum ExchangeRateOrderByInput { - BaseAsc = 'base_ASC', - BaseAscNullsFirst = 'base_ASC_NULLS_FIRST', - BaseAscNullsLast = 'base_ASC_NULLS_LAST', - BaseDesc = 'base_DESC', - BaseDescNullsFirst = 'base_DESC_NULLS_FIRST', - BaseDescNullsLast = 'base_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - PairAsc = 'pair_ASC', - PairAscNullsFirst = 'pair_ASC_NULLS_FIRST', - PairAscNullsLast = 'pair_ASC_NULLS_LAST', - PairDesc = 'pair_DESC', - PairDescNullsFirst = 'pair_DESC_NULLS_FIRST', - PairDescNullsLast = 'pair_DESC_NULLS_LAST', - QuoteAsc = 'quote_ASC', - QuoteAscNullsFirst = 'quote_ASC_NULLS_FIRST', - QuoteAscNullsLast = 'quote_ASC_NULLS_LAST', - QuoteDesc = 'quote_DESC', - QuoteDescNullsFirst = 'quote_DESC_NULLS_FIRST', - QuoteDescNullsLast = 'quote_DESC_NULLS_LAST', - RateAsc = 'rate_ASC', - RateAscNullsFirst = 'rate_ASC_NULLS_FIRST', - RateAscNullsLast = 'rate_ASC_NULLS_LAST', - RateDesc = 'rate_DESC', - RateDescNullsFirst = 'rate_DESC_NULLS_FIRST', - RateDescNullsLast = 'rate_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type ExchangeRateWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - base_contains?: InputMaybe; - base_containsInsensitive?: InputMaybe; - base_endsWith?: InputMaybe; - base_eq?: InputMaybe; - base_gt?: InputMaybe; - base_gte?: InputMaybe; - base_in?: InputMaybe>; - base_isNull?: InputMaybe; - base_lt?: InputMaybe; - base_lte?: InputMaybe; - base_not_contains?: InputMaybe; - base_not_containsInsensitive?: InputMaybe; - base_not_endsWith?: InputMaybe; - base_not_eq?: InputMaybe; - base_not_in?: InputMaybe>; - base_not_startsWith?: InputMaybe; - base_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - pair_contains?: InputMaybe; - pair_containsInsensitive?: InputMaybe; - pair_endsWith?: InputMaybe; - pair_eq?: InputMaybe; - pair_gt?: InputMaybe; - pair_gte?: InputMaybe; - pair_in?: InputMaybe>; - pair_isNull?: InputMaybe; - pair_lt?: InputMaybe; - pair_lte?: InputMaybe; - pair_not_contains?: InputMaybe; - pair_not_containsInsensitive?: InputMaybe; - pair_not_endsWith?: InputMaybe; - pair_not_eq?: InputMaybe; - pair_not_in?: InputMaybe>; - pair_not_startsWith?: InputMaybe; - pair_startsWith?: InputMaybe; - quote_contains?: InputMaybe; - quote_containsInsensitive?: InputMaybe; - quote_endsWith?: InputMaybe; - quote_eq?: InputMaybe; - quote_gt?: InputMaybe; - quote_gte?: InputMaybe; - quote_in?: InputMaybe>; - quote_isNull?: InputMaybe; - quote_lt?: InputMaybe; - quote_lte?: InputMaybe; - quote_not_contains?: InputMaybe; - quote_not_containsInsensitive?: InputMaybe; - quote_not_endsWith?: InputMaybe; - quote_not_eq?: InputMaybe; - quote_not_in?: InputMaybe>; - quote_not_startsWith?: InputMaybe; - quote_startsWith?: InputMaybe; - rate_eq?: InputMaybe; - rate_gt?: InputMaybe; - rate_gte?: InputMaybe; - rate_in?: InputMaybe>; - rate_isNull?: InputMaybe; - rate_lt?: InputMaybe; - rate_lte?: InputMaybe; - rate_not_eq?: InputMaybe; - rate_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type ExchangeRatesConnection = { - __typename?: 'ExchangeRatesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type FrrsRewardCollected = { - __typename?: 'FRRSRewardCollected'; - address: Scalars['String']['output']; - amountCollected: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type FrrsRewardCollectedEdge = { - __typename?: 'FRRSRewardCollectedEdge'; - cursor: Scalars['String']['output']; - node: FrrsRewardCollected; -}; - -export enum FrrsRewardCollectedOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - AmountCollectedAsc = 'amountCollected_ASC', - AmountCollectedAscNullsFirst = 'amountCollected_ASC_NULLS_FIRST', - AmountCollectedAscNullsLast = 'amountCollected_ASC_NULLS_LAST', - AmountCollectedDesc = 'amountCollected_DESC', - AmountCollectedDescNullsFirst = 'amountCollected_DESC_NULLS_FIRST', - AmountCollectedDescNullsLast = 'amountCollected_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type FrrsRewardCollectedWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - amountCollected_eq?: InputMaybe; - amountCollected_gt?: InputMaybe; - amountCollected_gte?: InputMaybe; - amountCollected_in?: InputMaybe>; - amountCollected_isNull?: InputMaybe; - amountCollected_lt?: InputMaybe; - amountCollected_lte?: InputMaybe; - amountCollected_not_eq?: InputMaybe; - amountCollected_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type FrrsRewardCollectedsConnection = { - __typename?: 'FRRSRewardCollectedsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type FrrsRewardsPerSecondChanged = { - __typename?: 'FRRSRewardsPerSecondChanged'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - newRPS: Scalars['BigInt']['output']; - oldRPS: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type FrrsRewardsPerSecondChangedEdge = { - __typename?: 'FRRSRewardsPerSecondChangedEdge'; - cursor: Scalars['String']['output']; - node: FrrsRewardsPerSecondChanged; -}; - -export enum FrrsRewardsPerSecondChangedOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - NewRpsAsc = 'newRPS_ASC', - NewRpsAscNullsFirst = 'newRPS_ASC_NULLS_FIRST', - NewRpsAscNullsLast = 'newRPS_ASC_NULLS_LAST', - NewRpsDesc = 'newRPS_DESC', - NewRpsDescNullsFirst = 'newRPS_DESC_NULLS_FIRST', - NewRpsDescNullsLast = 'newRPS_DESC_NULLS_LAST', - OldRpsAsc = 'oldRPS_ASC', - OldRpsAscNullsFirst = 'oldRPS_ASC_NULLS_FIRST', - OldRpsAscNullsLast = 'oldRPS_ASC_NULLS_LAST', - OldRpsDesc = 'oldRPS_DESC', - OldRpsDescNullsFirst = 'oldRPS_DESC_NULLS_FIRST', - OldRpsDescNullsLast = 'oldRPS_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type FrrsRewardsPerSecondChangedWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - newRPS_eq?: InputMaybe; - newRPS_gt?: InputMaybe; - newRPS_gte?: InputMaybe; - newRPS_in?: InputMaybe>; - newRPS_isNull?: InputMaybe; - newRPS_lt?: InputMaybe; - newRPS_lte?: InputMaybe; - newRPS_not_eq?: InputMaybe; - newRPS_not_in?: InputMaybe>; - oldRPS_eq?: InputMaybe; - oldRPS_gt?: InputMaybe; - oldRPS_gte?: InputMaybe; - oldRPS_in?: InputMaybe>; - oldRPS_isNull?: InputMaybe; - oldRPS_lt?: InputMaybe; - oldRPS_lte?: InputMaybe; - oldRPS_not_eq?: InputMaybe; - oldRPS_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type FrrsRewardsPerSecondChangedsConnection = { - __typename?: 'FRRSRewardsPerSecondChangedsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type FrrsRewardsTargetChange = { - __typename?: 'FRRSRewardsTargetChange'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - previousTarget: Scalars['String']['output']; - target: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type FrrsRewardsTargetChangeEdge = { - __typename?: 'FRRSRewardsTargetChangeEdge'; - cursor: Scalars['String']['output']; - node: FrrsRewardsTargetChange; -}; - -export enum FrrsRewardsTargetChangeOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - PreviousTargetAsc = 'previousTarget_ASC', - PreviousTargetAscNullsFirst = 'previousTarget_ASC_NULLS_FIRST', - PreviousTargetAscNullsLast = 'previousTarget_ASC_NULLS_LAST', - PreviousTargetDesc = 'previousTarget_DESC', - PreviousTargetDescNullsFirst = 'previousTarget_DESC_NULLS_FIRST', - PreviousTargetDescNullsLast = 'previousTarget_DESC_NULLS_LAST', - TargetAsc = 'target_ASC', - TargetAscNullsFirst = 'target_ASC_NULLS_FIRST', - TargetAscNullsLast = 'target_ASC_NULLS_LAST', - TargetDesc = 'target_DESC', - TargetDescNullsFirst = 'target_DESC_NULLS_FIRST', - TargetDescNullsLast = 'target_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type FrrsRewardsTargetChangeWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - previousTarget_contains?: InputMaybe; - previousTarget_containsInsensitive?: InputMaybe; - previousTarget_endsWith?: InputMaybe; - previousTarget_eq?: InputMaybe; - previousTarget_gt?: InputMaybe; - previousTarget_gte?: InputMaybe; - previousTarget_in?: InputMaybe>; - previousTarget_isNull?: InputMaybe; - previousTarget_lt?: InputMaybe; - previousTarget_lte?: InputMaybe; - previousTarget_not_contains?: InputMaybe; - previousTarget_not_containsInsensitive?: InputMaybe; - previousTarget_not_endsWith?: InputMaybe; - previousTarget_not_eq?: InputMaybe; - previousTarget_not_in?: InputMaybe>; - previousTarget_not_startsWith?: InputMaybe; - previousTarget_startsWith?: InputMaybe; - target_contains?: InputMaybe; - target_containsInsensitive?: InputMaybe; - target_endsWith?: InputMaybe; - target_eq?: InputMaybe; - target_gt?: InputMaybe; - target_gte?: InputMaybe; - target_in?: InputMaybe>; - target_isNull?: InputMaybe; - target_lt?: InputMaybe; - target_lte?: InputMaybe; - target_not_contains?: InputMaybe; - target_not_containsInsensitive?: InputMaybe; - target_not_endsWith?: InputMaybe; - target_not_eq?: InputMaybe; - target_not_in?: InputMaybe>; - target_not_startsWith?: InputMaybe; - target_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type FrrsRewardsTargetChangesConnection = { - __typename?: 'FRRSRewardsTargetChangesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type FrrsStrategistUpdated = { - __typename?: 'FRRSStrategistUpdated'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - strategistAddress: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type FrrsStrategistUpdatedEdge = { - __typename?: 'FRRSStrategistUpdatedEdge'; - cursor: Scalars['String']['output']; - node: FrrsStrategistUpdated; -}; - -export enum FrrsStrategistUpdatedOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - StrategistAddressAsc = 'strategistAddress_ASC', - StrategistAddressAscNullsFirst = 'strategistAddress_ASC_NULLS_FIRST', - StrategistAddressAscNullsLast = 'strategistAddress_ASC_NULLS_LAST', - StrategistAddressDesc = 'strategistAddress_DESC', - StrategistAddressDescNullsFirst = 'strategistAddress_DESC_NULLS_FIRST', - StrategistAddressDescNullsLast = 'strategistAddress_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type FrrsStrategistUpdatedWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - strategistAddress_contains?: InputMaybe; - strategistAddress_containsInsensitive?: InputMaybe; - strategistAddress_endsWith?: InputMaybe; - strategistAddress_eq?: InputMaybe; - strategistAddress_gt?: InputMaybe; - strategistAddress_gte?: InputMaybe; - strategistAddress_in?: InputMaybe>; - strategistAddress_isNull?: InputMaybe; - strategistAddress_lt?: InputMaybe; - strategistAddress_lte?: InputMaybe; - strategistAddress_not_contains?: InputMaybe; - strategistAddress_not_containsInsensitive?: InputMaybe; - strategistAddress_not_endsWith?: InputMaybe; - strategistAddress_not_eq?: InputMaybe; - strategistAddress_not_in?: InputMaybe>; - strategistAddress_not_startsWith?: InputMaybe; - strategistAddress_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type FrrsStrategistUpdatedsConnection = { - __typename?: 'FRRSStrategistUpdatedsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type GovernanceProposal = { - __typename?: 'GovernanceProposal'; - address: Scalars['String']['output']; - calldatas: Array>; - chainId: Scalars['Int']['output']; - choices: Array>; - description?: Maybe; - endBlock: Scalars['BigInt']['output']; - events: Array; - id: Scalars['String']['output']; - lastUpdated: Scalars['DateTime']['output']; - proposalId: Scalars['BigInt']['output']; - proposer: Scalars['String']['output']; - quorum: Scalars['BigInt']['output']; - scores: Array>; - signatures: Array>; - startBlock: Scalars['BigInt']['output']; - status: GovernanceProposalState; - targets: Array>; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; - values: Array>; -}; - - -export type GovernanceProposalEventsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type GovernanceProposalEdge = { - __typename?: 'GovernanceProposalEdge'; - cursor: Scalars['String']['output']; - node: GovernanceProposal; -}; - -export type GovernanceProposalEvent = { - __typename?: 'GovernanceProposalEvent'; - event: GovernanceProposalEventType; - id: Scalars['String']['output']; - proposal: GovernanceProposal; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type GovernanceProposalEventEdge = { - __typename?: 'GovernanceProposalEventEdge'; - cursor: Scalars['String']['output']; - node: GovernanceProposalEvent; -}; - -export enum GovernanceProposalEventOrderByInput { - EventAsc = 'event_ASC', - EventAscNullsFirst = 'event_ASC_NULLS_FIRST', - EventAscNullsLast = 'event_ASC_NULLS_LAST', - EventDesc = 'event_DESC', - EventDescNullsFirst = 'event_DESC_NULLS_FIRST', - EventDescNullsLast = 'event_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - ProposalAddressAsc = 'proposal_address_ASC', - ProposalAddressAscNullsFirst = 'proposal_address_ASC_NULLS_FIRST', - ProposalAddressAscNullsLast = 'proposal_address_ASC_NULLS_LAST', - ProposalAddressDesc = 'proposal_address_DESC', - ProposalAddressDescNullsFirst = 'proposal_address_DESC_NULLS_FIRST', - ProposalAddressDescNullsLast = 'proposal_address_DESC_NULLS_LAST', - ProposalChainIdAsc = 'proposal_chainId_ASC', - ProposalChainIdAscNullsFirst = 'proposal_chainId_ASC_NULLS_FIRST', - ProposalChainIdAscNullsLast = 'proposal_chainId_ASC_NULLS_LAST', - ProposalChainIdDesc = 'proposal_chainId_DESC', - ProposalChainIdDescNullsFirst = 'proposal_chainId_DESC_NULLS_FIRST', - ProposalChainIdDescNullsLast = 'proposal_chainId_DESC_NULLS_LAST', - ProposalDescriptionAsc = 'proposal_description_ASC', - ProposalDescriptionAscNullsFirst = 'proposal_description_ASC_NULLS_FIRST', - ProposalDescriptionAscNullsLast = 'proposal_description_ASC_NULLS_LAST', - ProposalDescriptionDesc = 'proposal_description_DESC', - ProposalDescriptionDescNullsFirst = 'proposal_description_DESC_NULLS_FIRST', - ProposalDescriptionDescNullsLast = 'proposal_description_DESC_NULLS_LAST', - ProposalEndBlockAsc = 'proposal_endBlock_ASC', - ProposalEndBlockAscNullsFirst = 'proposal_endBlock_ASC_NULLS_FIRST', - ProposalEndBlockAscNullsLast = 'proposal_endBlock_ASC_NULLS_LAST', - ProposalEndBlockDesc = 'proposal_endBlock_DESC', - ProposalEndBlockDescNullsFirst = 'proposal_endBlock_DESC_NULLS_FIRST', - ProposalEndBlockDescNullsLast = 'proposal_endBlock_DESC_NULLS_LAST', - ProposalIdAsc = 'proposal_id_ASC', - ProposalIdAscNullsFirst = 'proposal_id_ASC_NULLS_FIRST', - ProposalIdAscNullsLast = 'proposal_id_ASC_NULLS_LAST', - ProposalIdDesc = 'proposal_id_DESC', - ProposalIdDescNullsFirst = 'proposal_id_DESC_NULLS_FIRST', - ProposalIdDescNullsLast = 'proposal_id_DESC_NULLS_LAST', - ProposalLastUpdatedAsc = 'proposal_lastUpdated_ASC', - ProposalLastUpdatedAscNullsFirst = 'proposal_lastUpdated_ASC_NULLS_FIRST', - ProposalLastUpdatedAscNullsLast = 'proposal_lastUpdated_ASC_NULLS_LAST', - ProposalLastUpdatedDesc = 'proposal_lastUpdated_DESC', - ProposalLastUpdatedDescNullsFirst = 'proposal_lastUpdated_DESC_NULLS_FIRST', - ProposalLastUpdatedDescNullsLast = 'proposal_lastUpdated_DESC_NULLS_LAST', - ProposalProposalIdAsc = 'proposal_proposalId_ASC', - ProposalProposalIdAscNullsFirst = 'proposal_proposalId_ASC_NULLS_FIRST', - ProposalProposalIdAscNullsLast = 'proposal_proposalId_ASC_NULLS_LAST', - ProposalProposalIdDesc = 'proposal_proposalId_DESC', - ProposalProposalIdDescNullsFirst = 'proposal_proposalId_DESC_NULLS_FIRST', - ProposalProposalIdDescNullsLast = 'proposal_proposalId_DESC_NULLS_LAST', - ProposalProposerAsc = 'proposal_proposer_ASC', - ProposalProposerAscNullsFirst = 'proposal_proposer_ASC_NULLS_FIRST', - ProposalProposerAscNullsLast = 'proposal_proposer_ASC_NULLS_LAST', - ProposalProposerDesc = 'proposal_proposer_DESC', - ProposalProposerDescNullsFirst = 'proposal_proposer_DESC_NULLS_FIRST', - ProposalProposerDescNullsLast = 'proposal_proposer_DESC_NULLS_LAST', - ProposalQuorumAsc = 'proposal_quorum_ASC', - ProposalQuorumAscNullsFirst = 'proposal_quorum_ASC_NULLS_FIRST', - ProposalQuorumAscNullsLast = 'proposal_quorum_ASC_NULLS_LAST', - ProposalQuorumDesc = 'proposal_quorum_DESC', - ProposalQuorumDescNullsFirst = 'proposal_quorum_DESC_NULLS_FIRST', - ProposalQuorumDescNullsLast = 'proposal_quorum_DESC_NULLS_LAST', - ProposalStartBlockAsc = 'proposal_startBlock_ASC', - ProposalStartBlockAscNullsFirst = 'proposal_startBlock_ASC_NULLS_FIRST', - ProposalStartBlockAscNullsLast = 'proposal_startBlock_ASC_NULLS_LAST', - ProposalStartBlockDesc = 'proposal_startBlock_DESC', - ProposalStartBlockDescNullsFirst = 'proposal_startBlock_DESC_NULLS_FIRST', - ProposalStartBlockDescNullsLast = 'proposal_startBlock_DESC_NULLS_LAST', - ProposalStatusAsc = 'proposal_status_ASC', - ProposalStatusAscNullsFirst = 'proposal_status_ASC_NULLS_FIRST', - ProposalStatusAscNullsLast = 'proposal_status_ASC_NULLS_LAST', - ProposalStatusDesc = 'proposal_status_DESC', - ProposalStatusDescNullsFirst = 'proposal_status_DESC_NULLS_FIRST', - ProposalStatusDescNullsLast = 'proposal_status_DESC_NULLS_LAST', - ProposalTimestampAsc = 'proposal_timestamp_ASC', - ProposalTimestampAscNullsFirst = 'proposal_timestamp_ASC_NULLS_FIRST', - ProposalTimestampAscNullsLast = 'proposal_timestamp_ASC_NULLS_LAST', - ProposalTimestampDesc = 'proposal_timestamp_DESC', - ProposalTimestampDescNullsFirst = 'proposal_timestamp_DESC_NULLS_FIRST', - ProposalTimestampDescNullsLast = 'proposal_timestamp_DESC_NULLS_LAST', - ProposalTxHashAsc = 'proposal_txHash_ASC', - ProposalTxHashAscNullsFirst = 'proposal_txHash_ASC_NULLS_FIRST', - ProposalTxHashAscNullsLast = 'proposal_txHash_ASC_NULLS_LAST', - ProposalTxHashDesc = 'proposal_txHash_DESC', - ProposalTxHashDescNullsFirst = 'proposal_txHash_DESC_NULLS_FIRST', - ProposalTxHashDescNullsLast = 'proposal_txHash_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export enum GovernanceProposalEventType { - Canceled = 'Canceled', - Created = 'Created', - Executed = 'Executed', - Extended = 'Extended', - Queued = 'Queued' -} - -export type GovernanceProposalEventWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - event_eq?: InputMaybe; - event_in?: InputMaybe>; - event_isNull?: InputMaybe; - event_not_eq?: InputMaybe; - event_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - proposal?: InputMaybe; - proposal_isNull?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type GovernanceProposalEventsConnection = { - __typename?: 'GovernanceProposalEventsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export enum GovernanceProposalOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - DescriptionAsc = 'description_ASC', - DescriptionAscNullsFirst = 'description_ASC_NULLS_FIRST', - DescriptionAscNullsLast = 'description_ASC_NULLS_LAST', - DescriptionDesc = 'description_DESC', - DescriptionDescNullsFirst = 'description_DESC_NULLS_FIRST', - DescriptionDescNullsLast = 'description_DESC_NULLS_LAST', - EndBlockAsc = 'endBlock_ASC', - EndBlockAscNullsFirst = 'endBlock_ASC_NULLS_FIRST', - EndBlockAscNullsLast = 'endBlock_ASC_NULLS_LAST', - EndBlockDesc = 'endBlock_DESC', - EndBlockDescNullsFirst = 'endBlock_DESC_NULLS_FIRST', - EndBlockDescNullsLast = 'endBlock_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - LastUpdatedAsc = 'lastUpdated_ASC', - LastUpdatedAscNullsFirst = 'lastUpdated_ASC_NULLS_FIRST', - LastUpdatedAscNullsLast = 'lastUpdated_ASC_NULLS_LAST', - LastUpdatedDesc = 'lastUpdated_DESC', - LastUpdatedDescNullsFirst = 'lastUpdated_DESC_NULLS_FIRST', - LastUpdatedDescNullsLast = 'lastUpdated_DESC_NULLS_LAST', - ProposalIdAsc = 'proposalId_ASC', - ProposalIdAscNullsFirst = 'proposalId_ASC_NULLS_FIRST', - ProposalIdAscNullsLast = 'proposalId_ASC_NULLS_LAST', - ProposalIdDesc = 'proposalId_DESC', - ProposalIdDescNullsFirst = 'proposalId_DESC_NULLS_FIRST', - ProposalIdDescNullsLast = 'proposalId_DESC_NULLS_LAST', - ProposerAsc = 'proposer_ASC', - ProposerAscNullsFirst = 'proposer_ASC_NULLS_FIRST', - ProposerAscNullsLast = 'proposer_ASC_NULLS_LAST', - ProposerDesc = 'proposer_DESC', - ProposerDescNullsFirst = 'proposer_DESC_NULLS_FIRST', - ProposerDescNullsLast = 'proposer_DESC_NULLS_LAST', - QuorumAsc = 'quorum_ASC', - QuorumAscNullsFirst = 'quorum_ASC_NULLS_FIRST', - QuorumAscNullsLast = 'quorum_ASC_NULLS_LAST', - QuorumDesc = 'quorum_DESC', - QuorumDescNullsFirst = 'quorum_DESC_NULLS_FIRST', - QuorumDescNullsLast = 'quorum_DESC_NULLS_LAST', - StartBlockAsc = 'startBlock_ASC', - StartBlockAscNullsFirst = 'startBlock_ASC_NULLS_FIRST', - StartBlockAscNullsLast = 'startBlock_ASC_NULLS_LAST', - StartBlockDesc = 'startBlock_DESC', - StartBlockDescNullsFirst = 'startBlock_DESC_NULLS_FIRST', - StartBlockDescNullsLast = 'startBlock_DESC_NULLS_LAST', - StatusAsc = 'status_ASC', - StatusAscNullsFirst = 'status_ASC_NULLS_FIRST', - StatusAscNullsLast = 'status_ASC_NULLS_LAST', - StatusDesc = 'status_DESC', - StatusDescNullsFirst = 'status_DESC_NULLS_FIRST', - StatusDescNullsLast = 'status_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export enum GovernanceProposalState { - Active = 'Active', - Canceled = 'Canceled', - Defeated = 'Defeated', - Executed = 'Executed', - Expired = 'Expired', - Pending = 'Pending', - Queued = 'Queued', - Succeeded = 'Succeeded' -} - -export type GovernanceProposalVote = { - __typename?: 'GovernanceProposalVote'; - address: Scalars['String']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - proposal: GovernanceProposal; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; - type: GovernanceVoteType; - voter: Scalars['String']['output']; - weight: Scalars['BigInt']['output']; -}; - -export type GovernanceProposalVoteEdge = { - __typename?: 'GovernanceProposalVoteEdge'; - cursor: Scalars['String']['output']; - node: GovernanceProposalVote; -}; - -export enum GovernanceProposalVoteOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - ProposalAddressAsc = 'proposal_address_ASC', - ProposalAddressAscNullsFirst = 'proposal_address_ASC_NULLS_FIRST', - ProposalAddressAscNullsLast = 'proposal_address_ASC_NULLS_LAST', - ProposalAddressDesc = 'proposal_address_DESC', - ProposalAddressDescNullsFirst = 'proposal_address_DESC_NULLS_FIRST', - ProposalAddressDescNullsLast = 'proposal_address_DESC_NULLS_LAST', - ProposalChainIdAsc = 'proposal_chainId_ASC', - ProposalChainIdAscNullsFirst = 'proposal_chainId_ASC_NULLS_FIRST', - ProposalChainIdAscNullsLast = 'proposal_chainId_ASC_NULLS_LAST', - ProposalChainIdDesc = 'proposal_chainId_DESC', - ProposalChainIdDescNullsFirst = 'proposal_chainId_DESC_NULLS_FIRST', - ProposalChainIdDescNullsLast = 'proposal_chainId_DESC_NULLS_LAST', - ProposalDescriptionAsc = 'proposal_description_ASC', - ProposalDescriptionAscNullsFirst = 'proposal_description_ASC_NULLS_FIRST', - ProposalDescriptionAscNullsLast = 'proposal_description_ASC_NULLS_LAST', - ProposalDescriptionDesc = 'proposal_description_DESC', - ProposalDescriptionDescNullsFirst = 'proposal_description_DESC_NULLS_FIRST', - ProposalDescriptionDescNullsLast = 'proposal_description_DESC_NULLS_LAST', - ProposalEndBlockAsc = 'proposal_endBlock_ASC', - ProposalEndBlockAscNullsFirst = 'proposal_endBlock_ASC_NULLS_FIRST', - ProposalEndBlockAscNullsLast = 'proposal_endBlock_ASC_NULLS_LAST', - ProposalEndBlockDesc = 'proposal_endBlock_DESC', - ProposalEndBlockDescNullsFirst = 'proposal_endBlock_DESC_NULLS_FIRST', - ProposalEndBlockDescNullsLast = 'proposal_endBlock_DESC_NULLS_LAST', - ProposalIdAsc = 'proposal_id_ASC', - ProposalIdAscNullsFirst = 'proposal_id_ASC_NULLS_FIRST', - ProposalIdAscNullsLast = 'proposal_id_ASC_NULLS_LAST', - ProposalIdDesc = 'proposal_id_DESC', - ProposalIdDescNullsFirst = 'proposal_id_DESC_NULLS_FIRST', - ProposalIdDescNullsLast = 'proposal_id_DESC_NULLS_LAST', - ProposalLastUpdatedAsc = 'proposal_lastUpdated_ASC', - ProposalLastUpdatedAscNullsFirst = 'proposal_lastUpdated_ASC_NULLS_FIRST', - ProposalLastUpdatedAscNullsLast = 'proposal_lastUpdated_ASC_NULLS_LAST', - ProposalLastUpdatedDesc = 'proposal_lastUpdated_DESC', - ProposalLastUpdatedDescNullsFirst = 'proposal_lastUpdated_DESC_NULLS_FIRST', - ProposalLastUpdatedDescNullsLast = 'proposal_lastUpdated_DESC_NULLS_LAST', - ProposalProposalIdAsc = 'proposal_proposalId_ASC', - ProposalProposalIdAscNullsFirst = 'proposal_proposalId_ASC_NULLS_FIRST', - ProposalProposalIdAscNullsLast = 'proposal_proposalId_ASC_NULLS_LAST', - ProposalProposalIdDesc = 'proposal_proposalId_DESC', - ProposalProposalIdDescNullsFirst = 'proposal_proposalId_DESC_NULLS_FIRST', - ProposalProposalIdDescNullsLast = 'proposal_proposalId_DESC_NULLS_LAST', - ProposalProposerAsc = 'proposal_proposer_ASC', - ProposalProposerAscNullsFirst = 'proposal_proposer_ASC_NULLS_FIRST', - ProposalProposerAscNullsLast = 'proposal_proposer_ASC_NULLS_LAST', - ProposalProposerDesc = 'proposal_proposer_DESC', - ProposalProposerDescNullsFirst = 'proposal_proposer_DESC_NULLS_FIRST', - ProposalProposerDescNullsLast = 'proposal_proposer_DESC_NULLS_LAST', - ProposalQuorumAsc = 'proposal_quorum_ASC', - ProposalQuorumAscNullsFirst = 'proposal_quorum_ASC_NULLS_FIRST', - ProposalQuorumAscNullsLast = 'proposal_quorum_ASC_NULLS_LAST', - ProposalQuorumDesc = 'proposal_quorum_DESC', - ProposalQuorumDescNullsFirst = 'proposal_quorum_DESC_NULLS_FIRST', - ProposalQuorumDescNullsLast = 'proposal_quorum_DESC_NULLS_LAST', - ProposalStartBlockAsc = 'proposal_startBlock_ASC', - ProposalStartBlockAscNullsFirst = 'proposal_startBlock_ASC_NULLS_FIRST', - ProposalStartBlockAscNullsLast = 'proposal_startBlock_ASC_NULLS_LAST', - ProposalStartBlockDesc = 'proposal_startBlock_DESC', - ProposalStartBlockDescNullsFirst = 'proposal_startBlock_DESC_NULLS_FIRST', - ProposalStartBlockDescNullsLast = 'proposal_startBlock_DESC_NULLS_LAST', - ProposalStatusAsc = 'proposal_status_ASC', - ProposalStatusAscNullsFirst = 'proposal_status_ASC_NULLS_FIRST', - ProposalStatusAscNullsLast = 'proposal_status_ASC_NULLS_LAST', - ProposalStatusDesc = 'proposal_status_DESC', - ProposalStatusDescNullsFirst = 'proposal_status_DESC_NULLS_FIRST', - ProposalStatusDescNullsLast = 'proposal_status_DESC_NULLS_LAST', - ProposalTimestampAsc = 'proposal_timestamp_ASC', - ProposalTimestampAscNullsFirst = 'proposal_timestamp_ASC_NULLS_FIRST', - ProposalTimestampAscNullsLast = 'proposal_timestamp_ASC_NULLS_LAST', - ProposalTimestampDesc = 'proposal_timestamp_DESC', - ProposalTimestampDescNullsFirst = 'proposal_timestamp_DESC_NULLS_FIRST', - ProposalTimestampDescNullsLast = 'proposal_timestamp_DESC_NULLS_LAST', - ProposalTxHashAsc = 'proposal_txHash_ASC', - ProposalTxHashAscNullsFirst = 'proposal_txHash_ASC_NULLS_FIRST', - ProposalTxHashAscNullsLast = 'proposal_txHash_ASC_NULLS_LAST', - ProposalTxHashDesc = 'proposal_txHash_DESC', - ProposalTxHashDescNullsFirst = 'proposal_txHash_DESC_NULLS_FIRST', - ProposalTxHashDescNullsLast = 'proposal_txHash_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST', - TypeAsc = 'type_ASC', - TypeAscNullsFirst = 'type_ASC_NULLS_FIRST', - TypeAscNullsLast = 'type_ASC_NULLS_LAST', - TypeDesc = 'type_DESC', - TypeDescNullsFirst = 'type_DESC_NULLS_FIRST', - TypeDescNullsLast = 'type_DESC_NULLS_LAST', - VoterAsc = 'voter_ASC', - VoterAscNullsFirst = 'voter_ASC_NULLS_FIRST', - VoterAscNullsLast = 'voter_ASC_NULLS_LAST', - VoterDesc = 'voter_DESC', - VoterDescNullsFirst = 'voter_DESC_NULLS_FIRST', - VoterDescNullsLast = 'voter_DESC_NULLS_LAST', - WeightAsc = 'weight_ASC', - WeightAscNullsFirst = 'weight_ASC_NULLS_FIRST', - WeightAscNullsLast = 'weight_ASC_NULLS_LAST', - WeightDesc = 'weight_DESC', - WeightDescNullsFirst = 'weight_DESC_NULLS_FIRST', - WeightDescNullsLast = 'weight_DESC_NULLS_LAST' -} - -export type GovernanceProposalVoteWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - proposal?: InputMaybe; - proposal_isNull?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; - type_eq?: InputMaybe; - type_in?: InputMaybe>; - type_isNull?: InputMaybe; - type_not_eq?: InputMaybe; - type_not_in?: InputMaybe>; - voter_contains?: InputMaybe; - voter_containsInsensitive?: InputMaybe; - voter_endsWith?: InputMaybe; - voter_eq?: InputMaybe; - voter_gt?: InputMaybe; - voter_gte?: InputMaybe; - voter_in?: InputMaybe>; - voter_isNull?: InputMaybe; - voter_lt?: InputMaybe; - voter_lte?: InputMaybe; - voter_not_contains?: InputMaybe; - voter_not_containsInsensitive?: InputMaybe; - voter_not_endsWith?: InputMaybe; - voter_not_eq?: InputMaybe; - voter_not_in?: InputMaybe>; - voter_not_startsWith?: InputMaybe; - voter_startsWith?: InputMaybe; - weight_eq?: InputMaybe; - weight_gt?: InputMaybe; - weight_gte?: InputMaybe; - weight_in?: InputMaybe>; - weight_isNull?: InputMaybe; - weight_lt?: InputMaybe; - weight_lte?: InputMaybe; - weight_not_eq?: InputMaybe; - weight_not_in?: InputMaybe>; -}; - -export type GovernanceProposalVotesConnection = { - __typename?: 'GovernanceProposalVotesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type GovernanceProposalWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - calldatas_containsAll?: InputMaybe>>; - calldatas_containsAny?: InputMaybe>>; - calldatas_containsNone?: InputMaybe>>; - calldatas_isNull?: InputMaybe; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - choices_containsAll?: InputMaybe>>; - choices_containsAny?: InputMaybe>>; - choices_containsNone?: InputMaybe>>; - choices_isNull?: InputMaybe; - description_contains?: InputMaybe; - description_containsInsensitive?: InputMaybe; - description_endsWith?: InputMaybe; - description_eq?: InputMaybe; - description_gt?: InputMaybe; - description_gte?: InputMaybe; - description_in?: InputMaybe>; - description_isNull?: InputMaybe; - description_lt?: InputMaybe; - description_lte?: InputMaybe; - description_not_contains?: InputMaybe; - description_not_containsInsensitive?: InputMaybe; - description_not_endsWith?: InputMaybe; - description_not_eq?: InputMaybe; - description_not_in?: InputMaybe>; - description_not_startsWith?: InputMaybe; - description_startsWith?: InputMaybe; - endBlock_eq?: InputMaybe; - endBlock_gt?: InputMaybe; - endBlock_gte?: InputMaybe; - endBlock_in?: InputMaybe>; - endBlock_isNull?: InputMaybe; - endBlock_lt?: InputMaybe; - endBlock_lte?: InputMaybe; - endBlock_not_eq?: InputMaybe; - endBlock_not_in?: InputMaybe>; - events_every?: InputMaybe; - events_none?: InputMaybe; - events_some?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - lastUpdated_eq?: InputMaybe; - lastUpdated_gt?: InputMaybe; - lastUpdated_gte?: InputMaybe; - lastUpdated_in?: InputMaybe>; - lastUpdated_isNull?: InputMaybe; - lastUpdated_lt?: InputMaybe; - lastUpdated_lte?: InputMaybe; - lastUpdated_not_eq?: InputMaybe; - lastUpdated_not_in?: InputMaybe>; - proposalId_eq?: InputMaybe; - proposalId_gt?: InputMaybe; - proposalId_gte?: InputMaybe; - proposalId_in?: InputMaybe>; - proposalId_isNull?: InputMaybe; - proposalId_lt?: InputMaybe; - proposalId_lte?: InputMaybe; - proposalId_not_eq?: InputMaybe; - proposalId_not_in?: InputMaybe>; - proposer_contains?: InputMaybe; - proposer_containsInsensitive?: InputMaybe; - proposer_endsWith?: InputMaybe; - proposer_eq?: InputMaybe; - proposer_gt?: InputMaybe; - proposer_gte?: InputMaybe; - proposer_in?: InputMaybe>; - proposer_isNull?: InputMaybe; - proposer_lt?: InputMaybe; - proposer_lte?: InputMaybe; - proposer_not_contains?: InputMaybe; - proposer_not_containsInsensitive?: InputMaybe; - proposer_not_endsWith?: InputMaybe; - proposer_not_eq?: InputMaybe; - proposer_not_in?: InputMaybe>; - proposer_not_startsWith?: InputMaybe; - proposer_startsWith?: InputMaybe; - quorum_eq?: InputMaybe; - quorum_gt?: InputMaybe; - quorum_gte?: InputMaybe; - quorum_in?: InputMaybe>; - quorum_isNull?: InputMaybe; - quorum_lt?: InputMaybe; - quorum_lte?: InputMaybe; - quorum_not_eq?: InputMaybe; - quorum_not_in?: InputMaybe>; - scores_containsAll?: InputMaybe>>; - scores_containsAny?: InputMaybe>>; - scores_containsNone?: InputMaybe>>; - scores_isNull?: InputMaybe; - signatures_containsAll?: InputMaybe>>; - signatures_containsAny?: InputMaybe>>; - signatures_containsNone?: InputMaybe>>; - signatures_isNull?: InputMaybe; - startBlock_eq?: InputMaybe; - startBlock_gt?: InputMaybe; - startBlock_gte?: InputMaybe; - startBlock_in?: InputMaybe>; - startBlock_isNull?: InputMaybe; - startBlock_lt?: InputMaybe; - startBlock_lte?: InputMaybe; - startBlock_not_eq?: InputMaybe; - startBlock_not_in?: InputMaybe>; - status_eq?: InputMaybe; - status_in?: InputMaybe>; - status_isNull?: InputMaybe; - status_not_eq?: InputMaybe; - status_not_in?: InputMaybe>; - targets_containsAll?: InputMaybe>>; - targets_containsAny?: InputMaybe>>; - targets_containsNone?: InputMaybe>>; - targets_isNull?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; - values_containsAll?: InputMaybe>>; - values_containsAny?: InputMaybe>>; - values_containsNone?: InputMaybe>>; - values_isNull?: InputMaybe; -}; - -export type GovernanceProposalsConnection = { - __typename?: 'GovernanceProposalsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export enum GovernanceVoteType { - Abstain = 'Abstain', - Against = 'Against', - For = 'For' -} - -export enum HistoryType { - Received = 'Received', - Sent = 'Sent', - Yield = 'Yield' -} - -export type LegacyStaker = { - __typename?: 'LegacyStaker'; - balance: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - inputAmount: Scalars['BigInt']['output']; - outputAmount: Scalars['BigInt']['output']; - rewardAmount: Scalars['BigInt']['output']; -}; - -export type LegacyStakerEdge = { - __typename?: 'LegacyStakerEdge'; - cursor: Scalars['String']['output']; - node: LegacyStaker; -}; - -export enum LegacyStakerOrderByInput { - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - InputAmountAsc = 'inputAmount_ASC', - InputAmountAscNullsFirst = 'inputAmount_ASC_NULLS_FIRST', - InputAmountAscNullsLast = 'inputAmount_ASC_NULLS_LAST', - InputAmountDesc = 'inputAmount_DESC', - InputAmountDescNullsFirst = 'inputAmount_DESC_NULLS_FIRST', - InputAmountDescNullsLast = 'inputAmount_DESC_NULLS_LAST', - OutputAmountAsc = 'outputAmount_ASC', - OutputAmountAscNullsFirst = 'outputAmount_ASC_NULLS_FIRST', - OutputAmountAscNullsLast = 'outputAmount_ASC_NULLS_LAST', - OutputAmountDesc = 'outputAmount_DESC', - OutputAmountDescNullsFirst = 'outputAmount_DESC_NULLS_FIRST', - OutputAmountDescNullsLast = 'outputAmount_DESC_NULLS_LAST', - RewardAmountAsc = 'rewardAmount_ASC', - RewardAmountAscNullsFirst = 'rewardAmount_ASC_NULLS_FIRST', - RewardAmountAscNullsLast = 'rewardAmount_ASC_NULLS_LAST', - RewardAmountDesc = 'rewardAmount_DESC', - RewardAmountDescNullsFirst = 'rewardAmount_DESC_NULLS_FIRST', - RewardAmountDescNullsLast = 'rewardAmount_DESC_NULLS_LAST' -} - -export type LegacyStakerWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - inputAmount_eq?: InputMaybe; - inputAmount_gt?: InputMaybe; - inputAmount_gte?: InputMaybe; - inputAmount_in?: InputMaybe>; - inputAmount_isNull?: InputMaybe; - inputAmount_lt?: InputMaybe; - inputAmount_lte?: InputMaybe; - inputAmount_not_eq?: InputMaybe; - inputAmount_not_in?: InputMaybe>; - outputAmount_eq?: InputMaybe; - outputAmount_gt?: InputMaybe; - outputAmount_gte?: InputMaybe; - outputAmount_in?: InputMaybe>; - outputAmount_isNull?: InputMaybe; - outputAmount_lt?: InputMaybe; - outputAmount_lte?: InputMaybe; - outputAmount_not_eq?: InputMaybe; - outputAmount_not_in?: InputMaybe>; - rewardAmount_eq?: InputMaybe; - rewardAmount_gt?: InputMaybe; - rewardAmount_gte?: InputMaybe; - rewardAmount_in?: InputMaybe>; - rewardAmount_isNull?: InputMaybe; - rewardAmount_lt?: InputMaybe; - rewardAmount_lte?: InputMaybe; - rewardAmount_not_eq?: InputMaybe; - rewardAmount_not_in?: InputMaybe>; -}; - -export type LegacyStakersConnection = { - __typename?: 'LegacyStakersConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type LiquidityDailyBalance = { - __typename?: 'LiquidityDailyBalance'; - address: Scalars['String']['output']; - balance: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - token: Scalars['String']['output']; -}; - -export type LiquidityDailyBalanceEdge = { - __typename?: 'LiquidityDailyBalanceEdge'; - cursor: Scalars['String']['output']; - node: LiquidityDailyBalance; -}; - -export enum LiquidityDailyBalanceOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TokenAsc = 'token_ASC', - TokenAscNullsFirst = 'token_ASC_NULLS_FIRST', - TokenAscNullsLast = 'token_ASC_NULLS_LAST', - TokenDesc = 'token_DESC', - TokenDescNullsFirst = 'token_DESC_NULLS_FIRST', - TokenDescNullsLast = 'token_DESC_NULLS_LAST' -} - -export type LiquidityDailyBalanceWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_containsInsensitive?: InputMaybe; - token_endsWith?: InputMaybe; - token_eq?: InputMaybe; - token_gt?: InputMaybe; - token_gte?: InputMaybe; - token_in?: InputMaybe>; - token_isNull?: InputMaybe; - token_lt?: InputMaybe; - token_lte?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_containsInsensitive?: InputMaybe; - token_not_endsWith?: InputMaybe; - token_not_eq?: InputMaybe; - token_not_in?: InputMaybe>; - token_not_startsWith?: InputMaybe; - token_startsWith?: InputMaybe; -}; - -export type LiquidityDailyBalancesConnection = { - __typename?: 'LiquidityDailyBalancesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type LiquiditySource = { - __typename?: 'LiquiditySource'; - address: Scalars['String']['output']; - id: Scalars['String']['output']; - token: Scalars['String']['output']; - type: LiquiditySourceType; -}; - -export type LiquiditySourceEdge = { - __typename?: 'LiquiditySourceEdge'; - cursor: Scalars['String']['output']; - node: LiquiditySource; -}; - -export enum LiquiditySourceOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TokenAsc = 'token_ASC', - TokenAscNullsFirst = 'token_ASC_NULLS_FIRST', - TokenAscNullsLast = 'token_ASC_NULLS_LAST', - TokenDesc = 'token_DESC', - TokenDescNullsFirst = 'token_DESC_NULLS_FIRST', - TokenDescNullsLast = 'token_DESC_NULLS_LAST', - TypeAsc = 'type_ASC', - TypeAscNullsFirst = 'type_ASC_NULLS_FIRST', - TypeAscNullsLast = 'type_ASC_NULLS_LAST', - TypeDesc = 'type_DESC', - TypeDescNullsFirst = 'type_DESC_NULLS_FIRST', - TypeDescNullsLast = 'type_DESC_NULLS_LAST' -} - -export enum LiquiditySourceType { - Aave = 'Aave', - BalancerPool = 'BalancerPool', - Compound = 'Compound', - CurvePool = 'CurvePool', - MaverickPool = 'MaverickPool', - UniswapPool = 'UniswapPool' -} - -export type LiquiditySourceWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - token_contains?: InputMaybe; - token_containsInsensitive?: InputMaybe; - token_endsWith?: InputMaybe; - token_eq?: InputMaybe; - token_gt?: InputMaybe; - token_gte?: InputMaybe; - token_in?: InputMaybe>; - token_isNull?: InputMaybe; - token_lt?: InputMaybe; - token_lte?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_containsInsensitive?: InputMaybe; - token_not_endsWith?: InputMaybe; - token_not_eq?: InputMaybe; - token_not_in?: InputMaybe>; - token_not_startsWith?: InputMaybe; - token_startsWith?: InputMaybe; - type_eq?: InputMaybe; - type_in?: InputMaybe>; - type_isNull?: InputMaybe; - type_not_eq?: InputMaybe; - type_not_in?: InputMaybe>; -}; - -export type LiquiditySourcesConnection = { - __typename?: 'LiquiditySourcesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type MakerDsrStrategiesConnection = { - __typename?: 'MakerDSRStrategiesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type MakerDsrStrategy = { - __typename?: 'MakerDSRStrategy'; - blockNumber: Scalars['Int']['output']; - dai: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type MakerDsrStrategyEdge = { - __typename?: 'MakerDSRStrategyEdge'; - cursor: Scalars['String']['output']; - node: MakerDsrStrategy; -}; - -export enum MakerDsrStrategyOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DaiAsc = 'dai_ASC', - DaiAscNullsFirst = 'dai_ASC_NULLS_FIRST', - DaiAscNullsLast = 'dai_ASC_NULLS_LAST', - DaiDesc = 'dai_DESC', - DaiDescNullsFirst = 'dai_DESC_NULLS_FIRST', - DaiDescNullsLast = 'dai_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type MakerDsrStrategyWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dai_eq?: InputMaybe; - dai_gt?: InputMaybe; - dai_gte?: InputMaybe; - dai_in?: InputMaybe>; - dai_isNull?: InputMaybe; - dai_lt?: InputMaybe; - dai_lte?: InputMaybe; - dai_not_eq?: InputMaybe; - dai_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type MaverickPool = { - __typename?: 'MaverickPool'; - address: Scalars['String']['output']; - id: Scalars['String']['output']; - name: Scalars['String']['output']; - tokenA: Scalars['String']['output']; - tokenB: Scalars['String']['output']; -}; - -export type MaverickPoolBalance = { - __typename?: 'MaverickPoolBalance'; - address: Scalars['String']['output']; - binBalanceA: Scalars['BigInt']['output']; - binBalanceB: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type MaverickPoolBalanceEdge = { - __typename?: 'MaverickPoolBalanceEdge'; - cursor: Scalars['String']['output']; - node: MaverickPoolBalance; -}; - -export enum MaverickPoolBalanceOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BinBalanceAAsc = 'binBalanceA_ASC', - BinBalanceAAscNullsFirst = 'binBalanceA_ASC_NULLS_FIRST', - BinBalanceAAscNullsLast = 'binBalanceA_ASC_NULLS_LAST', - BinBalanceADesc = 'binBalanceA_DESC', - BinBalanceADescNullsFirst = 'binBalanceA_DESC_NULLS_FIRST', - BinBalanceADescNullsLast = 'binBalanceA_DESC_NULLS_LAST', - BinBalanceBAsc = 'binBalanceB_ASC', - BinBalanceBAscNullsFirst = 'binBalanceB_ASC_NULLS_FIRST', - BinBalanceBAscNullsLast = 'binBalanceB_ASC_NULLS_LAST', - BinBalanceBDesc = 'binBalanceB_DESC', - BinBalanceBDescNullsFirst = 'binBalanceB_DESC_NULLS_FIRST', - BinBalanceBDescNullsLast = 'binBalanceB_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type MaverickPoolBalanceWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - binBalanceA_eq?: InputMaybe; - binBalanceA_gt?: InputMaybe; - binBalanceA_gte?: InputMaybe; - binBalanceA_in?: InputMaybe>; - binBalanceA_isNull?: InputMaybe; - binBalanceA_lt?: InputMaybe; - binBalanceA_lte?: InputMaybe; - binBalanceA_not_eq?: InputMaybe; - binBalanceA_not_in?: InputMaybe>; - binBalanceB_eq?: InputMaybe; - binBalanceB_gt?: InputMaybe; - binBalanceB_gte?: InputMaybe; - binBalanceB_in?: InputMaybe>; - binBalanceB_isNull?: InputMaybe; - binBalanceB_lt?: InputMaybe; - binBalanceB_lte?: InputMaybe; - binBalanceB_not_eq?: InputMaybe; - binBalanceB_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type MaverickPoolBalancesConnection = { - __typename?: 'MaverickPoolBalancesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type MaverickPoolEdge = { - __typename?: 'MaverickPoolEdge'; - cursor: Scalars['String']['output']; - node: MaverickPool; -}; - -export enum MaverickPoolOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - NameAsc = 'name_ASC', - NameAscNullsFirst = 'name_ASC_NULLS_FIRST', - NameAscNullsLast = 'name_ASC_NULLS_LAST', - NameDesc = 'name_DESC', - NameDescNullsFirst = 'name_DESC_NULLS_FIRST', - NameDescNullsLast = 'name_DESC_NULLS_LAST', - TokenAAsc = 'tokenA_ASC', - TokenAAscNullsFirst = 'tokenA_ASC_NULLS_FIRST', - TokenAAscNullsLast = 'tokenA_ASC_NULLS_LAST', - TokenADesc = 'tokenA_DESC', - TokenADescNullsFirst = 'tokenA_DESC_NULLS_FIRST', - TokenADescNullsLast = 'tokenA_DESC_NULLS_LAST', - TokenBAsc = 'tokenB_ASC', - TokenBAscNullsFirst = 'tokenB_ASC_NULLS_FIRST', - TokenBAscNullsLast = 'tokenB_ASC_NULLS_LAST', - TokenBDesc = 'tokenB_DESC', - TokenBDescNullsFirst = 'tokenB_DESC_NULLS_FIRST', - TokenBDescNullsLast = 'tokenB_DESC_NULLS_LAST' -} - -export type MaverickPoolWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - name_contains?: InputMaybe; - name_containsInsensitive?: InputMaybe; - name_endsWith?: InputMaybe; - name_eq?: InputMaybe; - name_gt?: InputMaybe; - name_gte?: InputMaybe; - name_in?: InputMaybe>; - name_isNull?: InputMaybe; - name_lt?: InputMaybe; - name_lte?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_containsInsensitive?: InputMaybe; - name_not_endsWith?: InputMaybe; - name_not_eq?: InputMaybe; - name_not_in?: InputMaybe>; - name_not_startsWith?: InputMaybe; - name_startsWith?: InputMaybe; - tokenA_contains?: InputMaybe; - tokenA_containsInsensitive?: InputMaybe; - tokenA_endsWith?: InputMaybe; - tokenA_eq?: InputMaybe; - tokenA_gt?: InputMaybe; - tokenA_gte?: InputMaybe; - tokenA_in?: InputMaybe>; - tokenA_isNull?: InputMaybe; - tokenA_lt?: InputMaybe; - tokenA_lte?: InputMaybe; - tokenA_not_contains?: InputMaybe; - tokenA_not_containsInsensitive?: InputMaybe; - tokenA_not_endsWith?: InputMaybe; - tokenA_not_eq?: InputMaybe; - tokenA_not_in?: InputMaybe>; - tokenA_not_startsWith?: InputMaybe; - tokenA_startsWith?: InputMaybe; - tokenB_contains?: InputMaybe; - tokenB_containsInsensitive?: InputMaybe; - tokenB_endsWith?: InputMaybe; - tokenB_eq?: InputMaybe; - tokenB_gt?: InputMaybe; - tokenB_gte?: InputMaybe; - tokenB_in?: InputMaybe>; - tokenB_isNull?: InputMaybe; - tokenB_lt?: InputMaybe; - tokenB_lte?: InputMaybe; - tokenB_not_contains?: InputMaybe; - tokenB_not_containsInsensitive?: InputMaybe; - tokenB_not_endsWith?: InputMaybe; - tokenB_not_eq?: InputMaybe; - tokenB_not_in?: InputMaybe>; - tokenB_not_startsWith?: InputMaybe; - tokenB_startsWith?: InputMaybe; -}; - -export type MaverickPoolsConnection = { - __typename?: 'MaverickPoolsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type NativeBalance = { - __typename?: 'NativeBalance'; - account: Scalars['String']['output']; - balance: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - /** Format: 'account:blockNumber' */ - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type NativeBalanceEdge = { - __typename?: 'NativeBalanceEdge'; - cursor: Scalars['String']['output']; - node: NativeBalance; -}; - -export enum NativeBalanceOrderByInput { - AccountAsc = 'account_ASC', - AccountAscNullsFirst = 'account_ASC_NULLS_FIRST', - AccountAscNullsLast = 'account_ASC_NULLS_LAST', - AccountDesc = 'account_DESC', - AccountDescNullsFirst = 'account_DESC_NULLS_FIRST', - AccountDescNullsLast = 'account_DESC_NULLS_LAST', - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type NativeBalanceWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - account_contains?: InputMaybe; - account_containsInsensitive?: InputMaybe; - account_endsWith?: InputMaybe; - account_eq?: InputMaybe; - account_gt?: InputMaybe; - account_gte?: InputMaybe; - account_in?: InputMaybe>; - account_isNull?: InputMaybe; - account_lt?: InputMaybe; - account_lte?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_containsInsensitive?: InputMaybe; - account_not_endsWith?: InputMaybe; - account_not_eq?: InputMaybe; - account_not_in?: InputMaybe>; - account_not_startsWith?: InputMaybe; - account_startsWith?: InputMaybe; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type NativeBalancesConnection = { - __typename?: 'NativeBalancesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethBalancerMetaPoolStrategiesConnection = { - __typename?: 'OETHBalancerMetaPoolStrategiesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethBalancerMetaPoolStrategy = { - __typename?: 'OETHBalancerMetaPoolStrategy'; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - rETH: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - weth: Scalars['BigInt']['output']; -}; - -export type OethBalancerMetaPoolStrategyEdge = { - __typename?: 'OETHBalancerMetaPoolStrategyEdge'; - cursor: Scalars['String']['output']; - node: OethBalancerMetaPoolStrategy; -}; - -export enum OethBalancerMetaPoolStrategyOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - REthAsc = 'rETH_ASC', - REthAscNullsFirst = 'rETH_ASC_NULLS_FIRST', - REthAscNullsLast = 'rETH_ASC_NULLS_LAST', - REthDesc = 'rETH_DESC', - REthDescNullsFirst = 'rETH_DESC_NULLS_FIRST', - REthDescNullsLast = 'rETH_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - WethAsc = 'weth_ASC', - WethAscNullsFirst = 'weth_ASC_NULLS_FIRST', - WethAscNullsLast = 'weth_ASC_NULLS_LAST', - WethDesc = 'weth_DESC', - WethDescNullsFirst = 'weth_DESC_NULLS_FIRST', - WethDescNullsLast = 'weth_DESC_NULLS_LAST' -} - -export type OethBalancerMetaPoolStrategyWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - rETH_eq?: InputMaybe; - rETH_gt?: InputMaybe; - rETH_gte?: InputMaybe; - rETH_in?: InputMaybe>; - rETH_isNull?: InputMaybe; - rETH_lt?: InputMaybe; - rETH_lte?: InputMaybe; - rETH_not_eq?: InputMaybe; - rETH_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - weth_eq?: InputMaybe; - weth_gt?: InputMaybe; - weth_gte?: InputMaybe; - weth_in?: InputMaybe>; - weth_isNull?: InputMaybe; - weth_lt?: InputMaybe; - weth_lte?: InputMaybe; - weth_not_eq?: InputMaybe; - weth_not_in?: InputMaybe>; -}; - -export type OethCollateralDailyStat = { - __typename?: 'OETHCollateralDailyStat'; - amount: Scalars['BigInt']['output']; - dailyStatId: OethDailyStat; - id: Scalars['String']['output']; - price: Scalars['BigInt']['output']; - symbol: Scalars['String']['output']; - value: Scalars['BigInt']['output']; -}; - -export type OethCollateralDailyStatEdge = { - __typename?: 'OETHCollateralDailyStatEdge'; - cursor: Scalars['String']['output']; - node: OethCollateralDailyStat; -}; - -export enum OethCollateralDailyStatOrderByInput { - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - DailyStatIdAmoSupplyAsc = 'dailyStatId_amoSupply_ASC', - DailyStatIdAmoSupplyAscNullsFirst = 'dailyStatId_amoSupply_ASC_NULLS_FIRST', - DailyStatIdAmoSupplyAscNullsLast = 'dailyStatId_amoSupply_ASC_NULLS_LAST', - DailyStatIdAmoSupplyDesc = 'dailyStatId_amoSupply_DESC', - DailyStatIdAmoSupplyDescNullsFirst = 'dailyStatId_amoSupply_DESC_NULLS_FIRST', - DailyStatIdAmoSupplyDescNullsLast = 'dailyStatId_amoSupply_DESC_NULLS_LAST', - DailyStatIdAprAsc = 'dailyStatId_apr_ASC', - DailyStatIdAprAscNullsFirst = 'dailyStatId_apr_ASC_NULLS_FIRST', - DailyStatIdAprAscNullsLast = 'dailyStatId_apr_ASC_NULLS_LAST', - DailyStatIdAprDesc = 'dailyStatId_apr_DESC', - DailyStatIdAprDescNullsFirst = 'dailyStatId_apr_DESC_NULLS_FIRST', - DailyStatIdAprDescNullsLast = 'dailyStatId_apr_DESC_NULLS_LAST', - DailyStatIdApy7DayAvgAsc = 'dailyStatId_apy7DayAvg_ASC', - DailyStatIdApy7DayAvgAscNullsFirst = 'dailyStatId_apy7DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy7DayAvgAscNullsLast = 'dailyStatId_apy7DayAvg_ASC_NULLS_LAST', - DailyStatIdApy7DayAvgDesc = 'dailyStatId_apy7DayAvg_DESC', - DailyStatIdApy7DayAvgDescNullsFirst = 'dailyStatId_apy7DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy7DayAvgDescNullsLast = 'dailyStatId_apy7DayAvg_DESC_NULLS_LAST', - DailyStatIdApy14DayAvgAsc = 'dailyStatId_apy14DayAvg_ASC', - DailyStatIdApy14DayAvgAscNullsFirst = 'dailyStatId_apy14DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy14DayAvgAscNullsLast = 'dailyStatId_apy14DayAvg_ASC_NULLS_LAST', - DailyStatIdApy14DayAvgDesc = 'dailyStatId_apy14DayAvg_DESC', - DailyStatIdApy14DayAvgDescNullsFirst = 'dailyStatId_apy14DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy14DayAvgDescNullsLast = 'dailyStatId_apy14DayAvg_DESC_NULLS_LAST', - DailyStatIdApy30DayAvgAsc = 'dailyStatId_apy30DayAvg_ASC', - DailyStatIdApy30DayAvgAscNullsFirst = 'dailyStatId_apy30DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy30DayAvgAscNullsLast = 'dailyStatId_apy30DayAvg_ASC_NULLS_LAST', - DailyStatIdApy30DayAvgDesc = 'dailyStatId_apy30DayAvg_DESC', - DailyStatIdApy30DayAvgDescNullsFirst = 'dailyStatId_apy30DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy30DayAvgDescNullsLast = 'dailyStatId_apy30DayAvg_DESC_NULLS_LAST', - DailyStatIdApyAsc = 'dailyStatId_apy_ASC', - DailyStatIdApyAscNullsFirst = 'dailyStatId_apy_ASC_NULLS_FIRST', - DailyStatIdApyAscNullsLast = 'dailyStatId_apy_ASC_NULLS_LAST', - DailyStatIdApyDesc = 'dailyStatId_apy_DESC', - DailyStatIdApyDescNullsFirst = 'dailyStatId_apy_DESC_NULLS_FIRST', - DailyStatIdApyDescNullsLast = 'dailyStatId_apy_DESC_NULLS_LAST', - DailyStatIdBlockNumberAsc = 'dailyStatId_blockNumber_ASC', - DailyStatIdBlockNumberAscNullsFirst = 'dailyStatId_blockNumber_ASC_NULLS_FIRST', - DailyStatIdBlockNumberAscNullsLast = 'dailyStatId_blockNumber_ASC_NULLS_LAST', - DailyStatIdBlockNumberDesc = 'dailyStatId_blockNumber_DESC', - DailyStatIdBlockNumberDescNullsFirst = 'dailyStatId_blockNumber_DESC_NULLS_FIRST', - DailyStatIdBlockNumberDescNullsLast = 'dailyStatId_blockNumber_DESC_NULLS_LAST', - DailyStatIdDripperWethAsc = 'dailyStatId_dripperWETH_ASC', - DailyStatIdDripperWethAscNullsFirst = 'dailyStatId_dripperWETH_ASC_NULLS_FIRST', - DailyStatIdDripperWethAscNullsLast = 'dailyStatId_dripperWETH_ASC_NULLS_LAST', - DailyStatIdDripperWethDesc = 'dailyStatId_dripperWETH_DESC', - DailyStatIdDripperWethDescNullsFirst = 'dailyStatId_dripperWETH_DESC_NULLS_FIRST', - DailyStatIdDripperWethDescNullsLast = 'dailyStatId_dripperWETH_DESC_NULLS_LAST', - DailyStatIdFeesEth7DayAsc = 'dailyStatId_feesETH7Day_ASC', - DailyStatIdFeesEth7DayAscNullsFirst = 'dailyStatId_feesETH7Day_ASC_NULLS_FIRST', - DailyStatIdFeesEth7DayAscNullsLast = 'dailyStatId_feesETH7Day_ASC_NULLS_LAST', - DailyStatIdFeesEth7DayDesc = 'dailyStatId_feesETH7Day_DESC', - DailyStatIdFeesEth7DayDescNullsFirst = 'dailyStatId_feesETH7Day_DESC_NULLS_FIRST', - DailyStatIdFeesEth7DayDescNullsLast = 'dailyStatId_feesETH7Day_DESC_NULLS_LAST', - DailyStatIdFeesEthAllTimeAsc = 'dailyStatId_feesETHAllTime_ASC', - DailyStatIdFeesEthAllTimeAscNullsFirst = 'dailyStatId_feesETHAllTime_ASC_NULLS_FIRST', - DailyStatIdFeesEthAllTimeAscNullsLast = 'dailyStatId_feesETHAllTime_ASC_NULLS_LAST', - DailyStatIdFeesEthAllTimeDesc = 'dailyStatId_feesETHAllTime_DESC', - DailyStatIdFeesEthAllTimeDescNullsFirst = 'dailyStatId_feesETHAllTime_DESC_NULLS_FIRST', - DailyStatIdFeesEthAllTimeDescNullsLast = 'dailyStatId_feesETHAllTime_DESC_NULLS_LAST', - DailyStatIdFeesEthAsc = 'dailyStatId_feesETH_ASC', - DailyStatIdFeesEthAscNullsFirst = 'dailyStatId_feesETH_ASC_NULLS_FIRST', - DailyStatIdFeesEthAscNullsLast = 'dailyStatId_feesETH_ASC_NULLS_LAST', - DailyStatIdFeesEthDesc = 'dailyStatId_feesETH_DESC', - DailyStatIdFeesEthDescNullsFirst = 'dailyStatId_feesETH_DESC_NULLS_FIRST', - DailyStatIdFeesEthDescNullsLast = 'dailyStatId_feesETH_DESC_NULLS_LAST', - DailyStatIdFeesUsd7DayAsc = 'dailyStatId_feesUSD7Day_ASC', - DailyStatIdFeesUsd7DayAscNullsFirst = 'dailyStatId_feesUSD7Day_ASC_NULLS_FIRST', - DailyStatIdFeesUsd7DayAscNullsLast = 'dailyStatId_feesUSD7Day_ASC_NULLS_LAST', - DailyStatIdFeesUsd7DayDesc = 'dailyStatId_feesUSD7Day_DESC', - DailyStatIdFeesUsd7DayDescNullsFirst = 'dailyStatId_feesUSD7Day_DESC_NULLS_FIRST', - DailyStatIdFeesUsd7DayDescNullsLast = 'dailyStatId_feesUSD7Day_DESC_NULLS_LAST', - DailyStatIdFeesUsdAllTimeAsc = 'dailyStatId_feesUSDAllTime_ASC', - DailyStatIdFeesUsdAllTimeAscNullsFirst = 'dailyStatId_feesUSDAllTime_ASC_NULLS_FIRST', - DailyStatIdFeesUsdAllTimeAscNullsLast = 'dailyStatId_feesUSDAllTime_ASC_NULLS_LAST', - DailyStatIdFeesUsdAllTimeDesc = 'dailyStatId_feesUSDAllTime_DESC', - DailyStatIdFeesUsdAllTimeDescNullsFirst = 'dailyStatId_feesUSDAllTime_DESC_NULLS_FIRST', - DailyStatIdFeesUsdAllTimeDescNullsLast = 'dailyStatId_feesUSDAllTime_DESC_NULLS_LAST', - DailyStatIdFeesUsdAsc = 'dailyStatId_feesUSD_ASC', - DailyStatIdFeesUsdAscNullsFirst = 'dailyStatId_feesUSD_ASC_NULLS_FIRST', - DailyStatIdFeesUsdAscNullsLast = 'dailyStatId_feesUSD_ASC_NULLS_LAST', - DailyStatIdFeesUsdDesc = 'dailyStatId_feesUSD_DESC', - DailyStatIdFeesUsdDescNullsFirst = 'dailyStatId_feesUSD_DESC_NULLS_FIRST', - DailyStatIdFeesUsdDescNullsLast = 'dailyStatId_feesUSD_DESC_NULLS_LAST', - DailyStatIdHoldersOverThresholdAsc = 'dailyStatId_holdersOverThreshold_ASC', - DailyStatIdHoldersOverThresholdAscNullsFirst = 'dailyStatId_holdersOverThreshold_ASC_NULLS_FIRST', - DailyStatIdHoldersOverThresholdAscNullsLast = 'dailyStatId_holdersOverThreshold_ASC_NULLS_LAST', - DailyStatIdHoldersOverThresholdDesc = 'dailyStatId_holdersOverThreshold_DESC', - DailyStatIdHoldersOverThresholdDescNullsFirst = 'dailyStatId_holdersOverThreshold_DESC_NULLS_FIRST', - DailyStatIdHoldersOverThresholdDescNullsLast = 'dailyStatId_holdersOverThreshold_DESC_NULLS_LAST', - DailyStatIdIdAsc = 'dailyStatId_id_ASC', - DailyStatIdIdAscNullsFirst = 'dailyStatId_id_ASC_NULLS_FIRST', - DailyStatIdIdAscNullsLast = 'dailyStatId_id_ASC_NULLS_LAST', - DailyStatIdIdDesc = 'dailyStatId_id_DESC', - DailyStatIdIdDescNullsFirst = 'dailyStatId_id_DESC_NULLS_FIRST', - DailyStatIdIdDescNullsLast = 'dailyStatId_id_DESC_NULLS_LAST', - DailyStatIdMarketCapUsdAsc = 'dailyStatId_marketCapUSD_ASC', - DailyStatIdMarketCapUsdAscNullsFirst = 'dailyStatId_marketCapUSD_ASC_NULLS_FIRST', - DailyStatIdMarketCapUsdAscNullsLast = 'dailyStatId_marketCapUSD_ASC_NULLS_LAST', - DailyStatIdMarketCapUsdDesc = 'dailyStatId_marketCapUSD_DESC', - DailyStatIdMarketCapUsdDescNullsFirst = 'dailyStatId_marketCapUSD_DESC_NULLS_FIRST', - DailyStatIdMarketCapUsdDescNullsLast = 'dailyStatId_marketCapUSD_DESC_NULLS_LAST', - DailyStatIdNonRebasingSupplyAsc = 'dailyStatId_nonRebasingSupply_ASC', - DailyStatIdNonRebasingSupplyAscNullsFirst = 'dailyStatId_nonRebasingSupply_ASC_NULLS_FIRST', - DailyStatIdNonRebasingSupplyAscNullsLast = 'dailyStatId_nonRebasingSupply_ASC_NULLS_LAST', - DailyStatIdNonRebasingSupplyDesc = 'dailyStatId_nonRebasingSupply_DESC', - DailyStatIdNonRebasingSupplyDescNullsFirst = 'dailyStatId_nonRebasingSupply_DESC_NULLS_FIRST', - DailyStatIdNonRebasingSupplyDescNullsLast = 'dailyStatId_nonRebasingSupply_DESC_NULLS_LAST', - DailyStatIdPegPriceAsc = 'dailyStatId_pegPrice_ASC', - DailyStatIdPegPriceAscNullsFirst = 'dailyStatId_pegPrice_ASC_NULLS_FIRST', - DailyStatIdPegPriceAscNullsLast = 'dailyStatId_pegPrice_ASC_NULLS_LAST', - DailyStatIdPegPriceDesc = 'dailyStatId_pegPrice_DESC', - DailyStatIdPegPriceDescNullsFirst = 'dailyStatId_pegPrice_DESC_NULLS_FIRST', - DailyStatIdPegPriceDescNullsLast = 'dailyStatId_pegPrice_DESC_NULLS_LAST', - DailyStatIdRebasingSupplyAsc = 'dailyStatId_rebasingSupply_ASC', - DailyStatIdRebasingSupplyAscNullsFirst = 'dailyStatId_rebasingSupply_ASC_NULLS_FIRST', - DailyStatIdRebasingSupplyAscNullsLast = 'dailyStatId_rebasingSupply_ASC_NULLS_LAST', - DailyStatIdRebasingSupplyDesc = 'dailyStatId_rebasingSupply_DESC', - DailyStatIdRebasingSupplyDescNullsFirst = 'dailyStatId_rebasingSupply_DESC_NULLS_FIRST', - DailyStatIdRebasingSupplyDescNullsLast = 'dailyStatId_rebasingSupply_DESC_NULLS_LAST', - DailyStatIdTimestampAsc = 'dailyStatId_timestamp_ASC', - DailyStatIdTimestampAscNullsFirst = 'dailyStatId_timestamp_ASC_NULLS_FIRST', - DailyStatIdTimestampAscNullsLast = 'dailyStatId_timestamp_ASC_NULLS_LAST', - DailyStatIdTimestampDesc = 'dailyStatId_timestamp_DESC', - DailyStatIdTimestampDescNullsFirst = 'dailyStatId_timestamp_DESC_NULLS_FIRST', - DailyStatIdTimestampDescNullsLast = 'dailyStatId_timestamp_DESC_NULLS_LAST', - DailyStatIdTotalSupplyUsdAsc = 'dailyStatId_totalSupplyUSD_ASC', - DailyStatIdTotalSupplyUsdAscNullsFirst = 'dailyStatId_totalSupplyUSD_ASC_NULLS_FIRST', - DailyStatIdTotalSupplyUsdAscNullsLast = 'dailyStatId_totalSupplyUSD_ASC_NULLS_LAST', - DailyStatIdTotalSupplyUsdDesc = 'dailyStatId_totalSupplyUSD_DESC', - DailyStatIdTotalSupplyUsdDescNullsFirst = 'dailyStatId_totalSupplyUSD_DESC_NULLS_FIRST', - DailyStatIdTotalSupplyUsdDescNullsLast = 'dailyStatId_totalSupplyUSD_DESC_NULLS_LAST', - DailyStatIdTotalSupplyAsc = 'dailyStatId_totalSupply_ASC', - DailyStatIdTotalSupplyAscNullsFirst = 'dailyStatId_totalSupply_ASC_NULLS_FIRST', - DailyStatIdTotalSupplyAscNullsLast = 'dailyStatId_totalSupply_ASC_NULLS_LAST', - DailyStatIdTotalSupplyDesc = 'dailyStatId_totalSupply_DESC', - DailyStatIdTotalSupplyDescNullsFirst = 'dailyStatId_totalSupply_DESC_NULLS_FIRST', - DailyStatIdTotalSupplyDescNullsLast = 'dailyStatId_totalSupply_DESC_NULLS_LAST', - DailyStatIdTradingVolumeUsdAsc = 'dailyStatId_tradingVolumeUSD_ASC', - DailyStatIdTradingVolumeUsdAscNullsFirst = 'dailyStatId_tradingVolumeUSD_ASC_NULLS_FIRST', - DailyStatIdTradingVolumeUsdAscNullsLast = 'dailyStatId_tradingVolumeUSD_ASC_NULLS_LAST', - DailyStatIdTradingVolumeUsdDesc = 'dailyStatId_tradingVolumeUSD_DESC', - DailyStatIdTradingVolumeUsdDescNullsFirst = 'dailyStatId_tradingVolumeUSD_DESC_NULLS_FIRST', - DailyStatIdTradingVolumeUsdDescNullsLast = 'dailyStatId_tradingVolumeUSD_DESC_NULLS_LAST', - DailyStatIdWrappedSupplyAsc = 'dailyStatId_wrappedSupply_ASC', - DailyStatIdWrappedSupplyAscNullsFirst = 'dailyStatId_wrappedSupply_ASC_NULLS_FIRST', - DailyStatIdWrappedSupplyAscNullsLast = 'dailyStatId_wrappedSupply_ASC_NULLS_LAST', - DailyStatIdWrappedSupplyDesc = 'dailyStatId_wrappedSupply_DESC', - DailyStatIdWrappedSupplyDescNullsFirst = 'dailyStatId_wrappedSupply_DESC_NULLS_FIRST', - DailyStatIdWrappedSupplyDescNullsLast = 'dailyStatId_wrappedSupply_DESC_NULLS_LAST', - DailyStatIdYieldEth7DayAsc = 'dailyStatId_yieldETH7Day_ASC', - DailyStatIdYieldEth7DayAscNullsFirst = 'dailyStatId_yieldETH7Day_ASC_NULLS_FIRST', - DailyStatIdYieldEth7DayAscNullsLast = 'dailyStatId_yieldETH7Day_ASC_NULLS_LAST', - DailyStatIdYieldEth7DayDesc = 'dailyStatId_yieldETH7Day_DESC', - DailyStatIdYieldEth7DayDescNullsFirst = 'dailyStatId_yieldETH7Day_DESC_NULLS_FIRST', - DailyStatIdYieldEth7DayDescNullsLast = 'dailyStatId_yieldETH7Day_DESC_NULLS_LAST', - DailyStatIdYieldEthAllTimeAsc = 'dailyStatId_yieldETHAllTime_ASC', - DailyStatIdYieldEthAllTimeAscNullsFirst = 'dailyStatId_yieldETHAllTime_ASC_NULLS_FIRST', - DailyStatIdYieldEthAllTimeAscNullsLast = 'dailyStatId_yieldETHAllTime_ASC_NULLS_LAST', - DailyStatIdYieldEthAllTimeDesc = 'dailyStatId_yieldETHAllTime_DESC', - DailyStatIdYieldEthAllTimeDescNullsFirst = 'dailyStatId_yieldETHAllTime_DESC_NULLS_FIRST', - DailyStatIdYieldEthAllTimeDescNullsLast = 'dailyStatId_yieldETHAllTime_DESC_NULLS_LAST', - DailyStatIdYieldEthAsc = 'dailyStatId_yieldETH_ASC', - DailyStatIdYieldEthAscNullsFirst = 'dailyStatId_yieldETH_ASC_NULLS_FIRST', - DailyStatIdYieldEthAscNullsLast = 'dailyStatId_yieldETH_ASC_NULLS_LAST', - DailyStatIdYieldEthDesc = 'dailyStatId_yieldETH_DESC', - DailyStatIdYieldEthDescNullsFirst = 'dailyStatId_yieldETH_DESC_NULLS_FIRST', - DailyStatIdYieldEthDescNullsLast = 'dailyStatId_yieldETH_DESC_NULLS_LAST', - DailyStatIdYieldUsd7DayAsc = 'dailyStatId_yieldUSD7Day_ASC', - DailyStatIdYieldUsd7DayAscNullsFirst = 'dailyStatId_yieldUSD7Day_ASC_NULLS_FIRST', - DailyStatIdYieldUsd7DayAscNullsLast = 'dailyStatId_yieldUSD7Day_ASC_NULLS_LAST', - DailyStatIdYieldUsd7DayDesc = 'dailyStatId_yieldUSD7Day_DESC', - DailyStatIdYieldUsd7DayDescNullsFirst = 'dailyStatId_yieldUSD7Day_DESC_NULLS_FIRST', - DailyStatIdYieldUsd7DayDescNullsLast = 'dailyStatId_yieldUSD7Day_DESC_NULLS_LAST', - DailyStatIdYieldUsdAllTimeAsc = 'dailyStatId_yieldUSDAllTime_ASC', - DailyStatIdYieldUsdAllTimeAscNullsFirst = 'dailyStatId_yieldUSDAllTime_ASC_NULLS_FIRST', - DailyStatIdYieldUsdAllTimeAscNullsLast = 'dailyStatId_yieldUSDAllTime_ASC_NULLS_LAST', - DailyStatIdYieldUsdAllTimeDesc = 'dailyStatId_yieldUSDAllTime_DESC', - DailyStatIdYieldUsdAllTimeDescNullsFirst = 'dailyStatId_yieldUSDAllTime_DESC_NULLS_FIRST', - DailyStatIdYieldUsdAllTimeDescNullsLast = 'dailyStatId_yieldUSDAllTime_DESC_NULLS_LAST', - DailyStatIdYieldUsdAsc = 'dailyStatId_yieldUSD_ASC', - DailyStatIdYieldUsdAscNullsFirst = 'dailyStatId_yieldUSD_ASC_NULLS_FIRST', - DailyStatIdYieldUsdAscNullsLast = 'dailyStatId_yieldUSD_ASC_NULLS_LAST', - DailyStatIdYieldUsdDesc = 'dailyStatId_yieldUSD_DESC', - DailyStatIdYieldUsdDescNullsFirst = 'dailyStatId_yieldUSD_DESC_NULLS_FIRST', - DailyStatIdYieldUsdDescNullsLast = 'dailyStatId_yieldUSD_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - PriceAsc = 'price_ASC', - PriceAscNullsFirst = 'price_ASC_NULLS_FIRST', - PriceAscNullsLast = 'price_ASC_NULLS_LAST', - PriceDesc = 'price_DESC', - PriceDescNullsFirst = 'price_DESC_NULLS_FIRST', - PriceDescNullsLast = 'price_DESC_NULLS_LAST', - SymbolAsc = 'symbol_ASC', - SymbolAscNullsFirst = 'symbol_ASC_NULLS_FIRST', - SymbolAscNullsLast = 'symbol_ASC_NULLS_LAST', - SymbolDesc = 'symbol_DESC', - SymbolDescNullsFirst = 'symbol_DESC_NULLS_FIRST', - SymbolDescNullsLast = 'symbol_DESC_NULLS_LAST', - ValueAsc = 'value_ASC', - ValueAscNullsFirst = 'value_ASC_NULLS_FIRST', - ValueAscNullsLast = 'value_ASC_NULLS_LAST', - ValueDesc = 'value_DESC', - ValueDescNullsFirst = 'value_DESC_NULLS_FIRST', - ValueDescNullsLast = 'value_DESC_NULLS_LAST' -} - -export type OethCollateralDailyStatWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - dailyStatId?: InputMaybe; - dailyStatId_isNull?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - price_eq?: InputMaybe; - price_gt?: InputMaybe; - price_gte?: InputMaybe; - price_in?: InputMaybe>; - price_isNull?: InputMaybe; - price_lt?: InputMaybe; - price_lte?: InputMaybe; - price_not_eq?: InputMaybe; - price_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_containsInsensitive?: InputMaybe; - symbol_endsWith?: InputMaybe; - symbol_eq?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_isNull?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_containsInsensitive?: InputMaybe; - symbol_not_endsWith?: InputMaybe; - symbol_not_eq?: InputMaybe; - symbol_not_in?: InputMaybe>; - symbol_not_startsWith?: InputMaybe; - symbol_startsWith?: InputMaybe; - value_eq?: InputMaybe; - value_gt?: InputMaybe; - value_gte?: InputMaybe; - value_in?: InputMaybe>; - value_isNull?: InputMaybe; - value_lt?: InputMaybe; - value_lte?: InputMaybe; - value_not_eq?: InputMaybe; - value_not_in?: InputMaybe>; -}; - -export type OethCollateralDailyStatsConnection = { - __typename?: 'OETHCollateralDailyStatsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethCurveLp = { - __typename?: 'OETHCurveLP'; - blockNumber: Scalars['Int']['output']; - eth: Scalars['BigInt']['output']; - ethOwned: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - oeth: Scalars['BigInt']['output']; - oethOwned: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - totalSupply: Scalars['BigInt']['output']; - totalSupplyOwned: Scalars['BigInt']['output']; -}; - -export type OethCurveLpEdge = { - __typename?: 'OETHCurveLPEdge'; - cursor: Scalars['String']['output']; - node: OethCurveLp; -}; - -export enum OethCurveLpOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - EthOwnedAsc = 'ethOwned_ASC', - EthOwnedAscNullsFirst = 'ethOwned_ASC_NULLS_FIRST', - EthOwnedAscNullsLast = 'ethOwned_ASC_NULLS_LAST', - EthOwnedDesc = 'ethOwned_DESC', - EthOwnedDescNullsFirst = 'ethOwned_DESC_NULLS_FIRST', - EthOwnedDescNullsLast = 'ethOwned_DESC_NULLS_LAST', - EthAsc = 'eth_ASC', - EthAscNullsFirst = 'eth_ASC_NULLS_FIRST', - EthAscNullsLast = 'eth_ASC_NULLS_LAST', - EthDesc = 'eth_DESC', - EthDescNullsFirst = 'eth_DESC_NULLS_FIRST', - EthDescNullsLast = 'eth_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - OethOwnedAsc = 'oethOwned_ASC', - OethOwnedAscNullsFirst = 'oethOwned_ASC_NULLS_FIRST', - OethOwnedAscNullsLast = 'oethOwned_ASC_NULLS_LAST', - OethOwnedDesc = 'oethOwned_DESC', - OethOwnedDescNullsFirst = 'oethOwned_DESC_NULLS_FIRST', - OethOwnedDescNullsLast = 'oethOwned_DESC_NULLS_LAST', - OethAsc = 'oeth_ASC', - OethAscNullsFirst = 'oeth_ASC_NULLS_FIRST', - OethAscNullsLast = 'oeth_ASC_NULLS_LAST', - OethDesc = 'oeth_DESC', - OethDescNullsFirst = 'oeth_DESC_NULLS_FIRST', - OethDescNullsLast = 'oeth_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalSupplyOwnedAsc = 'totalSupplyOwned_ASC', - TotalSupplyOwnedAscNullsFirst = 'totalSupplyOwned_ASC_NULLS_FIRST', - TotalSupplyOwnedAscNullsLast = 'totalSupplyOwned_ASC_NULLS_LAST', - TotalSupplyOwnedDesc = 'totalSupplyOwned_DESC', - TotalSupplyOwnedDescNullsFirst = 'totalSupplyOwned_DESC_NULLS_FIRST', - TotalSupplyOwnedDescNullsLast = 'totalSupplyOwned_DESC_NULLS_LAST', - TotalSupplyAsc = 'totalSupply_ASC', - TotalSupplyAscNullsFirst = 'totalSupply_ASC_NULLS_FIRST', - TotalSupplyAscNullsLast = 'totalSupply_ASC_NULLS_LAST', - TotalSupplyDesc = 'totalSupply_DESC', - TotalSupplyDescNullsFirst = 'totalSupply_DESC_NULLS_FIRST', - TotalSupplyDescNullsLast = 'totalSupply_DESC_NULLS_LAST' -} - -export type OethCurveLpWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - ethOwned_eq?: InputMaybe; - ethOwned_gt?: InputMaybe; - ethOwned_gte?: InputMaybe; - ethOwned_in?: InputMaybe>; - ethOwned_isNull?: InputMaybe; - ethOwned_lt?: InputMaybe; - ethOwned_lte?: InputMaybe; - ethOwned_not_eq?: InputMaybe; - ethOwned_not_in?: InputMaybe>; - eth_eq?: InputMaybe; - eth_gt?: InputMaybe; - eth_gte?: InputMaybe; - eth_in?: InputMaybe>; - eth_isNull?: InputMaybe; - eth_lt?: InputMaybe; - eth_lte?: InputMaybe; - eth_not_eq?: InputMaybe; - eth_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - oethOwned_eq?: InputMaybe; - oethOwned_gt?: InputMaybe; - oethOwned_gte?: InputMaybe; - oethOwned_in?: InputMaybe>; - oethOwned_isNull?: InputMaybe; - oethOwned_lt?: InputMaybe; - oethOwned_lte?: InputMaybe; - oethOwned_not_eq?: InputMaybe; - oethOwned_not_in?: InputMaybe>; - oeth_eq?: InputMaybe; - oeth_gt?: InputMaybe; - oeth_gte?: InputMaybe; - oeth_in?: InputMaybe>; - oeth_isNull?: InputMaybe; - oeth_lt?: InputMaybe; - oeth_lte?: InputMaybe; - oeth_not_eq?: InputMaybe; - oeth_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - totalSupplyOwned_eq?: InputMaybe; - totalSupplyOwned_gt?: InputMaybe; - totalSupplyOwned_gte?: InputMaybe; - totalSupplyOwned_in?: InputMaybe>; - totalSupplyOwned_isNull?: InputMaybe; - totalSupplyOwned_lt?: InputMaybe; - totalSupplyOwned_lte?: InputMaybe; - totalSupplyOwned_not_eq?: InputMaybe; - totalSupplyOwned_not_in?: InputMaybe>; - totalSupply_eq?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_isNull?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_not_eq?: InputMaybe; - totalSupply_not_in?: InputMaybe>; -}; - -export type OethCurveLPsConnection = { - __typename?: 'OETHCurveLPsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethDailyStat = { - __typename?: 'OETHDailyStat'; - amoSupply: Scalars['BigInt']['output']; - /** Timestamp of block number stats were updated */ - apr: Scalars['Float']['output']; - apy: Scalars['Float']['output']; - apy7DayAvg: Scalars['Float']['output']; - apy14DayAvg: Scalars['Float']['output']; - apy30DayAvg: Scalars['Float']['output']; - /** Timestamp, eg 2023-10-17 */ - blockNumber: Scalars['Int']['output']; - collateral: Array; - dripperWETH: Scalars['BigInt']['output']; - feesETH: Scalars['BigInt']['output']; - feesETH7Day: Scalars['BigInt']['output']; - feesETHAllTime: Scalars['BigInt']['output']; - feesUSD: Scalars['BigInt']['output']; - feesUSD7Day: Scalars['BigInt']['output']; - feesUSDAllTime: Scalars['BigInt']['output']; - holdersOverThreshold: Scalars['Int']['output']; - id: Scalars['String']['output']; - marketCapUSD: Scalars['Float']['output']; - nonRebasingSupply: Scalars['BigInt']['output']; - pegPrice: Scalars['BigInt']['output']; - rebasingSupply: Scalars['BigInt']['output']; - strategies: Array; - /** Last block number stats were updated */ - timestamp: Scalars['DateTime']['output']; - totalSupply: Scalars['BigInt']['output']; - totalSupplyUSD: Scalars['Float']['output']; - tradingVolumeUSD: Scalars['Float']['output']; - wrappedSupply: Scalars['BigInt']['output']; - yieldETH: Scalars['BigInt']['output']; - yieldETH7Day: Scalars['BigInt']['output']; - yieldETHAllTime: Scalars['BigInt']['output']; - yieldUSD: Scalars['BigInt']['output']; - yieldUSD7Day: Scalars['BigInt']['output']; - yieldUSDAllTime: Scalars['BigInt']['output']; -}; - - -export type OethDailyStatCollateralArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type OethDailyStatStrategiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type OethDailyStatEdge = { - __typename?: 'OETHDailyStatEdge'; - cursor: Scalars['String']['output']; - node: OethDailyStat; -}; - -export enum OethDailyStatOrderByInput { - AmoSupplyAsc = 'amoSupply_ASC', - AmoSupplyAscNullsFirst = 'amoSupply_ASC_NULLS_FIRST', - AmoSupplyAscNullsLast = 'amoSupply_ASC_NULLS_LAST', - AmoSupplyDesc = 'amoSupply_DESC', - AmoSupplyDescNullsFirst = 'amoSupply_DESC_NULLS_FIRST', - AmoSupplyDescNullsLast = 'amoSupply_DESC_NULLS_LAST', - AprAsc = 'apr_ASC', - AprAscNullsFirst = 'apr_ASC_NULLS_FIRST', - AprAscNullsLast = 'apr_ASC_NULLS_LAST', - AprDesc = 'apr_DESC', - AprDescNullsFirst = 'apr_DESC_NULLS_FIRST', - AprDescNullsLast = 'apr_DESC_NULLS_LAST', - Apy7DayAvgAsc = 'apy7DayAvg_ASC', - Apy7DayAvgAscNullsFirst = 'apy7DayAvg_ASC_NULLS_FIRST', - Apy7DayAvgAscNullsLast = 'apy7DayAvg_ASC_NULLS_LAST', - Apy7DayAvgDesc = 'apy7DayAvg_DESC', - Apy7DayAvgDescNullsFirst = 'apy7DayAvg_DESC_NULLS_FIRST', - Apy7DayAvgDescNullsLast = 'apy7DayAvg_DESC_NULLS_LAST', - Apy14DayAvgAsc = 'apy14DayAvg_ASC', - Apy14DayAvgAscNullsFirst = 'apy14DayAvg_ASC_NULLS_FIRST', - Apy14DayAvgAscNullsLast = 'apy14DayAvg_ASC_NULLS_LAST', - Apy14DayAvgDesc = 'apy14DayAvg_DESC', - Apy14DayAvgDescNullsFirst = 'apy14DayAvg_DESC_NULLS_FIRST', - Apy14DayAvgDescNullsLast = 'apy14DayAvg_DESC_NULLS_LAST', - Apy30DayAvgAsc = 'apy30DayAvg_ASC', - Apy30DayAvgAscNullsFirst = 'apy30DayAvg_ASC_NULLS_FIRST', - Apy30DayAvgAscNullsLast = 'apy30DayAvg_ASC_NULLS_LAST', - Apy30DayAvgDesc = 'apy30DayAvg_DESC', - Apy30DayAvgDescNullsFirst = 'apy30DayAvg_DESC_NULLS_FIRST', - Apy30DayAvgDescNullsLast = 'apy30DayAvg_DESC_NULLS_LAST', - ApyAsc = 'apy_ASC', - ApyAscNullsFirst = 'apy_ASC_NULLS_FIRST', - ApyAscNullsLast = 'apy_ASC_NULLS_LAST', - ApyDesc = 'apy_DESC', - ApyDescNullsFirst = 'apy_DESC_NULLS_FIRST', - ApyDescNullsLast = 'apy_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DripperWethAsc = 'dripperWETH_ASC', - DripperWethAscNullsFirst = 'dripperWETH_ASC_NULLS_FIRST', - DripperWethAscNullsLast = 'dripperWETH_ASC_NULLS_LAST', - DripperWethDesc = 'dripperWETH_DESC', - DripperWethDescNullsFirst = 'dripperWETH_DESC_NULLS_FIRST', - DripperWethDescNullsLast = 'dripperWETH_DESC_NULLS_LAST', - FeesEth7DayAsc = 'feesETH7Day_ASC', - FeesEth7DayAscNullsFirst = 'feesETH7Day_ASC_NULLS_FIRST', - FeesEth7DayAscNullsLast = 'feesETH7Day_ASC_NULLS_LAST', - FeesEth7DayDesc = 'feesETH7Day_DESC', - FeesEth7DayDescNullsFirst = 'feesETH7Day_DESC_NULLS_FIRST', - FeesEth7DayDescNullsLast = 'feesETH7Day_DESC_NULLS_LAST', - FeesEthAllTimeAsc = 'feesETHAllTime_ASC', - FeesEthAllTimeAscNullsFirst = 'feesETHAllTime_ASC_NULLS_FIRST', - FeesEthAllTimeAscNullsLast = 'feesETHAllTime_ASC_NULLS_LAST', - FeesEthAllTimeDesc = 'feesETHAllTime_DESC', - FeesEthAllTimeDescNullsFirst = 'feesETHAllTime_DESC_NULLS_FIRST', - FeesEthAllTimeDescNullsLast = 'feesETHAllTime_DESC_NULLS_LAST', - FeesEthAsc = 'feesETH_ASC', - FeesEthAscNullsFirst = 'feesETH_ASC_NULLS_FIRST', - FeesEthAscNullsLast = 'feesETH_ASC_NULLS_LAST', - FeesEthDesc = 'feesETH_DESC', - FeesEthDescNullsFirst = 'feesETH_DESC_NULLS_FIRST', - FeesEthDescNullsLast = 'feesETH_DESC_NULLS_LAST', - FeesUsd7DayAsc = 'feesUSD7Day_ASC', - FeesUsd7DayAscNullsFirst = 'feesUSD7Day_ASC_NULLS_FIRST', - FeesUsd7DayAscNullsLast = 'feesUSD7Day_ASC_NULLS_LAST', - FeesUsd7DayDesc = 'feesUSD7Day_DESC', - FeesUsd7DayDescNullsFirst = 'feesUSD7Day_DESC_NULLS_FIRST', - FeesUsd7DayDescNullsLast = 'feesUSD7Day_DESC_NULLS_LAST', - FeesUsdAllTimeAsc = 'feesUSDAllTime_ASC', - FeesUsdAllTimeAscNullsFirst = 'feesUSDAllTime_ASC_NULLS_FIRST', - FeesUsdAllTimeAscNullsLast = 'feesUSDAllTime_ASC_NULLS_LAST', - FeesUsdAllTimeDesc = 'feesUSDAllTime_DESC', - FeesUsdAllTimeDescNullsFirst = 'feesUSDAllTime_DESC_NULLS_FIRST', - FeesUsdAllTimeDescNullsLast = 'feesUSDAllTime_DESC_NULLS_LAST', - FeesUsdAsc = 'feesUSD_ASC', - FeesUsdAscNullsFirst = 'feesUSD_ASC_NULLS_FIRST', - FeesUsdAscNullsLast = 'feesUSD_ASC_NULLS_LAST', - FeesUsdDesc = 'feesUSD_DESC', - FeesUsdDescNullsFirst = 'feesUSD_DESC_NULLS_FIRST', - FeesUsdDescNullsLast = 'feesUSD_DESC_NULLS_LAST', - HoldersOverThresholdAsc = 'holdersOverThreshold_ASC', - HoldersOverThresholdAscNullsFirst = 'holdersOverThreshold_ASC_NULLS_FIRST', - HoldersOverThresholdAscNullsLast = 'holdersOverThreshold_ASC_NULLS_LAST', - HoldersOverThresholdDesc = 'holdersOverThreshold_DESC', - HoldersOverThresholdDescNullsFirst = 'holdersOverThreshold_DESC_NULLS_FIRST', - HoldersOverThresholdDescNullsLast = 'holdersOverThreshold_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - MarketCapUsdAsc = 'marketCapUSD_ASC', - MarketCapUsdAscNullsFirst = 'marketCapUSD_ASC_NULLS_FIRST', - MarketCapUsdAscNullsLast = 'marketCapUSD_ASC_NULLS_LAST', - MarketCapUsdDesc = 'marketCapUSD_DESC', - MarketCapUsdDescNullsFirst = 'marketCapUSD_DESC_NULLS_FIRST', - MarketCapUsdDescNullsLast = 'marketCapUSD_DESC_NULLS_LAST', - NonRebasingSupplyAsc = 'nonRebasingSupply_ASC', - NonRebasingSupplyAscNullsFirst = 'nonRebasingSupply_ASC_NULLS_FIRST', - NonRebasingSupplyAscNullsLast = 'nonRebasingSupply_ASC_NULLS_LAST', - NonRebasingSupplyDesc = 'nonRebasingSupply_DESC', - NonRebasingSupplyDescNullsFirst = 'nonRebasingSupply_DESC_NULLS_FIRST', - NonRebasingSupplyDescNullsLast = 'nonRebasingSupply_DESC_NULLS_LAST', - PegPriceAsc = 'pegPrice_ASC', - PegPriceAscNullsFirst = 'pegPrice_ASC_NULLS_FIRST', - PegPriceAscNullsLast = 'pegPrice_ASC_NULLS_LAST', - PegPriceDesc = 'pegPrice_DESC', - PegPriceDescNullsFirst = 'pegPrice_DESC_NULLS_FIRST', - PegPriceDescNullsLast = 'pegPrice_DESC_NULLS_LAST', - RebasingSupplyAsc = 'rebasingSupply_ASC', - RebasingSupplyAscNullsFirst = 'rebasingSupply_ASC_NULLS_FIRST', - RebasingSupplyAscNullsLast = 'rebasingSupply_ASC_NULLS_LAST', - RebasingSupplyDesc = 'rebasingSupply_DESC', - RebasingSupplyDescNullsFirst = 'rebasingSupply_DESC_NULLS_FIRST', - RebasingSupplyDescNullsLast = 'rebasingSupply_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalSupplyUsdAsc = 'totalSupplyUSD_ASC', - TotalSupplyUsdAscNullsFirst = 'totalSupplyUSD_ASC_NULLS_FIRST', - TotalSupplyUsdAscNullsLast = 'totalSupplyUSD_ASC_NULLS_LAST', - TotalSupplyUsdDesc = 'totalSupplyUSD_DESC', - TotalSupplyUsdDescNullsFirst = 'totalSupplyUSD_DESC_NULLS_FIRST', - TotalSupplyUsdDescNullsLast = 'totalSupplyUSD_DESC_NULLS_LAST', - TotalSupplyAsc = 'totalSupply_ASC', - TotalSupplyAscNullsFirst = 'totalSupply_ASC_NULLS_FIRST', - TotalSupplyAscNullsLast = 'totalSupply_ASC_NULLS_LAST', - TotalSupplyDesc = 'totalSupply_DESC', - TotalSupplyDescNullsFirst = 'totalSupply_DESC_NULLS_FIRST', - TotalSupplyDescNullsLast = 'totalSupply_DESC_NULLS_LAST', - TradingVolumeUsdAsc = 'tradingVolumeUSD_ASC', - TradingVolumeUsdAscNullsFirst = 'tradingVolumeUSD_ASC_NULLS_FIRST', - TradingVolumeUsdAscNullsLast = 'tradingVolumeUSD_ASC_NULLS_LAST', - TradingVolumeUsdDesc = 'tradingVolumeUSD_DESC', - TradingVolumeUsdDescNullsFirst = 'tradingVolumeUSD_DESC_NULLS_FIRST', - TradingVolumeUsdDescNullsLast = 'tradingVolumeUSD_DESC_NULLS_LAST', - WrappedSupplyAsc = 'wrappedSupply_ASC', - WrappedSupplyAscNullsFirst = 'wrappedSupply_ASC_NULLS_FIRST', - WrappedSupplyAscNullsLast = 'wrappedSupply_ASC_NULLS_LAST', - WrappedSupplyDesc = 'wrappedSupply_DESC', - WrappedSupplyDescNullsFirst = 'wrappedSupply_DESC_NULLS_FIRST', - WrappedSupplyDescNullsLast = 'wrappedSupply_DESC_NULLS_LAST', - YieldEth7DayAsc = 'yieldETH7Day_ASC', - YieldEth7DayAscNullsFirst = 'yieldETH7Day_ASC_NULLS_FIRST', - YieldEth7DayAscNullsLast = 'yieldETH7Day_ASC_NULLS_LAST', - YieldEth7DayDesc = 'yieldETH7Day_DESC', - YieldEth7DayDescNullsFirst = 'yieldETH7Day_DESC_NULLS_FIRST', - YieldEth7DayDescNullsLast = 'yieldETH7Day_DESC_NULLS_LAST', - YieldEthAllTimeAsc = 'yieldETHAllTime_ASC', - YieldEthAllTimeAscNullsFirst = 'yieldETHAllTime_ASC_NULLS_FIRST', - YieldEthAllTimeAscNullsLast = 'yieldETHAllTime_ASC_NULLS_LAST', - YieldEthAllTimeDesc = 'yieldETHAllTime_DESC', - YieldEthAllTimeDescNullsFirst = 'yieldETHAllTime_DESC_NULLS_FIRST', - YieldEthAllTimeDescNullsLast = 'yieldETHAllTime_DESC_NULLS_LAST', - YieldEthAsc = 'yieldETH_ASC', - YieldEthAscNullsFirst = 'yieldETH_ASC_NULLS_FIRST', - YieldEthAscNullsLast = 'yieldETH_ASC_NULLS_LAST', - YieldEthDesc = 'yieldETH_DESC', - YieldEthDescNullsFirst = 'yieldETH_DESC_NULLS_FIRST', - YieldEthDescNullsLast = 'yieldETH_DESC_NULLS_LAST', - YieldUsd7DayAsc = 'yieldUSD7Day_ASC', - YieldUsd7DayAscNullsFirst = 'yieldUSD7Day_ASC_NULLS_FIRST', - YieldUsd7DayAscNullsLast = 'yieldUSD7Day_ASC_NULLS_LAST', - YieldUsd7DayDesc = 'yieldUSD7Day_DESC', - YieldUsd7DayDescNullsFirst = 'yieldUSD7Day_DESC_NULLS_FIRST', - YieldUsd7DayDescNullsLast = 'yieldUSD7Day_DESC_NULLS_LAST', - YieldUsdAllTimeAsc = 'yieldUSDAllTime_ASC', - YieldUsdAllTimeAscNullsFirst = 'yieldUSDAllTime_ASC_NULLS_FIRST', - YieldUsdAllTimeAscNullsLast = 'yieldUSDAllTime_ASC_NULLS_LAST', - YieldUsdAllTimeDesc = 'yieldUSDAllTime_DESC', - YieldUsdAllTimeDescNullsFirst = 'yieldUSDAllTime_DESC_NULLS_FIRST', - YieldUsdAllTimeDescNullsLast = 'yieldUSDAllTime_DESC_NULLS_LAST', - YieldUsdAsc = 'yieldUSD_ASC', - YieldUsdAscNullsFirst = 'yieldUSD_ASC_NULLS_FIRST', - YieldUsdAscNullsLast = 'yieldUSD_ASC_NULLS_LAST', - YieldUsdDesc = 'yieldUSD_DESC', - YieldUsdDescNullsFirst = 'yieldUSD_DESC_NULLS_FIRST', - YieldUsdDescNullsLast = 'yieldUSD_DESC_NULLS_LAST' -} - -export type OethDailyStatWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - amoSupply_eq?: InputMaybe; - amoSupply_gt?: InputMaybe; - amoSupply_gte?: InputMaybe; - amoSupply_in?: InputMaybe>; - amoSupply_isNull?: InputMaybe; - amoSupply_lt?: InputMaybe; - amoSupply_lte?: InputMaybe; - amoSupply_not_eq?: InputMaybe; - amoSupply_not_in?: InputMaybe>; - apr_eq?: InputMaybe; - apr_gt?: InputMaybe; - apr_gte?: InputMaybe; - apr_in?: InputMaybe>; - apr_isNull?: InputMaybe; - apr_lt?: InputMaybe; - apr_lte?: InputMaybe; - apr_not_eq?: InputMaybe; - apr_not_in?: InputMaybe>; - apy7DayAvg_eq?: InputMaybe; - apy7DayAvg_gt?: InputMaybe; - apy7DayAvg_gte?: InputMaybe; - apy7DayAvg_in?: InputMaybe>; - apy7DayAvg_isNull?: InputMaybe; - apy7DayAvg_lt?: InputMaybe; - apy7DayAvg_lte?: InputMaybe; - apy7DayAvg_not_eq?: InputMaybe; - apy7DayAvg_not_in?: InputMaybe>; - apy14DayAvg_eq?: InputMaybe; - apy14DayAvg_gt?: InputMaybe; - apy14DayAvg_gte?: InputMaybe; - apy14DayAvg_in?: InputMaybe>; - apy14DayAvg_isNull?: InputMaybe; - apy14DayAvg_lt?: InputMaybe; - apy14DayAvg_lte?: InputMaybe; - apy14DayAvg_not_eq?: InputMaybe; - apy14DayAvg_not_in?: InputMaybe>; - apy30DayAvg_eq?: InputMaybe; - apy30DayAvg_gt?: InputMaybe; - apy30DayAvg_gte?: InputMaybe; - apy30DayAvg_in?: InputMaybe>; - apy30DayAvg_isNull?: InputMaybe; - apy30DayAvg_lt?: InputMaybe; - apy30DayAvg_lte?: InputMaybe; - apy30DayAvg_not_eq?: InputMaybe; - apy30DayAvg_not_in?: InputMaybe>; - apy_eq?: InputMaybe; - apy_gt?: InputMaybe; - apy_gte?: InputMaybe; - apy_in?: InputMaybe>; - apy_isNull?: InputMaybe; - apy_lt?: InputMaybe; - apy_lte?: InputMaybe; - apy_not_eq?: InputMaybe; - apy_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - collateral_every?: InputMaybe; - collateral_none?: InputMaybe; - collateral_some?: InputMaybe; - dripperWETH_eq?: InputMaybe; - dripperWETH_gt?: InputMaybe; - dripperWETH_gte?: InputMaybe; - dripperWETH_in?: InputMaybe>; - dripperWETH_isNull?: InputMaybe; - dripperWETH_lt?: InputMaybe; - dripperWETH_lte?: InputMaybe; - dripperWETH_not_eq?: InputMaybe; - dripperWETH_not_in?: InputMaybe>; - feesETH7Day_eq?: InputMaybe; - feesETH7Day_gt?: InputMaybe; - feesETH7Day_gte?: InputMaybe; - feesETH7Day_in?: InputMaybe>; - feesETH7Day_isNull?: InputMaybe; - feesETH7Day_lt?: InputMaybe; - feesETH7Day_lte?: InputMaybe; - feesETH7Day_not_eq?: InputMaybe; - feesETH7Day_not_in?: InputMaybe>; - feesETHAllTime_eq?: InputMaybe; - feesETHAllTime_gt?: InputMaybe; - feesETHAllTime_gte?: InputMaybe; - feesETHAllTime_in?: InputMaybe>; - feesETHAllTime_isNull?: InputMaybe; - feesETHAllTime_lt?: InputMaybe; - feesETHAllTime_lte?: InputMaybe; - feesETHAllTime_not_eq?: InputMaybe; - feesETHAllTime_not_in?: InputMaybe>; - feesETH_eq?: InputMaybe; - feesETH_gt?: InputMaybe; - feesETH_gte?: InputMaybe; - feesETH_in?: InputMaybe>; - feesETH_isNull?: InputMaybe; - feesETH_lt?: InputMaybe; - feesETH_lte?: InputMaybe; - feesETH_not_eq?: InputMaybe; - feesETH_not_in?: InputMaybe>; - feesUSD7Day_eq?: InputMaybe; - feesUSD7Day_gt?: InputMaybe; - feesUSD7Day_gte?: InputMaybe; - feesUSD7Day_in?: InputMaybe>; - feesUSD7Day_isNull?: InputMaybe; - feesUSD7Day_lt?: InputMaybe; - feesUSD7Day_lte?: InputMaybe; - feesUSD7Day_not_eq?: InputMaybe; - feesUSD7Day_not_in?: InputMaybe>; - feesUSDAllTime_eq?: InputMaybe; - feesUSDAllTime_gt?: InputMaybe; - feesUSDAllTime_gte?: InputMaybe; - feesUSDAllTime_in?: InputMaybe>; - feesUSDAllTime_isNull?: InputMaybe; - feesUSDAllTime_lt?: InputMaybe; - feesUSDAllTime_lte?: InputMaybe; - feesUSDAllTime_not_eq?: InputMaybe; - feesUSDAllTime_not_in?: InputMaybe>; - feesUSD_eq?: InputMaybe; - feesUSD_gt?: InputMaybe; - feesUSD_gte?: InputMaybe; - feesUSD_in?: InputMaybe>; - feesUSD_isNull?: InputMaybe; - feesUSD_lt?: InputMaybe; - feesUSD_lte?: InputMaybe; - feesUSD_not_eq?: InputMaybe; - feesUSD_not_in?: InputMaybe>; - holdersOverThreshold_eq?: InputMaybe; - holdersOverThreshold_gt?: InputMaybe; - holdersOverThreshold_gte?: InputMaybe; - holdersOverThreshold_in?: InputMaybe>; - holdersOverThreshold_isNull?: InputMaybe; - holdersOverThreshold_lt?: InputMaybe; - holdersOverThreshold_lte?: InputMaybe; - holdersOverThreshold_not_eq?: InputMaybe; - holdersOverThreshold_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - marketCapUSD_eq?: InputMaybe; - marketCapUSD_gt?: InputMaybe; - marketCapUSD_gte?: InputMaybe; - marketCapUSD_in?: InputMaybe>; - marketCapUSD_isNull?: InputMaybe; - marketCapUSD_lt?: InputMaybe; - marketCapUSD_lte?: InputMaybe; - marketCapUSD_not_eq?: InputMaybe; - marketCapUSD_not_in?: InputMaybe>; - nonRebasingSupply_eq?: InputMaybe; - nonRebasingSupply_gt?: InputMaybe; - nonRebasingSupply_gte?: InputMaybe; - nonRebasingSupply_in?: InputMaybe>; - nonRebasingSupply_isNull?: InputMaybe; - nonRebasingSupply_lt?: InputMaybe; - nonRebasingSupply_lte?: InputMaybe; - nonRebasingSupply_not_eq?: InputMaybe; - nonRebasingSupply_not_in?: InputMaybe>; - pegPrice_eq?: InputMaybe; - pegPrice_gt?: InputMaybe; - pegPrice_gte?: InputMaybe; - pegPrice_in?: InputMaybe>; - pegPrice_isNull?: InputMaybe; - pegPrice_lt?: InputMaybe; - pegPrice_lte?: InputMaybe; - pegPrice_not_eq?: InputMaybe; - pegPrice_not_in?: InputMaybe>; - rebasingSupply_eq?: InputMaybe; - rebasingSupply_gt?: InputMaybe; - rebasingSupply_gte?: InputMaybe; - rebasingSupply_in?: InputMaybe>; - rebasingSupply_isNull?: InputMaybe; - rebasingSupply_lt?: InputMaybe; - rebasingSupply_lte?: InputMaybe; - rebasingSupply_not_eq?: InputMaybe; - rebasingSupply_not_in?: InputMaybe>; - strategies_every?: InputMaybe; - strategies_none?: InputMaybe; - strategies_some?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - totalSupplyUSD_eq?: InputMaybe; - totalSupplyUSD_gt?: InputMaybe; - totalSupplyUSD_gte?: InputMaybe; - totalSupplyUSD_in?: InputMaybe>; - totalSupplyUSD_isNull?: InputMaybe; - totalSupplyUSD_lt?: InputMaybe; - totalSupplyUSD_lte?: InputMaybe; - totalSupplyUSD_not_eq?: InputMaybe; - totalSupplyUSD_not_in?: InputMaybe>; - totalSupply_eq?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_isNull?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_not_eq?: InputMaybe; - totalSupply_not_in?: InputMaybe>; - tradingVolumeUSD_eq?: InputMaybe; - tradingVolumeUSD_gt?: InputMaybe; - tradingVolumeUSD_gte?: InputMaybe; - tradingVolumeUSD_in?: InputMaybe>; - tradingVolumeUSD_isNull?: InputMaybe; - tradingVolumeUSD_lt?: InputMaybe; - tradingVolumeUSD_lte?: InputMaybe; - tradingVolumeUSD_not_eq?: InputMaybe; - tradingVolumeUSD_not_in?: InputMaybe>; - wrappedSupply_eq?: InputMaybe; - wrappedSupply_gt?: InputMaybe; - wrappedSupply_gte?: InputMaybe; - wrappedSupply_in?: InputMaybe>; - wrappedSupply_isNull?: InputMaybe; - wrappedSupply_lt?: InputMaybe; - wrappedSupply_lte?: InputMaybe; - wrappedSupply_not_eq?: InputMaybe; - wrappedSupply_not_in?: InputMaybe>; - yieldETH7Day_eq?: InputMaybe; - yieldETH7Day_gt?: InputMaybe; - yieldETH7Day_gte?: InputMaybe; - yieldETH7Day_in?: InputMaybe>; - yieldETH7Day_isNull?: InputMaybe; - yieldETH7Day_lt?: InputMaybe; - yieldETH7Day_lte?: InputMaybe; - yieldETH7Day_not_eq?: InputMaybe; - yieldETH7Day_not_in?: InputMaybe>; - yieldETHAllTime_eq?: InputMaybe; - yieldETHAllTime_gt?: InputMaybe; - yieldETHAllTime_gte?: InputMaybe; - yieldETHAllTime_in?: InputMaybe>; - yieldETHAllTime_isNull?: InputMaybe; - yieldETHAllTime_lt?: InputMaybe; - yieldETHAllTime_lte?: InputMaybe; - yieldETHAllTime_not_eq?: InputMaybe; - yieldETHAllTime_not_in?: InputMaybe>; - yieldETH_eq?: InputMaybe; - yieldETH_gt?: InputMaybe; - yieldETH_gte?: InputMaybe; - yieldETH_in?: InputMaybe>; - yieldETH_isNull?: InputMaybe; - yieldETH_lt?: InputMaybe; - yieldETH_lte?: InputMaybe; - yieldETH_not_eq?: InputMaybe; - yieldETH_not_in?: InputMaybe>; - yieldUSD7Day_eq?: InputMaybe; - yieldUSD7Day_gt?: InputMaybe; - yieldUSD7Day_gte?: InputMaybe; - yieldUSD7Day_in?: InputMaybe>; - yieldUSD7Day_isNull?: InputMaybe; - yieldUSD7Day_lt?: InputMaybe; - yieldUSD7Day_lte?: InputMaybe; - yieldUSD7Day_not_eq?: InputMaybe; - yieldUSD7Day_not_in?: InputMaybe>; - yieldUSDAllTime_eq?: InputMaybe; - yieldUSDAllTime_gt?: InputMaybe; - yieldUSDAllTime_gte?: InputMaybe; - yieldUSDAllTime_in?: InputMaybe>; - yieldUSDAllTime_isNull?: InputMaybe; - yieldUSDAllTime_lt?: InputMaybe; - yieldUSDAllTime_lte?: InputMaybe; - yieldUSDAllTime_not_eq?: InputMaybe; - yieldUSDAllTime_not_in?: InputMaybe>; - yieldUSD_eq?: InputMaybe; - yieldUSD_gt?: InputMaybe; - yieldUSD_gte?: InputMaybe; - yieldUSD_in?: InputMaybe>; - yieldUSD_isNull?: InputMaybe; - yieldUSD_lt?: InputMaybe; - yieldUSD_lte?: InputMaybe; - yieldUSD_not_eq?: InputMaybe; - yieldUSD_not_in?: InputMaybe>; -}; - -export type OethDailyStatsConnection = { - __typename?: 'OETHDailyStatsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethDripper = { - __typename?: 'OETHDripper'; - blockNumber: Scalars['Int']['output']; - dripDuration: Scalars['BigInt']['output']; - dripRatePerBlock: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - lastCollectTimestamp: Scalars['Int']['output']; - timestamp: Scalars['DateTime']['output']; - weth: Scalars['BigInt']['output']; -}; - -export type OethDripperEdge = { - __typename?: 'OETHDripperEdge'; - cursor: Scalars['String']['output']; - node: OethDripper; -}; - -export enum OethDripperOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DripDurationAsc = 'dripDuration_ASC', - DripDurationAscNullsFirst = 'dripDuration_ASC_NULLS_FIRST', - DripDurationAscNullsLast = 'dripDuration_ASC_NULLS_LAST', - DripDurationDesc = 'dripDuration_DESC', - DripDurationDescNullsFirst = 'dripDuration_DESC_NULLS_FIRST', - DripDurationDescNullsLast = 'dripDuration_DESC_NULLS_LAST', - DripRatePerBlockAsc = 'dripRatePerBlock_ASC', - DripRatePerBlockAscNullsFirst = 'dripRatePerBlock_ASC_NULLS_FIRST', - DripRatePerBlockAscNullsLast = 'dripRatePerBlock_ASC_NULLS_LAST', - DripRatePerBlockDesc = 'dripRatePerBlock_DESC', - DripRatePerBlockDescNullsFirst = 'dripRatePerBlock_DESC_NULLS_FIRST', - DripRatePerBlockDescNullsLast = 'dripRatePerBlock_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - LastCollectTimestampAsc = 'lastCollectTimestamp_ASC', - LastCollectTimestampAscNullsFirst = 'lastCollectTimestamp_ASC_NULLS_FIRST', - LastCollectTimestampAscNullsLast = 'lastCollectTimestamp_ASC_NULLS_LAST', - LastCollectTimestampDesc = 'lastCollectTimestamp_DESC', - LastCollectTimestampDescNullsFirst = 'lastCollectTimestamp_DESC_NULLS_FIRST', - LastCollectTimestampDescNullsLast = 'lastCollectTimestamp_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - WethAsc = 'weth_ASC', - WethAscNullsFirst = 'weth_ASC_NULLS_FIRST', - WethAscNullsLast = 'weth_ASC_NULLS_LAST', - WethDesc = 'weth_DESC', - WethDescNullsFirst = 'weth_DESC_NULLS_FIRST', - WethDescNullsLast = 'weth_DESC_NULLS_LAST' -} - -export type OethDripperWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dripDuration_eq?: InputMaybe; - dripDuration_gt?: InputMaybe; - dripDuration_gte?: InputMaybe; - dripDuration_in?: InputMaybe>; - dripDuration_isNull?: InputMaybe; - dripDuration_lt?: InputMaybe; - dripDuration_lte?: InputMaybe; - dripDuration_not_eq?: InputMaybe; - dripDuration_not_in?: InputMaybe>; - dripRatePerBlock_eq?: InputMaybe; - dripRatePerBlock_gt?: InputMaybe; - dripRatePerBlock_gte?: InputMaybe; - dripRatePerBlock_in?: InputMaybe>; - dripRatePerBlock_isNull?: InputMaybe; - dripRatePerBlock_lt?: InputMaybe; - dripRatePerBlock_lte?: InputMaybe; - dripRatePerBlock_not_eq?: InputMaybe; - dripRatePerBlock_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - lastCollectTimestamp_eq?: InputMaybe; - lastCollectTimestamp_gt?: InputMaybe; - lastCollectTimestamp_gte?: InputMaybe; - lastCollectTimestamp_in?: InputMaybe>; - lastCollectTimestamp_isNull?: InputMaybe; - lastCollectTimestamp_lt?: InputMaybe; - lastCollectTimestamp_lte?: InputMaybe; - lastCollectTimestamp_not_eq?: InputMaybe; - lastCollectTimestamp_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - weth_eq?: InputMaybe; - weth_gt?: InputMaybe; - weth_gte?: InputMaybe; - weth_in?: InputMaybe>; - weth_isNull?: InputMaybe; - weth_lt?: InputMaybe; - weth_lte?: InputMaybe; - weth_not_eq?: InputMaybe; - weth_not_in?: InputMaybe>; -}; - -export type OethDrippersConnection = { - __typename?: 'OETHDrippersConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethFraxStaking = { - __typename?: 'OETHFraxStaking'; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - /** - * - sfrxETH is what's actually stored here, slightly confusing and may want to change. - * - used by balance sheet - */ - sfrxETH: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type OethFraxStakingEdge = { - __typename?: 'OETHFraxStakingEdge'; - cursor: Scalars['String']['output']; - node: OethFraxStaking; -}; - -export enum OethFraxStakingOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - SfrxEthAsc = 'sfrxETH_ASC', - SfrxEthAscNullsFirst = 'sfrxETH_ASC_NULLS_FIRST', - SfrxEthAscNullsLast = 'sfrxETH_ASC_NULLS_LAST', - SfrxEthDesc = 'sfrxETH_DESC', - SfrxEthDescNullsFirst = 'sfrxETH_DESC_NULLS_FIRST', - SfrxEthDescNullsLast = 'sfrxETH_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type OethFraxStakingWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - sfrxETH_eq?: InputMaybe; - sfrxETH_gt?: InputMaybe; - sfrxETH_gte?: InputMaybe; - sfrxETH_in?: InputMaybe>; - sfrxETH_isNull?: InputMaybe; - sfrxETH_lt?: InputMaybe; - sfrxETH_lte?: InputMaybe; - sfrxETH_not_eq?: InputMaybe; - sfrxETH_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type OethFraxStakingsConnection = { - __typename?: 'OETHFraxStakingsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethMorphoAave = { - __typename?: 'OETHMorphoAave'; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - weth: Scalars['BigInt']['output']; -}; - -export type OethMorphoAaveEdge = { - __typename?: 'OETHMorphoAaveEdge'; - cursor: Scalars['String']['output']; - node: OethMorphoAave; -}; - -export enum OethMorphoAaveOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - WethAsc = 'weth_ASC', - WethAscNullsFirst = 'weth_ASC_NULLS_FIRST', - WethAscNullsLast = 'weth_ASC_NULLS_LAST', - WethDesc = 'weth_DESC', - WethDescNullsFirst = 'weth_DESC_NULLS_FIRST', - WethDescNullsLast = 'weth_DESC_NULLS_LAST' -} - -export type OethMorphoAaveWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - weth_eq?: InputMaybe; - weth_gt?: InputMaybe; - weth_gte?: InputMaybe; - weth_in?: InputMaybe>; - weth_isNull?: InputMaybe; - weth_lt?: InputMaybe; - weth_lte?: InputMaybe; - weth_not_eq?: InputMaybe; - weth_not_in?: InputMaybe>; -}; - -export type OethMorphoAavesConnection = { - __typename?: 'OETHMorphoAavesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethRewardTokenCollected = { - __typename?: 'OETHRewardTokenCollected'; - amount: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - recipient: Scalars['String']['output']; - rewardToken: Scalars['String']['output']; - strategy: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type OethRewardTokenCollectedEdge = { - __typename?: 'OETHRewardTokenCollectedEdge'; - cursor: Scalars['String']['output']; - node: OethRewardTokenCollected; -}; - -export enum OethRewardTokenCollectedOrderByInput { - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - RecipientAsc = 'recipient_ASC', - RecipientAscNullsFirst = 'recipient_ASC_NULLS_FIRST', - RecipientAscNullsLast = 'recipient_ASC_NULLS_LAST', - RecipientDesc = 'recipient_DESC', - RecipientDescNullsFirst = 'recipient_DESC_NULLS_FIRST', - RecipientDescNullsLast = 'recipient_DESC_NULLS_LAST', - RewardTokenAsc = 'rewardToken_ASC', - RewardTokenAscNullsFirst = 'rewardToken_ASC_NULLS_FIRST', - RewardTokenAscNullsLast = 'rewardToken_ASC_NULLS_LAST', - RewardTokenDesc = 'rewardToken_DESC', - RewardTokenDescNullsFirst = 'rewardToken_DESC_NULLS_FIRST', - RewardTokenDescNullsLast = 'rewardToken_DESC_NULLS_LAST', - StrategyAsc = 'strategy_ASC', - StrategyAscNullsFirst = 'strategy_ASC_NULLS_FIRST', - StrategyAscNullsLast = 'strategy_ASC_NULLS_LAST', - StrategyDesc = 'strategy_DESC', - StrategyDescNullsFirst = 'strategy_DESC_NULLS_FIRST', - StrategyDescNullsLast = 'strategy_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type OethRewardTokenCollectedWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - recipient_contains?: InputMaybe; - recipient_containsInsensitive?: InputMaybe; - recipient_endsWith?: InputMaybe; - recipient_eq?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_isNull?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_not_contains?: InputMaybe; - recipient_not_containsInsensitive?: InputMaybe; - recipient_not_endsWith?: InputMaybe; - recipient_not_eq?: InputMaybe; - recipient_not_in?: InputMaybe>; - recipient_not_startsWith?: InputMaybe; - recipient_startsWith?: InputMaybe; - rewardToken_contains?: InputMaybe; - rewardToken_containsInsensitive?: InputMaybe; - rewardToken_endsWith?: InputMaybe; - rewardToken_eq?: InputMaybe; - rewardToken_gt?: InputMaybe; - rewardToken_gte?: InputMaybe; - rewardToken_in?: InputMaybe>; - rewardToken_isNull?: InputMaybe; - rewardToken_lt?: InputMaybe; - rewardToken_lte?: InputMaybe; - rewardToken_not_contains?: InputMaybe; - rewardToken_not_containsInsensitive?: InputMaybe; - rewardToken_not_endsWith?: InputMaybe; - rewardToken_not_eq?: InputMaybe; - rewardToken_not_in?: InputMaybe>; - rewardToken_not_startsWith?: InputMaybe; - rewardToken_startsWith?: InputMaybe; - strategy_contains?: InputMaybe; - strategy_containsInsensitive?: InputMaybe; - strategy_endsWith?: InputMaybe; - strategy_eq?: InputMaybe; - strategy_gt?: InputMaybe; - strategy_gte?: InputMaybe; - strategy_in?: InputMaybe>; - strategy_isNull?: InputMaybe; - strategy_lt?: InputMaybe; - strategy_lte?: InputMaybe; - strategy_not_contains?: InputMaybe; - strategy_not_containsInsensitive?: InputMaybe; - strategy_not_endsWith?: InputMaybe; - strategy_not_eq?: InputMaybe; - strategy_not_in?: InputMaybe>; - strategy_not_startsWith?: InputMaybe; - strategy_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type OethRewardTokenCollectedsConnection = { - __typename?: 'OETHRewardTokenCollectedsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethStrategyDailyStat = { - __typename?: 'OETHStrategyDailyStat'; - dailyStatId: OethDailyStat; - /** Total ETH value */ - holdings: Array; - id: Scalars['String']['output']; - name: Scalars['String']['output']; - total: Scalars['BigInt']['output']; - /** Sum of tokens in strategy */ - tvl: Scalars['BigInt']['output']; -}; - - -export type OethStrategyDailyStatHoldingsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type OethStrategyDailyStatEdge = { - __typename?: 'OETHStrategyDailyStatEdge'; - cursor: Scalars['String']['output']; - node: OethStrategyDailyStat; -}; - -export enum OethStrategyDailyStatOrderByInput { - DailyStatIdAmoSupplyAsc = 'dailyStatId_amoSupply_ASC', - DailyStatIdAmoSupplyAscNullsFirst = 'dailyStatId_amoSupply_ASC_NULLS_FIRST', - DailyStatIdAmoSupplyAscNullsLast = 'dailyStatId_amoSupply_ASC_NULLS_LAST', - DailyStatIdAmoSupplyDesc = 'dailyStatId_amoSupply_DESC', - DailyStatIdAmoSupplyDescNullsFirst = 'dailyStatId_amoSupply_DESC_NULLS_FIRST', - DailyStatIdAmoSupplyDescNullsLast = 'dailyStatId_amoSupply_DESC_NULLS_LAST', - DailyStatIdAprAsc = 'dailyStatId_apr_ASC', - DailyStatIdAprAscNullsFirst = 'dailyStatId_apr_ASC_NULLS_FIRST', - DailyStatIdAprAscNullsLast = 'dailyStatId_apr_ASC_NULLS_LAST', - DailyStatIdAprDesc = 'dailyStatId_apr_DESC', - DailyStatIdAprDescNullsFirst = 'dailyStatId_apr_DESC_NULLS_FIRST', - DailyStatIdAprDescNullsLast = 'dailyStatId_apr_DESC_NULLS_LAST', - DailyStatIdApy7DayAvgAsc = 'dailyStatId_apy7DayAvg_ASC', - DailyStatIdApy7DayAvgAscNullsFirst = 'dailyStatId_apy7DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy7DayAvgAscNullsLast = 'dailyStatId_apy7DayAvg_ASC_NULLS_LAST', - DailyStatIdApy7DayAvgDesc = 'dailyStatId_apy7DayAvg_DESC', - DailyStatIdApy7DayAvgDescNullsFirst = 'dailyStatId_apy7DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy7DayAvgDescNullsLast = 'dailyStatId_apy7DayAvg_DESC_NULLS_LAST', - DailyStatIdApy14DayAvgAsc = 'dailyStatId_apy14DayAvg_ASC', - DailyStatIdApy14DayAvgAscNullsFirst = 'dailyStatId_apy14DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy14DayAvgAscNullsLast = 'dailyStatId_apy14DayAvg_ASC_NULLS_LAST', - DailyStatIdApy14DayAvgDesc = 'dailyStatId_apy14DayAvg_DESC', - DailyStatIdApy14DayAvgDescNullsFirst = 'dailyStatId_apy14DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy14DayAvgDescNullsLast = 'dailyStatId_apy14DayAvg_DESC_NULLS_LAST', - DailyStatIdApy30DayAvgAsc = 'dailyStatId_apy30DayAvg_ASC', - DailyStatIdApy30DayAvgAscNullsFirst = 'dailyStatId_apy30DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy30DayAvgAscNullsLast = 'dailyStatId_apy30DayAvg_ASC_NULLS_LAST', - DailyStatIdApy30DayAvgDesc = 'dailyStatId_apy30DayAvg_DESC', - DailyStatIdApy30DayAvgDescNullsFirst = 'dailyStatId_apy30DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy30DayAvgDescNullsLast = 'dailyStatId_apy30DayAvg_DESC_NULLS_LAST', - DailyStatIdApyAsc = 'dailyStatId_apy_ASC', - DailyStatIdApyAscNullsFirst = 'dailyStatId_apy_ASC_NULLS_FIRST', - DailyStatIdApyAscNullsLast = 'dailyStatId_apy_ASC_NULLS_LAST', - DailyStatIdApyDesc = 'dailyStatId_apy_DESC', - DailyStatIdApyDescNullsFirst = 'dailyStatId_apy_DESC_NULLS_FIRST', - DailyStatIdApyDescNullsLast = 'dailyStatId_apy_DESC_NULLS_LAST', - DailyStatIdBlockNumberAsc = 'dailyStatId_blockNumber_ASC', - DailyStatIdBlockNumberAscNullsFirst = 'dailyStatId_blockNumber_ASC_NULLS_FIRST', - DailyStatIdBlockNumberAscNullsLast = 'dailyStatId_blockNumber_ASC_NULLS_LAST', - DailyStatIdBlockNumberDesc = 'dailyStatId_blockNumber_DESC', - DailyStatIdBlockNumberDescNullsFirst = 'dailyStatId_blockNumber_DESC_NULLS_FIRST', - DailyStatIdBlockNumberDescNullsLast = 'dailyStatId_blockNumber_DESC_NULLS_LAST', - DailyStatIdDripperWethAsc = 'dailyStatId_dripperWETH_ASC', - DailyStatIdDripperWethAscNullsFirst = 'dailyStatId_dripperWETH_ASC_NULLS_FIRST', - DailyStatIdDripperWethAscNullsLast = 'dailyStatId_dripperWETH_ASC_NULLS_LAST', - DailyStatIdDripperWethDesc = 'dailyStatId_dripperWETH_DESC', - DailyStatIdDripperWethDescNullsFirst = 'dailyStatId_dripperWETH_DESC_NULLS_FIRST', - DailyStatIdDripperWethDescNullsLast = 'dailyStatId_dripperWETH_DESC_NULLS_LAST', - DailyStatIdFeesEth7DayAsc = 'dailyStatId_feesETH7Day_ASC', - DailyStatIdFeesEth7DayAscNullsFirst = 'dailyStatId_feesETH7Day_ASC_NULLS_FIRST', - DailyStatIdFeesEth7DayAscNullsLast = 'dailyStatId_feesETH7Day_ASC_NULLS_LAST', - DailyStatIdFeesEth7DayDesc = 'dailyStatId_feesETH7Day_DESC', - DailyStatIdFeesEth7DayDescNullsFirst = 'dailyStatId_feesETH7Day_DESC_NULLS_FIRST', - DailyStatIdFeesEth7DayDescNullsLast = 'dailyStatId_feesETH7Day_DESC_NULLS_LAST', - DailyStatIdFeesEthAllTimeAsc = 'dailyStatId_feesETHAllTime_ASC', - DailyStatIdFeesEthAllTimeAscNullsFirst = 'dailyStatId_feesETHAllTime_ASC_NULLS_FIRST', - DailyStatIdFeesEthAllTimeAscNullsLast = 'dailyStatId_feesETHAllTime_ASC_NULLS_LAST', - DailyStatIdFeesEthAllTimeDesc = 'dailyStatId_feesETHAllTime_DESC', - DailyStatIdFeesEthAllTimeDescNullsFirst = 'dailyStatId_feesETHAllTime_DESC_NULLS_FIRST', - DailyStatIdFeesEthAllTimeDescNullsLast = 'dailyStatId_feesETHAllTime_DESC_NULLS_LAST', - DailyStatIdFeesEthAsc = 'dailyStatId_feesETH_ASC', - DailyStatIdFeesEthAscNullsFirst = 'dailyStatId_feesETH_ASC_NULLS_FIRST', - DailyStatIdFeesEthAscNullsLast = 'dailyStatId_feesETH_ASC_NULLS_LAST', - DailyStatIdFeesEthDesc = 'dailyStatId_feesETH_DESC', - DailyStatIdFeesEthDescNullsFirst = 'dailyStatId_feesETH_DESC_NULLS_FIRST', - DailyStatIdFeesEthDescNullsLast = 'dailyStatId_feesETH_DESC_NULLS_LAST', - DailyStatIdFeesUsd7DayAsc = 'dailyStatId_feesUSD7Day_ASC', - DailyStatIdFeesUsd7DayAscNullsFirst = 'dailyStatId_feesUSD7Day_ASC_NULLS_FIRST', - DailyStatIdFeesUsd7DayAscNullsLast = 'dailyStatId_feesUSD7Day_ASC_NULLS_LAST', - DailyStatIdFeesUsd7DayDesc = 'dailyStatId_feesUSD7Day_DESC', - DailyStatIdFeesUsd7DayDescNullsFirst = 'dailyStatId_feesUSD7Day_DESC_NULLS_FIRST', - DailyStatIdFeesUsd7DayDescNullsLast = 'dailyStatId_feesUSD7Day_DESC_NULLS_LAST', - DailyStatIdFeesUsdAllTimeAsc = 'dailyStatId_feesUSDAllTime_ASC', - DailyStatIdFeesUsdAllTimeAscNullsFirst = 'dailyStatId_feesUSDAllTime_ASC_NULLS_FIRST', - DailyStatIdFeesUsdAllTimeAscNullsLast = 'dailyStatId_feesUSDAllTime_ASC_NULLS_LAST', - DailyStatIdFeesUsdAllTimeDesc = 'dailyStatId_feesUSDAllTime_DESC', - DailyStatIdFeesUsdAllTimeDescNullsFirst = 'dailyStatId_feesUSDAllTime_DESC_NULLS_FIRST', - DailyStatIdFeesUsdAllTimeDescNullsLast = 'dailyStatId_feesUSDAllTime_DESC_NULLS_LAST', - DailyStatIdFeesUsdAsc = 'dailyStatId_feesUSD_ASC', - DailyStatIdFeesUsdAscNullsFirst = 'dailyStatId_feesUSD_ASC_NULLS_FIRST', - DailyStatIdFeesUsdAscNullsLast = 'dailyStatId_feesUSD_ASC_NULLS_LAST', - DailyStatIdFeesUsdDesc = 'dailyStatId_feesUSD_DESC', - DailyStatIdFeesUsdDescNullsFirst = 'dailyStatId_feesUSD_DESC_NULLS_FIRST', - DailyStatIdFeesUsdDescNullsLast = 'dailyStatId_feesUSD_DESC_NULLS_LAST', - DailyStatIdHoldersOverThresholdAsc = 'dailyStatId_holdersOverThreshold_ASC', - DailyStatIdHoldersOverThresholdAscNullsFirst = 'dailyStatId_holdersOverThreshold_ASC_NULLS_FIRST', - DailyStatIdHoldersOverThresholdAscNullsLast = 'dailyStatId_holdersOverThreshold_ASC_NULLS_LAST', - DailyStatIdHoldersOverThresholdDesc = 'dailyStatId_holdersOverThreshold_DESC', - DailyStatIdHoldersOverThresholdDescNullsFirst = 'dailyStatId_holdersOverThreshold_DESC_NULLS_FIRST', - DailyStatIdHoldersOverThresholdDescNullsLast = 'dailyStatId_holdersOverThreshold_DESC_NULLS_LAST', - DailyStatIdIdAsc = 'dailyStatId_id_ASC', - DailyStatIdIdAscNullsFirst = 'dailyStatId_id_ASC_NULLS_FIRST', - DailyStatIdIdAscNullsLast = 'dailyStatId_id_ASC_NULLS_LAST', - DailyStatIdIdDesc = 'dailyStatId_id_DESC', - DailyStatIdIdDescNullsFirst = 'dailyStatId_id_DESC_NULLS_FIRST', - DailyStatIdIdDescNullsLast = 'dailyStatId_id_DESC_NULLS_LAST', - DailyStatIdMarketCapUsdAsc = 'dailyStatId_marketCapUSD_ASC', - DailyStatIdMarketCapUsdAscNullsFirst = 'dailyStatId_marketCapUSD_ASC_NULLS_FIRST', - DailyStatIdMarketCapUsdAscNullsLast = 'dailyStatId_marketCapUSD_ASC_NULLS_LAST', - DailyStatIdMarketCapUsdDesc = 'dailyStatId_marketCapUSD_DESC', - DailyStatIdMarketCapUsdDescNullsFirst = 'dailyStatId_marketCapUSD_DESC_NULLS_FIRST', - DailyStatIdMarketCapUsdDescNullsLast = 'dailyStatId_marketCapUSD_DESC_NULLS_LAST', - DailyStatIdNonRebasingSupplyAsc = 'dailyStatId_nonRebasingSupply_ASC', - DailyStatIdNonRebasingSupplyAscNullsFirst = 'dailyStatId_nonRebasingSupply_ASC_NULLS_FIRST', - DailyStatIdNonRebasingSupplyAscNullsLast = 'dailyStatId_nonRebasingSupply_ASC_NULLS_LAST', - DailyStatIdNonRebasingSupplyDesc = 'dailyStatId_nonRebasingSupply_DESC', - DailyStatIdNonRebasingSupplyDescNullsFirst = 'dailyStatId_nonRebasingSupply_DESC_NULLS_FIRST', - DailyStatIdNonRebasingSupplyDescNullsLast = 'dailyStatId_nonRebasingSupply_DESC_NULLS_LAST', - DailyStatIdPegPriceAsc = 'dailyStatId_pegPrice_ASC', - DailyStatIdPegPriceAscNullsFirst = 'dailyStatId_pegPrice_ASC_NULLS_FIRST', - DailyStatIdPegPriceAscNullsLast = 'dailyStatId_pegPrice_ASC_NULLS_LAST', - DailyStatIdPegPriceDesc = 'dailyStatId_pegPrice_DESC', - DailyStatIdPegPriceDescNullsFirst = 'dailyStatId_pegPrice_DESC_NULLS_FIRST', - DailyStatIdPegPriceDescNullsLast = 'dailyStatId_pegPrice_DESC_NULLS_LAST', - DailyStatIdRebasingSupplyAsc = 'dailyStatId_rebasingSupply_ASC', - DailyStatIdRebasingSupplyAscNullsFirst = 'dailyStatId_rebasingSupply_ASC_NULLS_FIRST', - DailyStatIdRebasingSupplyAscNullsLast = 'dailyStatId_rebasingSupply_ASC_NULLS_LAST', - DailyStatIdRebasingSupplyDesc = 'dailyStatId_rebasingSupply_DESC', - DailyStatIdRebasingSupplyDescNullsFirst = 'dailyStatId_rebasingSupply_DESC_NULLS_FIRST', - DailyStatIdRebasingSupplyDescNullsLast = 'dailyStatId_rebasingSupply_DESC_NULLS_LAST', - DailyStatIdTimestampAsc = 'dailyStatId_timestamp_ASC', - DailyStatIdTimestampAscNullsFirst = 'dailyStatId_timestamp_ASC_NULLS_FIRST', - DailyStatIdTimestampAscNullsLast = 'dailyStatId_timestamp_ASC_NULLS_LAST', - DailyStatIdTimestampDesc = 'dailyStatId_timestamp_DESC', - DailyStatIdTimestampDescNullsFirst = 'dailyStatId_timestamp_DESC_NULLS_FIRST', - DailyStatIdTimestampDescNullsLast = 'dailyStatId_timestamp_DESC_NULLS_LAST', - DailyStatIdTotalSupplyUsdAsc = 'dailyStatId_totalSupplyUSD_ASC', - DailyStatIdTotalSupplyUsdAscNullsFirst = 'dailyStatId_totalSupplyUSD_ASC_NULLS_FIRST', - DailyStatIdTotalSupplyUsdAscNullsLast = 'dailyStatId_totalSupplyUSD_ASC_NULLS_LAST', - DailyStatIdTotalSupplyUsdDesc = 'dailyStatId_totalSupplyUSD_DESC', - DailyStatIdTotalSupplyUsdDescNullsFirst = 'dailyStatId_totalSupplyUSD_DESC_NULLS_FIRST', - DailyStatIdTotalSupplyUsdDescNullsLast = 'dailyStatId_totalSupplyUSD_DESC_NULLS_LAST', - DailyStatIdTotalSupplyAsc = 'dailyStatId_totalSupply_ASC', - DailyStatIdTotalSupplyAscNullsFirst = 'dailyStatId_totalSupply_ASC_NULLS_FIRST', - DailyStatIdTotalSupplyAscNullsLast = 'dailyStatId_totalSupply_ASC_NULLS_LAST', - DailyStatIdTotalSupplyDesc = 'dailyStatId_totalSupply_DESC', - DailyStatIdTotalSupplyDescNullsFirst = 'dailyStatId_totalSupply_DESC_NULLS_FIRST', - DailyStatIdTotalSupplyDescNullsLast = 'dailyStatId_totalSupply_DESC_NULLS_LAST', - DailyStatIdTradingVolumeUsdAsc = 'dailyStatId_tradingVolumeUSD_ASC', - DailyStatIdTradingVolumeUsdAscNullsFirst = 'dailyStatId_tradingVolumeUSD_ASC_NULLS_FIRST', - DailyStatIdTradingVolumeUsdAscNullsLast = 'dailyStatId_tradingVolumeUSD_ASC_NULLS_LAST', - DailyStatIdTradingVolumeUsdDesc = 'dailyStatId_tradingVolumeUSD_DESC', - DailyStatIdTradingVolumeUsdDescNullsFirst = 'dailyStatId_tradingVolumeUSD_DESC_NULLS_FIRST', - DailyStatIdTradingVolumeUsdDescNullsLast = 'dailyStatId_tradingVolumeUSD_DESC_NULLS_LAST', - DailyStatIdWrappedSupplyAsc = 'dailyStatId_wrappedSupply_ASC', - DailyStatIdWrappedSupplyAscNullsFirst = 'dailyStatId_wrappedSupply_ASC_NULLS_FIRST', - DailyStatIdWrappedSupplyAscNullsLast = 'dailyStatId_wrappedSupply_ASC_NULLS_LAST', - DailyStatIdWrappedSupplyDesc = 'dailyStatId_wrappedSupply_DESC', - DailyStatIdWrappedSupplyDescNullsFirst = 'dailyStatId_wrappedSupply_DESC_NULLS_FIRST', - DailyStatIdWrappedSupplyDescNullsLast = 'dailyStatId_wrappedSupply_DESC_NULLS_LAST', - DailyStatIdYieldEth7DayAsc = 'dailyStatId_yieldETH7Day_ASC', - DailyStatIdYieldEth7DayAscNullsFirst = 'dailyStatId_yieldETH7Day_ASC_NULLS_FIRST', - DailyStatIdYieldEth7DayAscNullsLast = 'dailyStatId_yieldETH7Day_ASC_NULLS_LAST', - DailyStatIdYieldEth7DayDesc = 'dailyStatId_yieldETH7Day_DESC', - DailyStatIdYieldEth7DayDescNullsFirst = 'dailyStatId_yieldETH7Day_DESC_NULLS_FIRST', - DailyStatIdYieldEth7DayDescNullsLast = 'dailyStatId_yieldETH7Day_DESC_NULLS_LAST', - DailyStatIdYieldEthAllTimeAsc = 'dailyStatId_yieldETHAllTime_ASC', - DailyStatIdYieldEthAllTimeAscNullsFirst = 'dailyStatId_yieldETHAllTime_ASC_NULLS_FIRST', - DailyStatIdYieldEthAllTimeAscNullsLast = 'dailyStatId_yieldETHAllTime_ASC_NULLS_LAST', - DailyStatIdYieldEthAllTimeDesc = 'dailyStatId_yieldETHAllTime_DESC', - DailyStatIdYieldEthAllTimeDescNullsFirst = 'dailyStatId_yieldETHAllTime_DESC_NULLS_FIRST', - DailyStatIdYieldEthAllTimeDescNullsLast = 'dailyStatId_yieldETHAllTime_DESC_NULLS_LAST', - DailyStatIdYieldEthAsc = 'dailyStatId_yieldETH_ASC', - DailyStatIdYieldEthAscNullsFirst = 'dailyStatId_yieldETH_ASC_NULLS_FIRST', - DailyStatIdYieldEthAscNullsLast = 'dailyStatId_yieldETH_ASC_NULLS_LAST', - DailyStatIdYieldEthDesc = 'dailyStatId_yieldETH_DESC', - DailyStatIdYieldEthDescNullsFirst = 'dailyStatId_yieldETH_DESC_NULLS_FIRST', - DailyStatIdYieldEthDescNullsLast = 'dailyStatId_yieldETH_DESC_NULLS_LAST', - DailyStatIdYieldUsd7DayAsc = 'dailyStatId_yieldUSD7Day_ASC', - DailyStatIdYieldUsd7DayAscNullsFirst = 'dailyStatId_yieldUSD7Day_ASC_NULLS_FIRST', - DailyStatIdYieldUsd7DayAscNullsLast = 'dailyStatId_yieldUSD7Day_ASC_NULLS_LAST', - DailyStatIdYieldUsd7DayDesc = 'dailyStatId_yieldUSD7Day_DESC', - DailyStatIdYieldUsd7DayDescNullsFirst = 'dailyStatId_yieldUSD7Day_DESC_NULLS_FIRST', - DailyStatIdYieldUsd7DayDescNullsLast = 'dailyStatId_yieldUSD7Day_DESC_NULLS_LAST', - DailyStatIdYieldUsdAllTimeAsc = 'dailyStatId_yieldUSDAllTime_ASC', - DailyStatIdYieldUsdAllTimeAscNullsFirst = 'dailyStatId_yieldUSDAllTime_ASC_NULLS_FIRST', - DailyStatIdYieldUsdAllTimeAscNullsLast = 'dailyStatId_yieldUSDAllTime_ASC_NULLS_LAST', - DailyStatIdYieldUsdAllTimeDesc = 'dailyStatId_yieldUSDAllTime_DESC', - DailyStatIdYieldUsdAllTimeDescNullsFirst = 'dailyStatId_yieldUSDAllTime_DESC_NULLS_FIRST', - DailyStatIdYieldUsdAllTimeDescNullsLast = 'dailyStatId_yieldUSDAllTime_DESC_NULLS_LAST', - DailyStatIdYieldUsdAsc = 'dailyStatId_yieldUSD_ASC', - DailyStatIdYieldUsdAscNullsFirst = 'dailyStatId_yieldUSD_ASC_NULLS_FIRST', - DailyStatIdYieldUsdAscNullsLast = 'dailyStatId_yieldUSD_ASC_NULLS_LAST', - DailyStatIdYieldUsdDesc = 'dailyStatId_yieldUSD_DESC', - DailyStatIdYieldUsdDescNullsFirst = 'dailyStatId_yieldUSD_DESC_NULLS_FIRST', - DailyStatIdYieldUsdDescNullsLast = 'dailyStatId_yieldUSD_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - NameAsc = 'name_ASC', - NameAscNullsFirst = 'name_ASC_NULLS_FIRST', - NameAscNullsLast = 'name_ASC_NULLS_LAST', - NameDesc = 'name_DESC', - NameDescNullsFirst = 'name_DESC_NULLS_FIRST', - NameDescNullsLast = 'name_DESC_NULLS_LAST', - TotalAsc = 'total_ASC', - TotalAscNullsFirst = 'total_ASC_NULLS_FIRST', - TotalAscNullsLast = 'total_ASC_NULLS_LAST', - TotalDesc = 'total_DESC', - TotalDescNullsFirst = 'total_DESC_NULLS_FIRST', - TotalDescNullsLast = 'total_DESC_NULLS_LAST', - TvlAsc = 'tvl_ASC', - TvlAscNullsFirst = 'tvl_ASC_NULLS_FIRST', - TvlAscNullsLast = 'tvl_ASC_NULLS_LAST', - TvlDesc = 'tvl_DESC', - TvlDescNullsFirst = 'tvl_DESC_NULLS_FIRST', - TvlDescNullsLast = 'tvl_DESC_NULLS_LAST' -} - -export type OethStrategyDailyStatWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - dailyStatId?: InputMaybe; - dailyStatId_isNull?: InputMaybe; - holdings_every?: InputMaybe; - holdings_none?: InputMaybe; - holdings_some?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - name_contains?: InputMaybe; - name_containsInsensitive?: InputMaybe; - name_endsWith?: InputMaybe; - name_eq?: InputMaybe; - name_gt?: InputMaybe; - name_gte?: InputMaybe; - name_in?: InputMaybe>; - name_isNull?: InputMaybe; - name_lt?: InputMaybe; - name_lte?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_containsInsensitive?: InputMaybe; - name_not_endsWith?: InputMaybe; - name_not_eq?: InputMaybe; - name_not_in?: InputMaybe>; - name_not_startsWith?: InputMaybe; - name_startsWith?: InputMaybe; - total_eq?: InputMaybe; - total_gt?: InputMaybe; - total_gte?: InputMaybe; - total_in?: InputMaybe>; - total_isNull?: InputMaybe; - total_lt?: InputMaybe; - total_lte?: InputMaybe; - total_not_eq?: InputMaybe; - total_not_in?: InputMaybe>; - tvl_eq?: InputMaybe; - tvl_gt?: InputMaybe; - tvl_gte?: InputMaybe; - tvl_in?: InputMaybe>; - tvl_isNull?: InputMaybe; - tvl_lt?: InputMaybe; - tvl_lte?: InputMaybe; - tvl_not_eq?: InputMaybe; - tvl_not_in?: InputMaybe>; -}; - -export type OethStrategyDailyStatsConnection = { - __typename?: 'OETHStrategyDailyStatsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethStrategyHoldingDailyStat = { - __typename?: 'OETHStrategyHoldingDailyStat'; - /** Amount held */ - amount: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - strategyDailyStatId: OethStrategyDailyStat; - /** Token symbol */ - symbol: Scalars['String']['output']; - /** Total ETH value */ - value: Scalars['BigInt']['output']; -}; - -export type OethStrategyHoldingDailyStatEdge = { - __typename?: 'OETHStrategyHoldingDailyStatEdge'; - cursor: Scalars['String']['output']; - node: OethStrategyHoldingDailyStat; -}; - -export enum OethStrategyHoldingDailyStatOrderByInput { - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - StrategyDailyStatIdIdAsc = 'strategyDailyStatId_id_ASC', - StrategyDailyStatIdIdAscNullsFirst = 'strategyDailyStatId_id_ASC_NULLS_FIRST', - StrategyDailyStatIdIdAscNullsLast = 'strategyDailyStatId_id_ASC_NULLS_LAST', - StrategyDailyStatIdIdDesc = 'strategyDailyStatId_id_DESC', - StrategyDailyStatIdIdDescNullsFirst = 'strategyDailyStatId_id_DESC_NULLS_FIRST', - StrategyDailyStatIdIdDescNullsLast = 'strategyDailyStatId_id_DESC_NULLS_LAST', - StrategyDailyStatIdNameAsc = 'strategyDailyStatId_name_ASC', - StrategyDailyStatIdNameAscNullsFirst = 'strategyDailyStatId_name_ASC_NULLS_FIRST', - StrategyDailyStatIdNameAscNullsLast = 'strategyDailyStatId_name_ASC_NULLS_LAST', - StrategyDailyStatIdNameDesc = 'strategyDailyStatId_name_DESC', - StrategyDailyStatIdNameDescNullsFirst = 'strategyDailyStatId_name_DESC_NULLS_FIRST', - StrategyDailyStatIdNameDescNullsLast = 'strategyDailyStatId_name_DESC_NULLS_LAST', - StrategyDailyStatIdTotalAsc = 'strategyDailyStatId_total_ASC', - StrategyDailyStatIdTotalAscNullsFirst = 'strategyDailyStatId_total_ASC_NULLS_FIRST', - StrategyDailyStatIdTotalAscNullsLast = 'strategyDailyStatId_total_ASC_NULLS_LAST', - StrategyDailyStatIdTotalDesc = 'strategyDailyStatId_total_DESC', - StrategyDailyStatIdTotalDescNullsFirst = 'strategyDailyStatId_total_DESC_NULLS_FIRST', - StrategyDailyStatIdTotalDescNullsLast = 'strategyDailyStatId_total_DESC_NULLS_LAST', - StrategyDailyStatIdTvlAsc = 'strategyDailyStatId_tvl_ASC', - StrategyDailyStatIdTvlAscNullsFirst = 'strategyDailyStatId_tvl_ASC_NULLS_FIRST', - StrategyDailyStatIdTvlAscNullsLast = 'strategyDailyStatId_tvl_ASC_NULLS_LAST', - StrategyDailyStatIdTvlDesc = 'strategyDailyStatId_tvl_DESC', - StrategyDailyStatIdTvlDescNullsFirst = 'strategyDailyStatId_tvl_DESC_NULLS_FIRST', - StrategyDailyStatIdTvlDescNullsLast = 'strategyDailyStatId_tvl_DESC_NULLS_LAST', - SymbolAsc = 'symbol_ASC', - SymbolAscNullsFirst = 'symbol_ASC_NULLS_FIRST', - SymbolAscNullsLast = 'symbol_ASC_NULLS_LAST', - SymbolDesc = 'symbol_DESC', - SymbolDescNullsFirst = 'symbol_DESC_NULLS_FIRST', - SymbolDescNullsLast = 'symbol_DESC_NULLS_LAST', - ValueAsc = 'value_ASC', - ValueAscNullsFirst = 'value_ASC_NULLS_FIRST', - ValueAscNullsLast = 'value_ASC_NULLS_LAST', - ValueDesc = 'value_DESC', - ValueDescNullsFirst = 'value_DESC_NULLS_FIRST', - ValueDescNullsLast = 'value_DESC_NULLS_LAST' -} - -export type OethStrategyHoldingDailyStatWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - strategyDailyStatId?: InputMaybe; - strategyDailyStatId_isNull?: InputMaybe; - symbol_contains?: InputMaybe; - symbol_containsInsensitive?: InputMaybe; - symbol_endsWith?: InputMaybe; - symbol_eq?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_isNull?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_containsInsensitive?: InputMaybe; - symbol_not_endsWith?: InputMaybe; - symbol_not_eq?: InputMaybe; - symbol_not_in?: InputMaybe>; - symbol_not_startsWith?: InputMaybe; - symbol_startsWith?: InputMaybe; - value_eq?: InputMaybe; - value_gt?: InputMaybe; - value_gte?: InputMaybe; - value_in?: InputMaybe>; - value_isNull?: InputMaybe; - value_lt?: InputMaybe; - value_lte?: InputMaybe; - value_not_eq?: InputMaybe; - value_not_in?: InputMaybe>; -}; - -export type OethStrategyHoldingDailyStatsConnection = { - __typename?: 'OETHStrategyHoldingDailyStatsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -/** The Vault entity tracks the OETH vault balance over time. */ -export type OethVault = { - __typename?: 'OETHVault'; - blockNumber: Scalars['Int']['output']; - frxETH: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - rETH: Scalars['BigInt']['output']; - stETH: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - weth: Scalars['BigInt']['output']; -}; - -export type OethVaultEdge = { - __typename?: 'OETHVaultEdge'; - cursor: Scalars['String']['output']; - node: OethVault; -}; - -export enum OethVaultOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - FrxEthAsc = 'frxETH_ASC', - FrxEthAscNullsFirst = 'frxETH_ASC_NULLS_FIRST', - FrxEthAscNullsLast = 'frxETH_ASC_NULLS_LAST', - FrxEthDesc = 'frxETH_DESC', - FrxEthDescNullsFirst = 'frxETH_DESC_NULLS_FIRST', - FrxEthDescNullsLast = 'frxETH_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - REthAsc = 'rETH_ASC', - REthAscNullsFirst = 'rETH_ASC_NULLS_FIRST', - REthAscNullsLast = 'rETH_ASC_NULLS_LAST', - REthDesc = 'rETH_DESC', - REthDescNullsFirst = 'rETH_DESC_NULLS_FIRST', - REthDescNullsLast = 'rETH_DESC_NULLS_LAST', - StEthAsc = 'stETH_ASC', - StEthAscNullsFirst = 'stETH_ASC_NULLS_FIRST', - StEthAscNullsLast = 'stETH_ASC_NULLS_LAST', - StEthDesc = 'stETH_DESC', - StEthDescNullsFirst = 'stETH_DESC_NULLS_FIRST', - StEthDescNullsLast = 'stETH_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - WethAsc = 'weth_ASC', - WethAscNullsFirst = 'weth_ASC_NULLS_FIRST', - WethAscNullsLast = 'weth_ASC_NULLS_LAST', - WethDesc = 'weth_DESC', - WethDescNullsFirst = 'weth_DESC_NULLS_FIRST', - WethDescNullsLast = 'weth_DESC_NULLS_LAST' -} - -export type OethVaultWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - frxETH_eq?: InputMaybe; - frxETH_gt?: InputMaybe; - frxETH_gte?: InputMaybe; - frxETH_in?: InputMaybe>; - frxETH_isNull?: InputMaybe; - frxETH_lt?: InputMaybe; - frxETH_lte?: InputMaybe; - frxETH_not_eq?: InputMaybe; - frxETH_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - rETH_eq?: InputMaybe; - rETH_gt?: InputMaybe; - rETH_gte?: InputMaybe; - rETH_in?: InputMaybe>; - rETH_isNull?: InputMaybe; - rETH_lt?: InputMaybe; - rETH_lte?: InputMaybe; - rETH_not_eq?: InputMaybe; - rETH_not_in?: InputMaybe>; - stETH_eq?: InputMaybe; - stETH_gt?: InputMaybe; - stETH_gte?: InputMaybe; - stETH_in?: InputMaybe>; - stETH_isNull?: InputMaybe; - stETH_lt?: InputMaybe; - stETH_lte?: InputMaybe; - stETH_not_eq?: InputMaybe; - stETH_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - weth_eq?: InputMaybe; - weth_gt?: InputMaybe; - weth_gte?: InputMaybe; - weth_in?: InputMaybe>; - weth_isNull?: InputMaybe; - weth_lt?: InputMaybe; - weth_lte?: InputMaybe; - weth_not_eq?: InputMaybe; - weth_not_in?: InputMaybe>; -}; - -export type OethVaultsConnection = { - __typename?: 'OETHVaultsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OethWithdrawalRequest = { - __typename?: 'OETHWithdrawalRequest'; - amount: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - claimed: Scalars['Boolean']['output']; - id: Scalars['String']['output']; - queued: Scalars['BigInt']['output']; - requestId: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; - withdrawer: Scalars['String']['output']; -}; - -export type OethWithdrawalRequestEdge = { - __typename?: 'OETHWithdrawalRequestEdge'; - cursor: Scalars['String']['output']; - node: OethWithdrawalRequest; -}; - -export enum OethWithdrawalRequestOrderByInput { - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ClaimedAsc = 'claimed_ASC', - ClaimedAscNullsFirst = 'claimed_ASC_NULLS_FIRST', - ClaimedAscNullsLast = 'claimed_ASC_NULLS_LAST', - ClaimedDesc = 'claimed_DESC', - ClaimedDescNullsFirst = 'claimed_DESC_NULLS_FIRST', - ClaimedDescNullsLast = 'claimed_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - QueuedAsc = 'queued_ASC', - QueuedAscNullsFirst = 'queued_ASC_NULLS_FIRST', - QueuedAscNullsLast = 'queued_ASC_NULLS_LAST', - QueuedDesc = 'queued_DESC', - QueuedDescNullsFirst = 'queued_DESC_NULLS_FIRST', - QueuedDescNullsLast = 'queued_DESC_NULLS_LAST', - RequestIdAsc = 'requestId_ASC', - RequestIdAscNullsFirst = 'requestId_ASC_NULLS_FIRST', - RequestIdAscNullsLast = 'requestId_ASC_NULLS_LAST', - RequestIdDesc = 'requestId_DESC', - RequestIdDescNullsFirst = 'requestId_DESC_NULLS_FIRST', - RequestIdDescNullsLast = 'requestId_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST', - WithdrawerAsc = 'withdrawer_ASC', - WithdrawerAscNullsFirst = 'withdrawer_ASC_NULLS_FIRST', - WithdrawerAscNullsLast = 'withdrawer_ASC_NULLS_LAST', - WithdrawerDesc = 'withdrawer_DESC', - WithdrawerDescNullsFirst = 'withdrawer_DESC_NULLS_FIRST', - WithdrawerDescNullsLast = 'withdrawer_DESC_NULLS_LAST' -} - -export type OethWithdrawalRequestWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - claimed_eq?: InputMaybe; - claimed_isNull?: InputMaybe; - claimed_not_eq?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - queued_eq?: InputMaybe; - queued_gt?: InputMaybe; - queued_gte?: InputMaybe; - queued_in?: InputMaybe>; - queued_isNull?: InputMaybe; - queued_lt?: InputMaybe; - queued_lte?: InputMaybe; - queued_not_eq?: InputMaybe; - queued_not_in?: InputMaybe>; - requestId_eq?: InputMaybe; - requestId_gt?: InputMaybe; - requestId_gte?: InputMaybe; - requestId_in?: InputMaybe>; - requestId_isNull?: InputMaybe; - requestId_lt?: InputMaybe; - requestId_lte?: InputMaybe; - requestId_not_eq?: InputMaybe; - requestId_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; - withdrawer_contains?: InputMaybe; - withdrawer_containsInsensitive?: InputMaybe; - withdrawer_endsWith?: InputMaybe; - withdrawer_eq?: InputMaybe; - withdrawer_gt?: InputMaybe; - withdrawer_gte?: InputMaybe; - withdrawer_in?: InputMaybe>; - withdrawer_isNull?: InputMaybe; - withdrawer_lt?: InputMaybe; - withdrawer_lte?: InputMaybe; - withdrawer_not_contains?: InputMaybe; - withdrawer_not_containsInsensitive?: InputMaybe; - withdrawer_not_endsWith?: InputMaybe; - withdrawer_not_eq?: InputMaybe; - withdrawer_not_in?: InputMaybe>; - withdrawer_not_startsWith?: InputMaybe; - withdrawer_startsWith?: InputMaybe; -}; - -export type OethWithdrawalRequestsConnection = { - __typename?: 'OETHWithdrawalRequestsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OgnStatsResult = { - __typename?: 'OGNStatsResult'; - circulatingSupply: Scalars['Float']['output']; - totalSupply: Scalars['Float']['output']; -}; - -export type Ogv = { - __typename?: 'OGV'; - blockNumber: Scalars['Int']['output']; - circulating: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - staked: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - total: Scalars['BigInt']['output']; -}; - -export type OgvAddress = { - __typename?: 'OGVAddress'; - balance: Scalars['BigInt']['output']; - delegatee?: Maybe; - id: Scalars['String']['output']; - lastUpdated: Scalars['DateTime']['output']; - staked: Scalars['BigInt']['output']; - veogvBalance: Scalars['BigInt']['output']; - votingPower: Scalars['BigInt']['output']; -}; - -export type OgvAddressEdge = { - __typename?: 'OGVAddressEdge'; - cursor: Scalars['String']['output']; - node: OgvAddress; -}; - -export enum OgvAddressOrderByInput { - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - DelegateeBalanceAsc = 'delegatee_balance_ASC', - DelegateeBalanceAscNullsFirst = 'delegatee_balance_ASC_NULLS_FIRST', - DelegateeBalanceAscNullsLast = 'delegatee_balance_ASC_NULLS_LAST', - DelegateeBalanceDesc = 'delegatee_balance_DESC', - DelegateeBalanceDescNullsFirst = 'delegatee_balance_DESC_NULLS_FIRST', - DelegateeBalanceDescNullsLast = 'delegatee_balance_DESC_NULLS_LAST', - DelegateeIdAsc = 'delegatee_id_ASC', - DelegateeIdAscNullsFirst = 'delegatee_id_ASC_NULLS_FIRST', - DelegateeIdAscNullsLast = 'delegatee_id_ASC_NULLS_LAST', - DelegateeIdDesc = 'delegatee_id_DESC', - DelegateeIdDescNullsFirst = 'delegatee_id_DESC_NULLS_FIRST', - DelegateeIdDescNullsLast = 'delegatee_id_DESC_NULLS_LAST', - DelegateeLastUpdatedAsc = 'delegatee_lastUpdated_ASC', - DelegateeLastUpdatedAscNullsFirst = 'delegatee_lastUpdated_ASC_NULLS_FIRST', - DelegateeLastUpdatedAscNullsLast = 'delegatee_lastUpdated_ASC_NULLS_LAST', - DelegateeLastUpdatedDesc = 'delegatee_lastUpdated_DESC', - DelegateeLastUpdatedDescNullsFirst = 'delegatee_lastUpdated_DESC_NULLS_FIRST', - DelegateeLastUpdatedDescNullsLast = 'delegatee_lastUpdated_DESC_NULLS_LAST', - DelegateeStakedAsc = 'delegatee_staked_ASC', - DelegateeStakedAscNullsFirst = 'delegatee_staked_ASC_NULLS_FIRST', - DelegateeStakedAscNullsLast = 'delegatee_staked_ASC_NULLS_LAST', - DelegateeStakedDesc = 'delegatee_staked_DESC', - DelegateeStakedDescNullsFirst = 'delegatee_staked_DESC_NULLS_FIRST', - DelegateeStakedDescNullsLast = 'delegatee_staked_DESC_NULLS_LAST', - DelegateeVeogvBalanceAsc = 'delegatee_veogvBalance_ASC', - DelegateeVeogvBalanceAscNullsFirst = 'delegatee_veogvBalance_ASC_NULLS_FIRST', - DelegateeVeogvBalanceAscNullsLast = 'delegatee_veogvBalance_ASC_NULLS_LAST', - DelegateeVeogvBalanceDesc = 'delegatee_veogvBalance_DESC', - DelegateeVeogvBalanceDescNullsFirst = 'delegatee_veogvBalance_DESC_NULLS_FIRST', - DelegateeVeogvBalanceDescNullsLast = 'delegatee_veogvBalance_DESC_NULLS_LAST', - DelegateeVotingPowerAsc = 'delegatee_votingPower_ASC', - DelegateeVotingPowerAscNullsFirst = 'delegatee_votingPower_ASC_NULLS_FIRST', - DelegateeVotingPowerAscNullsLast = 'delegatee_votingPower_ASC_NULLS_LAST', - DelegateeVotingPowerDesc = 'delegatee_votingPower_DESC', - DelegateeVotingPowerDescNullsFirst = 'delegatee_votingPower_DESC_NULLS_FIRST', - DelegateeVotingPowerDescNullsLast = 'delegatee_votingPower_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - LastUpdatedAsc = 'lastUpdated_ASC', - LastUpdatedAscNullsFirst = 'lastUpdated_ASC_NULLS_FIRST', - LastUpdatedAscNullsLast = 'lastUpdated_ASC_NULLS_LAST', - LastUpdatedDesc = 'lastUpdated_DESC', - LastUpdatedDescNullsFirst = 'lastUpdated_DESC_NULLS_FIRST', - LastUpdatedDescNullsLast = 'lastUpdated_DESC_NULLS_LAST', - StakedAsc = 'staked_ASC', - StakedAscNullsFirst = 'staked_ASC_NULLS_FIRST', - StakedAscNullsLast = 'staked_ASC_NULLS_LAST', - StakedDesc = 'staked_DESC', - StakedDescNullsFirst = 'staked_DESC_NULLS_FIRST', - StakedDescNullsLast = 'staked_DESC_NULLS_LAST', - VeogvBalanceAsc = 'veogvBalance_ASC', - VeogvBalanceAscNullsFirst = 'veogvBalance_ASC_NULLS_FIRST', - VeogvBalanceAscNullsLast = 'veogvBalance_ASC_NULLS_LAST', - VeogvBalanceDesc = 'veogvBalance_DESC', - VeogvBalanceDescNullsFirst = 'veogvBalance_DESC_NULLS_FIRST', - VeogvBalanceDescNullsLast = 'veogvBalance_DESC_NULLS_LAST', - VotingPowerAsc = 'votingPower_ASC', - VotingPowerAscNullsFirst = 'votingPower_ASC_NULLS_FIRST', - VotingPowerAscNullsLast = 'votingPower_ASC_NULLS_LAST', - VotingPowerDesc = 'votingPower_DESC', - VotingPowerDescNullsFirst = 'votingPower_DESC_NULLS_FIRST', - VotingPowerDescNullsLast = 'votingPower_DESC_NULLS_LAST' -} - -export type OgvAddressWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - delegatee?: InputMaybe; - delegatee_isNull?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - lastUpdated_eq?: InputMaybe; - lastUpdated_gt?: InputMaybe; - lastUpdated_gte?: InputMaybe; - lastUpdated_in?: InputMaybe>; - lastUpdated_isNull?: InputMaybe; - lastUpdated_lt?: InputMaybe; - lastUpdated_lte?: InputMaybe; - lastUpdated_not_eq?: InputMaybe; - lastUpdated_not_in?: InputMaybe>; - staked_eq?: InputMaybe; - staked_gt?: InputMaybe; - staked_gte?: InputMaybe; - staked_in?: InputMaybe>; - staked_isNull?: InputMaybe; - staked_lt?: InputMaybe; - staked_lte?: InputMaybe; - staked_not_eq?: InputMaybe; - staked_not_in?: InputMaybe>; - veogvBalance_eq?: InputMaybe; - veogvBalance_gt?: InputMaybe; - veogvBalance_gte?: InputMaybe; - veogvBalance_in?: InputMaybe>; - veogvBalance_isNull?: InputMaybe; - veogvBalance_lt?: InputMaybe; - veogvBalance_lte?: InputMaybe; - veogvBalance_not_eq?: InputMaybe; - veogvBalance_not_in?: InputMaybe>; - votingPower_eq?: InputMaybe; - votingPower_gt?: InputMaybe; - votingPower_gte?: InputMaybe; - votingPower_in?: InputMaybe>; - votingPower_isNull?: InputMaybe; - votingPower_lt?: InputMaybe; - votingPower_lte?: InputMaybe; - votingPower_not_eq?: InputMaybe; - votingPower_not_in?: InputMaybe>; -}; - -export type OgvAddressesConnection = { - __typename?: 'OGVAddressesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OgvDailyStat = { - __typename?: 'OGVDailyStat'; - blockNumber: Scalars['Int']['output']; - holdersOverThreshold: Scalars['Int']['output']; - id: Scalars['String']['output']; - marketCapUSD: Scalars['Float']['output']; - priceUSD: Scalars['Float']['output']; - timestamp: Scalars['DateTime']['output']; - totalStaked: Scalars['BigInt']['output']; - totalSupply: Scalars['BigInt']['output']; - totalSupplyUSD: Scalars['Float']['output']; - tradingVolumeUSD: Scalars['Float']['output']; -}; - -export type OgvDailyStatEdge = { - __typename?: 'OGVDailyStatEdge'; - cursor: Scalars['String']['output']; - node: OgvDailyStat; -}; - -export enum OgvDailyStatOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - HoldersOverThresholdAsc = 'holdersOverThreshold_ASC', - HoldersOverThresholdAscNullsFirst = 'holdersOverThreshold_ASC_NULLS_FIRST', - HoldersOverThresholdAscNullsLast = 'holdersOverThreshold_ASC_NULLS_LAST', - HoldersOverThresholdDesc = 'holdersOverThreshold_DESC', - HoldersOverThresholdDescNullsFirst = 'holdersOverThreshold_DESC_NULLS_FIRST', - HoldersOverThresholdDescNullsLast = 'holdersOverThreshold_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - MarketCapUsdAsc = 'marketCapUSD_ASC', - MarketCapUsdAscNullsFirst = 'marketCapUSD_ASC_NULLS_FIRST', - MarketCapUsdAscNullsLast = 'marketCapUSD_ASC_NULLS_LAST', - MarketCapUsdDesc = 'marketCapUSD_DESC', - MarketCapUsdDescNullsFirst = 'marketCapUSD_DESC_NULLS_FIRST', - MarketCapUsdDescNullsLast = 'marketCapUSD_DESC_NULLS_LAST', - PriceUsdAsc = 'priceUSD_ASC', - PriceUsdAscNullsFirst = 'priceUSD_ASC_NULLS_FIRST', - PriceUsdAscNullsLast = 'priceUSD_ASC_NULLS_LAST', - PriceUsdDesc = 'priceUSD_DESC', - PriceUsdDescNullsFirst = 'priceUSD_DESC_NULLS_FIRST', - PriceUsdDescNullsLast = 'priceUSD_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalStakedAsc = 'totalStaked_ASC', - TotalStakedAscNullsFirst = 'totalStaked_ASC_NULLS_FIRST', - TotalStakedAscNullsLast = 'totalStaked_ASC_NULLS_LAST', - TotalStakedDesc = 'totalStaked_DESC', - TotalStakedDescNullsFirst = 'totalStaked_DESC_NULLS_FIRST', - TotalStakedDescNullsLast = 'totalStaked_DESC_NULLS_LAST', - TotalSupplyUsdAsc = 'totalSupplyUSD_ASC', - TotalSupplyUsdAscNullsFirst = 'totalSupplyUSD_ASC_NULLS_FIRST', - TotalSupplyUsdAscNullsLast = 'totalSupplyUSD_ASC_NULLS_LAST', - TotalSupplyUsdDesc = 'totalSupplyUSD_DESC', - TotalSupplyUsdDescNullsFirst = 'totalSupplyUSD_DESC_NULLS_FIRST', - TotalSupplyUsdDescNullsLast = 'totalSupplyUSD_DESC_NULLS_LAST', - TotalSupplyAsc = 'totalSupply_ASC', - TotalSupplyAscNullsFirst = 'totalSupply_ASC_NULLS_FIRST', - TotalSupplyAscNullsLast = 'totalSupply_ASC_NULLS_LAST', - TotalSupplyDesc = 'totalSupply_DESC', - TotalSupplyDescNullsFirst = 'totalSupply_DESC_NULLS_FIRST', - TotalSupplyDescNullsLast = 'totalSupply_DESC_NULLS_LAST', - TradingVolumeUsdAsc = 'tradingVolumeUSD_ASC', - TradingVolumeUsdAscNullsFirst = 'tradingVolumeUSD_ASC_NULLS_FIRST', - TradingVolumeUsdAscNullsLast = 'tradingVolumeUSD_ASC_NULLS_LAST', - TradingVolumeUsdDesc = 'tradingVolumeUSD_DESC', - TradingVolumeUsdDescNullsFirst = 'tradingVolumeUSD_DESC_NULLS_FIRST', - TradingVolumeUsdDescNullsLast = 'tradingVolumeUSD_DESC_NULLS_LAST' -} - -export type OgvDailyStatWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - holdersOverThreshold_eq?: InputMaybe; - holdersOverThreshold_gt?: InputMaybe; - holdersOverThreshold_gte?: InputMaybe; - holdersOverThreshold_in?: InputMaybe>; - holdersOverThreshold_isNull?: InputMaybe; - holdersOverThreshold_lt?: InputMaybe; - holdersOverThreshold_lte?: InputMaybe; - holdersOverThreshold_not_eq?: InputMaybe; - holdersOverThreshold_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - marketCapUSD_eq?: InputMaybe; - marketCapUSD_gt?: InputMaybe; - marketCapUSD_gte?: InputMaybe; - marketCapUSD_in?: InputMaybe>; - marketCapUSD_isNull?: InputMaybe; - marketCapUSD_lt?: InputMaybe; - marketCapUSD_lte?: InputMaybe; - marketCapUSD_not_eq?: InputMaybe; - marketCapUSD_not_in?: InputMaybe>; - priceUSD_eq?: InputMaybe; - priceUSD_gt?: InputMaybe; - priceUSD_gte?: InputMaybe; - priceUSD_in?: InputMaybe>; - priceUSD_isNull?: InputMaybe; - priceUSD_lt?: InputMaybe; - priceUSD_lte?: InputMaybe; - priceUSD_not_eq?: InputMaybe; - priceUSD_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - totalStaked_eq?: InputMaybe; - totalStaked_gt?: InputMaybe; - totalStaked_gte?: InputMaybe; - totalStaked_in?: InputMaybe>; - totalStaked_isNull?: InputMaybe; - totalStaked_lt?: InputMaybe; - totalStaked_lte?: InputMaybe; - totalStaked_not_eq?: InputMaybe; - totalStaked_not_in?: InputMaybe>; - totalSupplyUSD_eq?: InputMaybe; - totalSupplyUSD_gt?: InputMaybe; - totalSupplyUSD_gte?: InputMaybe; - totalSupplyUSD_in?: InputMaybe>; - totalSupplyUSD_isNull?: InputMaybe; - totalSupplyUSD_lt?: InputMaybe; - totalSupplyUSD_lte?: InputMaybe; - totalSupplyUSD_not_eq?: InputMaybe; - totalSupplyUSD_not_in?: InputMaybe>; - totalSupply_eq?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_isNull?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_not_eq?: InputMaybe; - totalSupply_not_in?: InputMaybe>; - tradingVolumeUSD_eq?: InputMaybe; - tradingVolumeUSD_gt?: InputMaybe; - tradingVolumeUSD_gte?: InputMaybe; - tradingVolumeUSD_in?: InputMaybe>; - tradingVolumeUSD_isNull?: InputMaybe; - tradingVolumeUSD_lt?: InputMaybe; - tradingVolumeUSD_lte?: InputMaybe; - tradingVolumeUSD_not_eq?: InputMaybe; - tradingVolumeUSD_not_in?: InputMaybe>; -}; - -export type OgvDailyStatsConnection = { - __typename?: 'OGVDailyStatsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OgvEdge = { - __typename?: 'OGVEdge'; - cursor: Scalars['String']['output']; - node: Ogv; -}; - -export type OgvLockup = { - __typename?: 'OGVLockup'; - address: OgvAddress; - amount: Scalars['BigInt']['output']; - end: Scalars['DateTime']['output']; - id: Scalars['String']['output']; - lockupId: Scalars['String']['output']; - logs: Array; - timestamp: Scalars['DateTime']['output']; - veogv: Scalars['BigInt']['output']; -}; - - -export type OgvLockupLogsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type OgvLockupEdge = { - __typename?: 'OGVLockupEdge'; - cursor: Scalars['String']['output']; - node: OgvLockup; -}; - -export enum OgvLockupEventType { - Extended = 'Extended', - Staked = 'Staked', - Unstaked = 'Unstaked' -} - -export enum OgvLockupOrderByInput { - AddressBalanceAsc = 'address_balance_ASC', - AddressBalanceAscNullsFirst = 'address_balance_ASC_NULLS_FIRST', - AddressBalanceAscNullsLast = 'address_balance_ASC_NULLS_LAST', - AddressBalanceDesc = 'address_balance_DESC', - AddressBalanceDescNullsFirst = 'address_balance_DESC_NULLS_FIRST', - AddressBalanceDescNullsLast = 'address_balance_DESC_NULLS_LAST', - AddressIdAsc = 'address_id_ASC', - AddressIdAscNullsFirst = 'address_id_ASC_NULLS_FIRST', - AddressIdAscNullsLast = 'address_id_ASC_NULLS_LAST', - AddressIdDesc = 'address_id_DESC', - AddressIdDescNullsFirst = 'address_id_DESC_NULLS_FIRST', - AddressIdDescNullsLast = 'address_id_DESC_NULLS_LAST', - AddressLastUpdatedAsc = 'address_lastUpdated_ASC', - AddressLastUpdatedAscNullsFirst = 'address_lastUpdated_ASC_NULLS_FIRST', - AddressLastUpdatedAscNullsLast = 'address_lastUpdated_ASC_NULLS_LAST', - AddressLastUpdatedDesc = 'address_lastUpdated_DESC', - AddressLastUpdatedDescNullsFirst = 'address_lastUpdated_DESC_NULLS_FIRST', - AddressLastUpdatedDescNullsLast = 'address_lastUpdated_DESC_NULLS_LAST', - AddressStakedAsc = 'address_staked_ASC', - AddressStakedAscNullsFirst = 'address_staked_ASC_NULLS_FIRST', - AddressStakedAscNullsLast = 'address_staked_ASC_NULLS_LAST', - AddressStakedDesc = 'address_staked_DESC', - AddressStakedDescNullsFirst = 'address_staked_DESC_NULLS_FIRST', - AddressStakedDescNullsLast = 'address_staked_DESC_NULLS_LAST', - AddressVeogvBalanceAsc = 'address_veogvBalance_ASC', - AddressVeogvBalanceAscNullsFirst = 'address_veogvBalance_ASC_NULLS_FIRST', - AddressVeogvBalanceAscNullsLast = 'address_veogvBalance_ASC_NULLS_LAST', - AddressVeogvBalanceDesc = 'address_veogvBalance_DESC', - AddressVeogvBalanceDescNullsFirst = 'address_veogvBalance_DESC_NULLS_FIRST', - AddressVeogvBalanceDescNullsLast = 'address_veogvBalance_DESC_NULLS_LAST', - AddressVotingPowerAsc = 'address_votingPower_ASC', - AddressVotingPowerAscNullsFirst = 'address_votingPower_ASC_NULLS_FIRST', - AddressVotingPowerAscNullsLast = 'address_votingPower_ASC_NULLS_LAST', - AddressVotingPowerDesc = 'address_votingPower_DESC', - AddressVotingPowerDescNullsFirst = 'address_votingPower_DESC_NULLS_FIRST', - AddressVotingPowerDescNullsLast = 'address_votingPower_DESC_NULLS_LAST', - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - EndAsc = 'end_ASC', - EndAscNullsFirst = 'end_ASC_NULLS_FIRST', - EndAscNullsLast = 'end_ASC_NULLS_LAST', - EndDesc = 'end_DESC', - EndDescNullsFirst = 'end_DESC_NULLS_FIRST', - EndDescNullsLast = 'end_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - LockupIdAsc = 'lockupId_ASC', - LockupIdAscNullsFirst = 'lockupId_ASC_NULLS_FIRST', - LockupIdAscNullsLast = 'lockupId_ASC_NULLS_LAST', - LockupIdDesc = 'lockupId_DESC', - LockupIdDescNullsFirst = 'lockupId_DESC_NULLS_FIRST', - LockupIdDescNullsLast = 'lockupId_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - VeogvAsc = 'veogv_ASC', - VeogvAscNullsFirst = 'veogv_ASC_NULLS_FIRST', - VeogvAscNullsLast = 'veogv_ASC_NULLS_LAST', - VeogvDesc = 'veogv_DESC', - VeogvDescNullsFirst = 'veogv_DESC_NULLS_FIRST', - VeogvDescNullsLast = 'veogv_DESC_NULLS_LAST' -} - -export type OgvLockupTxLog = { - __typename?: 'OGVLockupTxLog'; - blockNumber: Scalars['Int']['output']; - event: OgvLockupEventType; - hash: Scalars['String']['output']; - id: Scalars['String']['output']; - ogvLockup: OgvLockup; - timestamp: Scalars['DateTime']['output']; - totalSupply: Scalars['BigInt']['output']; -}; - -export type OgvLockupTxLogEdge = { - __typename?: 'OGVLockupTxLogEdge'; - cursor: Scalars['String']['output']; - node: OgvLockupTxLog; -}; - -export enum OgvLockupTxLogOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - EventAsc = 'event_ASC', - EventAscNullsFirst = 'event_ASC_NULLS_FIRST', - EventAscNullsLast = 'event_ASC_NULLS_LAST', - EventDesc = 'event_DESC', - EventDescNullsFirst = 'event_DESC_NULLS_FIRST', - EventDescNullsLast = 'event_DESC_NULLS_LAST', - HashAsc = 'hash_ASC', - HashAscNullsFirst = 'hash_ASC_NULLS_FIRST', - HashAscNullsLast = 'hash_ASC_NULLS_LAST', - HashDesc = 'hash_DESC', - HashDescNullsFirst = 'hash_DESC_NULLS_FIRST', - HashDescNullsLast = 'hash_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - OgvLockupAmountAsc = 'ogvLockup_amount_ASC', - OgvLockupAmountAscNullsFirst = 'ogvLockup_amount_ASC_NULLS_FIRST', - OgvLockupAmountAscNullsLast = 'ogvLockup_amount_ASC_NULLS_LAST', - OgvLockupAmountDesc = 'ogvLockup_amount_DESC', - OgvLockupAmountDescNullsFirst = 'ogvLockup_amount_DESC_NULLS_FIRST', - OgvLockupAmountDescNullsLast = 'ogvLockup_amount_DESC_NULLS_LAST', - OgvLockupEndAsc = 'ogvLockup_end_ASC', - OgvLockupEndAscNullsFirst = 'ogvLockup_end_ASC_NULLS_FIRST', - OgvLockupEndAscNullsLast = 'ogvLockup_end_ASC_NULLS_LAST', - OgvLockupEndDesc = 'ogvLockup_end_DESC', - OgvLockupEndDescNullsFirst = 'ogvLockup_end_DESC_NULLS_FIRST', - OgvLockupEndDescNullsLast = 'ogvLockup_end_DESC_NULLS_LAST', - OgvLockupIdAsc = 'ogvLockup_id_ASC', - OgvLockupIdAscNullsFirst = 'ogvLockup_id_ASC_NULLS_FIRST', - OgvLockupIdAscNullsLast = 'ogvLockup_id_ASC_NULLS_LAST', - OgvLockupIdDesc = 'ogvLockup_id_DESC', - OgvLockupIdDescNullsFirst = 'ogvLockup_id_DESC_NULLS_FIRST', - OgvLockupIdDescNullsLast = 'ogvLockup_id_DESC_NULLS_LAST', - OgvLockupLockupIdAsc = 'ogvLockup_lockupId_ASC', - OgvLockupLockupIdAscNullsFirst = 'ogvLockup_lockupId_ASC_NULLS_FIRST', - OgvLockupLockupIdAscNullsLast = 'ogvLockup_lockupId_ASC_NULLS_LAST', - OgvLockupLockupIdDesc = 'ogvLockup_lockupId_DESC', - OgvLockupLockupIdDescNullsFirst = 'ogvLockup_lockupId_DESC_NULLS_FIRST', - OgvLockupLockupIdDescNullsLast = 'ogvLockup_lockupId_DESC_NULLS_LAST', - OgvLockupTimestampAsc = 'ogvLockup_timestamp_ASC', - OgvLockupTimestampAscNullsFirst = 'ogvLockup_timestamp_ASC_NULLS_FIRST', - OgvLockupTimestampAscNullsLast = 'ogvLockup_timestamp_ASC_NULLS_LAST', - OgvLockupTimestampDesc = 'ogvLockup_timestamp_DESC', - OgvLockupTimestampDescNullsFirst = 'ogvLockup_timestamp_DESC_NULLS_FIRST', - OgvLockupTimestampDescNullsLast = 'ogvLockup_timestamp_DESC_NULLS_LAST', - OgvLockupVeogvAsc = 'ogvLockup_veogv_ASC', - OgvLockupVeogvAscNullsFirst = 'ogvLockup_veogv_ASC_NULLS_FIRST', - OgvLockupVeogvAscNullsLast = 'ogvLockup_veogv_ASC_NULLS_LAST', - OgvLockupVeogvDesc = 'ogvLockup_veogv_DESC', - OgvLockupVeogvDescNullsFirst = 'ogvLockup_veogv_DESC_NULLS_FIRST', - OgvLockupVeogvDescNullsLast = 'ogvLockup_veogv_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalSupplyAsc = 'totalSupply_ASC', - TotalSupplyAscNullsFirst = 'totalSupply_ASC_NULLS_FIRST', - TotalSupplyAscNullsLast = 'totalSupply_ASC_NULLS_LAST', - TotalSupplyDesc = 'totalSupply_DESC', - TotalSupplyDescNullsFirst = 'totalSupply_DESC_NULLS_FIRST', - TotalSupplyDescNullsLast = 'totalSupply_DESC_NULLS_LAST' -} - -export type OgvLockupTxLogWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - event_eq?: InputMaybe; - event_in?: InputMaybe>; - event_isNull?: InputMaybe; - event_not_eq?: InputMaybe; - event_not_in?: InputMaybe>; - hash_contains?: InputMaybe; - hash_containsInsensitive?: InputMaybe; - hash_endsWith?: InputMaybe; - hash_eq?: InputMaybe; - hash_gt?: InputMaybe; - hash_gte?: InputMaybe; - hash_in?: InputMaybe>; - hash_isNull?: InputMaybe; - hash_lt?: InputMaybe; - hash_lte?: InputMaybe; - hash_not_contains?: InputMaybe; - hash_not_containsInsensitive?: InputMaybe; - hash_not_endsWith?: InputMaybe; - hash_not_eq?: InputMaybe; - hash_not_in?: InputMaybe>; - hash_not_startsWith?: InputMaybe; - hash_startsWith?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - ogvLockup?: InputMaybe; - ogvLockup_isNull?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - totalSupply_eq?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_isNull?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_not_eq?: InputMaybe; - totalSupply_not_in?: InputMaybe>; -}; - -export type OgvLockupTxLogsConnection = { - __typename?: 'OGVLockupTxLogsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OgvLockupWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address?: InputMaybe; - address_isNull?: InputMaybe; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - end_eq?: InputMaybe; - end_gt?: InputMaybe; - end_gte?: InputMaybe; - end_in?: InputMaybe>; - end_isNull?: InputMaybe; - end_lt?: InputMaybe; - end_lte?: InputMaybe; - end_not_eq?: InputMaybe; - end_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - lockupId_contains?: InputMaybe; - lockupId_containsInsensitive?: InputMaybe; - lockupId_endsWith?: InputMaybe; - lockupId_eq?: InputMaybe; - lockupId_gt?: InputMaybe; - lockupId_gte?: InputMaybe; - lockupId_in?: InputMaybe>; - lockupId_isNull?: InputMaybe; - lockupId_lt?: InputMaybe; - lockupId_lte?: InputMaybe; - lockupId_not_contains?: InputMaybe; - lockupId_not_containsInsensitive?: InputMaybe; - lockupId_not_endsWith?: InputMaybe; - lockupId_not_eq?: InputMaybe; - lockupId_not_in?: InputMaybe>; - lockupId_not_startsWith?: InputMaybe; - lockupId_startsWith?: InputMaybe; - logs_every?: InputMaybe; - logs_none?: InputMaybe; - logs_some?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - veogv_eq?: InputMaybe; - veogv_gt?: InputMaybe; - veogv_gte?: InputMaybe; - veogv_in?: InputMaybe>; - veogv_isNull?: InputMaybe; - veogv_lt?: InputMaybe; - veogv_lte?: InputMaybe; - veogv_not_eq?: InputMaybe; - veogv_not_in?: InputMaybe>; -}; - -export type OgvLockupsConnection = { - __typename?: 'OGVLockupsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export enum OgvOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - CirculatingAsc = 'circulating_ASC', - CirculatingAscNullsFirst = 'circulating_ASC_NULLS_FIRST', - CirculatingAscNullsLast = 'circulating_ASC_NULLS_LAST', - CirculatingDesc = 'circulating_DESC', - CirculatingDescNullsFirst = 'circulating_DESC_NULLS_FIRST', - CirculatingDescNullsLast = 'circulating_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - StakedAsc = 'staked_ASC', - StakedAscNullsFirst = 'staked_ASC_NULLS_FIRST', - StakedAscNullsLast = 'staked_ASC_NULLS_LAST', - StakedDesc = 'staked_DESC', - StakedDescNullsFirst = 'staked_DESC_NULLS_FIRST', - StakedDescNullsLast = 'staked_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalAsc = 'total_ASC', - TotalAscNullsFirst = 'total_ASC_NULLS_FIRST', - TotalAscNullsLast = 'total_ASC_NULLS_LAST', - TotalDesc = 'total_DESC', - TotalDescNullsFirst = 'total_DESC_NULLS_FIRST', - TotalDescNullsLast = 'total_DESC_NULLS_LAST' -} - -export type OgvProposal = { - __typename?: 'OGVProposal'; - choices: Array>; - description?: Maybe; - endBlock: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - lastUpdated: Scalars['DateTime']['output']; - logs: Array; - proposer: OgvAddress; - quorum: Scalars['BigInt']['output']; - scores: Array>; - startBlock: Scalars['BigInt']['output']; - status: OgvProposalState; - timestamp: Scalars['DateTime']['output']; -}; - - -export type OgvProposalLogsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type OgvProposalEdge = { - __typename?: 'OGVProposalEdge'; - cursor: Scalars['String']['output']; - node: OgvProposal; -}; - -export enum OgvProposalEvent { - Canceled = 'Canceled', - Created = 'Created', - Executed = 'Executed', - Extended = 'Extended', - Queued = 'Queued' -} - -export enum OgvProposalOrderByInput { - DescriptionAsc = 'description_ASC', - DescriptionAscNullsFirst = 'description_ASC_NULLS_FIRST', - DescriptionAscNullsLast = 'description_ASC_NULLS_LAST', - DescriptionDesc = 'description_DESC', - DescriptionDescNullsFirst = 'description_DESC_NULLS_FIRST', - DescriptionDescNullsLast = 'description_DESC_NULLS_LAST', - EndBlockAsc = 'endBlock_ASC', - EndBlockAscNullsFirst = 'endBlock_ASC_NULLS_FIRST', - EndBlockAscNullsLast = 'endBlock_ASC_NULLS_LAST', - EndBlockDesc = 'endBlock_DESC', - EndBlockDescNullsFirst = 'endBlock_DESC_NULLS_FIRST', - EndBlockDescNullsLast = 'endBlock_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - LastUpdatedAsc = 'lastUpdated_ASC', - LastUpdatedAscNullsFirst = 'lastUpdated_ASC_NULLS_FIRST', - LastUpdatedAscNullsLast = 'lastUpdated_ASC_NULLS_LAST', - LastUpdatedDesc = 'lastUpdated_DESC', - LastUpdatedDescNullsFirst = 'lastUpdated_DESC_NULLS_FIRST', - LastUpdatedDescNullsLast = 'lastUpdated_DESC_NULLS_LAST', - ProposerBalanceAsc = 'proposer_balance_ASC', - ProposerBalanceAscNullsFirst = 'proposer_balance_ASC_NULLS_FIRST', - ProposerBalanceAscNullsLast = 'proposer_balance_ASC_NULLS_LAST', - ProposerBalanceDesc = 'proposer_balance_DESC', - ProposerBalanceDescNullsFirst = 'proposer_balance_DESC_NULLS_FIRST', - ProposerBalanceDescNullsLast = 'proposer_balance_DESC_NULLS_LAST', - ProposerIdAsc = 'proposer_id_ASC', - ProposerIdAscNullsFirst = 'proposer_id_ASC_NULLS_FIRST', - ProposerIdAscNullsLast = 'proposer_id_ASC_NULLS_LAST', - ProposerIdDesc = 'proposer_id_DESC', - ProposerIdDescNullsFirst = 'proposer_id_DESC_NULLS_FIRST', - ProposerIdDescNullsLast = 'proposer_id_DESC_NULLS_LAST', - ProposerLastUpdatedAsc = 'proposer_lastUpdated_ASC', - ProposerLastUpdatedAscNullsFirst = 'proposer_lastUpdated_ASC_NULLS_FIRST', - ProposerLastUpdatedAscNullsLast = 'proposer_lastUpdated_ASC_NULLS_LAST', - ProposerLastUpdatedDesc = 'proposer_lastUpdated_DESC', - ProposerLastUpdatedDescNullsFirst = 'proposer_lastUpdated_DESC_NULLS_FIRST', - ProposerLastUpdatedDescNullsLast = 'proposer_lastUpdated_DESC_NULLS_LAST', - ProposerStakedAsc = 'proposer_staked_ASC', - ProposerStakedAscNullsFirst = 'proposer_staked_ASC_NULLS_FIRST', - ProposerStakedAscNullsLast = 'proposer_staked_ASC_NULLS_LAST', - ProposerStakedDesc = 'proposer_staked_DESC', - ProposerStakedDescNullsFirst = 'proposer_staked_DESC_NULLS_FIRST', - ProposerStakedDescNullsLast = 'proposer_staked_DESC_NULLS_LAST', - ProposerVeogvBalanceAsc = 'proposer_veogvBalance_ASC', - ProposerVeogvBalanceAscNullsFirst = 'proposer_veogvBalance_ASC_NULLS_FIRST', - ProposerVeogvBalanceAscNullsLast = 'proposer_veogvBalance_ASC_NULLS_LAST', - ProposerVeogvBalanceDesc = 'proposer_veogvBalance_DESC', - ProposerVeogvBalanceDescNullsFirst = 'proposer_veogvBalance_DESC_NULLS_FIRST', - ProposerVeogvBalanceDescNullsLast = 'proposer_veogvBalance_DESC_NULLS_LAST', - ProposerVotingPowerAsc = 'proposer_votingPower_ASC', - ProposerVotingPowerAscNullsFirst = 'proposer_votingPower_ASC_NULLS_FIRST', - ProposerVotingPowerAscNullsLast = 'proposer_votingPower_ASC_NULLS_LAST', - ProposerVotingPowerDesc = 'proposer_votingPower_DESC', - ProposerVotingPowerDescNullsFirst = 'proposer_votingPower_DESC_NULLS_FIRST', - ProposerVotingPowerDescNullsLast = 'proposer_votingPower_DESC_NULLS_LAST', - QuorumAsc = 'quorum_ASC', - QuorumAscNullsFirst = 'quorum_ASC_NULLS_FIRST', - QuorumAscNullsLast = 'quorum_ASC_NULLS_LAST', - QuorumDesc = 'quorum_DESC', - QuorumDescNullsFirst = 'quorum_DESC_NULLS_FIRST', - QuorumDescNullsLast = 'quorum_DESC_NULLS_LAST', - StartBlockAsc = 'startBlock_ASC', - StartBlockAscNullsFirst = 'startBlock_ASC_NULLS_FIRST', - StartBlockAscNullsLast = 'startBlock_ASC_NULLS_LAST', - StartBlockDesc = 'startBlock_DESC', - StartBlockDescNullsFirst = 'startBlock_DESC_NULLS_FIRST', - StartBlockDescNullsLast = 'startBlock_DESC_NULLS_LAST', - StatusAsc = 'status_ASC', - StatusAscNullsFirst = 'status_ASC_NULLS_FIRST', - StatusAscNullsLast = 'status_ASC_NULLS_LAST', - StatusDesc = 'status_DESC', - StatusDescNullsFirst = 'status_DESC_NULLS_FIRST', - StatusDescNullsLast = 'status_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export enum OgvProposalState { - Active = 'Active', - Canceled = 'Canceled', - Defeated = 'Defeated', - Executed = 'Executed', - Expired = 'Expired', - Pending = 'Pending', - Queued = 'Queued', - Succeeded = 'Succeeded' -} - -export type OgvProposalTxLog = { - __typename?: 'OGVProposalTxLog'; - event: OgvProposalEvent; - hash: Scalars['String']['output']; - id: Scalars['String']['output']; - proposal: OgvProposal; - timestamp: Scalars['DateTime']['output']; -}; - -export type OgvProposalTxLogEdge = { - __typename?: 'OGVProposalTxLogEdge'; - cursor: Scalars['String']['output']; - node: OgvProposalTxLog; -}; - -export enum OgvProposalTxLogOrderByInput { - EventAsc = 'event_ASC', - EventAscNullsFirst = 'event_ASC_NULLS_FIRST', - EventAscNullsLast = 'event_ASC_NULLS_LAST', - EventDesc = 'event_DESC', - EventDescNullsFirst = 'event_DESC_NULLS_FIRST', - EventDescNullsLast = 'event_DESC_NULLS_LAST', - HashAsc = 'hash_ASC', - HashAscNullsFirst = 'hash_ASC_NULLS_FIRST', - HashAscNullsLast = 'hash_ASC_NULLS_LAST', - HashDesc = 'hash_DESC', - HashDescNullsFirst = 'hash_DESC_NULLS_FIRST', - HashDescNullsLast = 'hash_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - ProposalDescriptionAsc = 'proposal_description_ASC', - ProposalDescriptionAscNullsFirst = 'proposal_description_ASC_NULLS_FIRST', - ProposalDescriptionAscNullsLast = 'proposal_description_ASC_NULLS_LAST', - ProposalDescriptionDesc = 'proposal_description_DESC', - ProposalDescriptionDescNullsFirst = 'proposal_description_DESC_NULLS_FIRST', - ProposalDescriptionDescNullsLast = 'proposal_description_DESC_NULLS_LAST', - ProposalEndBlockAsc = 'proposal_endBlock_ASC', - ProposalEndBlockAscNullsFirst = 'proposal_endBlock_ASC_NULLS_FIRST', - ProposalEndBlockAscNullsLast = 'proposal_endBlock_ASC_NULLS_LAST', - ProposalEndBlockDesc = 'proposal_endBlock_DESC', - ProposalEndBlockDescNullsFirst = 'proposal_endBlock_DESC_NULLS_FIRST', - ProposalEndBlockDescNullsLast = 'proposal_endBlock_DESC_NULLS_LAST', - ProposalIdAsc = 'proposal_id_ASC', - ProposalIdAscNullsFirst = 'proposal_id_ASC_NULLS_FIRST', - ProposalIdAscNullsLast = 'proposal_id_ASC_NULLS_LAST', - ProposalIdDesc = 'proposal_id_DESC', - ProposalIdDescNullsFirst = 'proposal_id_DESC_NULLS_FIRST', - ProposalIdDescNullsLast = 'proposal_id_DESC_NULLS_LAST', - ProposalLastUpdatedAsc = 'proposal_lastUpdated_ASC', - ProposalLastUpdatedAscNullsFirst = 'proposal_lastUpdated_ASC_NULLS_FIRST', - ProposalLastUpdatedAscNullsLast = 'proposal_lastUpdated_ASC_NULLS_LAST', - ProposalLastUpdatedDesc = 'proposal_lastUpdated_DESC', - ProposalLastUpdatedDescNullsFirst = 'proposal_lastUpdated_DESC_NULLS_FIRST', - ProposalLastUpdatedDescNullsLast = 'proposal_lastUpdated_DESC_NULLS_LAST', - ProposalQuorumAsc = 'proposal_quorum_ASC', - ProposalQuorumAscNullsFirst = 'proposal_quorum_ASC_NULLS_FIRST', - ProposalQuorumAscNullsLast = 'proposal_quorum_ASC_NULLS_LAST', - ProposalQuorumDesc = 'proposal_quorum_DESC', - ProposalQuorumDescNullsFirst = 'proposal_quorum_DESC_NULLS_FIRST', - ProposalQuorumDescNullsLast = 'proposal_quorum_DESC_NULLS_LAST', - ProposalStartBlockAsc = 'proposal_startBlock_ASC', - ProposalStartBlockAscNullsFirst = 'proposal_startBlock_ASC_NULLS_FIRST', - ProposalStartBlockAscNullsLast = 'proposal_startBlock_ASC_NULLS_LAST', - ProposalStartBlockDesc = 'proposal_startBlock_DESC', - ProposalStartBlockDescNullsFirst = 'proposal_startBlock_DESC_NULLS_FIRST', - ProposalStartBlockDescNullsLast = 'proposal_startBlock_DESC_NULLS_LAST', - ProposalStatusAsc = 'proposal_status_ASC', - ProposalStatusAscNullsFirst = 'proposal_status_ASC_NULLS_FIRST', - ProposalStatusAscNullsLast = 'proposal_status_ASC_NULLS_LAST', - ProposalStatusDesc = 'proposal_status_DESC', - ProposalStatusDescNullsFirst = 'proposal_status_DESC_NULLS_FIRST', - ProposalStatusDescNullsLast = 'proposal_status_DESC_NULLS_LAST', - ProposalTimestampAsc = 'proposal_timestamp_ASC', - ProposalTimestampAscNullsFirst = 'proposal_timestamp_ASC_NULLS_FIRST', - ProposalTimestampAscNullsLast = 'proposal_timestamp_ASC_NULLS_LAST', - ProposalTimestampDesc = 'proposal_timestamp_DESC', - ProposalTimestampDescNullsFirst = 'proposal_timestamp_DESC_NULLS_FIRST', - ProposalTimestampDescNullsLast = 'proposal_timestamp_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type OgvProposalTxLogWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - event_eq?: InputMaybe; - event_in?: InputMaybe>; - event_isNull?: InputMaybe; - event_not_eq?: InputMaybe; - event_not_in?: InputMaybe>; - hash_contains?: InputMaybe; - hash_containsInsensitive?: InputMaybe; - hash_endsWith?: InputMaybe; - hash_eq?: InputMaybe; - hash_gt?: InputMaybe; - hash_gte?: InputMaybe; - hash_in?: InputMaybe>; - hash_isNull?: InputMaybe; - hash_lt?: InputMaybe; - hash_lte?: InputMaybe; - hash_not_contains?: InputMaybe; - hash_not_containsInsensitive?: InputMaybe; - hash_not_endsWith?: InputMaybe; - hash_not_eq?: InputMaybe; - hash_not_in?: InputMaybe>; - hash_not_startsWith?: InputMaybe; - hash_startsWith?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - proposal?: InputMaybe; - proposal_isNull?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type OgvProposalTxLogsConnection = { - __typename?: 'OGVProposalTxLogsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OgvProposalVote = { - __typename?: 'OGVProposalVote'; - id: Scalars['String']['output']; - proposal: OgvProposal; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; - type: OgvVoteType; - voter: OgvAddress; - weight: Scalars['BigInt']['output']; -}; - -export type OgvProposalVoteEdge = { - __typename?: 'OGVProposalVoteEdge'; - cursor: Scalars['String']['output']; - node: OgvProposalVote; -}; - -export enum OgvProposalVoteOrderByInput { - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - ProposalDescriptionAsc = 'proposal_description_ASC', - ProposalDescriptionAscNullsFirst = 'proposal_description_ASC_NULLS_FIRST', - ProposalDescriptionAscNullsLast = 'proposal_description_ASC_NULLS_LAST', - ProposalDescriptionDesc = 'proposal_description_DESC', - ProposalDescriptionDescNullsFirst = 'proposal_description_DESC_NULLS_FIRST', - ProposalDescriptionDescNullsLast = 'proposal_description_DESC_NULLS_LAST', - ProposalEndBlockAsc = 'proposal_endBlock_ASC', - ProposalEndBlockAscNullsFirst = 'proposal_endBlock_ASC_NULLS_FIRST', - ProposalEndBlockAscNullsLast = 'proposal_endBlock_ASC_NULLS_LAST', - ProposalEndBlockDesc = 'proposal_endBlock_DESC', - ProposalEndBlockDescNullsFirst = 'proposal_endBlock_DESC_NULLS_FIRST', - ProposalEndBlockDescNullsLast = 'proposal_endBlock_DESC_NULLS_LAST', - ProposalIdAsc = 'proposal_id_ASC', - ProposalIdAscNullsFirst = 'proposal_id_ASC_NULLS_FIRST', - ProposalIdAscNullsLast = 'proposal_id_ASC_NULLS_LAST', - ProposalIdDesc = 'proposal_id_DESC', - ProposalIdDescNullsFirst = 'proposal_id_DESC_NULLS_FIRST', - ProposalIdDescNullsLast = 'proposal_id_DESC_NULLS_LAST', - ProposalLastUpdatedAsc = 'proposal_lastUpdated_ASC', - ProposalLastUpdatedAscNullsFirst = 'proposal_lastUpdated_ASC_NULLS_FIRST', - ProposalLastUpdatedAscNullsLast = 'proposal_lastUpdated_ASC_NULLS_LAST', - ProposalLastUpdatedDesc = 'proposal_lastUpdated_DESC', - ProposalLastUpdatedDescNullsFirst = 'proposal_lastUpdated_DESC_NULLS_FIRST', - ProposalLastUpdatedDescNullsLast = 'proposal_lastUpdated_DESC_NULLS_LAST', - ProposalQuorumAsc = 'proposal_quorum_ASC', - ProposalQuorumAscNullsFirst = 'proposal_quorum_ASC_NULLS_FIRST', - ProposalQuorumAscNullsLast = 'proposal_quorum_ASC_NULLS_LAST', - ProposalQuorumDesc = 'proposal_quorum_DESC', - ProposalQuorumDescNullsFirst = 'proposal_quorum_DESC_NULLS_FIRST', - ProposalQuorumDescNullsLast = 'proposal_quorum_DESC_NULLS_LAST', - ProposalStartBlockAsc = 'proposal_startBlock_ASC', - ProposalStartBlockAscNullsFirst = 'proposal_startBlock_ASC_NULLS_FIRST', - ProposalStartBlockAscNullsLast = 'proposal_startBlock_ASC_NULLS_LAST', - ProposalStartBlockDesc = 'proposal_startBlock_DESC', - ProposalStartBlockDescNullsFirst = 'proposal_startBlock_DESC_NULLS_FIRST', - ProposalStartBlockDescNullsLast = 'proposal_startBlock_DESC_NULLS_LAST', - ProposalStatusAsc = 'proposal_status_ASC', - ProposalStatusAscNullsFirst = 'proposal_status_ASC_NULLS_FIRST', - ProposalStatusAscNullsLast = 'proposal_status_ASC_NULLS_LAST', - ProposalStatusDesc = 'proposal_status_DESC', - ProposalStatusDescNullsFirst = 'proposal_status_DESC_NULLS_FIRST', - ProposalStatusDescNullsLast = 'proposal_status_DESC_NULLS_LAST', - ProposalTimestampAsc = 'proposal_timestamp_ASC', - ProposalTimestampAscNullsFirst = 'proposal_timestamp_ASC_NULLS_FIRST', - ProposalTimestampAscNullsLast = 'proposal_timestamp_ASC_NULLS_LAST', - ProposalTimestampDesc = 'proposal_timestamp_DESC', - ProposalTimestampDescNullsFirst = 'proposal_timestamp_DESC_NULLS_FIRST', - ProposalTimestampDescNullsLast = 'proposal_timestamp_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST', - TypeAsc = 'type_ASC', - TypeAscNullsFirst = 'type_ASC_NULLS_FIRST', - TypeAscNullsLast = 'type_ASC_NULLS_LAST', - TypeDesc = 'type_DESC', - TypeDescNullsFirst = 'type_DESC_NULLS_FIRST', - TypeDescNullsLast = 'type_DESC_NULLS_LAST', - VoterBalanceAsc = 'voter_balance_ASC', - VoterBalanceAscNullsFirst = 'voter_balance_ASC_NULLS_FIRST', - VoterBalanceAscNullsLast = 'voter_balance_ASC_NULLS_LAST', - VoterBalanceDesc = 'voter_balance_DESC', - VoterBalanceDescNullsFirst = 'voter_balance_DESC_NULLS_FIRST', - VoterBalanceDescNullsLast = 'voter_balance_DESC_NULLS_LAST', - VoterIdAsc = 'voter_id_ASC', - VoterIdAscNullsFirst = 'voter_id_ASC_NULLS_FIRST', - VoterIdAscNullsLast = 'voter_id_ASC_NULLS_LAST', - VoterIdDesc = 'voter_id_DESC', - VoterIdDescNullsFirst = 'voter_id_DESC_NULLS_FIRST', - VoterIdDescNullsLast = 'voter_id_DESC_NULLS_LAST', - VoterLastUpdatedAsc = 'voter_lastUpdated_ASC', - VoterLastUpdatedAscNullsFirst = 'voter_lastUpdated_ASC_NULLS_FIRST', - VoterLastUpdatedAscNullsLast = 'voter_lastUpdated_ASC_NULLS_LAST', - VoterLastUpdatedDesc = 'voter_lastUpdated_DESC', - VoterLastUpdatedDescNullsFirst = 'voter_lastUpdated_DESC_NULLS_FIRST', - VoterLastUpdatedDescNullsLast = 'voter_lastUpdated_DESC_NULLS_LAST', - VoterStakedAsc = 'voter_staked_ASC', - VoterStakedAscNullsFirst = 'voter_staked_ASC_NULLS_FIRST', - VoterStakedAscNullsLast = 'voter_staked_ASC_NULLS_LAST', - VoterStakedDesc = 'voter_staked_DESC', - VoterStakedDescNullsFirst = 'voter_staked_DESC_NULLS_FIRST', - VoterStakedDescNullsLast = 'voter_staked_DESC_NULLS_LAST', - VoterVeogvBalanceAsc = 'voter_veogvBalance_ASC', - VoterVeogvBalanceAscNullsFirst = 'voter_veogvBalance_ASC_NULLS_FIRST', - VoterVeogvBalanceAscNullsLast = 'voter_veogvBalance_ASC_NULLS_LAST', - VoterVeogvBalanceDesc = 'voter_veogvBalance_DESC', - VoterVeogvBalanceDescNullsFirst = 'voter_veogvBalance_DESC_NULLS_FIRST', - VoterVeogvBalanceDescNullsLast = 'voter_veogvBalance_DESC_NULLS_LAST', - VoterVotingPowerAsc = 'voter_votingPower_ASC', - VoterVotingPowerAscNullsFirst = 'voter_votingPower_ASC_NULLS_FIRST', - VoterVotingPowerAscNullsLast = 'voter_votingPower_ASC_NULLS_LAST', - VoterVotingPowerDesc = 'voter_votingPower_DESC', - VoterVotingPowerDescNullsFirst = 'voter_votingPower_DESC_NULLS_FIRST', - VoterVotingPowerDescNullsLast = 'voter_votingPower_DESC_NULLS_LAST', - WeightAsc = 'weight_ASC', - WeightAscNullsFirst = 'weight_ASC_NULLS_FIRST', - WeightAscNullsLast = 'weight_ASC_NULLS_LAST', - WeightDesc = 'weight_DESC', - WeightDescNullsFirst = 'weight_DESC_NULLS_FIRST', - WeightDescNullsLast = 'weight_DESC_NULLS_LAST' -} - -export type OgvProposalVoteWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - proposal?: InputMaybe; - proposal_isNull?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; - type_eq?: InputMaybe; - type_in?: InputMaybe>; - type_isNull?: InputMaybe; - type_not_eq?: InputMaybe; - type_not_in?: InputMaybe>; - voter?: InputMaybe; - voter_isNull?: InputMaybe; - weight_eq?: InputMaybe; - weight_gt?: InputMaybe; - weight_gte?: InputMaybe; - weight_in?: InputMaybe>; - weight_isNull?: InputMaybe; - weight_lt?: InputMaybe; - weight_lte?: InputMaybe; - weight_not_eq?: InputMaybe; - weight_not_in?: InputMaybe>; -}; - -export type OgvProposalVotesConnection = { - __typename?: 'OGVProposalVotesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OgvProposalWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - choices_containsAll?: InputMaybe>>; - choices_containsAny?: InputMaybe>>; - choices_containsNone?: InputMaybe>>; - choices_isNull?: InputMaybe; - description_contains?: InputMaybe; - description_containsInsensitive?: InputMaybe; - description_endsWith?: InputMaybe; - description_eq?: InputMaybe; - description_gt?: InputMaybe; - description_gte?: InputMaybe; - description_in?: InputMaybe>; - description_isNull?: InputMaybe; - description_lt?: InputMaybe; - description_lte?: InputMaybe; - description_not_contains?: InputMaybe; - description_not_containsInsensitive?: InputMaybe; - description_not_endsWith?: InputMaybe; - description_not_eq?: InputMaybe; - description_not_in?: InputMaybe>; - description_not_startsWith?: InputMaybe; - description_startsWith?: InputMaybe; - endBlock_eq?: InputMaybe; - endBlock_gt?: InputMaybe; - endBlock_gte?: InputMaybe; - endBlock_in?: InputMaybe>; - endBlock_isNull?: InputMaybe; - endBlock_lt?: InputMaybe; - endBlock_lte?: InputMaybe; - endBlock_not_eq?: InputMaybe; - endBlock_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - lastUpdated_eq?: InputMaybe; - lastUpdated_gt?: InputMaybe; - lastUpdated_gte?: InputMaybe; - lastUpdated_in?: InputMaybe>; - lastUpdated_isNull?: InputMaybe; - lastUpdated_lt?: InputMaybe; - lastUpdated_lte?: InputMaybe; - lastUpdated_not_eq?: InputMaybe; - lastUpdated_not_in?: InputMaybe>; - logs_every?: InputMaybe; - logs_none?: InputMaybe; - logs_some?: InputMaybe; - proposer?: InputMaybe; - proposer_isNull?: InputMaybe; - quorum_eq?: InputMaybe; - quorum_gt?: InputMaybe; - quorum_gte?: InputMaybe; - quorum_in?: InputMaybe>; - quorum_isNull?: InputMaybe; - quorum_lt?: InputMaybe; - quorum_lte?: InputMaybe; - quorum_not_eq?: InputMaybe; - quorum_not_in?: InputMaybe>; - scores_containsAll?: InputMaybe>>; - scores_containsAny?: InputMaybe>>; - scores_containsNone?: InputMaybe>>; - scores_isNull?: InputMaybe; - startBlock_eq?: InputMaybe; - startBlock_gt?: InputMaybe; - startBlock_gte?: InputMaybe; - startBlock_in?: InputMaybe>; - startBlock_isNull?: InputMaybe; - startBlock_lt?: InputMaybe; - startBlock_lte?: InputMaybe; - startBlock_not_eq?: InputMaybe; - startBlock_not_in?: InputMaybe>; - status_eq?: InputMaybe; - status_in?: InputMaybe>; - status_isNull?: InputMaybe; - status_not_eq?: InputMaybe; - status_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type OgvProposalsConnection = { - __typename?: 'OGVProposalsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export enum OgvVoteType { - Abstain = 'Abstain', - Against = 'Against', - For = 'For' -} - -export type OgvWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - circulating_eq?: InputMaybe; - circulating_gt?: InputMaybe; - circulating_gte?: InputMaybe; - circulating_in?: InputMaybe>; - circulating_isNull?: InputMaybe; - circulating_lt?: InputMaybe; - circulating_lte?: InputMaybe; - circulating_not_eq?: InputMaybe; - circulating_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - staked_eq?: InputMaybe; - staked_gt?: InputMaybe; - staked_gte?: InputMaybe; - staked_in?: InputMaybe>; - staked_isNull?: InputMaybe; - staked_lt?: InputMaybe; - staked_lte?: InputMaybe; - staked_not_eq?: InputMaybe; - staked_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - total_eq?: InputMaybe; - total_gt?: InputMaybe; - total_gte?: InputMaybe; - total_in?: InputMaybe>; - total_isNull?: InputMaybe; - total_lt?: InputMaybe; - total_lte?: InputMaybe; - total_not_eq?: InputMaybe; - total_not_in?: InputMaybe>; -}; - -export type OgVsConnection = { - __typename?: 'OGVsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OToken = { - __typename?: 'OToken'; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - nonRebasingSupply: Scalars['BigInt']['output']; - otoken: Scalars['String']['output']; - rebasingSupply: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - totalSupply: Scalars['BigInt']['output']; -}; - -export type OTokenApy = { - __typename?: 'OTokenAPY'; - apr: Scalars['Float']['output']; - apy: Scalars['Float']['output']; - apy7DayAvg: Scalars['Float']['output']; - apy14DayAvg: Scalars['Float']['output']; - apy30DayAvg: Scalars['Float']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - date: Scalars['String']['output']; - id: Scalars['String']['output']; - otoken: Scalars['String']['output']; - rebasingCreditsPerToken: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type OTokenApyEdge = { - __typename?: 'OTokenAPYEdge'; - cursor: Scalars['String']['output']; - node: OTokenApy; -}; - -export enum OTokenApyOrderByInput { - AprAsc = 'apr_ASC', - AprAscNullsFirst = 'apr_ASC_NULLS_FIRST', - AprAscNullsLast = 'apr_ASC_NULLS_LAST', - AprDesc = 'apr_DESC', - AprDescNullsFirst = 'apr_DESC_NULLS_FIRST', - AprDescNullsLast = 'apr_DESC_NULLS_LAST', - Apy7DayAvgAsc = 'apy7DayAvg_ASC', - Apy7DayAvgAscNullsFirst = 'apy7DayAvg_ASC_NULLS_FIRST', - Apy7DayAvgAscNullsLast = 'apy7DayAvg_ASC_NULLS_LAST', - Apy7DayAvgDesc = 'apy7DayAvg_DESC', - Apy7DayAvgDescNullsFirst = 'apy7DayAvg_DESC_NULLS_FIRST', - Apy7DayAvgDescNullsLast = 'apy7DayAvg_DESC_NULLS_LAST', - Apy14DayAvgAsc = 'apy14DayAvg_ASC', - Apy14DayAvgAscNullsFirst = 'apy14DayAvg_ASC_NULLS_FIRST', - Apy14DayAvgAscNullsLast = 'apy14DayAvg_ASC_NULLS_LAST', - Apy14DayAvgDesc = 'apy14DayAvg_DESC', - Apy14DayAvgDescNullsFirst = 'apy14DayAvg_DESC_NULLS_FIRST', - Apy14DayAvgDescNullsLast = 'apy14DayAvg_DESC_NULLS_LAST', - Apy30DayAvgAsc = 'apy30DayAvg_ASC', - Apy30DayAvgAscNullsFirst = 'apy30DayAvg_ASC_NULLS_FIRST', - Apy30DayAvgAscNullsLast = 'apy30DayAvg_ASC_NULLS_LAST', - Apy30DayAvgDesc = 'apy30DayAvg_DESC', - Apy30DayAvgDescNullsFirst = 'apy30DayAvg_DESC_NULLS_FIRST', - Apy30DayAvgDescNullsLast = 'apy30DayAvg_DESC_NULLS_LAST', - ApyAsc = 'apy_ASC', - ApyAscNullsFirst = 'apy_ASC_NULLS_FIRST', - ApyAscNullsLast = 'apy_ASC_NULLS_LAST', - ApyDesc = 'apy_DESC', - ApyDescNullsFirst = 'apy_DESC_NULLS_FIRST', - ApyDescNullsLast = 'apy_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - DateAsc = 'date_ASC', - DateAscNullsFirst = 'date_ASC_NULLS_FIRST', - DateAscNullsLast = 'date_ASC_NULLS_LAST', - DateDesc = 'date_DESC', - DateDescNullsFirst = 'date_DESC_NULLS_FIRST', - DateDescNullsLast = 'date_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - OtokenAsc = 'otoken_ASC', - OtokenAscNullsFirst = 'otoken_ASC_NULLS_FIRST', - OtokenAscNullsLast = 'otoken_ASC_NULLS_LAST', - OtokenDesc = 'otoken_DESC', - OtokenDescNullsFirst = 'otoken_DESC_NULLS_FIRST', - OtokenDescNullsLast = 'otoken_DESC_NULLS_LAST', - RebasingCreditsPerTokenAsc = 'rebasingCreditsPerToken_ASC', - RebasingCreditsPerTokenAscNullsFirst = 'rebasingCreditsPerToken_ASC_NULLS_FIRST', - RebasingCreditsPerTokenAscNullsLast = 'rebasingCreditsPerToken_ASC_NULLS_LAST', - RebasingCreditsPerTokenDesc = 'rebasingCreditsPerToken_DESC', - RebasingCreditsPerTokenDescNullsFirst = 'rebasingCreditsPerToken_DESC_NULLS_FIRST', - RebasingCreditsPerTokenDescNullsLast = 'rebasingCreditsPerToken_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type OTokenApyWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - apr_eq?: InputMaybe; - apr_gt?: InputMaybe; - apr_gte?: InputMaybe; - apr_in?: InputMaybe>; - apr_isNull?: InputMaybe; - apr_lt?: InputMaybe; - apr_lte?: InputMaybe; - apr_not_eq?: InputMaybe; - apr_not_in?: InputMaybe>; - apy7DayAvg_eq?: InputMaybe; - apy7DayAvg_gt?: InputMaybe; - apy7DayAvg_gte?: InputMaybe; - apy7DayAvg_in?: InputMaybe>; - apy7DayAvg_isNull?: InputMaybe; - apy7DayAvg_lt?: InputMaybe; - apy7DayAvg_lte?: InputMaybe; - apy7DayAvg_not_eq?: InputMaybe; - apy7DayAvg_not_in?: InputMaybe>; - apy14DayAvg_eq?: InputMaybe; - apy14DayAvg_gt?: InputMaybe; - apy14DayAvg_gte?: InputMaybe; - apy14DayAvg_in?: InputMaybe>; - apy14DayAvg_isNull?: InputMaybe; - apy14DayAvg_lt?: InputMaybe; - apy14DayAvg_lte?: InputMaybe; - apy14DayAvg_not_eq?: InputMaybe; - apy14DayAvg_not_in?: InputMaybe>; - apy30DayAvg_eq?: InputMaybe; - apy30DayAvg_gt?: InputMaybe; - apy30DayAvg_gte?: InputMaybe; - apy30DayAvg_in?: InputMaybe>; - apy30DayAvg_isNull?: InputMaybe; - apy30DayAvg_lt?: InputMaybe; - apy30DayAvg_lte?: InputMaybe; - apy30DayAvg_not_eq?: InputMaybe; - apy30DayAvg_not_in?: InputMaybe>; - apy_eq?: InputMaybe; - apy_gt?: InputMaybe; - apy_gte?: InputMaybe; - apy_in?: InputMaybe>; - apy_isNull?: InputMaybe; - apy_lt?: InputMaybe; - apy_lte?: InputMaybe; - apy_not_eq?: InputMaybe; - apy_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_containsInsensitive?: InputMaybe; - date_endsWith?: InputMaybe; - date_eq?: InputMaybe; - date_gt?: InputMaybe; - date_gte?: InputMaybe; - date_in?: InputMaybe>; - date_isNull?: InputMaybe; - date_lt?: InputMaybe; - date_lte?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_containsInsensitive?: InputMaybe; - date_not_endsWith?: InputMaybe; - date_not_eq?: InputMaybe; - date_not_in?: InputMaybe>; - date_not_startsWith?: InputMaybe; - date_startsWith?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - otoken_contains?: InputMaybe; - otoken_containsInsensitive?: InputMaybe; - otoken_endsWith?: InputMaybe; - otoken_eq?: InputMaybe; - otoken_gt?: InputMaybe; - otoken_gte?: InputMaybe; - otoken_in?: InputMaybe>; - otoken_isNull?: InputMaybe; - otoken_lt?: InputMaybe; - otoken_lte?: InputMaybe; - otoken_not_contains?: InputMaybe; - otoken_not_containsInsensitive?: InputMaybe; - otoken_not_endsWith?: InputMaybe; - otoken_not_eq?: InputMaybe; - otoken_not_in?: InputMaybe>; - otoken_not_startsWith?: InputMaybe; - otoken_startsWith?: InputMaybe; - rebasingCreditsPerToken_eq?: InputMaybe; - rebasingCreditsPerToken_gt?: InputMaybe; - rebasingCreditsPerToken_gte?: InputMaybe; - rebasingCreditsPerToken_in?: InputMaybe>; - rebasingCreditsPerToken_isNull?: InputMaybe; - rebasingCreditsPerToken_lt?: InputMaybe; - rebasingCreditsPerToken_lte?: InputMaybe; - rebasingCreditsPerToken_not_eq?: InputMaybe; - rebasingCreditsPerToken_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type OTokenAPiesConnection = { - __typename?: 'OTokenAPiesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OTokenActivitiesConnection = { - __typename?: 'OTokenActivitiesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OTokenActivity = { - __typename?: 'OTokenActivity'; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - data?: Maybe; - id: Scalars['String']['output']; - otoken: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; - type?: Maybe; -}; - -export type OTokenActivityEdge = { - __typename?: 'OTokenActivityEdge'; - cursor: Scalars['String']['output']; - node: OTokenActivity; -}; - -export enum OTokenActivityOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - OtokenAsc = 'otoken_ASC', - OtokenAscNullsFirst = 'otoken_ASC_NULLS_FIRST', - OtokenAscNullsLast = 'otoken_ASC_NULLS_LAST', - OtokenDesc = 'otoken_DESC', - OtokenDescNullsFirst = 'otoken_DESC_NULLS_FIRST', - OtokenDescNullsLast = 'otoken_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST', - TypeAsc = 'type_ASC', - TypeAscNullsFirst = 'type_ASC_NULLS_FIRST', - TypeAscNullsLast = 'type_ASC_NULLS_LAST', - TypeDesc = 'type_DESC', - TypeDescNullsFirst = 'type_DESC_NULLS_FIRST', - TypeDescNullsLast = 'type_DESC_NULLS_LAST' -} - -export enum OTokenActivityType { - Approval = 'Approval', - Bridge = 'Bridge', - ClaimRewards = 'ClaimRewards', - DelegateVote = 'DelegateVote', - ExtendStake = 'ExtendStake', - Migrate = 'Migrate', - Mint = 'Mint', - Redeem = 'Redeem', - Stake = 'Stake', - Swap = 'Swap', - Transfer = 'Transfer', - Unstake = 'Unstake', - Unwrap = 'Unwrap', - Vote = 'Vote', - Wrap = 'Wrap', - Zap = 'Zap' -} - -export type OTokenActivityWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - data_eq?: InputMaybe; - data_isNull?: InputMaybe; - data_jsonContains?: InputMaybe; - data_jsonHasKey?: InputMaybe; - data_not_eq?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - otoken_contains?: InputMaybe; - otoken_containsInsensitive?: InputMaybe; - otoken_endsWith?: InputMaybe; - otoken_eq?: InputMaybe; - otoken_gt?: InputMaybe; - otoken_gte?: InputMaybe; - otoken_in?: InputMaybe>; - otoken_isNull?: InputMaybe; - otoken_lt?: InputMaybe; - otoken_lte?: InputMaybe; - otoken_not_contains?: InputMaybe; - otoken_not_containsInsensitive?: InputMaybe; - otoken_not_endsWith?: InputMaybe; - otoken_not_eq?: InputMaybe; - otoken_not_in?: InputMaybe>; - otoken_not_startsWith?: InputMaybe; - otoken_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; - type_eq?: InputMaybe; - type_in?: InputMaybe>; - type_isNull?: InputMaybe; - type_not_eq?: InputMaybe; - type_not_in?: InputMaybe>; -}; - -export type OTokenAddress = { - __typename?: 'OTokenAddress'; - address: Scalars['String']['output']; - balance: Scalars['BigInt']['output']; - chainId: Scalars['Int']['output']; - credits: Scalars['BigInt']['output']; - earned: Scalars['BigInt']['output']; - history: Array; - id: Scalars['String']['output']; - isContract: Scalars['Boolean']['output']; - lastUpdated: Scalars['DateTime']['output']; - otoken: Scalars['String']['output']; - rebasingOption: RebasingOption; -}; - - -export type OTokenAddressHistoryArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type OTokenAddressEdge = { - __typename?: 'OTokenAddressEdge'; - cursor: Scalars['String']['output']; - node: OTokenAddress; -}; - -export enum OTokenAddressOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - CreditsAsc = 'credits_ASC', - CreditsAscNullsFirst = 'credits_ASC_NULLS_FIRST', - CreditsAscNullsLast = 'credits_ASC_NULLS_LAST', - CreditsDesc = 'credits_DESC', - CreditsDescNullsFirst = 'credits_DESC_NULLS_FIRST', - CreditsDescNullsLast = 'credits_DESC_NULLS_LAST', - EarnedAsc = 'earned_ASC', - EarnedAscNullsFirst = 'earned_ASC_NULLS_FIRST', - EarnedAscNullsLast = 'earned_ASC_NULLS_LAST', - EarnedDesc = 'earned_DESC', - EarnedDescNullsFirst = 'earned_DESC_NULLS_FIRST', - EarnedDescNullsLast = 'earned_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - IsContractAsc = 'isContract_ASC', - IsContractAscNullsFirst = 'isContract_ASC_NULLS_FIRST', - IsContractAscNullsLast = 'isContract_ASC_NULLS_LAST', - IsContractDesc = 'isContract_DESC', - IsContractDescNullsFirst = 'isContract_DESC_NULLS_FIRST', - IsContractDescNullsLast = 'isContract_DESC_NULLS_LAST', - LastUpdatedAsc = 'lastUpdated_ASC', - LastUpdatedAscNullsFirst = 'lastUpdated_ASC_NULLS_FIRST', - LastUpdatedAscNullsLast = 'lastUpdated_ASC_NULLS_LAST', - LastUpdatedDesc = 'lastUpdated_DESC', - LastUpdatedDescNullsFirst = 'lastUpdated_DESC_NULLS_FIRST', - LastUpdatedDescNullsLast = 'lastUpdated_DESC_NULLS_LAST', - OtokenAsc = 'otoken_ASC', - OtokenAscNullsFirst = 'otoken_ASC_NULLS_FIRST', - OtokenAscNullsLast = 'otoken_ASC_NULLS_LAST', - OtokenDesc = 'otoken_DESC', - OtokenDescNullsFirst = 'otoken_DESC_NULLS_FIRST', - OtokenDescNullsLast = 'otoken_DESC_NULLS_LAST', - RebasingOptionAsc = 'rebasingOption_ASC', - RebasingOptionAscNullsFirst = 'rebasingOption_ASC_NULLS_FIRST', - RebasingOptionAscNullsLast = 'rebasingOption_ASC_NULLS_LAST', - RebasingOptionDesc = 'rebasingOption_DESC', - RebasingOptionDescNullsFirst = 'rebasingOption_DESC_NULLS_FIRST', - RebasingOptionDescNullsLast = 'rebasingOption_DESC_NULLS_LAST' -} - -export type OTokenAddressWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - credits_eq?: InputMaybe; - credits_gt?: InputMaybe; - credits_gte?: InputMaybe; - credits_in?: InputMaybe>; - credits_isNull?: InputMaybe; - credits_lt?: InputMaybe; - credits_lte?: InputMaybe; - credits_not_eq?: InputMaybe; - credits_not_in?: InputMaybe>; - earned_eq?: InputMaybe; - earned_gt?: InputMaybe; - earned_gte?: InputMaybe; - earned_in?: InputMaybe>; - earned_isNull?: InputMaybe; - earned_lt?: InputMaybe; - earned_lte?: InputMaybe; - earned_not_eq?: InputMaybe; - earned_not_in?: InputMaybe>; - history_every?: InputMaybe; - history_none?: InputMaybe; - history_some?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - isContract_eq?: InputMaybe; - isContract_isNull?: InputMaybe; - isContract_not_eq?: InputMaybe; - lastUpdated_eq?: InputMaybe; - lastUpdated_gt?: InputMaybe; - lastUpdated_gte?: InputMaybe; - lastUpdated_in?: InputMaybe>; - lastUpdated_isNull?: InputMaybe; - lastUpdated_lt?: InputMaybe; - lastUpdated_lte?: InputMaybe; - lastUpdated_not_eq?: InputMaybe; - lastUpdated_not_in?: InputMaybe>; - otoken_contains?: InputMaybe; - otoken_containsInsensitive?: InputMaybe; - otoken_endsWith?: InputMaybe; - otoken_eq?: InputMaybe; - otoken_gt?: InputMaybe; - otoken_gte?: InputMaybe; - otoken_in?: InputMaybe>; - otoken_isNull?: InputMaybe; - otoken_lt?: InputMaybe; - otoken_lte?: InputMaybe; - otoken_not_contains?: InputMaybe; - otoken_not_containsInsensitive?: InputMaybe; - otoken_not_endsWith?: InputMaybe; - otoken_not_eq?: InputMaybe; - otoken_not_in?: InputMaybe>; - otoken_not_startsWith?: InputMaybe; - otoken_startsWith?: InputMaybe; - rebasingOption_eq?: InputMaybe; - rebasingOption_in?: InputMaybe>; - rebasingOption_isNull?: InputMaybe; - rebasingOption_not_eq?: InputMaybe; - rebasingOption_not_in?: InputMaybe>; -}; - -export type OTokenAddressesConnection = { - __typename?: 'OTokenAddressesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OTokenAsset = { - __typename?: 'OTokenAsset'; - address: Scalars['String']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - otoken: Scalars['String']['output']; - symbol: Scalars['String']['output']; -}; - -export type OTokenAssetEdge = { - __typename?: 'OTokenAssetEdge'; - cursor: Scalars['String']['output']; - node: OTokenAsset; -}; - -export enum OTokenAssetOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - OtokenAsc = 'otoken_ASC', - OtokenAscNullsFirst = 'otoken_ASC_NULLS_FIRST', - OtokenAscNullsLast = 'otoken_ASC_NULLS_LAST', - OtokenDesc = 'otoken_DESC', - OtokenDescNullsFirst = 'otoken_DESC_NULLS_FIRST', - OtokenDescNullsLast = 'otoken_DESC_NULLS_LAST', - SymbolAsc = 'symbol_ASC', - SymbolAscNullsFirst = 'symbol_ASC_NULLS_FIRST', - SymbolAscNullsLast = 'symbol_ASC_NULLS_LAST', - SymbolDesc = 'symbol_DESC', - SymbolDescNullsFirst = 'symbol_DESC_NULLS_FIRST', - SymbolDescNullsLast = 'symbol_DESC_NULLS_LAST' -} - -export type OTokenAssetWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - otoken_contains?: InputMaybe; - otoken_containsInsensitive?: InputMaybe; - otoken_endsWith?: InputMaybe; - otoken_eq?: InputMaybe; - otoken_gt?: InputMaybe; - otoken_gte?: InputMaybe; - otoken_in?: InputMaybe>; - otoken_isNull?: InputMaybe; - otoken_lt?: InputMaybe; - otoken_lte?: InputMaybe; - otoken_not_contains?: InputMaybe; - otoken_not_containsInsensitive?: InputMaybe; - otoken_not_endsWith?: InputMaybe; - otoken_not_eq?: InputMaybe; - otoken_not_in?: InputMaybe>; - otoken_not_startsWith?: InputMaybe; - otoken_startsWith?: InputMaybe; - symbol_contains?: InputMaybe; - symbol_containsInsensitive?: InputMaybe; - symbol_endsWith?: InputMaybe; - symbol_eq?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_isNull?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_containsInsensitive?: InputMaybe; - symbol_not_endsWith?: InputMaybe; - symbol_not_eq?: InputMaybe; - symbol_not_in?: InputMaybe>; - symbol_not_startsWith?: InputMaybe; - symbol_startsWith?: InputMaybe; -}; - -export type OTokenAssetsConnection = { - __typename?: 'OTokenAssetsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OTokenEdge = { - __typename?: 'OTokenEdge'; - cursor: Scalars['String']['output']; - node: OToken; -}; - -export type OTokenHistoriesConnection = { - __typename?: 'OTokenHistoriesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OTokenHistory = { - __typename?: 'OTokenHistory'; - address: OTokenAddress; - balance: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - otoken: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; - type: HistoryType; - value: Scalars['BigInt']['output']; -}; - -export type OTokenHistoryEdge = { - __typename?: 'OTokenHistoryEdge'; - cursor: Scalars['String']['output']; - node: OTokenHistory; -}; - -export enum OTokenHistoryOrderByInput { - AddressAddressAsc = 'address_address_ASC', - AddressAddressAscNullsFirst = 'address_address_ASC_NULLS_FIRST', - AddressAddressAscNullsLast = 'address_address_ASC_NULLS_LAST', - AddressAddressDesc = 'address_address_DESC', - AddressAddressDescNullsFirst = 'address_address_DESC_NULLS_FIRST', - AddressAddressDescNullsLast = 'address_address_DESC_NULLS_LAST', - AddressBalanceAsc = 'address_balance_ASC', - AddressBalanceAscNullsFirst = 'address_balance_ASC_NULLS_FIRST', - AddressBalanceAscNullsLast = 'address_balance_ASC_NULLS_LAST', - AddressBalanceDesc = 'address_balance_DESC', - AddressBalanceDescNullsFirst = 'address_balance_DESC_NULLS_FIRST', - AddressBalanceDescNullsLast = 'address_balance_DESC_NULLS_LAST', - AddressChainIdAsc = 'address_chainId_ASC', - AddressChainIdAscNullsFirst = 'address_chainId_ASC_NULLS_FIRST', - AddressChainIdAscNullsLast = 'address_chainId_ASC_NULLS_LAST', - AddressChainIdDesc = 'address_chainId_DESC', - AddressChainIdDescNullsFirst = 'address_chainId_DESC_NULLS_FIRST', - AddressChainIdDescNullsLast = 'address_chainId_DESC_NULLS_LAST', - AddressCreditsAsc = 'address_credits_ASC', - AddressCreditsAscNullsFirst = 'address_credits_ASC_NULLS_FIRST', - AddressCreditsAscNullsLast = 'address_credits_ASC_NULLS_LAST', - AddressCreditsDesc = 'address_credits_DESC', - AddressCreditsDescNullsFirst = 'address_credits_DESC_NULLS_FIRST', - AddressCreditsDescNullsLast = 'address_credits_DESC_NULLS_LAST', - AddressEarnedAsc = 'address_earned_ASC', - AddressEarnedAscNullsFirst = 'address_earned_ASC_NULLS_FIRST', - AddressEarnedAscNullsLast = 'address_earned_ASC_NULLS_LAST', - AddressEarnedDesc = 'address_earned_DESC', - AddressEarnedDescNullsFirst = 'address_earned_DESC_NULLS_FIRST', - AddressEarnedDescNullsLast = 'address_earned_DESC_NULLS_LAST', - AddressIdAsc = 'address_id_ASC', - AddressIdAscNullsFirst = 'address_id_ASC_NULLS_FIRST', - AddressIdAscNullsLast = 'address_id_ASC_NULLS_LAST', - AddressIdDesc = 'address_id_DESC', - AddressIdDescNullsFirst = 'address_id_DESC_NULLS_FIRST', - AddressIdDescNullsLast = 'address_id_DESC_NULLS_LAST', - AddressIsContractAsc = 'address_isContract_ASC', - AddressIsContractAscNullsFirst = 'address_isContract_ASC_NULLS_FIRST', - AddressIsContractAscNullsLast = 'address_isContract_ASC_NULLS_LAST', - AddressIsContractDesc = 'address_isContract_DESC', - AddressIsContractDescNullsFirst = 'address_isContract_DESC_NULLS_FIRST', - AddressIsContractDescNullsLast = 'address_isContract_DESC_NULLS_LAST', - AddressLastUpdatedAsc = 'address_lastUpdated_ASC', - AddressLastUpdatedAscNullsFirst = 'address_lastUpdated_ASC_NULLS_FIRST', - AddressLastUpdatedAscNullsLast = 'address_lastUpdated_ASC_NULLS_LAST', - AddressLastUpdatedDesc = 'address_lastUpdated_DESC', - AddressLastUpdatedDescNullsFirst = 'address_lastUpdated_DESC_NULLS_FIRST', - AddressLastUpdatedDescNullsLast = 'address_lastUpdated_DESC_NULLS_LAST', - AddressOtokenAsc = 'address_otoken_ASC', - AddressOtokenAscNullsFirst = 'address_otoken_ASC_NULLS_FIRST', - AddressOtokenAscNullsLast = 'address_otoken_ASC_NULLS_LAST', - AddressOtokenDesc = 'address_otoken_DESC', - AddressOtokenDescNullsFirst = 'address_otoken_DESC_NULLS_FIRST', - AddressOtokenDescNullsLast = 'address_otoken_DESC_NULLS_LAST', - AddressRebasingOptionAsc = 'address_rebasingOption_ASC', - AddressRebasingOptionAscNullsFirst = 'address_rebasingOption_ASC_NULLS_FIRST', - AddressRebasingOptionAscNullsLast = 'address_rebasingOption_ASC_NULLS_LAST', - AddressRebasingOptionDesc = 'address_rebasingOption_DESC', - AddressRebasingOptionDescNullsFirst = 'address_rebasingOption_DESC_NULLS_FIRST', - AddressRebasingOptionDescNullsLast = 'address_rebasingOption_DESC_NULLS_LAST', - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - OtokenAsc = 'otoken_ASC', - OtokenAscNullsFirst = 'otoken_ASC_NULLS_FIRST', - OtokenAscNullsLast = 'otoken_ASC_NULLS_LAST', - OtokenDesc = 'otoken_DESC', - OtokenDescNullsFirst = 'otoken_DESC_NULLS_FIRST', - OtokenDescNullsLast = 'otoken_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST', - TypeAsc = 'type_ASC', - TypeAscNullsFirst = 'type_ASC_NULLS_FIRST', - TypeAscNullsLast = 'type_ASC_NULLS_LAST', - TypeDesc = 'type_DESC', - TypeDescNullsFirst = 'type_DESC_NULLS_FIRST', - TypeDescNullsLast = 'type_DESC_NULLS_LAST', - ValueAsc = 'value_ASC', - ValueAscNullsFirst = 'value_ASC_NULLS_FIRST', - ValueAscNullsLast = 'value_ASC_NULLS_LAST', - ValueDesc = 'value_DESC', - ValueDescNullsFirst = 'value_DESC_NULLS_FIRST', - ValueDescNullsLast = 'value_DESC_NULLS_LAST' -} - -export type OTokenHistoryWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address?: InputMaybe; - address_isNull?: InputMaybe; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - otoken_contains?: InputMaybe; - otoken_containsInsensitive?: InputMaybe; - otoken_endsWith?: InputMaybe; - otoken_eq?: InputMaybe; - otoken_gt?: InputMaybe; - otoken_gte?: InputMaybe; - otoken_in?: InputMaybe>; - otoken_isNull?: InputMaybe; - otoken_lt?: InputMaybe; - otoken_lte?: InputMaybe; - otoken_not_contains?: InputMaybe; - otoken_not_containsInsensitive?: InputMaybe; - otoken_not_endsWith?: InputMaybe; - otoken_not_eq?: InputMaybe; - otoken_not_in?: InputMaybe>; - otoken_not_startsWith?: InputMaybe; - otoken_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; - type_eq?: InputMaybe; - type_in?: InputMaybe>; - type_isNull?: InputMaybe; - type_not_eq?: InputMaybe; - type_not_in?: InputMaybe>; - value_eq?: InputMaybe; - value_gt?: InputMaybe; - value_gte?: InputMaybe; - value_in?: InputMaybe>; - value_isNull?: InputMaybe; - value_lt?: InputMaybe; - value_lte?: InputMaybe; - value_not_eq?: InputMaybe; - value_not_in?: InputMaybe>; -}; - -export enum OTokenOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - NonRebasingSupplyAsc = 'nonRebasingSupply_ASC', - NonRebasingSupplyAscNullsFirst = 'nonRebasingSupply_ASC_NULLS_FIRST', - NonRebasingSupplyAscNullsLast = 'nonRebasingSupply_ASC_NULLS_LAST', - NonRebasingSupplyDesc = 'nonRebasingSupply_DESC', - NonRebasingSupplyDescNullsFirst = 'nonRebasingSupply_DESC_NULLS_FIRST', - NonRebasingSupplyDescNullsLast = 'nonRebasingSupply_DESC_NULLS_LAST', - OtokenAsc = 'otoken_ASC', - OtokenAscNullsFirst = 'otoken_ASC_NULLS_FIRST', - OtokenAscNullsLast = 'otoken_ASC_NULLS_LAST', - OtokenDesc = 'otoken_DESC', - OtokenDescNullsFirst = 'otoken_DESC_NULLS_FIRST', - OtokenDescNullsLast = 'otoken_DESC_NULLS_LAST', - RebasingSupplyAsc = 'rebasingSupply_ASC', - RebasingSupplyAscNullsFirst = 'rebasingSupply_ASC_NULLS_FIRST', - RebasingSupplyAscNullsLast = 'rebasingSupply_ASC_NULLS_LAST', - RebasingSupplyDesc = 'rebasingSupply_DESC', - RebasingSupplyDescNullsFirst = 'rebasingSupply_DESC_NULLS_FIRST', - RebasingSupplyDescNullsLast = 'rebasingSupply_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalSupplyAsc = 'totalSupply_ASC', - TotalSupplyAscNullsFirst = 'totalSupply_ASC_NULLS_FIRST', - TotalSupplyAscNullsLast = 'totalSupply_ASC_NULLS_LAST', - TotalSupplyDesc = 'totalSupply_DESC', - TotalSupplyDescNullsFirst = 'totalSupply_DESC_NULLS_FIRST', - TotalSupplyDescNullsLast = 'totalSupply_DESC_NULLS_LAST' -} - -export type OTokenRebase = { - __typename?: 'OTokenRebase'; - apy: OTokenApy; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - feeETH: Scalars['BigInt']['output']; - feeUSD: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - otoken: Scalars['String']['output']; - rebasingCredits: Scalars['BigInt']['output']; - rebasingCreditsPerToken: Scalars['BigInt']['output']; - timestamp: Scalars['DateTime']['output']; - totalSupply: Scalars['BigInt']['output']; - txHash: Scalars['String']['output']; - yieldETH: Scalars['BigInt']['output']; - yieldUSD: Scalars['BigInt']['output']; -}; - -export type OTokenRebaseEdge = { - __typename?: 'OTokenRebaseEdge'; - cursor: Scalars['String']['output']; - node: OTokenRebase; -}; - -export type OTokenRebaseOption = { - __typename?: 'OTokenRebaseOption'; - address: OTokenAddress; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - otoken: Scalars['String']['output']; - status: RebasingOption; - timestamp: Scalars['DateTime']['output']; - txHash: Scalars['String']['output']; -}; - -export type OTokenRebaseOptionEdge = { - __typename?: 'OTokenRebaseOptionEdge'; - cursor: Scalars['String']['output']; - node: OTokenRebaseOption; -}; - -export enum OTokenRebaseOptionOrderByInput { - AddressAddressAsc = 'address_address_ASC', - AddressAddressAscNullsFirst = 'address_address_ASC_NULLS_FIRST', - AddressAddressAscNullsLast = 'address_address_ASC_NULLS_LAST', - AddressAddressDesc = 'address_address_DESC', - AddressAddressDescNullsFirst = 'address_address_DESC_NULLS_FIRST', - AddressAddressDescNullsLast = 'address_address_DESC_NULLS_LAST', - AddressBalanceAsc = 'address_balance_ASC', - AddressBalanceAscNullsFirst = 'address_balance_ASC_NULLS_FIRST', - AddressBalanceAscNullsLast = 'address_balance_ASC_NULLS_LAST', - AddressBalanceDesc = 'address_balance_DESC', - AddressBalanceDescNullsFirst = 'address_balance_DESC_NULLS_FIRST', - AddressBalanceDescNullsLast = 'address_balance_DESC_NULLS_LAST', - AddressChainIdAsc = 'address_chainId_ASC', - AddressChainIdAscNullsFirst = 'address_chainId_ASC_NULLS_FIRST', - AddressChainIdAscNullsLast = 'address_chainId_ASC_NULLS_LAST', - AddressChainIdDesc = 'address_chainId_DESC', - AddressChainIdDescNullsFirst = 'address_chainId_DESC_NULLS_FIRST', - AddressChainIdDescNullsLast = 'address_chainId_DESC_NULLS_LAST', - AddressCreditsAsc = 'address_credits_ASC', - AddressCreditsAscNullsFirst = 'address_credits_ASC_NULLS_FIRST', - AddressCreditsAscNullsLast = 'address_credits_ASC_NULLS_LAST', - AddressCreditsDesc = 'address_credits_DESC', - AddressCreditsDescNullsFirst = 'address_credits_DESC_NULLS_FIRST', - AddressCreditsDescNullsLast = 'address_credits_DESC_NULLS_LAST', - AddressEarnedAsc = 'address_earned_ASC', - AddressEarnedAscNullsFirst = 'address_earned_ASC_NULLS_FIRST', - AddressEarnedAscNullsLast = 'address_earned_ASC_NULLS_LAST', - AddressEarnedDesc = 'address_earned_DESC', - AddressEarnedDescNullsFirst = 'address_earned_DESC_NULLS_FIRST', - AddressEarnedDescNullsLast = 'address_earned_DESC_NULLS_LAST', - AddressIdAsc = 'address_id_ASC', - AddressIdAscNullsFirst = 'address_id_ASC_NULLS_FIRST', - AddressIdAscNullsLast = 'address_id_ASC_NULLS_LAST', - AddressIdDesc = 'address_id_DESC', - AddressIdDescNullsFirst = 'address_id_DESC_NULLS_FIRST', - AddressIdDescNullsLast = 'address_id_DESC_NULLS_LAST', - AddressIsContractAsc = 'address_isContract_ASC', - AddressIsContractAscNullsFirst = 'address_isContract_ASC_NULLS_FIRST', - AddressIsContractAscNullsLast = 'address_isContract_ASC_NULLS_LAST', - AddressIsContractDesc = 'address_isContract_DESC', - AddressIsContractDescNullsFirst = 'address_isContract_DESC_NULLS_FIRST', - AddressIsContractDescNullsLast = 'address_isContract_DESC_NULLS_LAST', - AddressLastUpdatedAsc = 'address_lastUpdated_ASC', - AddressLastUpdatedAscNullsFirst = 'address_lastUpdated_ASC_NULLS_FIRST', - AddressLastUpdatedAscNullsLast = 'address_lastUpdated_ASC_NULLS_LAST', - AddressLastUpdatedDesc = 'address_lastUpdated_DESC', - AddressLastUpdatedDescNullsFirst = 'address_lastUpdated_DESC_NULLS_FIRST', - AddressLastUpdatedDescNullsLast = 'address_lastUpdated_DESC_NULLS_LAST', - AddressOtokenAsc = 'address_otoken_ASC', - AddressOtokenAscNullsFirst = 'address_otoken_ASC_NULLS_FIRST', - AddressOtokenAscNullsLast = 'address_otoken_ASC_NULLS_LAST', - AddressOtokenDesc = 'address_otoken_DESC', - AddressOtokenDescNullsFirst = 'address_otoken_DESC_NULLS_FIRST', - AddressOtokenDescNullsLast = 'address_otoken_DESC_NULLS_LAST', - AddressRebasingOptionAsc = 'address_rebasingOption_ASC', - AddressRebasingOptionAscNullsFirst = 'address_rebasingOption_ASC_NULLS_FIRST', - AddressRebasingOptionAscNullsLast = 'address_rebasingOption_ASC_NULLS_LAST', - AddressRebasingOptionDesc = 'address_rebasingOption_DESC', - AddressRebasingOptionDescNullsFirst = 'address_rebasingOption_DESC_NULLS_FIRST', - AddressRebasingOptionDescNullsLast = 'address_rebasingOption_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - OtokenAsc = 'otoken_ASC', - OtokenAscNullsFirst = 'otoken_ASC_NULLS_FIRST', - OtokenAscNullsLast = 'otoken_ASC_NULLS_LAST', - OtokenDesc = 'otoken_DESC', - OtokenDescNullsFirst = 'otoken_DESC_NULLS_FIRST', - OtokenDescNullsLast = 'otoken_DESC_NULLS_LAST', - StatusAsc = 'status_ASC', - StatusAscNullsFirst = 'status_ASC_NULLS_FIRST', - StatusAscNullsLast = 'status_ASC_NULLS_LAST', - StatusDesc = 'status_DESC', - StatusDescNullsFirst = 'status_DESC_NULLS_FIRST', - StatusDescNullsLast = 'status_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST' -} - -export type OTokenRebaseOptionWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address?: InputMaybe; - address_isNull?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - otoken_contains?: InputMaybe; - otoken_containsInsensitive?: InputMaybe; - otoken_endsWith?: InputMaybe; - otoken_eq?: InputMaybe; - otoken_gt?: InputMaybe; - otoken_gte?: InputMaybe; - otoken_in?: InputMaybe>; - otoken_isNull?: InputMaybe; - otoken_lt?: InputMaybe; - otoken_lte?: InputMaybe; - otoken_not_contains?: InputMaybe; - otoken_not_containsInsensitive?: InputMaybe; - otoken_not_endsWith?: InputMaybe; - otoken_not_eq?: InputMaybe; - otoken_not_in?: InputMaybe>; - otoken_not_startsWith?: InputMaybe; - otoken_startsWith?: InputMaybe; - status_eq?: InputMaybe; - status_in?: InputMaybe>; - status_isNull?: InputMaybe; - status_not_eq?: InputMaybe; - status_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; -}; - -export type OTokenRebaseOptionsConnection = { - __typename?: 'OTokenRebaseOptionsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export enum OTokenRebaseOrderByInput { - ApyAprAsc = 'apy_apr_ASC', - ApyAprAscNullsFirst = 'apy_apr_ASC_NULLS_FIRST', - ApyAprAscNullsLast = 'apy_apr_ASC_NULLS_LAST', - ApyAprDesc = 'apy_apr_DESC', - ApyAprDescNullsFirst = 'apy_apr_DESC_NULLS_FIRST', - ApyAprDescNullsLast = 'apy_apr_DESC_NULLS_LAST', - ApyApy7DayAvgAsc = 'apy_apy7DayAvg_ASC', - ApyApy7DayAvgAscNullsFirst = 'apy_apy7DayAvg_ASC_NULLS_FIRST', - ApyApy7DayAvgAscNullsLast = 'apy_apy7DayAvg_ASC_NULLS_LAST', - ApyApy7DayAvgDesc = 'apy_apy7DayAvg_DESC', - ApyApy7DayAvgDescNullsFirst = 'apy_apy7DayAvg_DESC_NULLS_FIRST', - ApyApy7DayAvgDescNullsLast = 'apy_apy7DayAvg_DESC_NULLS_LAST', - ApyApy14DayAvgAsc = 'apy_apy14DayAvg_ASC', - ApyApy14DayAvgAscNullsFirst = 'apy_apy14DayAvg_ASC_NULLS_FIRST', - ApyApy14DayAvgAscNullsLast = 'apy_apy14DayAvg_ASC_NULLS_LAST', - ApyApy14DayAvgDesc = 'apy_apy14DayAvg_DESC', - ApyApy14DayAvgDescNullsFirst = 'apy_apy14DayAvg_DESC_NULLS_FIRST', - ApyApy14DayAvgDescNullsLast = 'apy_apy14DayAvg_DESC_NULLS_LAST', - ApyApy30DayAvgAsc = 'apy_apy30DayAvg_ASC', - ApyApy30DayAvgAscNullsFirst = 'apy_apy30DayAvg_ASC_NULLS_FIRST', - ApyApy30DayAvgAscNullsLast = 'apy_apy30DayAvg_ASC_NULLS_LAST', - ApyApy30DayAvgDesc = 'apy_apy30DayAvg_DESC', - ApyApy30DayAvgDescNullsFirst = 'apy_apy30DayAvg_DESC_NULLS_FIRST', - ApyApy30DayAvgDescNullsLast = 'apy_apy30DayAvg_DESC_NULLS_LAST', - ApyApyAsc = 'apy_apy_ASC', - ApyApyAscNullsFirst = 'apy_apy_ASC_NULLS_FIRST', - ApyApyAscNullsLast = 'apy_apy_ASC_NULLS_LAST', - ApyApyDesc = 'apy_apy_DESC', - ApyApyDescNullsFirst = 'apy_apy_DESC_NULLS_FIRST', - ApyApyDescNullsLast = 'apy_apy_DESC_NULLS_LAST', - ApyBlockNumberAsc = 'apy_blockNumber_ASC', - ApyBlockNumberAscNullsFirst = 'apy_blockNumber_ASC_NULLS_FIRST', - ApyBlockNumberAscNullsLast = 'apy_blockNumber_ASC_NULLS_LAST', - ApyBlockNumberDesc = 'apy_blockNumber_DESC', - ApyBlockNumberDescNullsFirst = 'apy_blockNumber_DESC_NULLS_FIRST', - ApyBlockNumberDescNullsLast = 'apy_blockNumber_DESC_NULLS_LAST', - ApyChainIdAsc = 'apy_chainId_ASC', - ApyChainIdAscNullsFirst = 'apy_chainId_ASC_NULLS_FIRST', - ApyChainIdAscNullsLast = 'apy_chainId_ASC_NULLS_LAST', - ApyChainIdDesc = 'apy_chainId_DESC', - ApyChainIdDescNullsFirst = 'apy_chainId_DESC_NULLS_FIRST', - ApyChainIdDescNullsLast = 'apy_chainId_DESC_NULLS_LAST', - ApyDateAsc = 'apy_date_ASC', - ApyDateAscNullsFirst = 'apy_date_ASC_NULLS_FIRST', - ApyDateAscNullsLast = 'apy_date_ASC_NULLS_LAST', - ApyDateDesc = 'apy_date_DESC', - ApyDateDescNullsFirst = 'apy_date_DESC_NULLS_FIRST', - ApyDateDescNullsLast = 'apy_date_DESC_NULLS_LAST', - ApyIdAsc = 'apy_id_ASC', - ApyIdAscNullsFirst = 'apy_id_ASC_NULLS_FIRST', - ApyIdAscNullsLast = 'apy_id_ASC_NULLS_LAST', - ApyIdDesc = 'apy_id_DESC', - ApyIdDescNullsFirst = 'apy_id_DESC_NULLS_FIRST', - ApyIdDescNullsLast = 'apy_id_DESC_NULLS_LAST', - ApyOtokenAsc = 'apy_otoken_ASC', - ApyOtokenAscNullsFirst = 'apy_otoken_ASC_NULLS_FIRST', - ApyOtokenAscNullsLast = 'apy_otoken_ASC_NULLS_LAST', - ApyOtokenDesc = 'apy_otoken_DESC', - ApyOtokenDescNullsFirst = 'apy_otoken_DESC_NULLS_FIRST', - ApyOtokenDescNullsLast = 'apy_otoken_DESC_NULLS_LAST', - ApyRebasingCreditsPerTokenAsc = 'apy_rebasingCreditsPerToken_ASC', - ApyRebasingCreditsPerTokenAscNullsFirst = 'apy_rebasingCreditsPerToken_ASC_NULLS_FIRST', - ApyRebasingCreditsPerTokenAscNullsLast = 'apy_rebasingCreditsPerToken_ASC_NULLS_LAST', - ApyRebasingCreditsPerTokenDesc = 'apy_rebasingCreditsPerToken_DESC', - ApyRebasingCreditsPerTokenDescNullsFirst = 'apy_rebasingCreditsPerToken_DESC_NULLS_FIRST', - ApyRebasingCreditsPerTokenDescNullsLast = 'apy_rebasingCreditsPerToken_DESC_NULLS_LAST', - ApyTimestampAsc = 'apy_timestamp_ASC', - ApyTimestampAscNullsFirst = 'apy_timestamp_ASC_NULLS_FIRST', - ApyTimestampAscNullsLast = 'apy_timestamp_ASC_NULLS_LAST', - ApyTimestampDesc = 'apy_timestamp_DESC', - ApyTimestampDescNullsFirst = 'apy_timestamp_DESC_NULLS_FIRST', - ApyTimestampDescNullsLast = 'apy_timestamp_DESC_NULLS_LAST', - ApyTxHashAsc = 'apy_txHash_ASC', - ApyTxHashAscNullsFirst = 'apy_txHash_ASC_NULLS_FIRST', - ApyTxHashAscNullsLast = 'apy_txHash_ASC_NULLS_LAST', - ApyTxHashDesc = 'apy_txHash_DESC', - ApyTxHashDescNullsFirst = 'apy_txHash_DESC_NULLS_FIRST', - ApyTxHashDescNullsLast = 'apy_txHash_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - FeeEthAsc = 'feeETH_ASC', - FeeEthAscNullsFirst = 'feeETH_ASC_NULLS_FIRST', - FeeEthAscNullsLast = 'feeETH_ASC_NULLS_LAST', - FeeEthDesc = 'feeETH_DESC', - FeeEthDescNullsFirst = 'feeETH_DESC_NULLS_FIRST', - FeeEthDescNullsLast = 'feeETH_DESC_NULLS_LAST', - FeeUsdAsc = 'feeUSD_ASC', - FeeUsdAscNullsFirst = 'feeUSD_ASC_NULLS_FIRST', - FeeUsdAscNullsLast = 'feeUSD_ASC_NULLS_LAST', - FeeUsdDesc = 'feeUSD_DESC', - FeeUsdDescNullsFirst = 'feeUSD_DESC_NULLS_FIRST', - FeeUsdDescNullsLast = 'feeUSD_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - OtokenAsc = 'otoken_ASC', - OtokenAscNullsFirst = 'otoken_ASC_NULLS_FIRST', - OtokenAscNullsLast = 'otoken_ASC_NULLS_LAST', - OtokenDesc = 'otoken_DESC', - OtokenDescNullsFirst = 'otoken_DESC_NULLS_FIRST', - OtokenDescNullsLast = 'otoken_DESC_NULLS_LAST', - RebasingCreditsPerTokenAsc = 'rebasingCreditsPerToken_ASC', - RebasingCreditsPerTokenAscNullsFirst = 'rebasingCreditsPerToken_ASC_NULLS_FIRST', - RebasingCreditsPerTokenAscNullsLast = 'rebasingCreditsPerToken_ASC_NULLS_LAST', - RebasingCreditsPerTokenDesc = 'rebasingCreditsPerToken_DESC', - RebasingCreditsPerTokenDescNullsFirst = 'rebasingCreditsPerToken_DESC_NULLS_FIRST', - RebasingCreditsPerTokenDescNullsLast = 'rebasingCreditsPerToken_DESC_NULLS_LAST', - RebasingCreditsAsc = 'rebasingCredits_ASC', - RebasingCreditsAscNullsFirst = 'rebasingCredits_ASC_NULLS_FIRST', - RebasingCreditsAscNullsLast = 'rebasingCredits_ASC_NULLS_LAST', - RebasingCreditsDesc = 'rebasingCredits_DESC', - RebasingCreditsDescNullsFirst = 'rebasingCredits_DESC_NULLS_FIRST', - RebasingCreditsDescNullsLast = 'rebasingCredits_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalSupplyAsc = 'totalSupply_ASC', - TotalSupplyAscNullsFirst = 'totalSupply_ASC_NULLS_FIRST', - TotalSupplyAscNullsLast = 'totalSupply_ASC_NULLS_LAST', - TotalSupplyDesc = 'totalSupply_DESC', - TotalSupplyDescNullsFirst = 'totalSupply_DESC_NULLS_FIRST', - TotalSupplyDescNullsLast = 'totalSupply_DESC_NULLS_LAST', - TxHashAsc = 'txHash_ASC', - TxHashAscNullsFirst = 'txHash_ASC_NULLS_FIRST', - TxHashAscNullsLast = 'txHash_ASC_NULLS_LAST', - TxHashDesc = 'txHash_DESC', - TxHashDescNullsFirst = 'txHash_DESC_NULLS_FIRST', - TxHashDescNullsLast = 'txHash_DESC_NULLS_LAST', - YieldEthAsc = 'yieldETH_ASC', - YieldEthAscNullsFirst = 'yieldETH_ASC_NULLS_FIRST', - YieldEthAscNullsLast = 'yieldETH_ASC_NULLS_LAST', - YieldEthDesc = 'yieldETH_DESC', - YieldEthDescNullsFirst = 'yieldETH_DESC_NULLS_FIRST', - YieldEthDescNullsLast = 'yieldETH_DESC_NULLS_LAST', - YieldUsdAsc = 'yieldUSD_ASC', - YieldUsdAscNullsFirst = 'yieldUSD_ASC_NULLS_FIRST', - YieldUsdAscNullsLast = 'yieldUSD_ASC_NULLS_LAST', - YieldUsdDesc = 'yieldUSD_DESC', - YieldUsdDescNullsFirst = 'yieldUSD_DESC_NULLS_FIRST', - YieldUsdDescNullsLast = 'yieldUSD_DESC_NULLS_LAST' -} - -export type OTokenRebaseWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - apy?: InputMaybe; - apy_isNull?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - feeETH_eq?: InputMaybe; - feeETH_gt?: InputMaybe; - feeETH_gte?: InputMaybe; - feeETH_in?: InputMaybe>; - feeETH_isNull?: InputMaybe; - feeETH_lt?: InputMaybe; - feeETH_lte?: InputMaybe; - feeETH_not_eq?: InputMaybe; - feeETH_not_in?: InputMaybe>; - feeUSD_eq?: InputMaybe; - feeUSD_gt?: InputMaybe; - feeUSD_gte?: InputMaybe; - feeUSD_in?: InputMaybe>; - feeUSD_isNull?: InputMaybe; - feeUSD_lt?: InputMaybe; - feeUSD_lte?: InputMaybe; - feeUSD_not_eq?: InputMaybe; - feeUSD_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - otoken_contains?: InputMaybe; - otoken_containsInsensitive?: InputMaybe; - otoken_endsWith?: InputMaybe; - otoken_eq?: InputMaybe; - otoken_gt?: InputMaybe; - otoken_gte?: InputMaybe; - otoken_in?: InputMaybe>; - otoken_isNull?: InputMaybe; - otoken_lt?: InputMaybe; - otoken_lte?: InputMaybe; - otoken_not_contains?: InputMaybe; - otoken_not_containsInsensitive?: InputMaybe; - otoken_not_endsWith?: InputMaybe; - otoken_not_eq?: InputMaybe; - otoken_not_in?: InputMaybe>; - otoken_not_startsWith?: InputMaybe; - otoken_startsWith?: InputMaybe; - rebasingCreditsPerToken_eq?: InputMaybe; - rebasingCreditsPerToken_gt?: InputMaybe; - rebasingCreditsPerToken_gte?: InputMaybe; - rebasingCreditsPerToken_in?: InputMaybe>; - rebasingCreditsPerToken_isNull?: InputMaybe; - rebasingCreditsPerToken_lt?: InputMaybe; - rebasingCreditsPerToken_lte?: InputMaybe; - rebasingCreditsPerToken_not_eq?: InputMaybe; - rebasingCreditsPerToken_not_in?: InputMaybe>; - rebasingCredits_eq?: InputMaybe; - rebasingCredits_gt?: InputMaybe; - rebasingCredits_gte?: InputMaybe; - rebasingCredits_in?: InputMaybe>; - rebasingCredits_isNull?: InputMaybe; - rebasingCredits_lt?: InputMaybe; - rebasingCredits_lte?: InputMaybe; - rebasingCredits_not_eq?: InputMaybe; - rebasingCredits_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - totalSupply_eq?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_isNull?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_not_eq?: InputMaybe; - totalSupply_not_in?: InputMaybe>; - txHash_contains?: InputMaybe; - txHash_containsInsensitive?: InputMaybe; - txHash_endsWith?: InputMaybe; - txHash_eq?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_in?: InputMaybe>; - txHash_isNull?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_not_contains?: InputMaybe; - txHash_not_containsInsensitive?: InputMaybe; - txHash_not_endsWith?: InputMaybe; - txHash_not_eq?: InputMaybe; - txHash_not_in?: InputMaybe>; - txHash_not_startsWith?: InputMaybe; - txHash_startsWith?: InputMaybe; - yieldETH_eq?: InputMaybe; - yieldETH_gt?: InputMaybe; - yieldETH_gte?: InputMaybe; - yieldETH_in?: InputMaybe>; - yieldETH_isNull?: InputMaybe; - yieldETH_lt?: InputMaybe; - yieldETH_lte?: InputMaybe; - yieldETH_not_eq?: InputMaybe; - yieldETH_not_in?: InputMaybe>; - yieldUSD_eq?: InputMaybe; - yieldUSD_gt?: InputMaybe; - yieldUSD_gte?: InputMaybe; - yieldUSD_in?: InputMaybe>; - yieldUSD_isNull?: InputMaybe; - yieldUSD_lt?: InputMaybe; - yieldUSD_lte?: InputMaybe; - yieldUSD_not_eq?: InputMaybe; - yieldUSD_not_in?: InputMaybe>; -}; - -export type OTokenRebasesConnection = { - __typename?: 'OTokenRebasesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OTokenVault = { - __typename?: 'OTokenVault'; - address: Scalars['String']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - id: Scalars['String']['output']; - otoken: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - totalValue: Scalars['BigInt']['output']; -}; - -export type OTokenVaultEdge = { - __typename?: 'OTokenVaultEdge'; - cursor: Scalars['String']['output']; - node: OTokenVault; -}; - -export enum OTokenVaultOrderByInput { - AddressAsc = 'address_ASC', - AddressAscNullsFirst = 'address_ASC_NULLS_FIRST', - AddressAscNullsLast = 'address_ASC_NULLS_LAST', - AddressDesc = 'address_DESC', - AddressDescNullsFirst = 'address_DESC_NULLS_FIRST', - AddressDescNullsLast = 'address_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - OtokenAsc = 'otoken_ASC', - OtokenAscNullsFirst = 'otoken_ASC_NULLS_FIRST', - OtokenAscNullsLast = 'otoken_ASC_NULLS_LAST', - OtokenDesc = 'otoken_DESC', - OtokenDescNullsFirst = 'otoken_DESC_NULLS_FIRST', - OtokenDescNullsLast = 'otoken_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalValueAsc = 'totalValue_ASC', - TotalValueAscNullsFirst = 'totalValue_ASC_NULLS_FIRST', - TotalValueAscNullsLast = 'totalValue_ASC_NULLS_LAST', - TotalValueDesc = 'totalValue_DESC', - TotalValueDescNullsFirst = 'totalValue_DESC_NULLS_FIRST', - TotalValueDescNullsLast = 'totalValue_DESC_NULLS_LAST' -} - -export type OTokenVaultWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - address_contains?: InputMaybe; - address_containsInsensitive?: InputMaybe; - address_endsWith?: InputMaybe; - address_eq?: InputMaybe; - address_gt?: InputMaybe; - address_gte?: InputMaybe; - address_in?: InputMaybe>; - address_isNull?: InputMaybe; - address_lt?: InputMaybe; - address_lte?: InputMaybe; - address_not_contains?: InputMaybe; - address_not_containsInsensitive?: InputMaybe; - address_not_endsWith?: InputMaybe; - address_not_eq?: InputMaybe; - address_not_in?: InputMaybe>; - address_not_startsWith?: InputMaybe; - address_startsWith?: InputMaybe; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - otoken_contains?: InputMaybe; - otoken_containsInsensitive?: InputMaybe; - otoken_endsWith?: InputMaybe; - otoken_eq?: InputMaybe; - otoken_gt?: InputMaybe; - otoken_gte?: InputMaybe; - otoken_in?: InputMaybe>; - otoken_isNull?: InputMaybe; - otoken_lt?: InputMaybe; - otoken_lte?: InputMaybe; - otoken_not_contains?: InputMaybe; - otoken_not_containsInsensitive?: InputMaybe; - otoken_not_endsWith?: InputMaybe; - otoken_not_eq?: InputMaybe; - otoken_not_in?: InputMaybe>; - otoken_not_startsWith?: InputMaybe; - otoken_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - totalValue_eq?: InputMaybe; - totalValue_gt?: InputMaybe; - totalValue_gte?: InputMaybe; - totalValue_in?: InputMaybe>; - totalValue_isNull?: InputMaybe; - totalValue_lt?: InputMaybe; - totalValue_lte?: InputMaybe; - totalValue_not_eq?: InputMaybe; - totalValue_not_in?: InputMaybe>; -}; - -export type OTokenVaultsConnection = { - __typename?: 'OTokenVaultsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OTokenWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - nonRebasingSupply_eq?: InputMaybe; - nonRebasingSupply_gt?: InputMaybe; - nonRebasingSupply_gte?: InputMaybe; - nonRebasingSupply_in?: InputMaybe>; - nonRebasingSupply_isNull?: InputMaybe; - nonRebasingSupply_lt?: InputMaybe; - nonRebasingSupply_lte?: InputMaybe; - nonRebasingSupply_not_eq?: InputMaybe; - nonRebasingSupply_not_in?: InputMaybe>; - otoken_contains?: InputMaybe; - otoken_containsInsensitive?: InputMaybe; - otoken_endsWith?: InputMaybe; - otoken_eq?: InputMaybe; - otoken_gt?: InputMaybe; - otoken_gte?: InputMaybe; - otoken_in?: InputMaybe>; - otoken_isNull?: InputMaybe; - otoken_lt?: InputMaybe; - otoken_lte?: InputMaybe; - otoken_not_contains?: InputMaybe; - otoken_not_containsInsensitive?: InputMaybe; - otoken_not_endsWith?: InputMaybe; - otoken_not_eq?: InputMaybe; - otoken_not_in?: InputMaybe>; - otoken_not_startsWith?: InputMaybe; - otoken_startsWith?: InputMaybe; - rebasingSupply_eq?: InputMaybe; - rebasingSupply_gt?: InputMaybe; - rebasingSupply_gte?: InputMaybe; - rebasingSupply_in?: InputMaybe>; - rebasingSupply_isNull?: InputMaybe; - rebasingSupply_lt?: InputMaybe; - rebasingSupply_lte?: InputMaybe; - rebasingSupply_not_eq?: InputMaybe; - rebasingSupply_not_in?: InputMaybe>; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - totalSupply_eq?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_isNull?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_not_eq?: InputMaybe; - totalSupply_not_in?: InputMaybe>; -}; - -export type OTokensConnection = { - __typename?: 'OTokensConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdAaveStrategiesConnection = { - __typename?: 'OUSDAaveStrategiesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdAaveStrategy = { - __typename?: 'OUSDAaveStrategy'; - blockNumber: Scalars['Int']['output']; - dai: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - usdc: Scalars['BigInt']['output']; - usdt: Scalars['BigInt']['output']; -}; - -export type OusdAaveStrategyEdge = { - __typename?: 'OUSDAaveStrategyEdge'; - cursor: Scalars['String']['output']; - node: OusdAaveStrategy; -}; - -export enum OusdAaveStrategyOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DaiAsc = 'dai_ASC', - DaiAscNullsFirst = 'dai_ASC_NULLS_FIRST', - DaiAscNullsLast = 'dai_ASC_NULLS_LAST', - DaiDesc = 'dai_DESC', - DaiDescNullsFirst = 'dai_DESC_NULLS_FIRST', - DaiDescNullsLast = 'dai_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - UsdcAsc = 'usdc_ASC', - UsdcAscNullsFirst = 'usdc_ASC_NULLS_FIRST', - UsdcAscNullsLast = 'usdc_ASC_NULLS_LAST', - UsdcDesc = 'usdc_DESC', - UsdcDescNullsFirst = 'usdc_DESC_NULLS_FIRST', - UsdcDescNullsLast = 'usdc_DESC_NULLS_LAST', - UsdtAsc = 'usdt_ASC', - UsdtAscNullsFirst = 'usdt_ASC_NULLS_FIRST', - UsdtAscNullsLast = 'usdt_ASC_NULLS_LAST', - UsdtDesc = 'usdt_DESC', - UsdtDescNullsFirst = 'usdt_DESC_NULLS_FIRST', - UsdtDescNullsLast = 'usdt_DESC_NULLS_LAST' -} - -export type OusdAaveStrategyWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dai_eq?: InputMaybe; - dai_gt?: InputMaybe; - dai_gte?: InputMaybe; - dai_in?: InputMaybe>; - dai_isNull?: InputMaybe; - dai_lt?: InputMaybe; - dai_lte?: InputMaybe; - dai_not_eq?: InputMaybe; - dai_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - usdc_eq?: InputMaybe; - usdc_gt?: InputMaybe; - usdc_gte?: InputMaybe; - usdc_in?: InputMaybe>; - usdc_isNull?: InputMaybe; - usdc_lt?: InputMaybe; - usdc_lte?: InputMaybe; - usdc_not_eq?: InputMaybe; - usdc_not_in?: InputMaybe>; - usdt_eq?: InputMaybe; - usdt_gt?: InputMaybe; - usdt_gte?: InputMaybe; - usdt_in?: InputMaybe>; - usdt_isNull?: InputMaybe; - usdt_lt?: InputMaybe; - usdt_lte?: InputMaybe; - usdt_not_eq?: InputMaybe; - usdt_not_in?: InputMaybe>; -}; - -export type OusdCollateralDailyStat = { - __typename?: 'OUSDCollateralDailyStat'; - amount: Scalars['BigInt']['output']; - dailyStatId: OusdDailyStat; - id: Scalars['String']['output']; - price: Scalars['BigInt']['output']; - symbol: Scalars['String']['output']; - value: Scalars['BigInt']['output']; -}; - -export type OusdCollateralDailyStatEdge = { - __typename?: 'OUSDCollateralDailyStatEdge'; - cursor: Scalars['String']['output']; - node: OusdCollateralDailyStat; -}; - -export enum OusdCollateralDailyStatOrderByInput { - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - DailyStatIdAmoSupplyAsc = 'dailyStatId_amoSupply_ASC', - DailyStatIdAmoSupplyAscNullsFirst = 'dailyStatId_amoSupply_ASC_NULLS_FIRST', - DailyStatIdAmoSupplyAscNullsLast = 'dailyStatId_amoSupply_ASC_NULLS_LAST', - DailyStatIdAmoSupplyDesc = 'dailyStatId_amoSupply_DESC', - DailyStatIdAmoSupplyDescNullsFirst = 'dailyStatId_amoSupply_DESC_NULLS_FIRST', - DailyStatIdAmoSupplyDescNullsLast = 'dailyStatId_amoSupply_DESC_NULLS_LAST', - DailyStatIdAprAsc = 'dailyStatId_apr_ASC', - DailyStatIdAprAscNullsFirst = 'dailyStatId_apr_ASC_NULLS_FIRST', - DailyStatIdAprAscNullsLast = 'dailyStatId_apr_ASC_NULLS_LAST', - DailyStatIdAprDesc = 'dailyStatId_apr_DESC', - DailyStatIdAprDescNullsFirst = 'dailyStatId_apr_DESC_NULLS_FIRST', - DailyStatIdAprDescNullsLast = 'dailyStatId_apr_DESC_NULLS_LAST', - DailyStatIdApy7DayAvgAsc = 'dailyStatId_apy7DayAvg_ASC', - DailyStatIdApy7DayAvgAscNullsFirst = 'dailyStatId_apy7DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy7DayAvgAscNullsLast = 'dailyStatId_apy7DayAvg_ASC_NULLS_LAST', - DailyStatIdApy7DayAvgDesc = 'dailyStatId_apy7DayAvg_DESC', - DailyStatIdApy7DayAvgDescNullsFirst = 'dailyStatId_apy7DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy7DayAvgDescNullsLast = 'dailyStatId_apy7DayAvg_DESC_NULLS_LAST', - DailyStatIdApy14DayAvgAsc = 'dailyStatId_apy14DayAvg_ASC', - DailyStatIdApy14DayAvgAscNullsFirst = 'dailyStatId_apy14DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy14DayAvgAscNullsLast = 'dailyStatId_apy14DayAvg_ASC_NULLS_LAST', - DailyStatIdApy14DayAvgDesc = 'dailyStatId_apy14DayAvg_DESC', - DailyStatIdApy14DayAvgDescNullsFirst = 'dailyStatId_apy14DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy14DayAvgDescNullsLast = 'dailyStatId_apy14DayAvg_DESC_NULLS_LAST', - DailyStatIdApy30DayAvgAsc = 'dailyStatId_apy30DayAvg_ASC', - DailyStatIdApy30DayAvgAscNullsFirst = 'dailyStatId_apy30DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy30DayAvgAscNullsLast = 'dailyStatId_apy30DayAvg_ASC_NULLS_LAST', - DailyStatIdApy30DayAvgDesc = 'dailyStatId_apy30DayAvg_DESC', - DailyStatIdApy30DayAvgDescNullsFirst = 'dailyStatId_apy30DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy30DayAvgDescNullsLast = 'dailyStatId_apy30DayAvg_DESC_NULLS_LAST', - DailyStatIdApyAsc = 'dailyStatId_apy_ASC', - DailyStatIdApyAscNullsFirst = 'dailyStatId_apy_ASC_NULLS_FIRST', - DailyStatIdApyAscNullsLast = 'dailyStatId_apy_ASC_NULLS_LAST', - DailyStatIdApyDesc = 'dailyStatId_apy_DESC', - DailyStatIdApyDescNullsFirst = 'dailyStatId_apy_DESC_NULLS_FIRST', - DailyStatIdApyDescNullsLast = 'dailyStatId_apy_DESC_NULLS_LAST', - DailyStatIdBlockNumberAsc = 'dailyStatId_blockNumber_ASC', - DailyStatIdBlockNumberAscNullsFirst = 'dailyStatId_blockNumber_ASC_NULLS_FIRST', - DailyStatIdBlockNumberAscNullsLast = 'dailyStatId_blockNumber_ASC_NULLS_LAST', - DailyStatIdBlockNumberDesc = 'dailyStatId_blockNumber_DESC', - DailyStatIdBlockNumberDescNullsFirst = 'dailyStatId_blockNumber_DESC_NULLS_FIRST', - DailyStatIdBlockNumberDescNullsLast = 'dailyStatId_blockNumber_DESC_NULLS_LAST', - DailyStatIdDripperWethAsc = 'dailyStatId_dripperWETH_ASC', - DailyStatIdDripperWethAscNullsFirst = 'dailyStatId_dripperWETH_ASC_NULLS_FIRST', - DailyStatIdDripperWethAscNullsLast = 'dailyStatId_dripperWETH_ASC_NULLS_LAST', - DailyStatIdDripperWethDesc = 'dailyStatId_dripperWETH_DESC', - DailyStatIdDripperWethDescNullsFirst = 'dailyStatId_dripperWETH_DESC_NULLS_FIRST', - DailyStatIdDripperWethDescNullsLast = 'dailyStatId_dripperWETH_DESC_NULLS_LAST', - DailyStatIdFeesEth7DayAsc = 'dailyStatId_feesETH7Day_ASC', - DailyStatIdFeesEth7DayAscNullsFirst = 'dailyStatId_feesETH7Day_ASC_NULLS_FIRST', - DailyStatIdFeesEth7DayAscNullsLast = 'dailyStatId_feesETH7Day_ASC_NULLS_LAST', - DailyStatIdFeesEth7DayDesc = 'dailyStatId_feesETH7Day_DESC', - DailyStatIdFeesEth7DayDescNullsFirst = 'dailyStatId_feesETH7Day_DESC_NULLS_FIRST', - DailyStatIdFeesEth7DayDescNullsLast = 'dailyStatId_feesETH7Day_DESC_NULLS_LAST', - DailyStatIdFeesEthAllTimeAsc = 'dailyStatId_feesETHAllTime_ASC', - DailyStatIdFeesEthAllTimeAscNullsFirst = 'dailyStatId_feesETHAllTime_ASC_NULLS_FIRST', - DailyStatIdFeesEthAllTimeAscNullsLast = 'dailyStatId_feesETHAllTime_ASC_NULLS_LAST', - DailyStatIdFeesEthAllTimeDesc = 'dailyStatId_feesETHAllTime_DESC', - DailyStatIdFeesEthAllTimeDescNullsFirst = 'dailyStatId_feesETHAllTime_DESC_NULLS_FIRST', - DailyStatIdFeesEthAllTimeDescNullsLast = 'dailyStatId_feesETHAllTime_DESC_NULLS_LAST', - DailyStatIdFeesEthAsc = 'dailyStatId_feesETH_ASC', - DailyStatIdFeesEthAscNullsFirst = 'dailyStatId_feesETH_ASC_NULLS_FIRST', - DailyStatIdFeesEthAscNullsLast = 'dailyStatId_feesETH_ASC_NULLS_LAST', - DailyStatIdFeesEthDesc = 'dailyStatId_feesETH_DESC', - DailyStatIdFeesEthDescNullsFirst = 'dailyStatId_feesETH_DESC_NULLS_FIRST', - DailyStatIdFeesEthDescNullsLast = 'dailyStatId_feesETH_DESC_NULLS_LAST', - DailyStatIdFeesUsd7DayAsc = 'dailyStatId_feesUSD7Day_ASC', - DailyStatIdFeesUsd7DayAscNullsFirst = 'dailyStatId_feesUSD7Day_ASC_NULLS_FIRST', - DailyStatIdFeesUsd7DayAscNullsLast = 'dailyStatId_feesUSD7Day_ASC_NULLS_LAST', - DailyStatIdFeesUsd7DayDesc = 'dailyStatId_feesUSD7Day_DESC', - DailyStatIdFeesUsd7DayDescNullsFirst = 'dailyStatId_feesUSD7Day_DESC_NULLS_FIRST', - DailyStatIdFeesUsd7DayDescNullsLast = 'dailyStatId_feesUSD7Day_DESC_NULLS_LAST', - DailyStatIdFeesUsdAllTimeAsc = 'dailyStatId_feesUSDAllTime_ASC', - DailyStatIdFeesUsdAllTimeAscNullsFirst = 'dailyStatId_feesUSDAllTime_ASC_NULLS_FIRST', - DailyStatIdFeesUsdAllTimeAscNullsLast = 'dailyStatId_feesUSDAllTime_ASC_NULLS_LAST', - DailyStatIdFeesUsdAllTimeDesc = 'dailyStatId_feesUSDAllTime_DESC', - DailyStatIdFeesUsdAllTimeDescNullsFirst = 'dailyStatId_feesUSDAllTime_DESC_NULLS_FIRST', - DailyStatIdFeesUsdAllTimeDescNullsLast = 'dailyStatId_feesUSDAllTime_DESC_NULLS_LAST', - DailyStatIdFeesUsdAsc = 'dailyStatId_feesUSD_ASC', - DailyStatIdFeesUsdAscNullsFirst = 'dailyStatId_feesUSD_ASC_NULLS_FIRST', - DailyStatIdFeesUsdAscNullsLast = 'dailyStatId_feesUSD_ASC_NULLS_LAST', - DailyStatIdFeesUsdDesc = 'dailyStatId_feesUSD_DESC', - DailyStatIdFeesUsdDescNullsFirst = 'dailyStatId_feesUSD_DESC_NULLS_FIRST', - DailyStatIdFeesUsdDescNullsLast = 'dailyStatId_feesUSD_DESC_NULLS_LAST', - DailyStatIdHoldersOverThresholdAsc = 'dailyStatId_holdersOverThreshold_ASC', - DailyStatIdHoldersOverThresholdAscNullsFirst = 'dailyStatId_holdersOverThreshold_ASC_NULLS_FIRST', - DailyStatIdHoldersOverThresholdAscNullsLast = 'dailyStatId_holdersOverThreshold_ASC_NULLS_LAST', - DailyStatIdHoldersOverThresholdDesc = 'dailyStatId_holdersOverThreshold_DESC', - DailyStatIdHoldersOverThresholdDescNullsFirst = 'dailyStatId_holdersOverThreshold_DESC_NULLS_FIRST', - DailyStatIdHoldersOverThresholdDescNullsLast = 'dailyStatId_holdersOverThreshold_DESC_NULLS_LAST', - DailyStatIdIdAsc = 'dailyStatId_id_ASC', - DailyStatIdIdAscNullsFirst = 'dailyStatId_id_ASC_NULLS_FIRST', - DailyStatIdIdAscNullsLast = 'dailyStatId_id_ASC_NULLS_LAST', - DailyStatIdIdDesc = 'dailyStatId_id_DESC', - DailyStatIdIdDescNullsFirst = 'dailyStatId_id_DESC_NULLS_FIRST', - DailyStatIdIdDescNullsLast = 'dailyStatId_id_DESC_NULLS_LAST', - DailyStatIdMarketCapUsdAsc = 'dailyStatId_marketCapUSD_ASC', - DailyStatIdMarketCapUsdAscNullsFirst = 'dailyStatId_marketCapUSD_ASC_NULLS_FIRST', - DailyStatIdMarketCapUsdAscNullsLast = 'dailyStatId_marketCapUSD_ASC_NULLS_LAST', - DailyStatIdMarketCapUsdDesc = 'dailyStatId_marketCapUSD_DESC', - DailyStatIdMarketCapUsdDescNullsFirst = 'dailyStatId_marketCapUSD_DESC_NULLS_FIRST', - DailyStatIdMarketCapUsdDescNullsLast = 'dailyStatId_marketCapUSD_DESC_NULLS_LAST', - DailyStatIdNonRebasingSupplyAsc = 'dailyStatId_nonRebasingSupply_ASC', - DailyStatIdNonRebasingSupplyAscNullsFirst = 'dailyStatId_nonRebasingSupply_ASC_NULLS_FIRST', - DailyStatIdNonRebasingSupplyAscNullsLast = 'dailyStatId_nonRebasingSupply_ASC_NULLS_LAST', - DailyStatIdNonRebasingSupplyDesc = 'dailyStatId_nonRebasingSupply_DESC', - DailyStatIdNonRebasingSupplyDescNullsFirst = 'dailyStatId_nonRebasingSupply_DESC_NULLS_FIRST', - DailyStatIdNonRebasingSupplyDescNullsLast = 'dailyStatId_nonRebasingSupply_DESC_NULLS_LAST', - DailyStatIdPegPriceAsc = 'dailyStatId_pegPrice_ASC', - DailyStatIdPegPriceAscNullsFirst = 'dailyStatId_pegPrice_ASC_NULLS_FIRST', - DailyStatIdPegPriceAscNullsLast = 'dailyStatId_pegPrice_ASC_NULLS_LAST', - DailyStatIdPegPriceDesc = 'dailyStatId_pegPrice_DESC', - DailyStatIdPegPriceDescNullsFirst = 'dailyStatId_pegPrice_DESC_NULLS_FIRST', - DailyStatIdPegPriceDescNullsLast = 'dailyStatId_pegPrice_DESC_NULLS_LAST', - DailyStatIdRebasingSupplyAsc = 'dailyStatId_rebasingSupply_ASC', - DailyStatIdRebasingSupplyAscNullsFirst = 'dailyStatId_rebasingSupply_ASC_NULLS_FIRST', - DailyStatIdRebasingSupplyAscNullsLast = 'dailyStatId_rebasingSupply_ASC_NULLS_LAST', - DailyStatIdRebasingSupplyDesc = 'dailyStatId_rebasingSupply_DESC', - DailyStatIdRebasingSupplyDescNullsFirst = 'dailyStatId_rebasingSupply_DESC_NULLS_FIRST', - DailyStatIdRebasingSupplyDescNullsLast = 'dailyStatId_rebasingSupply_DESC_NULLS_LAST', - DailyStatIdTimestampAsc = 'dailyStatId_timestamp_ASC', - DailyStatIdTimestampAscNullsFirst = 'dailyStatId_timestamp_ASC_NULLS_FIRST', - DailyStatIdTimestampAscNullsLast = 'dailyStatId_timestamp_ASC_NULLS_LAST', - DailyStatIdTimestampDesc = 'dailyStatId_timestamp_DESC', - DailyStatIdTimestampDescNullsFirst = 'dailyStatId_timestamp_DESC_NULLS_FIRST', - DailyStatIdTimestampDescNullsLast = 'dailyStatId_timestamp_DESC_NULLS_LAST', - DailyStatIdTotalSupplyUsdAsc = 'dailyStatId_totalSupplyUSD_ASC', - DailyStatIdTotalSupplyUsdAscNullsFirst = 'dailyStatId_totalSupplyUSD_ASC_NULLS_FIRST', - DailyStatIdTotalSupplyUsdAscNullsLast = 'dailyStatId_totalSupplyUSD_ASC_NULLS_LAST', - DailyStatIdTotalSupplyUsdDesc = 'dailyStatId_totalSupplyUSD_DESC', - DailyStatIdTotalSupplyUsdDescNullsFirst = 'dailyStatId_totalSupplyUSD_DESC_NULLS_FIRST', - DailyStatIdTotalSupplyUsdDescNullsLast = 'dailyStatId_totalSupplyUSD_DESC_NULLS_LAST', - DailyStatIdTotalSupplyAsc = 'dailyStatId_totalSupply_ASC', - DailyStatIdTotalSupplyAscNullsFirst = 'dailyStatId_totalSupply_ASC_NULLS_FIRST', - DailyStatIdTotalSupplyAscNullsLast = 'dailyStatId_totalSupply_ASC_NULLS_LAST', - DailyStatIdTotalSupplyDesc = 'dailyStatId_totalSupply_DESC', - DailyStatIdTotalSupplyDescNullsFirst = 'dailyStatId_totalSupply_DESC_NULLS_FIRST', - DailyStatIdTotalSupplyDescNullsLast = 'dailyStatId_totalSupply_DESC_NULLS_LAST', - DailyStatIdTradingVolumeUsdAsc = 'dailyStatId_tradingVolumeUSD_ASC', - DailyStatIdTradingVolumeUsdAscNullsFirst = 'dailyStatId_tradingVolumeUSD_ASC_NULLS_FIRST', - DailyStatIdTradingVolumeUsdAscNullsLast = 'dailyStatId_tradingVolumeUSD_ASC_NULLS_LAST', - DailyStatIdTradingVolumeUsdDesc = 'dailyStatId_tradingVolumeUSD_DESC', - DailyStatIdTradingVolumeUsdDescNullsFirst = 'dailyStatId_tradingVolumeUSD_DESC_NULLS_FIRST', - DailyStatIdTradingVolumeUsdDescNullsLast = 'dailyStatId_tradingVolumeUSD_DESC_NULLS_LAST', - DailyStatIdWrappedSupplyAsc = 'dailyStatId_wrappedSupply_ASC', - DailyStatIdWrappedSupplyAscNullsFirst = 'dailyStatId_wrappedSupply_ASC_NULLS_FIRST', - DailyStatIdWrappedSupplyAscNullsLast = 'dailyStatId_wrappedSupply_ASC_NULLS_LAST', - DailyStatIdWrappedSupplyDesc = 'dailyStatId_wrappedSupply_DESC', - DailyStatIdWrappedSupplyDescNullsFirst = 'dailyStatId_wrappedSupply_DESC_NULLS_FIRST', - DailyStatIdWrappedSupplyDescNullsLast = 'dailyStatId_wrappedSupply_DESC_NULLS_LAST', - DailyStatIdYieldEth7DayAsc = 'dailyStatId_yieldETH7Day_ASC', - DailyStatIdYieldEth7DayAscNullsFirst = 'dailyStatId_yieldETH7Day_ASC_NULLS_FIRST', - DailyStatIdYieldEth7DayAscNullsLast = 'dailyStatId_yieldETH7Day_ASC_NULLS_LAST', - DailyStatIdYieldEth7DayDesc = 'dailyStatId_yieldETH7Day_DESC', - DailyStatIdYieldEth7DayDescNullsFirst = 'dailyStatId_yieldETH7Day_DESC_NULLS_FIRST', - DailyStatIdYieldEth7DayDescNullsLast = 'dailyStatId_yieldETH7Day_DESC_NULLS_LAST', - DailyStatIdYieldEthAllTimeAsc = 'dailyStatId_yieldETHAllTime_ASC', - DailyStatIdYieldEthAllTimeAscNullsFirst = 'dailyStatId_yieldETHAllTime_ASC_NULLS_FIRST', - DailyStatIdYieldEthAllTimeAscNullsLast = 'dailyStatId_yieldETHAllTime_ASC_NULLS_LAST', - DailyStatIdYieldEthAllTimeDesc = 'dailyStatId_yieldETHAllTime_DESC', - DailyStatIdYieldEthAllTimeDescNullsFirst = 'dailyStatId_yieldETHAllTime_DESC_NULLS_FIRST', - DailyStatIdYieldEthAllTimeDescNullsLast = 'dailyStatId_yieldETHAllTime_DESC_NULLS_LAST', - DailyStatIdYieldEthAsc = 'dailyStatId_yieldETH_ASC', - DailyStatIdYieldEthAscNullsFirst = 'dailyStatId_yieldETH_ASC_NULLS_FIRST', - DailyStatIdYieldEthAscNullsLast = 'dailyStatId_yieldETH_ASC_NULLS_LAST', - DailyStatIdYieldEthDesc = 'dailyStatId_yieldETH_DESC', - DailyStatIdYieldEthDescNullsFirst = 'dailyStatId_yieldETH_DESC_NULLS_FIRST', - DailyStatIdYieldEthDescNullsLast = 'dailyStatId_yieldETH_DESC_NULLS_LAST', - DailyStatIdYieldUsd7DayAsc = 'dailyStatId_yieldUSD7Day_ASC', - DailyStatIdYieldUsd7DayAscNullsFirst = 'dailyStatId_yieldUSD7Day_ASC_NULLS_FIRST', - DailyStatIdYieldUsd7DayAscNullsLast = 'dailyStatId_yieldUSD7Day_ASC_NULLS_LAST', - DailyStatIdYieldUsd7DayDesc = 'dailyStatId_yieldUSD7Day_DESC', - DailyStatIdYieldUsd7DayDescNullsFirst = 'dailyStatId_yieldUSD7Day_DESC_NULLS_FIRST', - DailyStatIdYieldUsd7DayDescNullsLast = 'dailyStatId_yieldUSD7Day_DESC_NULLS_LAST', - DailyStatIdYieldUsdAllTimeAsc = 'dailyStatId_yieldUSDAllTime_ASC', - DailyStatIdYieldUsdAllTimeAscNullsFirst = 'dailyStatId_yieldUSDAllTime_ASC_NULLS_FIRST', - DailyStatIdYieldUsdAllTimeAscNullsLast = 'dailyStatId_yieldUSDAllTime_ASC_NULLS_LAST', - DailyStatIdYieldUsdAllTimeDesc = 'dailyStatId_yieldUSDAllTime_DESC', - DailyStatIdYieldUsdAllTimeDescNullsFirst = 'dailyStatId_yieldUSDAllTime_DESC_NULLS_FIRST', - DailyStatIdYieldUsdAllTimeDescNullsLast = 'dailyStatId_yieldUSDAllTime_DESC_NULLS_LAST', - DailyStatIdYieldUsdAsc = 'dailyStatId_yieldUSD_ASC', - DailyStatIdYieldUsdAscNullsFirst = 'dailyStatId_yieldUSD_ASC_NULLS_FIRST', - DailyStatIdYieldUsdAscNullsLast = 'dailyStatId_yieldUSD_ASC_NULLS_LAST', - DailyStatIdYieldUsdDesc = 'dailyStatId_yieldUSD_DESC', - DailyStatIdYieldUsdDescNullsFirst = 'dailyStatId_yieldUSD_DESC_NULLS_FIRST', - DailyStatIdYieldUsdDescNullsLast = 'dailyStatId_yieldUSD_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - PriceAsc = 'price_ASC', - PriceAscNullsFirst = 'price_ASC_NULLS_FIRST', - PriceAscNullsLast = 'price_ASC_NULLS_LAST', - PriceDesc = 'price_DESC', - PriceDescNullsFirst = 'price_DESC_NULLS_FIRST', - PriceDescNullsLast = 'price_DESC_NULLS_LAST', - SymbolAsc = 'symbol_ASC', - SymbolAscNullsFirst = 'symbol_ASC_NULLS_FIRST', - SymbolAscNullsLast = 'symbol_ASC_NULLS_LAST', - SymbolDesc = 'symbol_DESC', - SymbolDescNullsFirst = 'symbol_DESC_NULLS_FIRST', - SymbolDescNullsLast = 'symbol_DESC_NULLS_LAST', - ValueAsc = 'value_ASC', - ValueAscNullsFirst = 'value_ASC_NULLS_FIRST', - ValueAscNullsLast = 'value_ASC_NULLS_LAST', - ValueDesc = 'value_DESC', - ValueDescNullsFirst = 'value_DESC_NULLS_FIRST', - ValueDescNullsLast = 'value_DESC_NULLS_LAST' -} - -export type OusdCollateralDailyStatWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - dailyStatId?: InputMaybe; - dailyStatId_isNull?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - price_eq?: InputMaybe; - price_gt?: InputMaybe; - price_gte?: InputMaybe; - price_in?: InputMaybe>; - price_isNull?: InputMaybe; - price_lt?: InputMaybe; - price_lte?: InputMaybe; - price_not_eq?: InputMaybe; - price_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_containsInsensitive?: InputMaybe; - symbol_endsWith?: InputMaybe; - symbol_eq?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_isNull?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_containsInsensitive?: InputMaybe; - symbol_not_endsWith?: InputMaybe; - symbol_not_eq?: InputMaybe; - symbol_not_in?: InputMaybe>; - symbol_not_startsWith?: InputMaybe; - symbol_startsWith?: InputMaybe; - value_eq?: InputMaybe; - value_gt?: InputMaybe; - value_gte?: InputMaybe; - value_in?: InputMaybe>; - value_isNull?: InputMaybe; - value_lt?: InputMaybe; - value_lte?: InputMaybe; - value_not_eq?: InputMaybe; - value_not_in?: InputMaybe>; -}; - -export type OusdCollateralDailyStatsConnection = { - __typename?: 'OUSDCollateralDailyStatsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdCompoundStrategiesConnection = { - __typename?: 'OUSDCompoundStrategiesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdCompoundStrategy = { - __typename?: 'OUSDCompoundStrategy'; - blockNumber: Scalars['Int']['output']; - dai: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - usdc: Scalars['BigInt']['output']; - usdt: Scalars['BigInt']['output']; -}; - -export type OusdCompoundStrategyEdge = { - __typename?: 'OUSDCompoundStrategyEdge'; - cursor: Scalars['String']['output']; - node: OusdCompoundStrategy; -}; - -export enum OusdCompoundStrategyOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DaiAsc = 'dai_ASC', - DaiAscNullsFirst = 'dai_ASC_NULLS_FIRST', - DaiAscNullsLast = 'dai_ASC_NULLS_LAST', - DaiDesc = 'dai_DESC', - DaiDescNullsFirst = 'dai_DESC_NULLS_FIRST', - DaiDescNullsLast = 'dai_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - UsdcAsc = 'usdc_ASC', - UsdcAscNullsFirst = 'usdc_ASC_NULLS_FIRST', - UsdcAscNullsLast = 'usdc_ASC_NULLS_LAST', - UsdcDesc = 'usdc_DESC', - UsdcDescNullsFirst = 'usdc_DESC_NULLS_FIRST', - UsdcDescNullsLast = 'usdc_DESC_NULLS_LAST', - UsdtAsc = 'usdt_ASC', - UsdtAscNullsFirst = 'usdt_ASC_NULLS_FIRST', - UsdtAscNullsLast = 'usdt_ASC_NULLS_LAST', - UsdtDesc = 'usdt_DESC', - UsdtDescNullsFirst = 'usdt_DESC_NULLS_FIRST', - UsdtDescNullsLast = 'usdt_DESC_NULLS_LAST' -} - -export type OusdCompoundStrategyWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dai_eq?: InputMaybe; - dai_gt?: InputMaybe; - dai_gte?: InputMaybe; - dai_in?: InputMaybe>; - dai_isNull?: InputMaybe; - dai_lt?: InputMaybe; - dai_lte?: InputMaybe; - dai_not_eq?: InputMaybe; - dai_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - usdc_eq?: InputMaybe; - usdc_gt?: InputMaybe; - usdc_gte?: InputMaybe; - usdc_in?: InputMaybe>; - usdc_isNull?: InputMaybe; - usdc_lt?: InputMaybe; - usdc_lte?: InputMaybe; - usdc_not_eq?: InputMaybe; - usdc_not_in?: InputMaybe>; - usdt_eq?: InputMaybe; - usdt_gt?: InputMaybe; - usdt_gte?: InputMaybe; - usdt_in?: InputMaybe>; - usdt_isNull?: InputMaybe; - usdt_lt?: InputMaybe; - usdt_lte?: InputMaybe; - usdt_not_eq?: InputMaybe; - usdt_not_in?: InputMaybe>; -}; - -export type OusdConvexLusdPlus3Crv = { - __typename?: 'OUSDConvexLUSDPlus3Crv'; - blockNumber: Scalars['Int']['output']; - dai: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - usdc: Scalars['BigInt']['output']; - usdt: Scalars['BigInt']['output']; -}; - -export type OusdConvexLusdPlus3CrvEdge = { - __typename?: 'OUSDConvexLUSDPlus3CrvEdge'; - cursor: Scalars['String']['output']; - node: OusdConvexLusdPlus3Crv; -}; - -export enum OusdConvexLusdPlus3CrvOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DaiAsc = 'dai_ASC', - DaiAscNullsFirst = 'dai_ASC_NULLS_FIRST', - DaiAscNullsLast = 'dai_ASC_NULLS_LAST', - DaiDesc = 'dai_DESC', - DaiDescNullsFirst = 'dai_DESC_NULLS_FIRST', - DaiDescNullsLast = 'dai_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - UsdcAsc = 'usdc_ASC', - UsdcAscNullsFirst = 'usdc_ASC_NULLS_FIRST', - UsdcAscNullsLast = 'usdc_ASC_NULLS_LAST', - UsdcDesc = 'usdc_DESC', - UsdcDescNullsFirst = 'usdc_DESC_NULLS_FIRST', - UsdcDescNullsLast = 'usdc_DESC_NULLS_LAST', - UsdtAsc = 'usdt_ASC', - UsdtAscNullsFirst = 'usdt_ASC_NULLS_FIRST', - UsdtAscNullsLast = 'usdt_ASC_NULLS_LAST', - UsdtDesc = 'usdt_DESC', - UsdtDescNullsFirst = 'usdt_DESC_NULLS_FIRST', - UsdtDescNullsLast = 'usdt_DESC_NULLS_LAST' -} - -export type OusdConvexLusdPlus3CrvWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dai_eq?: InputMaybe; - dai_gt?: InputMaybe; - dai_gte?: InputMaybe; - dai_in?: InputMaybe>; - dai_isNull?: InputMaybe; - dai_lt?: InputMaybe; - dai_lte?: InputMaybe; - dai_not_eq?: InputMaybe; - dai_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - usdc_eq?: InputMaybe; - usdc_gt?: InputMaybe; - usdc_gte?: InputMaybe; - usdc_in?: InputMaybe>; - usdc_isNull?: InputMaybe; - usdc_lt?: InputMaybe; - usdc_lte?: InputMaybe; - usdc_not_eq?: InputMaybe; - usdc_not_in?: InputMaybe>; - usdt_eq?: InputMaybe; - usdt_gt?: InputMaybe; - usdt_gte?: InputMaybe; - usdt_in?: InputMaybe>; - usdt_isNull?: InputMaybe; - usdt_lt?: InputMaybe; - usdt_lte?: InputMaybe; - usdt_not_eq?: InputMaybe; - usdt_not_in?: InputMaybe>; -}; - -export type OusdConvexLusdPlus3CrvsConnection = { - __typename?: 'OUSDConvexLUSDPlus3CrvsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdConvexStrategiesConnection = { - __typename?: 'OUSDConvexStrategiesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdConvexStrategy = { - __typename?: 'OUSDConvexStrategy'; - blockNumber: Scalars['Int']['output']; - dai: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - usdc: Scalars['BigInt']['output']; - usdt: Scalars['BigInt']['output']; -}; - -export type OusdConvexStrategyEdge = { - __typename?: 'OUSDConvexStrategyEdge'; - cursor: Scalars['String']['output']; - node: OusdConvexStrategy; -}; - -export enum OusdConvexStrategyOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DaiAsc = 'dai_ASC', - DaiAscNullsFirst = 'dai_ASC_NULLS_FIRST', - DaiAscNullsLast = 'dai_ASC_NULLS_LAST', - DaiDesc = 'dai_DESC', - DaiDescNullsFirst = 'dai_DESC_NULLS_FIRST', - DaiDescNullsLast = 'dai_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - UsdcAsc = 'usdc_ASC', - UsdcAscNullsFirst = 'usdc_ASC_NULLS_FIRST', - UsdcAscNullsLast = 'usdc_ASC_NULLS_LAST', - UsdcDesc = 'usdc_DESC', - UsdcDescNullsFirst = 'usdc_DESC_NULLS_FIRST', - UsdcDescNullsLast = 'usdc_DESC_NULLS_LAST', - UsdtAsc = 'usdt_ASC', - UsdtAscNullsFirst = 'usdt_ASC_NULLS_FIRST', - UsdtAscNullsLast = 'usdt_ASC_NULLS_LAST', - UsdtDesc = 'usdt_DESC', - UsdtDescNullsFirst = 'usdt_DESC_NULLS_FIRST', - UsdtDescNullsLast = 'usdt_DESC_NULLS_LAST' -} - -export type OusdConvexStrategyWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dai_eq?: InputMaybe; - dai_gt?: InputMaybe; - dai_gte?: InputMaybe; - dai_in?: InputMaybe>; - dai_isNull?: InputMaybe; - dai_lt?: InputMaybe; - dai_lte?: InputMaybe; - dai_not_eq?: InputMaybe; - dai_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - usdc_eq?: InputMaybe; - usdc_gt?: InputMaybe; - usdc_gte?: InputMaybe; - usdc_in?: InputMaybe>; - usdc_isNull?: InputMaybe; - usdc_lt?: InputMaybe; - usdc_lte?: InputMaybe; - usdc_not_eq?: InputMaybe; - usdc_not_in?: InputMaybe>; - usdt_eq?: InputMaybe; - usdt_gt?: InputMaybe; - usdt_gte?: InputMaybe; - usdt_in?: InputMaybe>; - usdt_isNull?: InputMaybe; - usdt_lt?: InputMaybe; - usdt_lte?: InputMaybe; - usdt_not_eq?: InputMaybe; - usdt_not_in?: InputMaybe>; -}; - -export type OusdDailyStat = { - __typename?: 'OUSDDailyStat'; - amoSupply: Scalars['BigInt']['output']; - apr: Scalars['Float']['output']; - apy: Scalars['Float']['output']; - apy7DayAvg: Scalars['Float']['output']; - apy14DayAvg: Scalars['Float']['output']; - apy30DayAvg: Scalars['Float']['output']; - blockNumber: Scalars['Int']['output']; - collateral: Array; - dripperWETH: Scalars['BigInt']['output']; - feesETH: Scalars['BigInt']['output']; - feesETH7Day: Scalars['BigInt']['output']; - feesETHAllTime: Scalars['BigInt']['output']; - feesUSD: Scalars['BigInt']['output']; - feesUSD7Day: Scalars['BigInt']['output']; - feesUSDAllTime: Scalars['BigInt']['output']; - holdersOverThreshold: Scalars['Int']['output']; - id: Scalars['String']['output']; - marketCapUSD: Scalars['Float']['output']; - nonRebasingSupply: Scalars['BigInt']['output']; - pegPrice: Scalars['BigInt']['output']; - rebasingSupply: Scalars['BigInt']['output']; - strategies: Array; - timestamp: Scalars['DateTime']['output']; - totalSupply: Scalars['BigInt']['output']; - totalSupplyUSD: Scalars['Float']['output']; - tradingVolumeUSD: Scalars['Float']['output']; - wrappedSupply: Scalars['BigInt']['output']; - yieldETH: Scalars['BigInt']['output']; - yieldETH7Day: Scalars['BigInt']['output']; - yieldETHAllTime: Scalars['BigInt']['output']; - yieldUSD: Scalars['BigInt']['output']; - yieldUSD7Day: Scalars['BigInt']['output']; - yieldUSDAllTime: Scalars['BigInt']['output']; -}; - - -export type OusdDailyStatCollateralArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type OusdDailyStatStrategiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type OusdDailyStatEdge = { - __typename?: 'OUSDDailyStatEdge'; - cursor: Scalars['String']['output']; - node: OusdDailyStat; -}; - -export enum OusdDailyStatOrderByInput { - AmoSupplyAsc = 'amoSupply_ASC', - AmoSupplyAscNullsFirst = 'amoSupply_ASC_NULLS_FIRST', - AmoSupplyAscNullsLast = 'amoSupply_ASC_NULLS_LAST', - AmoSupplyDesc = 'amoSupply_DESC', - AmoSupplyDescNullsFirst = 'amoSupply_DESC_NULLS_FIRST', - AmoSupplyDescNullsLast = 'amoSupply_DESC_NULLS_LAST', - AprAsc = 'apr_ASC', - AprAscNullsFirst = 'apr_ASC_NULLS_FIRST', - AprAscNullsLast = 'apr_ASC_NULLS_LAST', - AprDesc = 'apr_DESC', - AprDescNullsFirst = 'apr_DESC_NULLS_FIRST', - AprDescNullsLast = 'apr_DESC_NULLS_LAST', - Apy7DayAvgAsc = 'apy7DayAvg_ASC', - Apy7DayAvgAscNullsFirst = 'apy7DayAvg_ASC_NULLS_FIRST', - Apy7DayAvgAscNullsLast = 'apy7DayAvg_ASC_NULLS_LAST', - Apy7DayAvgDesc = 'apy7DayAvg_DESC', - Apy7DayAvgDescNullsFirst = 'apy7DayAvg_DESC_NULLS_FIRST', - Apy7DayAvgDescNullsLast = 'apy7DayAvg_DESC_NULLS_LAST', - Apy14DayAvgAsc = 'apy14DayAvg_ASC', - Apy14DayAvgAscNullsFirst = 'apy14DayAvg_ASC_NULLS_FIRST', - Apy14DayAvgAscNullsLast = 'apy14DayAvg_ASC_NULLS_LAST', - Apy14DayAvgDesc = 'apy14DayAvg_DESC', - Apy14DayAvgDescNullsFirst = 'apy14DayAvg_DESC_NULLS_FIRST', - Apy14DayAvgDescNullsLast = 'apy14DayAvg_DESC_NULLS_LAST', - Apy30DayAvgAsc = 'apy30DayAvg_ASC', - Apy30DayAvgAscNullsFirst = 'apy30DayAvg_ASC_NULLS_FIRST', - Apy30DayAvgAscNullsLast = 'apy30DayAvg_ASC_NULLS_LAST', - Apy30DayAvgDesc = 'apy30DayAvg_DESC', - Apy30DayAvgDescNullsFirst = 'apy30DayAvg_DESC_NULLS_FIRST', - Apy30DayAvgDescNullsLast = 'apy30DayAvg_DESC_NULLS_LAST', - ApyAsc = 'apy_ASC', - ApyAscNullsFirst = 'apy_ASC_NULLS_FIRST', - ApyAscNullsLast = 'apy_ASC_NULLS_LAST', - ApyDesc = 'apy_DESC', - ApyDescNullsFirst = 'apy_DESC_NULLS_FIRST', - ApyDescNullsLast = 'apy_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DripperWethAsc = 'dripperWETH_ASC', - DripperWethAscNullsFirst = 'dripperWETH_ASC_NULLS_FIRST', - DripperWethAscNullsLast = 'dripperWETH_ASC_NULLS_LAST', - DripperWethDesc = 'dripperWETH_DESC', - DripperWethDescNullsFirst = 'dripperWETH_DESC_NULLS_FIRST', - DripperWethDescNullsLast = 'dripperWETH_DESC_NULLS_LAST', - FeesEth7DayAsc = 'feesETH7Day_ASC', - FeesEth7DayAscNullsFirst = 'feesETH7Day_ASC_NULLS_FIRST', - FeesEth7DayAscNullsLast = 'feesETH7Day_ASC_NULLS_LAST', - FeesEth7DayDesc = 'feesETH7Day_DESC', - FeesEth7DayDescNullsFirst = 'feesETH7Day_DESC_NULLS_FIRST', - FeesEth7DayDescNullsLast = 'feesETH7Day_DESC_NULLS_LAST', - FeesEthAllTimeAsc = 'feesETHAllTime_ASC', - FeesEthAllTimeAscNullsFirst = 'feesETHAllTime_ASC_NULLS_FIRST', - FeesEthAllTimeAscNullsLast = 'feesETHAllTime_ASC_NULLS_LAST', - FeesEthAllTimeDesc = 'feesETHAllTime_DESC', - FeesEthAllTimeDescNullsFirst = 'feesETHAllTime_DESC_NULLS_FIRST', - FeesEthAllTimeDescNullsLast = 'feesETHAllTime_DESC_NULLS_LAST', - FeesEthAsc = 'feesETH_ASC', - FeesEthAscNullsFirst = 'feesETH_ASC_NULLS_FIRST', - FeesEthAscNullsLast = 'feesETH_ASC_NULLS_LAST', - FeesEthDesc = 'feesETH_DESC', - FeesEthDescNullsFirst = 'feesETH_DESC_NULLS_FIRST', - FeesEthDescNullsLast = 'feesETH_DESC_NULLS_LAST', - FeesUsd7DayAsc = 'feesUSD7Day_ASC', - FeesUsd7DayAscNullsFirst = 'feesUSD7Day_ASC_NULLS_FIRST', - FeesUsd7DayAscNullsLast = 'feesUSD7Day_ASC_NULLS_LAST', - FeesUsd7DayDesc = 'feesUSD7Day_DESC', - FeesUsd7DayDescNullsFirst = 'feesUSD7Day_DESC_NULLS_FIRST', - FeesUsd7DayDescNullsLast = 'feesUSD7Day_DESC_NULLS_LAST', - FeesUsdAllTimeAsc = 'feesUSDAllTime_ASC', - FeesUsdAllTimeAscNullsFirst = 'feesUSDAllTime_ASC_NULLS_FIRST', - FeesUsdAllTimeAscNullsLast = 'feesUSDAllTime_ASC_NULLS_LAST', - FeesUsdAllTimeDesc = 'feesUSDAllTime_DESC', - FeesUsdAllTimeDescNullsFirst = 'feesUSDAllTime_DESC_NULLS_FIRST', - FeesUsdAllTimeDescNullsLast = 'feesUSDAllTime_DESC_NULLS_LAST', - FeesUsdAsc = 'feesUSD_ASC', - FeesUsdAscNullsFirst = 'feesUSD_ASC_NULLS_FIRST', - FeesUsdAscNullsLast = 'feesUSD_ASC_NULLS_LAST', - FeesUsdDesc = 'feesUSD_DESC', - FeesUsdDescNullsFirst = 'feesUSD_DESC_NULLS_FIRST', - FeesUsdDescNullsLast = 'feesUSD_DESC_NULLS_LAST', - HoldersOverThresholdAsc = 'holdersOverThreshold_ASC', - HoldersOverThresholdAscNullsFirst = 'holdersOverThreshold_ASC_NULLS_FIRST', - HoldersOverThresholdAscNullsLast = 'holdersOverThreshold_ASC_NULLS_LAST', - HoldersOverThresholdDesc = 'holdersOverThreshold_DESC', - HoldersOverThresholdDescNullsFirst = 'holdersOverThreshold_DESC_NULLS_FIRST', - HoldersOverThresholdDescNullsLast = 'holdersOverThreshold_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - MarketCapUsdAsc = 'marketCapUSD_ASC', - MarketCapUsdAscNullsFirst = 'marketCapUSD_ASC_NULLS_FIRST', - MarketCapUsdAscNullsLast = 'marketCapUSD_ASC_NULLS_LAST', - MarketCapUsdDesc = 'marketCapUSD_DESC', - MarketCapUsdDescNullsFirst = 'marketCapUSD_DESC_NULLS_FIRST', - MarketCapUsdDescNullsLast = 'marketCapUSD_DESC_NULLS_LAST', - NonRebasingSupplyAsc = 'nonRebasingSupply_ASC', - NonRebasingSupplyAscNullsFirst = 'nonRebasingSupply_ASC_NULLS_FIRST', - NonRebasingSupplyAscNullsLast = 'nonRebasingSupply_ASC_NULLS_LAST', - NonRebasingSupplyDesc = 'nonRebasingSupply_DESC', - NonRebasingSupplyDescNullsFirst = 'nonRebasingSupply_DESC_NULLS_FIRST', - NonRebasingSupplyDescNullsLast = 'nonRebasingSupply_DESC_NULLS_LAST', - PegPriceAsc = 'pegPrice_ASC', - PegPriceAscNullsFirst = 'pegPrice_ASC_NULLS_FIRST', - PegPriceAscNullsLast = 'pegPrice_ASC_NULLS_LAST', - PegPriceDesc = 'pegPrice_DESC', - PegPriceDescNullsFirst = 'pegPrice_DESC_NULLS_FIRST', - PegPriceDescNullsLast = 'pegPrice_DESC_NULLS_LAST', - RebasingSupplyAsc = 'rebasingSupply_ASC', - RebasingSupplyAscNullsFirst = 'rebasingSupply_ASC_NULLS_FIRST', - RebasingSupplyAscNullsLast = 'rebasingSupply_ASC_NULLS_LAST', - RebasingSupplyDesc = 'rebasingSupply_DESC', - RebasingSupplyDescNullsFirst = 'rebasingSupply_DESC_NULLS_FIRST', - RebasingSupplyDescNullsLast = 'rebasingSupply_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - TotalSupplyUsdAsc = 'totalSupplyUSD_ASC', - TotalSupplyUsdAscNullsFirst = 'totalSupplyUSD_ASC_NULLS_FIRST', - TotalSupplyUsdAscNullsLast = 'totalSupplyUSD_ASC_NULLS_LAST', - TotalSupplyUsdDesc = 'totalSupplyUSD_DESC', - TotalSupplyUsdDescNullsFirst = 'totalSupplyUSD_DESC_NULLS_FIRST', - TotalSupplyUsdDescNullsLast = 'totalSupplyUSD_DESC_NULLS_LAST', - TotalSupplyAsc = 'totalSupply_ASC', - TotalSupplyAscNullsFirst = 'totalSupply_ASC_NULLS_FIRST', - TotalSupplyAscNullsLast = 'totalSupply_ASC_NULLS_LAST', - TotalSupplyDesc = 'totalSupply_DESC', - TotalSupplyDescNullsFirst = 'totalSupply_DESC_NULLS_FIRST', - TotalSupplyDescNullsLast = 'totalSupply_DESC_NULLS_LAST', - TradingVolumeUsdAsc = 'tradingVolumeUSD_ASC', - TradingVolumeUsdAscNullsFirst = 'tradingVolumeUSD_ASC_NULLS_FIRST', - TradingVolumeUsdAscNullsLast = 'tradingVolumeUSD_ASC_NULLS_LAST', - TradingVolumeUsdDesc = 'tradingVolumeUSD_DESC', - TradingVolumeUsdDescNullsFirst = 'tradingVolumeUSD_DESC_NULLS_FIRST', - TradingVolumeUsdDescNullsLast = 'tradingVolumeUSD_DESC_NULLS_LAST', - WrappedSupplyAsc = 'wrappedSupply_ASC', - WrappedSupplyAscNullsFirst = 'wrappedSupply_ASC_NULLS_FIRST', - WrappedSupplyAscNullsLast = 'wrappedSupply_ASC_NULLS_LAST', - WrappedSupplyDesc = 'wrappedSupply_DESC', - WrappedSupplyDescNullsFirst = 'wrappedSupply_DESC_NULLS_FIRST', - WrappedSupplyDescNullsLast = 'wrappedSupply_DESC_NULLS_LAST', - YieldEth7DayAsc = 'yieldETH7Day_ASC', - YieldEth7DayAscNullsFirst = 'yieldETH7Day_ASC_NULLS_FIRST', - YieldEth7DayAscNullsLast = 'yieldETH7Day_ASC_NULLS_LAST', - YieldEth7DayDesc = 'yieldETH7Day_DESC', - YieldEth7DayDescNullsFirst = 'yieldETH7Day_DESC_NULLS_FIRST', - YieldEth7DayDescNullsLast = 'yieldETH7Day_DESC_NULLS_LAST', - YieldEthAllTimeAsc = 'yieldETHAllTime_ASC', - YieldEthAllTimeAscNullsFirst = 'yieldETHAllTime_ASC_NULLS_FIRST', - YieldEthAllTimeAscNullsLast = 'yieldETHAllTime_ASC_NULLS_LAST', - YieldEthAllTimeDesc = 'yieldETHAllTime_DESC', - YieldEthAllTimeDescNullsFirst = 'yieldETHAllTime_DESC_NULLS_FIRST', - YieldEthAllTimeDescNullsLast = 'yieldETHAllTime_DESC_NULLS_LAST', - YieldEthAsc = 'yieldETH_ASC', - YieldEthAscNullsFirst = 'yieldETH_ASC_NULLS_FIRST', - YieldEthAscNullsLast = 'yieldETH_ASC_NULLS_LAST', - YieldEthDesc = 'yieldETH_DESC', - YieldEthDescNullsFirst = 'yieldETH_DESC_NULLS_FIRST', - YieldEthDescNullsLast = 'yieldETH_DESC_NULLS_LAST', - YieldUsd7DayAsc = 'yieldUSD7Day_ASC', - YieldUsd7DayAscNullsFirst = 'yieldUSD7Day_ASC_NULLS_FIRST', - YieldUsd7DayAscNullsLast = 'yieldUSD7Day_ASC_NULLS_LAST', - YieldUsd7DayDesc = 'yieldUSD7Day_DESC', - YieldUsd7DayDescNullsFirst = 'yieldUSD7Day_DESC_NULLS_FIRST', - YieldUsd7DayDescNullsLast = 'yieldUSD7Day_DESC_NULLS_LAST', - YieldUsdAllTimeAsc = 'yieldUSDAllTime_ASC', - YieldUsdAllTimeAscNullsFirst = 'yieldUSDAllTime_ASC_NULLS_FIRST', - YieldUsdAllTimeAscNullsLast = 'yieldUSDAllTime_ASC_NULLS_LAST', - YieldUsdAllTimeDesc = 'yieldUSDAllTime_DESC', - YieldUsdAllTimeDescNullsFirst = 'yieldUSDAllTime_DESC_NULLS_FIRST', - YieldUsdAllTimeDescNullsLast = 'yieldUSDAllTime_DESC_NULLS_LAST', - YieldUsdAsc = 'yieldUSD_ASC', - YieldUsdAscNullsFirst = 'yieldUSD_ASC_NULLS_FIRST', - YieldUsdAscNullsLast = 'yieldUSD_ASC_NULLS_LAST', - YieldUsdDesc = 'yieldUSD_DESC', - YieldUsdDescNullsFirst = 'yieldUSD_DESC_NULLS_FIRST', - YieldUsdDescNullsLast = 'yieldUSD_DESC_NULLS_LAST' -} - -export type OusdDailyStatWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - amoSupply_eq?: InputMaybe; - amoSupply_gt?: InputMaybe; - amoSupply_gte?: InputMaybe; - amoSupply_in?: InputMaybe>; - amoSupply_isNull?: InputMaybe; - amoSupply_lt?: InputMaybe; - amoSupply_lte?: InputMaybe; - amoSupply_not_eq?: InputMaybe; - amoSupply_not_in?: InputMaybe>; - apr_eq?: InputMaybe; - apr_gt?: InputMaybe; - apr_gte?: InputMaybe; - apr_in?: InputMaybe>; - apr_isNull?: InputMaybe; - apr_lt?: InputMaybe; - apr_lte?: InputMaybe; - apr_not_eq?: InputMaybe; - apr_not_in?: InputMaybe>; - apy7DayAvg_eq?: InputMaybe; - apy7DayAvg_gt?: InputMaybe; - apy7DayAvg_gte?: InputMaybe; - apy7DayAvg_in?: InputMaybe>; - apy7DayAvg_isNull?: InputMaybe; - apy7DayAvg_lt?: InputMaybe; - apy7DayAvg_lte?: InputMaybe; - apy7DayAvg_not_eq?: InputMaybe; - apy7DayAvg_not_in?: InputMaybe>; - apy14DayAvg_eq?: InputMaybe; - apy14DayAvg_gt?: InputMaybe; - apy14DayAvg_gte?: InputMaybe; - apy14DayAvg_in?: InputMaybe>; - apy14DayAvg_isNull?: InputMaybe; - apy14DayAvg_lt?: InputMaybe; - apy14DayAvg_lte?: InputMaybe; - apy14DayAvg_not_eq?: InputMaybe; - apy14DayAvg_not_in?: InputMaybe>; - apy30DayAvg_eq?: InputMaybe; - apy30DayAvg_gt?: InputMaybe; - apy30DayAvg_gte?: InputMaybe; - apy30DayAvg_in?: InputMaybe>; - apy30DayAvg_isNull?: InputMaybe; - apy30DayAvg_lt?: InputMaybe; - apy30DayAvg_lte?: InputMaybe; - apy30DayAvg_not_eq?: InputMaybe; - apy30DayAvg_not_in?: InputMaybe>; - apy_eq?: InputMaybe; - apy_gt?: InputMaybe; - apy_gte?: InputMaybe; - apy_in?: InputMaybe>; - apy_isNull?: InputMaybe; - apy_lt?: InputMaybe; - apy_lte?: InputMaybe; - apy_not_eq?: InputMaybe; - apy_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - collateral_every?: InputMaybe; - collateral_none?: InputMaybe; - collateral_some?: InputMaybe; - dripperWETH_eq?: InputMaybe; - dripperWETH_gt?: InputMaybe; - dripperWETH_gte?: InputMaybe; - dripperWETH_in?: InputMaybe>; - dripperWETH_isNull?: InputMaybe; - dripperWETH_lt?: InputMaybe; - dripperWETH_lte?: InputMaybe; - dripperWETH_not_eq?: InputMaybe; - dripperWETH_not_in?: InputMaybe>; - feesETH7Day_eq?: InputMaybe; - feesETH7Day_gt?: InputMaybe; - feesETH7Day_gte?: InputMaybe; - feesETH7Day_in?: InputMaybe>; - feesETH7Day_isNull?: InputMaybe; - feesETH7Day_lt?: InputMaybe; - feesETH7Day_lte?: InputMaybe; - feesETH7Day_not_eq?: InputMaybe; - feesETH7Day_not_in?: InputMaybe>; - feesETHAllTime_eq?: InputMaybe; - feesETHAllTime_gt?: InputMaybe; - feesETHAllTime_gte?: InputMaybe; - feesETHAllTime_in?: InputMaybe>; - feesETHAllTime_isNull?: InputMaybe; - feesETHAllTime_lt?: InputMaybe; - feesETHAllTime_lte?: InputMaybe; - feesETHAllTime_not_eq?: InputMaybe; - feesETHAllTime_not_in?: InputMaybe>; - feesETH_eq?: InputMaybe; - feesETH_gt?: InputMaybe; - feesETH_gte?: InputMaybe; - feesETH_in?: InputMaybe>; - feesETH_isNull?: InputMaybe; - feesETH_lt?: InputMaybe; - feesETH_lte?: InputMaybe; - feesETH_not_eq?: InputMaybe; - feesETH_not_in?: InputMaybe>; - feesUSD7Day_eq?: InputMaybe; - feesUSD7Day_gt?: InputMaybe; - feesUSD7Day_gte?: InputMaybe; - feesUSD7Day_in?: InputMaybe>; - feesUSD7Day_isNull?: InputMaybe; - feesUSD7Day_lt?: InputMaybe; - feesUSD7Day_lte?: InputMaybe; - feesUSD7Day_not_eq?: InputMaybe; - feesUSD7Day_not_in?: InputMaybe>; - feesUSDAllTime_eq?: InputMaybe; - feesUSDAllTime_gt?: InputMaybe; - feesUSDAllTime_gte?: InputMaybe; - feesUSDAllTime_in?: InputMaybe>; - feesUSDAllTime_isNull?: InputMaybe; - feesUSDAllTime_lt?: InputMaybe; - feesUSDAllTime_lte?: InputMaybe; - feesUSDAllTime_not_eq?: InputMaybe; - feesUSDAllTime_not_in?: InputMaybe>; - feesUSD_eq?: InputMaybe; - feesUSD_gt?: InputMaybe; - feesUSD_gte?: InputMaybe; - feesUSD_in?: InputMaybe>; - feesUSD_isNull?: InputMaybe; - feesUSD_lt?: InputMaybe; - feesUSD_lte?: InputMaybe; - feesUSD_not_eq?: InputMaybe; - feesUSD_not_in?: InputMaybe>; - holdersOverThreshold_eq?: InputMaybe; - holdersOverThreshold_gt?: InputMaybe; - holdersOverThreshold_gte?: InputMaybe; - holdersOverThreshold_in?: InputMaybe>; - holdersOverThreshold_isNull?: InputMaybe; - holdersOverThreshold_lt?: InputMaybe; - holdersOverThreshold_lte?: InputMaybe; - holdersOverThreshold_not_eq?: InputMaybe; - holdersOverThreshold_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - marketCapUSD_eq?: InputMaybe; - marketCapUSD_gt?: InputMaybe; - marketCapUSD_gte?: InputMaybe; - marketCapUSD_in?: InputMaybe>; - marketCapUSD_isNull?: InputMaybe; - marketCapUSD_lt?: InputMaybe; - marketCapUSD_lte?: InputMaybe; - marketCapUSD_not_eq?: InputMaybe; - marketCapUSD_not_in?: InputMaybe>; - nonRebasingSupply_eq?: InputMaybe; - nonRebasingSupply_gt?: InputMaybe; - nonRebasingSupply_gte?: InputMaybe; - nonRebasingSupply_in?: InputMaybe>; - nonRebasingSupply_isNull?: InputMaybe; - nonRebasingSupply_lt?: InputMaybe; - nonRebasingSupply_lte?: InputMaybe; - nonRebasingSupply_not_eq?: InputMaybe; - nonRebasingSupply_not_in?: InputMaybe>; - pegPrice_eq?: InputMaybe; - pegPrice_gt?: InputMaybe; - pegPrice_gte?: InputMaybe; - pegPrice_in?: InputMaybe>; - pegPrice_isNull?: InputMaybe; - pegPrice_lt?: InputMaybe; - pegPrice_lte?: InputMaybe; - pegPrice_not_eq?: InputMaybe; - pegPrice_not_in?: InputMaybe>; - rebasingSupply_eq?: InputMaybe; - rebasingSupply_gt?: InputMaybe; - rebasingSupply_gte?: InputMaybe; - rebasingSupply_in?: InputMaybe>; - rebasingSupply_isNull?: InputMaybe; - rebasingSupply_lt?: InputMaybe; - rebasingSupply_lte?: InputMaybe; - rebasingSupply_not_eq?: InputMaybe; - rebasingSupply_not_in?: InputMaybe>; - strategies_every?: InputMaybe; - strategies_none?: InputMaybe; - strategies_some?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - totalSupplyUSD_eq?: InputMaybe; - totalSupplyUSD_gt?: InputMaybe; - totalSupplyUSD_gte?: InputMaybe; - totalSupplyUSD_in?: InputMaybe>; - totalSupplyUSD_isNull?: InputMaybe; - totalSupplyUSD_lt?: InputMaybe; - totalSupplyUSD_lte?: InputMaybe; - totalSupplyUSD_not_eq?: InputMaybe; - totalSupplyUSD_not_in?: InputMaybe>; - totalSupply_eq?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_isNull?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_not_eq?: InputMaybe; - totalSupply_not_in?: InputMaybe>; - tradingVolumeUSD_eq?: InputMaybe; - tradingVolumeUSD_gt?: InputMaybe; - tradingVolumeUSD_gte?: InputMaybe; - tradingVolumeUSD_in?: InputMaybe>; - tradingVolumeUSD_isNull?: InputMaybe; - tradingVolumeUSD_lt?: InputMaybe; - tradingVolumeUSD_lte?: InputMaybe; - tradingVolumeUSD_not_eq?: InputMaybe; - tradingVolumeUSD_not_in?: InputMaybe>; - wrappedSupply_eq?: InputMaybe; - wrappedSupply_gt?: InputMaybe; - wrappedSupply_gte?: InputMaybe; - wrappedSupply_in?: InputMaybe>; - wrappedSupply_isNull?: InputMaybe; - wrappedSupply_lt?: InputMaybe; - wrappedSupply_lte?: InputMaybe; - wrappedSupply_not_eq?: InputMaybe; - wrappedSupply_not_in?: InputMaybe>; - yieldETH7Day_eq?: InputMaybe; - yieldETH7Day_gt?: InputMaybe; - yieldETH7Day_gte?: InputMaybe; - yieldETH7Day_in?: InputMaybe>; - yieldETH7Day_isNull?: InputMaybe; - yieldETH7Day_lt?: InputMaybe; - yieldETH7Day_lte?: InputMaybe; - yieldETH7Day_not_eq?: InputMaybe; - yieldETH7Day_not_in?: InputMaybe>; - yieldETHAllTime_eq?: InputMaybe; - yieldETHAllTime_gt?: InputMaybe; - yieldETHAllTime_gte?: InputMaybe; - yieldETHAllTime_in?: InputMaybe>; - yieldETHAllTime_isNull?: InputMaybe; - yieldETHAllTime_lt?: InputMaybe; - yieldETHAllTime_lte?: InputMaybe; - yieldETHAllTime_not_eq?: InputMaybe; - yieldETHAllTime_not_in?: InputMaybe>; - yieldETH_eq?: InputMaybe; - yieldETH_gt?: InputMaybe; - yieldETH_gte?: InputMaybe; - yieldETH_in?: InputMaybe>; - yieldETH_isNull?: InputMaybe; - yieldETH_lt?: InputMaybe; - yieldETH_lte?: InputMaybe; - yieldETH_not_eq?: InputMaybe; - yieldETH_not_in?: InputMaybe>; - yieldUSD7Day_eq?: InputMaybe; - yieldUSD7Day_gt?: InputMaybe; - yieldUSD7Day_gte?: InputMaybe; - yieldUSD7Day_in?: InputMaybe>; - yieldUSD7Day_isNull?: InputMaybe; - yieldUSD7Day_lt?: InputMaybe; - yieldUSD7Day_lte?: InputMaybe; - yieldUSD7Day_not_eq?: InputMaybe; - yieldUSD7Day_not_in?: InputMaybe>; - yieldUSDAllTime_eq?: InputMaybe; - yieldUSDAllTime_gt?: InputMaybe; - yieldUSDAllTime_gte?: InputMaybe; - yieldUSDAllTime_in?: InputMaybe>; - yieldUSDAllTime_isNull?: InputMaybe; - yieldUSDAllTime_lt?: InputMaybe; - yieldUSDAllTime_lte?: InputMaybe; - yieldUSDAllTime_not_eq?: InputMaybe; - yieldUSDAllTime_not_in?: InputMaybe>; - yieldUSD_eq?: InputMaybe; - yieldUSD_gt?: InputMaybe; - yieldUSD_gte?: InputMaybe; - yieldUSD_in?: InputMaybe>; - yieldUSD_isNull?: InputMaybe; - yieldUSD_lt?: InputMaybe; - yieldUSD_lte?: InputMaybe; - yieldUSD_not_eq?: InputMaybe; - yieldUSD_not_in?: InputMaybe>; -}; - -export type OusdDailyStatsConnection = { - __typename?: 'OUSDDailyStatsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdFluxStrategiesConnection = { - __typename?: 'OUSDFluxStrategiesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdFluxStrategy = { - __typename?: 'OUSDFluxStrategy'; - blockNumber: Scalars['Int']['output']; - dai: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - usdc: Scalars['BigInt']['output']; - usdt: Scalars['BigInt']['output']; -}; - -export type OusdFluxStrategyEdge = { - __typename?: 'OUSDFluxStrategyEdge'; - cursor: Scalars['String']['output']; - node: OusdFluxStrategy; -}; - -export enum OusdFluxStrategyOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DaiAsc = 'dai_ASC', - DaiAscNullsFirst = 'dai_ASC_NULLS_FIRST', - DaiAscNullsLast = 'dai_ASC_NULLS_LAST', - DaiDesc = 'dai_DESC', - DaiDescNullsFirst = 'dai_DESC_NULLS_FIRST', - DaiDescNullsLast = 'dai_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - UsdcAsc = 'usdc_ASC', - UsdcAscNullsFirst = 'usdc_ASC_NULLS_FIRST', - UsdcAscNullsLast = 'usdc_ASC_NULLS_LAST', - UsdcDesc = 'usdc_DESC', - UsdcDescNullsFirst = 'usdc_DESC_NULLS_FIRST', - UsdcDescNullsLast = 'usdc_DESC_NULLS_LAST', - UsdtAsc = 'usdt_ASC', - UsdtAscNullsFirst = 'usdt_ASC_NULLS_FIRST', - UsdtAscNullsLast = 'usdt_ASC_NULLS_LAST', - UsdtDesc = 'usdt_DESC', - UsdtDescNullsFirst = 'usdt_DESC_NULLS_FIRST', - UsdtDescNullsLast = 'usdt_DESC_NULLS_LAST' -} - -export type OusdFluxStrategyWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dai_eq?: InputMaybe; - dai_gt?: InputMaybe; - dai_gte?: InputMaybe; - dai_in?: InputMaybe>; - dai_isNull?: InputMaybe; - dai_lt?: InputMaybe; - dai_lte?: InputMaybe; - dai_not_eq?: InputMaybe; - dai_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - usdc_eq?: InputMaybe; - usdc_gt?: InputMaybe; - usdc_gte?: InputMaybe; - usdc_in?: InputMaybe>; - usdc_isNull?: InputMaybe; - usdc_lt?: InputMaybe; - usdc_lte?: InputMaybe; - usdc_not_eq?: InputMaybe; - usdc_not_in?: InputMaybe>; - usdt_eq?: InputMaybe; - usdt_gt?: InputMaybe; - usdt_gte?: InputMaybe; - usdt_in?: InputMaybe>; - usdt_isNull?: InputMaybe; - usdt_lt?: InputMaybe; - usdt_lte?: InputMaybe; - usdt_not_eq?: InputMaybe; - usdt_not_in?: InputMaybe>; -}; - -export type OusdMetaStrategiesConnection = { - __typename?: 'OUSDMetaStrategiesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdMetaStrategy = { - __typename?: 'OUSDMetaStrategy'; - blockNumber: Scalars['Int']['output']; - dai: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - usdc: Scalars['BigInt']['output']; - usdt: Scalars['BigInt']['output']; -}; - -export type OusdMetaStrategyEdge = { - __typename?: 'OUSDMetaStrategyEdge'; - cursor: Scalars['String']['output']; - node: OusdMetaStrategy; -}; - -export enum OusdMetaStrategyOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DaiAsc = 'dai_ASC', - DaiAscNullsFirst = 'dai_ASC_NULLS_FIRST', - DaiAscNullsLast = 'dai_ASC_NULLS_LAST', - DaiDesc = 'dai_DESC', - DaiDescNullsFirst = 'dai_DESC_NULLS_FIRST', - DaiDescNullsLast = 'dai_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - UsdcAsc = 'usdc_ASC', - UsdcAscNullsFirst = 'usdc_ASC_NULLS_FIRST', - UsdcAscNullsLast = 'usdc_ASC_NULLS_LAST', - UsdcDesc = 'usdc_DESC', - UsdcDescNullsFirst = 'usdc_DESC_NULLS_FIRST', - UsdcDescNullsLast = 'usdc_DESC_NULLS_LAST', - UsdtAsc = 'usdt_ASC', - UsdtAscNullsFirst = 'usdt_ASC_NULLS_FIRST', - UsdtAscNullsLast = 'usdt_ASC_NULLS_LAST', - UsdtDesc = 'usdt_DESC', - UsdtDescNullsFirst = 'usdt_DESC_NULLS_FIRST', - UsdtDescNullsLast = 'usdt_DESC_NULLS_LAST' -} - -export type OusdMetaStrategyWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dai_eq?: InputMaybe; - dai_gt?: InputMaybe; - dai_gte?: InputMaybe; - dai_in?: InputMaybe>; - dai_isNull?: InputMaybe; - dai_lt?: InputMaybe; - dai_lte?: InputMaybe; - dai_not_eq?: InputMaybe; - dai_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - usdc_eq?: InputMaybe; - usdc_gt?: InputMaybe; - usdc_gte?: InputMaybe; - usdc_in?: InputMaybe>; - usdc_isNull?: InputMaybe; - usdc_lt?: InputMaybe; - usdc_lte?: InputMaybe; - usdc_not_eq?: InputMaybe; - usdc_not_in?: InputMaybe>; - usdt_eq?: InputMaybe; - usdt_gt?: InputMaybe; - usdt_gte?: InputMaybe; - usdt_in?: InputMaybe>; - usdt_isNull?: InputMaybe; - usdt_lt?: InputMaybe; - usdt_lte?: InputMaybe; - usdt_not_eq?: InputMaybe; - usdt_not_in?: InputMaybe>; -}; - -export type OusdMorphoAave = { - __typename?: 'OUSDMorphoAave'; - blockNumber: Scalars['Int']['output']; - dai: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - usdc: Scalars['BigInt']['output']; - usdt: Scalars['BigInt']['output']; -}; - -export type OusdMorphoAaveEdge = { - __typename?: 'OUSDMorphoAaveEdge'; - cursor: Scalars['String']['output']; - node: OusdMorphoAave; -}; - -export enum OusdMorphoAaveOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DaiAsc = 'dai_ASC', - DaiAscNullsFirst = 'dai_ASC_NULLS_FIRST', - DaiAscNullsLast = 'dai_ASC_NULLS_LAST', - DaiDesc = 'dai_DESC', - DaiDescNullsFirst = 'dai_DESC_NULLS_FIRST', - DaiDescNullsLast = 'dai_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - UsdcAsc = 'usdc_ASC', - UsdcAscNullsFirst = 'usdc_ASC_NULLS_FIRST', - UsdcAscNullsLast = 'usdc_ASC_NULLS_LAST', - UsdcDesc = 'usdc_DESC', - UsdcDescNullsFirst = 'usdc_DESC_NULLS_FIRST', - UsdcDescNullsLast = 'usdc_DESC_NULLS_LAST', - UsdtAsc = 'usdt_ASC', - UsdtAscNullsFirst = 'usdt_ASC_NULLS_FIRST', - UsdtAscNullsLast = 'usdt_ASC_NULLS_LAST', - UsdtDesc = 'usdt_DESC', - UsdtDescNullsFirst = 'usdt_DESC_NULLS_FIRST', - UsdtDescNullsLast = 'usdt_DESC_NULLS_LAST' -} - -export type OusdMorphoAaveWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dai_eq?: InputMaybe; - dai_gt?: InputMaybe; - dai_gte?: InputMaybe; - dai_in?: InputMaybe>; - dai_isNull?: InputMaybe; - dai_lt?: InputMaybe; - dai_lte?: InputMaybe; - dai_not_eq?: InputMaybe; - dai_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - usdc_eq?: InputMaybe; - usdc_gt?: InputMaybe; - usdc_gte?: InputMaybe; - usdc_in?: InputMaybe>; - usdc_isNull?: InputMaybe; - usdc_lt?: InputMaybe; - usdc_lte?: InputMaybe; - usdc_not_eq?: InputMaybe; - usdc_not_in?: InputMaybe>; - usdt_eq?: InputMaybe; - usdt_gt?: InputMaybe; - usdt_gte?: InputMaybe; - usdt_in?: InputMaybe>; - usdt_isNull?: InputMaybe; - usdt_lt?: InputMaybe; - usdt_lte?: InputMaybe; - usdt_not_eq?: InputMaybe; - usdt_not_in?: InputMaybe>; -}; - -export type OusdMorphoAavesConnection = { - __typename?: 'OUSDMorphoAavesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdMorphoCompound = { - __typename?: 'OUSDMorphoCompound'; - blockNumber: Scalars['Int']['output']; - dai: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - usdc: Scalars['BigInt']['output']; - usdt: Scalars['BigInt']['output']; -}; - -export type OusdMorphoCompoundEdge = { - __typename?: 'OUSDMorphoCompoundEdge'; - cursor: Scalars['String']['output']; - node: OusdMorphoCompound; -}; - -export enum OusdMorphoCompoundOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DaiAsc = 'dai_ASC', - DaiAscNullsFirst = 'dai_ASC_NULLS_FIRST', - DaiAscNullsLast = 'dai_ASC_NULLS_LAST', - DaiDesc = 'dai_DESC', - DaiDescNullsFirst = 'dai_DESC_NULLS_FIRST', - DaiDescNullsLast = 'dai_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - UsdcAsc = 'usdc_ASC', - UsdcAscNullsFirst = 'usdc_ASC_NULLS_FIRST', - UsdcAscNullsLast = 'usdc_ASC_NULLS_LAST', - UsdcDesc = 'usdc_DESC', - UsdcDescNullsFirst = 'usdc_DESC_NULLS_FIRST', - UsdcDescNullsLast = 'usdc_DESC_NULLS_LAST', - UsdtAsc = 'usdt_ASC', - UsdtAscNullsFirst = 'usdt_ASC_NULLS_FIRST', - UsdtAscNullsLast = 'usdt_ASC_NULLS_LAST', - UsdtDesc = 'usdt_DESC', - UsdtDescNullsFirst = 'usdt_DESC_NULLS_FIRST', - UsdtDescNullsLast = 'usdt_DESC_NULLS_LAST' -} - -export type OusdMorphoCompoundWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dai_eq?: InputMaybe; - dai_gt?: InputMaybe; - dai_gte?: InputMaybe; - dai_in?: InputMaybe>; - dai_isNull?: InputMaybe; - dai_lt?: InputMaybe; - dai_lte?: InputMaybe; - dai_not_eq?: InputMaybe; - dai_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - usdc_eq?: InputMaybe; - usdc_gt?: InputMaybe; - usdc_gte?: InputMaybe; - usdc_in?: InputMaybe>; - usdc_isNull?: InputMaybe; - usdc_lt?: InputMaybe; - usdc_lte?: InputMaybe; - usdc_not_eq?: InputMaybe; - usdc_not_in?: InputMaybe>; - usdt_eq?: InputMaybe; - usdt_gt?: InputMaybe; - usdt_gte?: InputMaybe; - usdt_in?: InputMaybe>; - usdt_isNull?: InputMaybe; - usdt_lt?: InputMaybe; - usdt_lte?: InputMaybe; - usdt_not_eq?: InputMaybe; - usdt_not_in?: InputMaybe>; -}; - -export type OusdMorphoCompoundsConnection = { - __typename?: 'OUSDMorphoCompoundsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdStrategyDailyStat = { - __typename?: 'OUSDStrategyDailyStat'; - dailyStatId: OusdDailyStat; - holdings: Array; - id: Scalars['String']['output']; - name: Scalars['String']['output']; - total: Scalars['BigInt']['output']; - tvl: Scalars['BigInt']['output']; -}; - - -export type OusdStrategyDailyStatHoldingsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - -export type OusdStrategyDailyStatEdge = { - __typename?: 'OUSDStrategyDailyStatEdge'; - cursor: Scalars['String']['output']; - node: OusdStrategyDailyStat; -}; - -export enum OusdStrategyDailyStatOrderByInput { - DailyStatIdAmoSupplyAsc = 'dailyStatId_amoSupply_ASC', - DailyStatIdAmoSupplyAscNullsFirst = 'dailyStatId_amoSupply_ASC_NULLS_FIRST', - DailyStatIdAmoSupplyAscNullsLast = 'dailyStatId_amoSupply_ASC_NULLS_LAST', - DailyStatIdAmoSupplyDesc = 'dailyStatId_amoSupply_DESC', - DailyStatIdAmoSupplyDescNullsFirst = 'dailyStatId_amoSupply_DESC_NULLS_FIRST', - DailyStatIdAmoSupplyDescNullsLast = 'dailyStatId_amoSupply_DESC_NULLS_LAST', - DailyStatIdAprAsc = 'dailyStatId_apr_ASC', - DailyStatIdAprAscNullsFirst = 'dailyStatId_apr_ASC_NULLS_FIRST', - DailyStatIdAprAscNullsLast = 'dailyStatId_apr_ASC_NULLS_LAST', - DailyStatIdAprDesc = 'dailyStatId_apr_DESC', - DailyStatIdAprDescNullsFirst = 'dailyStatId_apr_DESC_NULLS_FIRST', - DailyStatIdAprDescNullsLast = 'dailyStatId_apr_DESC_NULLS_LAST', - DailyStatIdApy7DayAvgAsc = 'dailyStatId_apy7DayAvg_ASC', - DailyStatIdApy7DayAvgAscNullsFirst = 'dailyStatId_apy7DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy7DayAvgAscNullsLast = 'dailyStatId_apy7DayAvg_ASC_NULLS_LAST', - DailyStatIdApy7DayAvgDesc = 'dailyStatId_apy7DayAvg_DESC', - DailyStatIdApy7DayAvgDescNullsFirst = 'dailyStatId_apy7DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy7DayAvgDescNullsLast = 'dailyStatId_apy7DayAvg_DESC_NULLS_LAST', - DailyStatIdApy14DayAvgAsc = 'dailyStatId_apy14DayAvg_ASC', - DailyStatIdApy14DayAvgAscNullsFirst = 'dailyStatId_apy14DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy14DayAvgAscNullsLast = 'dailyStatId_apy14DayAvg_ASC_NULLS_LAST', - DailyStatIdApy14DayAvgDesc = 'dailyStatId_apy14DayAvg_DESC', - DailyStatIdApy14DayAvgDescNullsFirst = 'dailyStatId_apy14DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy14DayAvgDescNullsLast = 'dailyStatId_apy14DayAvg_DESC_NULLS_LAST', - DailyStatIdApy30DayAvgAsc = 'dailyStatId_apy30DayAvg_ASC', - DailyStatIdApy30DayAvgAscNullsFirst = 'dailyStatId_apy30DayAvg_ASC_NULLS_FIRST', - DailyStatIdApy30DayAvgAscNullsLast = 'dailyStatId_apy30DayAvg_ASC_NULLS_LAST', - DailyStatIdApy30DayAvgDesc = 'dailyStatId_apy30DayAvg_DESC', - DailyStatIdApy30DayAvgDescNullsFirst = 'dailyStatId_apy30DayAvg_DESC_NULLS_FIRST', - DailyStatIdApy30DayAvgDescNullsLast = 'dailyStatId_apy30DayAvg_DESC_NULLS_LAST', - DailyStatIdApyAsc = 'dailyStatId_apy_ASC', - DailyStatIdApyAscNullsFirst = 'dailyStatId_apy_ASC_NULLS_FIRST', - DailyStatIdApyAscNullsLast = 'dailyStatId_apy_ASC_NULLS_LAST', - DailyStatIdApyDesc = 'dailyStatId_apy_DESC', - DailyStatIdApyDescNullsFirst = 'dailyStatId_apy_DESC_NULLS_FIRST', - DailyStatIdApyDescNullsLast = 'dailyStatId_apy_DESC_NULLS_LAST', - DailyStatIdBlockNumberAsc = 'dailyStatId_blockNumber_ASC', - DailyStatIdBlockNumberAscNullsFirst = 'dailyStatId_blockNumber_ASC_NULLS_FIRST', - DailyStatIdBlockNumberAscNullsLast = 'dailyStatId_blockNumber_ASC_NULLS_LAST', - DailyStatIdBlockNumberDesc = 'dailyStatId_blockNumber_DESC', - DailyStatIdBlockNumberDescNullsFirst = 'dailyStatId_blockNumber_DESC_NULLS_FIRST', - DailyStatIdBlockNumberDescNullsLast = 'dailyStatId_blockNumber_DESC_NULLS_LAST', - DailyStatIdDripperWethAsc = 'dailyStatId_dripperWETH_ASC', - DailyStatIdDripperWethAscNullsFirst = 'dailyStatId_dripperWETH_ASC_NULLS_FIRST', - DailyStatIdDripperWethAscNullsLast = 'dailyStatId_dripperWETH_ASC_NULLS_LAST', - DailyStatIdDripperWethDesc = 'dailyStatId_dripperWETH_DESC', - DailyStatIdDripperWethDescNullsFirst = 'dailyStatId_dripperWETH_DESC_NULLS_FIRST', - DailyStatIdDripperWethDescNullsLast = 'dailyStatId_dripperWETH_DESC_NULLS_LAST', - DailyStatIdFeesEth7DayAsc = 'dailyStatId_feesETH7Day_ASC', - DailyStatIdFeesEth7DayAscNullsFirst = 'dailyStatId_feesETH7Day_ASC_NULLS_FIRST', - DailyStatIdFeesEth7DayAscNullsLast = 'dailyStatId_feesETH7Day_ASC_NULLS_LAST', - DailyStatIdFeesEth7DayDesc = 'dailyStatId_feesETH7Day_DESC', - DailyStatIdFeesEth7DayDescNullsFirst = 'dailyStatId_feesETH7Day_DESC_NULLS_FIRST', - DailyStatIdFeesEth7DayDescNullsLast = 'dailyStatId_feesETH7Day_DESC_NULLS_LAST', - DailyStatIdFeesEthAllTimeAsc = 'dailyStatId_feesETHAllTime_ASC', - DailyStatIdFeesEthAllTimeAscNullsFirst = 'dailyStatId_feesETHAllTime_ASC_NULLS_FIRST', - DailyStatIdFeesEthAllTimeAscNullsLast = 'dailyStatId_feesETHAllTime_ASC_NULLS_LAST', - DailyStatIdFeesEthAllTimeDesc = 'dailyStatId_feesETHAllTime_DESC', - DailyStatIdFeesEthAllTimeDescNullsFirst = 'dailyStatId_feesETHAllTime_DESC_NULLS_FIRST', - DailyStatIdFeesEthAllTimeDescNullsLast = 'dailyStatId_feesETHAllTime_DESC_NULLS_LAST', - DailyStatIdFeesEthAsc = 'dailyStatId_feesETH_ASC', - DailyStatIdFeesEthAscNullsFirst = 'dailyStatId_feesETH_ASC_NULLS_FIRST', - DailyStatIdFeesEthAscNullsLast = 'dailyStatId_feesETH_ASC_NULLS_LAST', - DailyStatIdFeesEthDesc = 'dailyStatId_feesETH_DESC', - DailyStatIdFeesEthDescNullsFirst = 'dailyStatId_feesETH_DESC_NULLS_FIRST', - DailyStatIdFeesEthDescNullsLast = 'dailyStatId_feesETH_DESC_NULLS_LAST', - DailyStatIdFeesUsd7DayAsc = 'dailyStatId_feesUSD7Day_ASC', - DailyStatIdFeesUsd7DayAscNullsFirst = 'dailyStatId_feesUSD7Day_ASC_NULLS_FIRST', - DailyStatIdFeesUsd7DayAscNullsLast = 'dailyStatId_feesUSD7Day_ASC_NULLS_LAST', - DailyStatIdFeesUsd7DayDesc = 'dailyStatId_feesUSD7Day_DESC', - DailyStatIdFeesUsd7DayDescNullsFirst = 'dailyStatId_feesUSD7Day_DESC_NULLS_FIRST', - DailyStatIdFeesUsd7DayDescNullsLast = 'dailyStatId_feesUSD7Day_DESC_NULLS_LAST', - DailyStatIdFeesUsdAllTimeAsc = 'dailyStatId_feesUSDAllTime_ASC', - DailyStatIdFeesUsdAllTimeAscNullsFirst = 'dailyStatId_feesUSDAllTime_ASC_NULLS_FIRST', - DailyStatIdFeesUsdAllTimeAscNullsLast = 'dailyStatId_feesUSDAllTime_ASC_NULLS_LAST', - DailyStatIdFeesUsdAllTimeDesc = 'dailyStatId_feesUSDAllTime_DESC', - DailyStatIdFeesUsdAllTimeDescNullsFirst = 'dailyStatId_feesUSDAllTime_DESC_NULLS_FIRST', - DailyStatIdFeesUsdAllTimeDescNullsLast = 'dailyStatId_feesUSDAllTime_DESC_NULLS_LAST', - DailyStatIdFeesUsdAsc = 'dailyStatId_feesUSD_ASC', - DailyStatIdFeesUsdAscNullsFirst = 'dailyStatId_feesUSD_ASC_NULLS_FIRST', - DailyStatIdFeesUsdAscNullsLast = 'dailyStatId_feesUSD_ASC_NULLS_LAST', - DailyStatIdFeesUsdDesc = 'dailyStatId_feesUSD_DESC', - DailyStatIdFeesUsdDescNullsFirst = 'dailyStatId_feesUSD_DESC_NULLS_FIRST', - DailyStatIdFeesUsdDescNullsLast = 'dailyStatId_feesUSD_DESC_NULLS_LAST', - DailyStatIdHoldersOverThresholdAsc = 'dailyStatId_holdersOverThreshold_ASC', - DailyStatIdHoldersOverThresholdAscNullsFirst = 'dailyStatId_holdersOverThreshold_ASC_NULLS_FIRST', - DailyStatIdHoldersOverThresholdAscNullsLast = 'dailyStatId_holdersOverThreshold_ASC_NULLS_LAST', - DailyStatIdHoldersOverThresholdDesc = 'dailyStatId_holdersOverThreshold_DESC', - DailyStatIdHoldersOverThresholdDescNullsFirst = 'dailyStatId_holdersOverThreshold_DESC_NULLS_FIRST', - DailyStatIdHoldersOverThresholdDescNullsLast = 'dailyStatId_holdersOverThreshold_DESC_NULLS_LAST', - DailyStatIdIdAsc = 'dailyStatId_id_ASC', - DailyStatIdIdAscNullsFirst = 'dailyStatId_id_ASC_NULLS_FIRST', - DailyStatIdIdAscNullsLast = 'dailyStatId_id_ASC_NULLS_LAST', - DailyStatIdIdDesc = 'dailyStatId_id_DESC', - DailyStatIdIdDescNullsFirst = 'dailyStatId_id_DESC_NULLS_FIRST', - DailyStatIdIdDescNullsLast = 'dailyStatId_id_DESC_NULLS_LAST', - DailyStatIdMarketCapUsdAsc = 'dailyStatId_marketCapUSD_ASC', - DailyStatIdMarketCapUsdAscNullsFirst = 'dailyStatId_marketCapUSD_ASC_NULLS_FIRST', - DailyStatIdMarketCapUsdAscNullsLast = 'dailyStatId_marketCapUSD_ASC_NULLS_LAST', - DailyStatIdMarketCapUsdDesc = 'dailyStatId_marketCapUSD_DESC', - DailyStatIdMarketCapUsdDescNullsFirst = 'dailyStatId_marketCapUSD_DESC_NULLS_FIRST', - DailyStatIdMarketCapUsdDescNullsLast = 'dailyStatId_marketCapUSD_DESC_NULLS_LAST', - DailyStatIdNonRebasingSupplyAsc = 'dailyStatId_nonRebasingSupply_ASC', - DailyStatIdNonRebasingSupplyAscNullsFirst = 'dailyStatId_nonRebasingSupply_ASC_NULLS_FIRST', - DailyStatIdNonRebasingSupplyAscNullsLast = 'dailyStatId_nonRebasingSupply_ASC_NULLS_LAST', - DailyStatIdNonRebasingSupplyDesc = 'dailyStatId_nonRebasingSupply_DESC', - DailyStatIdNonRebasingSupplyDescNullsFirst = 'dailyStatId_nonRebasingSupply_DESC_NULLS_FIRST', - DailyStatIdNonRebasingSupplyDescNullsLast = 'dailyStatId_nonRebasingSupply_DESC_NULLS_LAST', - DailyStatIdPegPriceAsc = 'dailyStatId_pegPrice_ASC', - DailyStatIdPegPriceAscNullsFirst = 'dailyStatId_pegPrice_ASC_NULLS_FIRST', - DailyStatIdPegPriceAscNullsLast = 'dailyStatId_pegPrice_ASC_NULLS_LAST', - DailyStatIdPegPriceDesc = 'dailyStatId_pegPrice_DESC', - DailyStatIdPegPriceDescNullsFirst = 'dailyStatId_pegPrice_DESC_NULLS_FIRST', - DailyStatIdPegPriceDescNullsLast = 'dailyStatId_pegPrice_DESC_NULLS_LAST', - DailyStatIdRebasingSupplyAsc = 'dailyStatId_rebasingSupply_ASC', - DailyStatIdRebasingSupplyAscNullsFirst = 'dailyStatId_rebasingSupply_ASC_NULLS_FIRST', - DailyStatIdRebasingSupplyAscNullsLast = 'dailyStatId_rebasingSupply_ASC_NULLS_LAST', - DailyStatIdRebasingSupplyDesc = 'dailyStatId_rebasingSupply_DESC', - DailyStatIdRebasingSupplyDescNullsFirst = 'dailyStatId_rebasingSupply_DESC_NULLS_FIRST', - DailyStatIdRebasingSupplyDescNullsLast = 'dailyStatId_rebasingSupply_DESC_NULLS_LAST', - DailyStatIdTimestampAsc = 'dailyStatId_timestamp_ASC', - DailyStatIdTimestampAscNullsFirst = 'dailyStatId_timestamp_ASC_NULLS_FIRST', - DailyStatIdTimestampAscNullsLast = 'dailyStatId_timestamp_ASC_NULLS_LAST', - DailyStatIdTimestampDesc = 'dailyStatId_timestamp_DESC', - DailyStatIdTimestampDescNullsFirst = 'dailyStatId_timestamp_DESC_NULLS_FIRST', - DailyStatIdTimestampDescNullsLast = 'dailyStatId_timestamp_DESC_NULLS_LAST', - DailyStatIdTotalSupplyUsdAsc = 'dailyStatId_totalSupplyUSD_ASC', - DailyStatIdTotalSupplyUsdAscNullsFirst = 'dailyStatId_totalSupplyUSD_ASC_NULLS_FIRST', - DailyStatIdTotalSupplyUsdAscNullsLast = 'dailyStatId_totalSupplyUSD_ASC_NULLS_LAST', - DailyStatIdTotalSupplyUsdDesc = 'dailyStatId_totalSupplyUSD_DESC', - DailyStatIdTotalSupplyUsdDescNullsFirst = 'dailyStatId_totalSupplyUSD_DESC_NULLS_FIRST', - DailyStatIdTotalSupplyUsdDescNullsLast = 'dailyStatId_totalSupplyUSD_DESC_NULLS_LAST', - DailyStatIdTotalSupplyAsc = 'dailyStatId_totalSupply_ASC', - DailyStatIdTotalSupplyAscNullsFirst = 'dailyStatId_totalSupply_ASC_NULLS_FIRST', - DailyStatIdTotalSupplyAscNullsLast = 'dailyStatId_totalSupply_ASC_NULLS_LAST', - DailyStatIdTotalSupplyDesc = 'dailyStatId_totalSupply_DESC', - DailyStatIdTotalSupplyDescNullsFirst = 'dailyStatId_totalSupply_DESC_NULLS_FIRST', - DailyStatIdTotalSupplyDescNullsLast = 'dailyStatId_totalSupply_DESC_NULLS_LAST', - DailyStatIdTradingVolumeUsdAsc = 'dailyStatId_tradingVolumeUSD_ASC', - DailyStatIdTradingVolumeUsdAscNullsFirst = 'dailyStatId_tradingVolumeUSD_ASC_NULLS_FIRST', - DailyStatIdTradingVolumeUsdAscNullsLast = 'dailyStatId_tradingVolumeUSD_ASC_NULLS_LAST', - DailyStatIdTradingVolumeUsdDesc = 'dailyStatId_tradingVolumeUSD_DESC', - DailyStatIdTradingVolumeUsdDescNullsFirst = 'dailyStatId_tradingVolumeUSD_DESC_NULLS_FIRST', - DailyStatIdTradingVolumeUsdDescNullsLast = 'dailyStatId_tradingVolumeUSD_DESC_NULLS_LAST', - DailyStatIdWrappedSupplyAsc = 'dailyStatId_wrappedSupply_ASC', - DailyStatIdWrappedSupplyAscNullsFirst = 'dailyStatId_wrappedSupply_ASC_NULLS_FIRST', - DailyStatIdWrappedSupplyAscNullsLast = 'dailyStatId_wrappedSupply_ASC_NULLS_LAST', - DailyStatIdWrappedSupplyDesc = 'dailyStatId_wrappedSupply_DESC', - DailyStatIdWrappedSupplyDescNullsFirst = 'dailyStatId_wrappedSupply_DESC_NULLS_FIRST', - DailyStatIdWrappedSupplyDescNullsLast = 'dailyStatId_wrappedSupply_DESC_NULLS_LAST', - DailyStatIdYieldEth7DayAsc = 'dailyStatId_yieldETH7Day_ASC', - DailyStatIdYieldEth7DayAscNullsFirst = 'dailyStatId_yieldETH7Day_ASC_NULLS_FIRST', - DailyStatIdYieldEth7DayAscNullsLast = 'dailyStatId_yieldETH7Day_ASC_NULLS_LAST', - DailyStatIdYieldEth7DayDesc = 'dailyStatId_yieldETH7Day_DESC', - DailyStatIdYieldEth7DayDescNullsFirst = 'dailyStatId_yieldETH7Day_DESC_NULLS_FIRST', - DailyStatIdYieldEth7DayDescNullsLast = 'dailyStatId_yieldETH7Day_DESC_NULLS_LAST', - DailyStatIdYieldEthAllTimeAsc = 'dailyStatId_yieldETHAllTime_ASC', - DailyStatIdYieldEthAllTimeAscNullsFirst = 'dailyStatId_yieldETHAllTime_ASC_NULLS_FIRST', - DailyStatIdYieldEthAllTimeAscNullsLast = 'dailyStatId_yieldETHAllTime_ASC_NULLS_LAST', - DailyStatIdYieldEthAllTimeDesc = 'dailyStatId_yieldETHAllTime_DESC', - DailyStatIdYieldEthAllTimeDescNullsFirst = 'dailyStatId_yieldETHAllTime_DESC_NULLS_FIRST', - DailyStatIdYieldEthAllTimeDescNullsLast = 'dailyStatId_yieldETHAllTime_DESC_NULLS_LAST', - DailyStatIdYieldEthAsc = 'dailyStatId_yieldETH_ASC', - DailyStatIdYieldEthAscNullsFirst = 'dailyStatId_yieldETH_ASC_NULLS_FIRST', - DailyStatIdYieldEthAscNullsLast = 'dailyStatId_yieldETH_ASC_NULLS_LAST', - DailyStatIdYieldEthDesc = 'dailyStatId_yieldETH_DESC', - DailyStatIdYieldEthDescNullsFirst = 'dailyStatId_yieldETH_DESC_NULLS_FIRST', - DailyStatIdYieldEthDescNullsLast = 'dailyStatId_yieldETH_DESC_NULLS_LAST', - DailyStatIdYieldUsd7DayAsc = 'dailyStatId_yieldUSD7Day_ASC', - DailyStatIdYieldUsd7DayAscNullsFirst = 'dailyStatId_yieldUSD7Day_ASC_NULLS_FIRST', - DailyStatIdYieldUsd7DayAscNullsLast = 'dailyStatId_yieldUSD7Day_ASC_NULLS_LAST', - DailyStatIdYieldUsd7DayDesc = 'dailyStatId_yieldUSD7Day_DESC', - DailyStatIdYieldUsd7DayDescNullsFirst = 'dailyStatId_yieldUSD7Day_DESC_NULLS_FIRST', - DailyStatIdYieldUsd7DayDescNullsLast = 'dailyStatId_yieldUSD7Day_DESC_NULLS_LAST', - DailyStatIdYieldUsdAllTimeAsc = 'dailyStatId_yieldUSDAllTime_ASC', - DailyStatIdYieldUsdAllTimeAscNullsFirst = 'dailyStatId_yieldUSDAllTime_ASC_NULLS_FIRST', - DailyStatIdYieldUsdAllTimeAscNullsLast = 'dailyStatId_yieldUSDAllTime_ASC_NULLS_LAST', - DailyStatIdYieldUsdAllTimeDesc = 'dailyStatId_yieldUSDAllTime_DESC', - DailyStatIdYieldUsdAllTimeDescNullsFirst = 'dailyStatId_yieldUSDAllTime_DESC_NULLS_FIRST', - DailyStatIdYieldUsdAllTimeDescNullsLast = 'dailyStatId_yieldUSDAllTime_DESC_NULLS_LAST', - DailyStatIdYieldUsdAsc = 'dailyStatId_yieldUSD_ASC', - DailyStatIdYieldUsdAscNullsFirst = 'dailyStatId_yieldUSD_ASC_NULLS_FIRST', - DailyStatIdYieldUsdAscNullsLast = 'dailyStatId_yieldUSD_ASC_NULLS_LAST', - DailyStatIdYieldUsdDesc = 'dailyStatId_yieldUSD_DESC', - DailyStatIdYieldUsdDescNullsFirst = 'dailyStatId_yieldUSD_DESC_NULLS_FIRST', - DailyStatIdYieldUsdDescNullsLast = 'dailyStatId_yieldUSD_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - NameAsc = 'name_ASC', - NameAscNullsFirst = 'name_ASC_NULLS_FIRST', - NameAscNullsLast = 'name_ASC_NULLS_LAST', - NameDesc = 'name_DESC', - NameDescNullsFirst = 'name_DESC_NULLS_FIRST', - NameDescNullsLast = 'name_DESC_NULLS_LAST', - TotalAsc = 'total_ASC', - TotalAscNullsFirst = 'total_ASC_NULLS_FIRST', - TotalAscNullsLast = 'total_ASC_NULLS_LAST', - TotalDesc = 'total_DESC', - TotalDescNullsFirst = 'total_DESC_NULLS_FIRST', - TotalDescNullsLast = 'total_DESC_NULLS_LAST', - TvlAsc = 'tvl_ASC', - TvlAscNullsFirst = 'tvl_ASC_NULLS_FIRST', - TvlAscNullsLast = 'tvl_ASC_NULLS_LAST', - TvlDesc = 'tvl_DESC', - TvlDescNullsFirst = 'tvl_DESC_NULLS_FIRST', - TvlDescNullsLast = 'tvl_DESC_NULLS_LAST' -} - -export type OusdStrategyDailyStatWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - dailyStatId?: InputMaybe; - dailyStatId_isNull?: InputMaybe; - holdings_every?: InputMaybe; - holdings_none?: InputMaybe; - holdings_some?: InputMaybe; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - name_contains?: InputMaybe; - name_containsInsensitive?: InputMaybe; - name_endsWith?: InputMaybe; - name_eq?: InputMaybe; - name_gt?: InputMaybe; - name_gte?: InputMaybe; - name_in?: InputMaybe>; - name_isNull?: InputMaybe; - name_lt?: InputMaybe; - name_lte?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_containsInsensitive?: InputMaybe; - name_not_endsWith?: InputMaybe; - name_not_eq?: InputMaybe; - name_not_in?: InputMaybe>; - name_not_startsWith?: InputMaybe; - name_startsWith?: InputMaybe; - total_eq?: InputMaybe; - total_gt?: InputMaybe; - total_gte?: InputMaybe; - total_in?: InputMaybe>; - total_isNull?: InputMaybe; - total_lt?: InputMaybe; - total_lte?: InputMaybe; - total_not_eq?: InputMaybe; - total_not_in?: InputMaybe>; - tvl_eq?: InputMaybe; - tvl_gt?: InputMaybe; - tvl_gte?: InputMaybe; - tvl_in?: InputMaybe>; - tvl_isNull?: InputMaybe; - tvl_lt?: InputMaybe; - tvl_lte?: InputMaybe; - tvl_not_eq?: InputMaybe; - tvl_not_in?: InputMaybe>; -}; - -export type OusdStrategyDailyStatsConnection = { - __typename?: 'OUSDStrategyDailyStatsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type OusdStrategyHoldingDailyStat = { - __typename?: 'OUSDStrategyHoldingDailyStat'; - amount: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - strategyDailyStatId: OusdStrategyDailyStat; - symbol: Scalars['String']['output']; - value: Scalars['BigInt']['output']; -}; - -export type OusdStrategyHoldingDailyStatEdge = { - __typename?: 'OUSDStrategyHoldingDailyStatEdge'; - cursor: Scalars['String']['output']; - node: OusdStrategyHoldingDailyStat; -}; - -export enum OusdStrategyHoldingDailyStatOrderByInput { - AmountAsc = 'amount_ASC', - AmountAscNullsFirst = 'amount_ASC_NULLS_FIRST', - AmountAscNullsLast = 'amount_ASC_NULLS_LAST', - AmountDesc = 'amount_DESC', - AmountDescNullsFirst = 'amount_DESC_NULLS_FIRST', - AmountDescNullsLast = 'amount_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - StrategyDailyStatIdIdAsc = 'strategyDailyStatId_id_ASC', - StrategyDailyStatIdIdAscNullsFirst = 'strategyDailyStatId_id_ASC_NULLS_FIRST', - StrategyDailyStatIdIdAscNullsLast = 'strategyDailyStatId_id_ASC_NULLS_LAST', - StrategyDailyStatIdIdDesc = 'strategyDailyStatId_id_DESC', - StrategyDailyStatIdIdDescNullsFirst = 'strategyDailyStatId_id_DESC_NULLS_FIRST', - StrategyDailyStatIdIdDescNullsLast = 'strategyDailyStatId_id_DESC_NULLS_LAST', - StrategyDailyStatIdNameAsc = 'strategyDailyStatId_name_ASC', - StrategyDailyStatIdNameAscNullsFirst = 'strategyDailyStatId_name_ASC_NULLS_FIRST', - StrategyDailyStatIdNameAscNullsLast = 'strategyDailyStatId_name_ASC_NULLS_LAST', - StrategyDailyStatIdNameDesc = 'strategyDailyStatId_name_DESC', - StrategyDailyStatIdNameDescNullsFirst = 'strategyDailyStatId_name_DESC_NULLS_FIRST', - StrategyDailyStatIdNameDescNullsLast = 'strategyDailyStatId_name_DESC_NULLS_LAST', - StrategyDailyStatIdTotalAsc = 'strategyDailyStatId_total_ASC', - StrategyDailyStatIdTotalAscNullsFirst = 'strategyDailyStatId_total_ASC_NULLS_FIRST', - StrategyDailyStatIdTotalAscNullsLast = 'strategyDailyStatId_total_ASC_NULLS_LAST', - StrategyDailyStatIdTotalDesc = 'strategyDailyStatId_total_DESC', - StrategyDailyStatIdTotalDescNullsFirst = 'strategyDailyStatId_total_DESC_NULLS_FIRST', - StrategyDailyStatIdTotalDescNullsLast = 'strategyDailyStatId_total_DESC_NULLS_LAST', - StrategyDailyStatIdTvlAsc = 'strategyDailyStatId_tvl_ASC', - StrategyDailyStatIdTvlAscNullsFirst = 'strategyDailyStatId_tvl_ASC_NULLS_FIRST', - StrategyDailyStatIdTvlAscNullsLast = 'strategyDailyStatId_tvl_ASC_NULLS_LAST', - StrategyDailyStatIdTvlDesc = 'strategyDailyStatId_tvl_DESC', - StrategyDailyStatIdTvlDescNullsFirst = 'strategyDailyStatId_tvl_DESC_NULLS_FIRST', - StrategyDailyStatIdTvlDescNullsLast = 'strategyDailyStatId_tvl_DESC_NULLS_LAST', - SymbolAsc = 'symbol_ASC', - SymbolAscNullsFirst = 'symbol_ASC_NULLS_FIRST', - SymbolAscNullsLast = 'symbol_ASC_NULLS_LAST', - SymbolDesc = 'symbol_DESC', - SymbolDescNullsFirst = 'symbol_DESC_NULLS_FIRST', - SymbolDescNullsLast = 'symbol_DESC_NULLS_LAST', - ValueAsc = 'value_ASC', - ValueAscNullsFirst = 'value_ASC_NULLS_FIRST', - ValueAscNullsLast = 'value_ASC_NULLS_LAST', - ValueDesc = 'value_DESC', - ValueDescNullsFirst = 'value_DESC_NULLS_FIRST', - ValueDescNullsLast = 'value_DESC_NULLS_LAST' -} - -export type OusdStrategyHoldingDailyStatWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - amount_eq?: InputMaybe; - amount_gt?: InputMaybe; - amount_gte?: InputMaybe; - amount_in?: InputMaybe>; - amount_isNull?: InputMaybe; - amount_lt?: InputMaybe; - amount_lte?: InputMaybe; - amount_not_eq?: InputMaybe; - amount_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - strategyDailyStatId?: InputMaybe; - strategyDailyStatId_isNull?: InputMaybe; - symbol_contains?: InputMaybe; - symbol_containsInsensitive?: InputMaybe; - symbol_endsWith?: InputMaybe; - symbol_eq?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_isNull?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_containsInsensitive?: InputMaybe; - symbol_not_endsWith?: InputMaybe; - symbol_not_eq?: InputMaybe; - symbol_not_in?: InputMaybe>; - symbol_not_startsWith?: InputMaybe; - symbol_startsWith?: InputMaybe; - value_eq?: InputMaybe; - value_gt?: InputMaybe; - value_gte?: InputMaybe; - value_in?: InputMaybe>; - value_isNull?: InputMaybe; - value_lt?: InputMaybe; - value_lte?: InputMaybe; - value_not_eq?: InputMaybe; - value_not_in?: InputMaybe>; -}; - -export type OusdStrategyHoldingDailyStatsConnection = { - __typename?: 'OUSDStrategyHoldingDailyStatsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -/** The Vault entity tracks the OUSD vault balance over time. */ -export type OusdVault = { - __typename?: 'OUSDVault'; - blockNumber: Scalars['Int']['output']; - dai: Scalars['BigInt']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; - usdc: Scalars['BigInt']['output']; - usdt: Scalars['BigInt']['output']; -}; - -export type OusdVaultEdge = { - __typename?: 'OUSDVaultEdge'; - cursor: Scalars['String']['output']; - node: OusdVault; -}; - -export enum OusdVaultOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - DaiAsc = 'dai_ASC', - DaiAscNullsFirst = 'dai_ASC_NULLS_FIRST', - DaiAscNullsLast = 'dai_ASC_NULLS_LAST', - DaiDesc = 'dai_DESC', - DaiDescNullsFirst = 'dai_DESC_NULLS_FIRST', - DaiDescNullsLast = 'dai_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST', - UsdcAsc = 'usdc_ASC', - UsdcAscNullsFirst = 'usdc_ASC_NULLS_FIRST', - UsdcAscNullsLast = 'usdc_ASC_NULLS_LAST', - UsdcDesc = 'usdc_DESC', - UsdcDescNullsFirst = 'usdc_DESC_NULLS_FIRST', - UsdcDescNullsLast = 'usdc_DESC_NULLS_LAST', - UsdtAsc = 'usdt_ASC', - UsdtAscNullsFirst = 'usdt_ASC_NULLS_FIRST', - UsdtAscNullsLast = 'usdt_ASC_NULLS_LAST', - UsdtDesc = 'usdt_DESC', - UsdtDescNullsFirst = 'usdt_DESC_NULLS_FIRST', - UsdtDescNullsLast = 'usdt_DESC_NULLS_LAST' -} - -export type OusdVaultWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - dai_eq?: InputMaybe; - dai_gt?: InputMaybe; - dai_gte?: InputMaybe; - dai_in?: InputMaybe>; - dai_isNull?: InputMaybe; - dai_lt?: InputMaybe; - dai_lte?: InputMaybe; - dai_not_eq?: InputMaybe; - dai_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; - usdc_eq?: InputMaybe; - usdc_gt?: InputMaybe; - usdc_gte?: InputMaybe; - usdc_in?: InputMaybe>; - usdc_isNull?: InputMaybe; - usdc_lt?: InputMaybe; - usdc_lte?: InputMaybe; - usdc_not_eq?: InputMaybe; - usdc_not_in?: InputMaybe>; - usdt_eq?: InputMaybe; - usdt_gt?: InputMaybe; - usdt_gte?: InputMaybe; - usdt_in?: InputMaybe>; - usdt_isNull?: InputMaybe; - usdt_lt?: InputMaybe; - usdt_lte?: InputMaybe; - usdt_not_eq?: InputMaybe; - usdt_not_in?: InputMaybe>; -}; - -export type OusdVaultsConnection = { - __typename?: 'OUSDVaultsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type PageInfo = { - __typename?: 'PageInfo'; - endCursor: Scalars['String']['output']; - hasNextPage: Scalars['Boolean']['output']; - hasPreviousPage: Scalars['Boolean']['output']; - startCursor: Scalars['String']['output']; -}; - -export type ProcessingStatus = { - __typename?: 'ProcessingStatus'; - blockNumber: Scalars['Int']['output']; - id: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type ProcessingStatusEdge = { - __typename?: 'ProcessingStatusEdge'; - cursor: Scalars['String']['output']; - node: ProcessingStatus; -}; - -export enum ProcessingStatusOrderByInput { - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type ProcessingStatusWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type ProcessingStatusesConnection = { - __typename?: 'ProcessingStatusesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type Query = { - __typename?: 'Query'; - balancerPoolBalanceById?: Maybe; - /** @deprecated Use balancerPoolBalanceById */ - balancerPoolBalanceByUniqueInput?: Maybe; - balancerPoolBalances: Array; - balancerPoolBalancesConnection: BalancerPoolBalancesConnection; - balancerPoolById?: Maybe; - /** @deprecated Use balancerPoolById */ - balancerPoolByUniqueInput?: Maybe; - balancerPoolRateById?: Maybe; - /** @deprecated Use balancerPoolRateById */ - balancerPoolRateByUniqueInput?: Maybe; - balancerPoolRates: Array; - balancerPoolRatesConnection: BalancerPoolRatesConnection; - balancerPools: Array; - balancerPoolsConnection: BalancerPoolsConnection; - beaconDepositEventById?: Maybe; - /** @deprecated Use beaconDepositEventById */ - beaconDepositEventByUniqueInput?: Maybe; - beaconDepositEvents: Array; - beaconDepositEventsConnection: BeaconDepositEventsConnection; - beaconDepositPubkeyById?: Maybe; - /** @deprecated Use beaconDepositPubkeyById */ - beaconDepositPubkeyByUniqueInput?: Maybe; - beaconDepositPubkeys: Array; - beaconDepositPubkeysConnection: BeaconDepositPubkeysConnection; - bridgeTransferById?: Maybe; - /** @deprecated Use bridgeTransferById */ - bridgeTransferByUniqueInput?: Maybe; - bridgeTransferStateById?: Maybe; - /** @deprecated Use bridgeTransferStateById */ - bridgeTransferStateByUniqueInput?: Maybe; - bridgeTransferStates: Array; - bridgeTransferStatesConnection: BridgeTransferStatesConnection; - bridgeTransfers: Array; - bridgeTransfersConnection: BridgeTransfersConnection; - curvePoolBalanceById?: Maybe; - /** @deprecated Use curvePoolBalanceById */ - curvePoolBalanceByUniqueInput?: Maybe; - curvePoolBalances: Array; - curvePoolBalancesConnection: CurvePoolBalancesConnection; - curvePoolById?: Maybe; - /** @deprecated Use curvePoolById */ - curvePoolByUniqueInput?: Maybe; - curvePoolRateById?: Maybe; - /** @deprecated Use curvePoolRateById */ - curvePoolRateByUniqueInput?: Maybe; - curvePoolRates: Array; - curvePoolRatesConnection: CurvePoolRatesConnection; - curvePools: Array; - curvePoolsConnection: CurvePoolsConnection; - erc20BalanceById?: Maybe; - /** @deprecated Use erc20BalanceById */ - erc20BalanceByUniqueInput?: Maybe; - erc20Balances: Array; - erc20BalancesConnection: Erc20BalancesConnection; - erc20ById?: Maybe; - /** @deprecated Use erc20ById */ - erc20ByUniqueInput?: Maybe; - erc20HolderById?: Maybe; - /** @deprecated Use erc20HolderById */ - erc20HolderByUniqueInput?: Maybe; - erc20Holders: Array; - erc20HoldersConnection: Erc20HoldersConnection; - erc20StateByDay: Array; - erc20StateById?: Maybe; - /** @deprecated Use erc20StateById */ - erc20StateByUniqueInput?: Maybe; - erc20States: Array; - erc20StatesConnection: Erc20StatesConnection; - erc20TransferById?: Maybe; - /** @deprecated Use erc20TransferById */ - erc20TransferByUniqueInput?: Maybe; - erc20Transfers: Array; - erc20TransfersConnection: Erc20TransfersConnection; - erc20s: Array; - erc20sConnection: Erc20sConnection; - esAccountById?: Maybe; - /** @deprecated Use esAccountById */ - esAccountByUniqueInput?: Maybe; - esAccounts: Array; - esAccountsConnection: EsAccountsConnection; - esDelegateChangedById?: Maybe; - /** @deprecated Use esDelegateChangedById */ - esDelegateChangedByUniqueInput?: Maybe; - esDelegateChangeds: Array; - esDelegateChangedsConnection: EsDelegateChangedsConnection; - esDelegateVotesChangedById?: Maybe; - /** @deprecated Use esDelegateVotesChangedById */ - esDelegateVotesChangedByUniqueInput?: Maybe; - esDelegateVotesChangeds: Array; - esDelegateVotesChangedsConnection: EsDelegateVotesChangedsConnection; - esLockupById?: Maybe; - /** @deprecated Use esLockupById */ - esLockupByUniqueInput?: Maybe; - esLockupEventById?: Maybe; - /** @deprecated Use esLockupEventById */ - esLockupEventByUniqueInput?: Maybe; - esLockupEvents: Array; - esLockupEventsConnection: EsLockupEventsConnection; - esLockups: Array; - esLockupsConnection: EsLockupsConnection; - esPenalties: Array; - esPenaltiesConnection: EsPenaltiesConnection; - esPenaltyById?: Maybe; - /** @deprecated Use esPenaltyById */ - esPenaltyByUniqueInput?: Maybe; - esRewardById?: Maybe; - /** @deprecated Use esRewardById */ - esRewardByUniqueInput?: Maybe; - esRewards: Array; - esRewardsConnection: EsRewardsConnection; - esStakeById?: Maybe; - /** @deprecated Use esStakeById */ - esStakeByUniqueInput?: Maybe; - esStakes: Array; - esStakesConnection: EsStakesConnection; - esTokenById?: Maybe; - /** @deprecated Use esTokenById */ - esTokenByUniqueInput?: Maybe; - esTokens: Array; - esTokensConnection: EsTokensConnection; - esUnstakeById?: Maybe; - /** @deprecated Use esUnstakeById */ - esUnstakeByUniqueInput?: Maybe; - esUnstakes: Array; - esUnstakesConnection: EsUnstakesConnection; - esYieldById?: Maybe; - /** @deprecated Use esYieldById */ - esYieldByUniqueInput?: Maybe; - esYields: Array; - esYieldsConnection: EsYieldsConnection; - exchangeRateById?: Maybe; - /** @deprecated Use exchangeRateById */ - exchangeRateByUniqueInput?: Maybe; - exchangeRates: Array; - exchangeRatesConnection: ExchangeRatesConnection; - frrsRewardCollectedById?: Maybe; - /** @deprecated Use frrsRewardCollectedById */ - frrsRewardCollectedByUniqueInput?: Maybe; - frrsRewardCollecteds: Array; - frrsRewardCollectedsConnection: FrrsRewardCollectedsConnection; - frrsRewardsPerSecondChangedById?: Maybe; - /** @deprecated Use frrsRewardsPerSecondChangedById */ - frrsRewardsPerSecondChangedByUniqueInput?: Maybe; - frrsRewardsPerSecondChangeds: Array; - frrsRewardsPerSecondChangedsConnection: FrrsRewardsPerSecondChangedsConnection; - frrsRewardsTargetChangeById?: Maybe; - /** @deprecated Use frrsRewardsTargetChangeById */ - frrsRewardsTargetChangeByUniqueInput?: Maybe; - frrsRewardsTargetChanges: Array; - frrsRewardsTargetChangesConnection: FrrsRewardsTargetChangesConnection; - frrsStrategistUpdatedById?: Maybe; - /** @deprecated Use frrsStrategistUpdatedById */ - frrsStrategistUpdatedByUniqueInput?: Maybe; - frrsStrategistUpdateds: Array; - frrsStrategistUpdatedsConnection: FrrsStrategistUpdatedsConnection; - governanceProposalById?: Maybe; - /** @deprecated Use governanceProposalById */ - governanceProposalByUniqueInput?: Maybe; - governanceProposalEventById?: Maybe; - /** @deprecated Use governanceProposalEventById */ - governanceProposalEventByUniqueInput?: Maybe; - governanceProposalEvents: Array; - governanceProposalEventsConnection: GovernanceProposalEventsConnection; - governanceProposalVoteById?: Maybe; - /** @deprecated Use governanceProposalVoteById */ - governanceProposalVoteByUniqueInput?: Maybe; - governanceProposalVotes: Array; - governanceProposalVotesConnection: GovernanceProposalVotesConnection; - governanceProposals: Array; - governanceProposalsConnection: GovernanceProposalsConnection; - legacyStakerById?: Maybe; - /** @deprecated Use legacyStakerById */ - legacyStakerByUniqueInput?: Maybe; - legacyStakers: Array; - legacyStakersConnection: LegacyStakersConnection; - liquidityDailyBalanceById?: Maybe; - /** @deprecated Use liquidityDailyBalanceById */ - liquidityDailyBalanceByUniqueInput?: Maybe; - liquidityDailyBalances: Array; - liquidityDailyBalancesConnection: LiquidityDailyBalancesConnection; - liquiditySourceById?: Maybe; - /** @deprecated Use liquiditySourceById */ - liquiditySourceByUniqueInput?: Maybe; - liquiditySources: Array; - liquiditySourcesConnection: LiquiditySourcesConnection; - makerDsrStrategies: Array; - makerDsrStrategiesConnection: MakerDsrStrategiesConnection; - makerDsrStrategyById?: Maybe; - /** @deprecated Use makerDsrStrategyById */ - makerDsrStrategyByUniqueInput?: Maybe; - maverickPoolBalanceById?: Maybe; - /** @deprecated Use maverickPoolBalanceById */ - maverickPoolBalanceByUniqueInput?: Maybe; - maverickPoolBalances: Array; - maverickPoolBalancesConnection: MaverickPoolBalancesConnection; - maverickPoolById?: Maybe; - /** @deprecated Use maverickPoolById */ - maverickPoolByUniqueInput?: Maybe; - maverickPools: Array; - maverickPoolsConnection: MaverickPoolsConnection; - nativeBalanceById?: Maybe; - /** @deprecated Use nativeBalanceById */ - nativeBalanceByUniqueInput?: Maybe; - nativeBalances: Array; - nativeBalancesConnection: NativeBalancesConnection; - oTokenActivities: Array; - oTokenActivitiesConnection: OTokenActivitiesConnection; - oTokenActivityById?: Maybe; - /** @deprecated Use oTokenActivityById */ - oTokenActivityByUniqueInput?: Maybe; - oTokenAddressById?: Maybe; - /** @deprecated Use oTokenAddressById */ - oTokenAddressByUniqueInput?: Maybe; - oTokenAddresses: Array; - oTokenAddressesConnection: OTokenAddressesConnection; - oTokenApies: Array; - oTokenApiesConnection: OTokenAPiesConnection; - oTokenApyById?: Maybe; - /** @deprecated Use oTokenApyById */ - oTokenApyByUniqueInput?: Maybe; - oTokenAssetById?: Maybe; - /** @deprecated Use oTokenAssetById */ - oTokenAssetByUniqueInput?: Maybe; - oTokenAssets: Array; - oTokenAssetsConnection: OTokenAssetsConnection; - oTokenById?: Maybe; - /** @deprecated Use oTokenById */ - oTokenByUniqueInput?: Maybe; - oTokenHistories: Array; - oTokenHistoriesConnection: OTokenHistoriesConnection; - oTokenHistoryById?: Maybe; - /** @deprecated Use oTokenHistoryById */ - oTokenHistoryByUniqueInput?: Maybe; - oTokenRebaseById?: Maybe; - /** @deprecated Use oTokenRebaseById */ - oTokenRebaseByUniqueInput?: Maybe; - oTokenRebaseOptionById?: Maybe; - /** @deprecated Use oTokenRebaseOptionById */ - oTokenRebaseOptionByUniqueInput?: Maybe; - oTokenRebaseOptions: Array; - oTokenRebaseOptionsConnection: OTokenRebaseOptionsConnection; - oTokenRebases: Array; - oTokenRebasesConnection: OTokenRebasesConnection; - oTokenVaultById?: Maybe; - /** @deprecated Use oTokenVaultById */ - oTokenVaultByUniqueInput?: Maybe; - oTokenVaults: Array; - oTokenVaultsConnection: OTokenVaultsConnection; - oTokens: Array; - oTokensConnection: OTokensConnection; - oethBalancerMetaPoolStrategies: Array; - oethBalancerMetaPoolStrategiesConnection: OethBalancerMetaPoolStrategiesConnection; - oethBalancerMetaPoolStrategyById?: Maybe; - /** @deprecated Use oethBalancerMetaPoolStrategyById */ - oethBalancerMetaPoolStrategyByUniqueInput?: Maybe; - oethCollateralDailyStatById?: Maybe; - /** @deprecated Use oethCollateralDailyStatById */ - oethCollateralDailyStatByUniqueInput?: Maybe; - oethCollateralDailyStats: Array; - oethCollateralDailyStatsConnection: OethCollateralDailyStatsConnection; - oethCurveLpById?: Maybe; - /** @deprecated Use oethCurveLpById */ - oethCurveLpByUniqueInput?: Maybe; - oethCurveLps: Array; - oethCurveLpsConnection: OethCurveLPsConnection; - oethDailyStatById?: Maybe; - /** @deprecated Use oethDailyStatById */ - oethDailyStatByUniqueInput?: Maybe; - oethDailyStats: Array; - oethDailyStatsConnection: OethDailyStatsConnection; - oethDripperById?: Maybe; - /** @deprecated Use oethDripperById */ - oethDripperByUniqueInput?: Maybe; - oethDrippers: Array; - oethDrippersConnection: OethDrippersConnection; - oethFraxStakingById?: Maybe; - /** @deprecated Use oethFraxStakingById */ - oethFraxStakingByUniqueInput?: Maybe; - oethFraxStakings: Array; - oethFraxStakingsConnection: OethFraxStakingsConnection; - oethMorphoAaveById?: Maybe; - /** @deprecated Use oethMorphoAaveById */ - oethMorphoAaveByUniqueInput?: Maybe; - oethMorphoAaves: Array; - oethMorphoAavesConnection: OethMorphoAavesConnection; - oethRewardTokenCollectedById?: Maybe; - /** @deprecated Use oethRewardTokenCollectedById */ - oethRewardTokenCollectedByUniqueInput?: Maybe; - oethRewardTokenCollecteds: Array; - oethRewardTokenCollectedsConnection: OethRewardTokenCollectedsConnection; - oethStrategyDailyStatById?: Maybe; - /** @deprecated Use oethStrategyDailyStatById */ - oethStrategyDailyStatByUniqueInput?: Maybe; - oethStrategyDailyStats: Array; - oethStrategyDailyStatsConnection: OethStrategyDailyStatsConnection; - oethStrategyHoldingDailyStatById?: Maybe; - /** @deprecated Use oethStrategyHoldingDailyStatById */ - oethStrategyHoldingDailyStatByUniqueInput?: Maybe; - oethStrategyHoldingDailyStats: Array; - oethStrategyHoldingDailyStatsConnection: OethStrategyHoldingDailyStatsConnection; - oethVaultById?: Maybe; - /** @deprecated Use oethVaultById */ - oethVaultByUniqueInput?: Maybe; - oethVaults: Array; - oethVaultsConnection: OethVaultsConnection; - oethWithdrawalRequestById?: Maybe; - /** @deprecated Use oethWithdrawalRequestById */ - oethWithdrawalRequestByUniqueInput?: Maybe; - oethWithdrawalRequests: Array; - oethWithdrawalRequestsConnection: OethWithdrawalRequestsConnection; - ognStats: OgnStatsResult; - ogvAddressById?: Maybe; - /** @deprecated Use ogvAddressById */ - ogvAddressByUniqueInput?: Maybe; - ogvAddresses: Array; - ogvAddressesConnection: OgvAddressesConnection; - ogvById?: Maybe; - /** @deprecated Use ogvById */ - ogvByUniqueInput?: Maybe; - ogvDailyStatById?: Maybe; - /** @deprecated Use ogvDailyStatById */ - ogvDailyStatByUniqueInput?: Maybe; - ogvDailyStats: Array; - ogvDailyStatsConnection: OgvDailyStatsConnection; - ogvLockupById?: Maybe; - /** @deprecated Use ogvLockupById */ - ogvLockupByUniqueInput?: Maybe; - ogvLockupTxLogById?: Maybe; - /** @deprecated Use ogvLockupTxLogById */ - ogvLockupTxLogByUniqueInput?: Maybe; - ogvLockupTxLogs: Array; - ogvLockupTxLogsConnection: OgvLockupTxLogsConnection; - ogvLockups: Array; - ogvLockupsConnection: OgvLockupsConnection; - ogvProposalById?: Maybe; - /** @deprecated Use ogvProposalById */ - ogvProposalByUniqueInput?: Maybe; - ogvProposalTxLogById?: Maybe; - /** @deprecated Use ogvProposalTxLogById */ - ogvProposalTxLogByUniqueInput?: Maybe; - ogvProposalTxLogs: Array; - ogvProposalTxLogsConnection: OgvProposalTxLogsConnection; - ogvProposalVoteById?: Maybe; - /** @deprecated Use ogvProposalVoteById */ - ogvProposalVoteByUniqueInput?: Maybe; - ogvProposalVotes: Array; - ogvProposalVotesConnection: OgvProposalVotesConnection; - ogvProposals: Array; - ogvProposalsConnection: OgvProposalsConnection; - ogvs: Array; - ogvsConnection: OgVsConnection; - ousdAaveStrategies: Array; - ousdAaveStrategiesConnection: OusdAaveStrategiesConnection; - ousdAaveStrategyById?: Maybe; - /** @deprecated Use ousdAaveStrategyById */ - ousdAaveStrategyByUniqueInput?: Maybe; - ousdCollateralDailyStatById?: Maybe; - /** @deprecated Use ousdCollateralDailyStatById */ - ousdCollateralDailyStatByUniqueInput?: Maybe; - ousdCollateralDailyStats: Array; - ousdCollateralDailyStatsConnection: OusdCollateralDailyStatsConnection; - ousdCompoundStrategies: Array; - ousdCompoundStrategiesConnection: OusdCompoundStrategiesConnection; - ousdCompoundStrategyById?: Maybe; - /** @deprecated Use ousdCompoundStrategyById */ - ousdCompoundStrategyByUniqueInput?: Maybe; - ousdConvexLusdPlus3CrvById?: Maybe; - /** @deprecated Use ousdConvexLusdPlus3CrvById */ - ousdConvexLusdPlus3CrvByUniqueInput?: Maybe; - ousdConvexLusdPlus3Crvs: Array; - ousdConvexLusdPlus3CrvsConnection: OusdConvexLusdPlus3CrvsConnection; - ousdConvexStrategies: Array; - ousdConvexStrategiesConnection: OusdConvexStrategiesConnection; - ousdConvexStrategyById?: Maybe; - /** @deprecated Use ousdConvexStrategyById */ - ousdConvexStrategyByUniqueInput?: Maybe; - ousdDailyStatById?: Maybe; - /** @deprecated Use ousdDailyStatById */ - ousdDailyStatByUniqueInput?: Maybe; - ousdDailyStats: Array; - ousdDailyStatsConnection: OusdDailyStatsConnection; - ousdFluxStrategies: Array; - ousdFluxStrategiesConnection: OusdFluxStrategiesConnection; - ousdFluxStrategyById?: Maybe; - /** @deprecated Use ousdFluxStrategyById */ - ousdFluxStrategyByUniqueInput?: Maybe; - ousdMetaStrategies: Array; - ousdMetaStrategiesConnection: OusdMetaStrategiesConnection; - ousdMetaStrategyById?: Maybe; - /** @deprecated Use ousdMetaStrategyById */ - ousdMetaStrategyByUniqueInput?: Maybe; - ousdMorphoAaveById?: Maybe; - /** @deprecated Use ousdMorphoAaveById */ - ousdMorphoAaveByUniqueInput?: Maybe; - ousdMorphoAaves: Array; - ousdMorphoAavesConnection: OusdMorphoAavesConnection; - ousdMorphoCompoundById?: Maybe; - /** @deprecated Use ousdMorphoCompoundById */ - ousdMorphoCompoundByUniqueInput?: Maybe; - ousdMorphoCompounds: Array; - ousdMorphoCompoundsConnection: OusdMorphoCompoundsConnection; - ousdStrategyDailyStatById?: Maybe; - /** @deprecated Use ousdStrategyDailyStatById */ - ousdStrategyDailyStatByUniqueInput?: Maybe; - ousdStrategyDailyStats: Array; - ousdStrategyDailyStatsConnection: OusdStrategyDailyStatsConnection; - ousdStrategyHoldingDailyStatById?: Maybe; - /** @deprecated Use ousdStrategyHoldingDailyStatById */ - ousdStrategyHoldingDailyStatByUniqueInput?: Maybe; - ousdStrategyHoldingDailyStats: Array; - ousdStrategyHoldingDailyStatsConnection: OusdStrategyHoldingDailyStatsConnection; - ousdVaultById?: Maybe; - /** @deprecated Use ousdVaultById */ - ousdVaultByUniqueInput?: Maybe; - ousdVaults: Array; - ousdVaultsConnection: OusdVaultsConnection; - processingStatusById?: Maybe; - /** @deprecated Use processingStatusById */ - processingStatusByUniqueInput?: Maybe; - processingStatuses: Array; - processingStatusesConnection: ProcessingStatusesConnection; - squidStatus?: Maybe; - strategies: Array; - strategyBalanceById?: Maybe; - /** @deprecated Use strategyBalanceById */ - strategyBalanceByUniqueInput?: Maybe; - strategyBalances: Array; - strategyBalancesConnection: StrategyBalancesConnection; - strategyDailyYieldById?: Maybe; - /** @deprecated Use strategyDailyYieldById */ - strategyDailyYieldByUniqueInput?: Maybe; - strategyDailyYields: Array; - strategyDailyYieldsConnection: StrategyDailyYieldsConnection; - strategyYieldById?: Maybe; - /** @deprecated Use strategyYieldById */ - strategyYieldByUniqueInput?: Maybe; - strategyYields: Array; - strategyYieldsConnection: StrategyYieldsConnection; -}; - - -export type QueryBalancerPoolBalanceByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryBalancerPoolBalanceByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryBalancerPoolBalancesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryBalancerPoolBalancesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryBalancerPoolByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryBalancerPoolByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryBalancerPoolRateByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryBalancerPoolRateByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryBalancerPoolRatesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryBalancerPoolRatesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryBalancerPoolsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryBalancerPoolsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryBeaconDepositEventByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryBeaconDepositEventByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryBeaconDepositEventsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryBeaconDepositEventsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryBeaconDepositPubkeyByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryBeaconDepositPubkeyByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryBeaconDepositPubkeysArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryBeaconDepositPubkeysConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryBridgeTransferByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryBridgeTransferByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryBridgeTransferStateByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryBridgeTransferStateByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryBridgeTransferStatesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryBridgeTransferStatesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryBridgeTransfersArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryBridgeTransfersConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryCurvePoolBalanceByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryCurvePoolBalanceByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryCurvePoolBalancesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryCurvePoolBalancesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryCurvePoolByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryCurvePoolByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryCurvePoolRateByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryCurvePoolRateByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryCurvePoolRatesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryCurvePoolRatesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryCurvePoolsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryCurvePoolsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryErc20BalanceByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryErc20BalanceByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryErc20BalancesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryErc20BalancesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryErc20ByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryErc20ByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryErc20HolderByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryErc20HolderByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryErc20HoldersArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryErc20HoldersConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryErc20StateByDayArgs = { - address: Scalars['String']['input']; - from: Scalars['String']['input']; - to?: InputMaybe; -}; - - -export type QueryErc20StateByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryErc20StateByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryErc20StatesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryErc20StatesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryErc20TransferByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryErc20TransferByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryErc20TransfersArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryErc20TransfersConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryErc20sArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryErc20sConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsAccountByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsAccountByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsAccountsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsAccountsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsDelegateChangedByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsDelegateChangedByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsDelegateChangedsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsDelegateChangedsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsDelegateVotesChangedByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsDelegateVotesChangedByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsDelegateVotesChangedsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsDelegateVotesChangedsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsLockupByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsLockupByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsLockupEventByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsLockupEventByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsLockupEventsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsLockupEventsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsLockupsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsLockupsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsPenaltiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsPenaltiesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsPenaltyByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsPenaltyByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsRewardByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsRewardByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsRewardsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsRewardsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsStakeByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsStakeByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsStakesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsStakesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsTokenByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsTokenByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsTokensArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsTokensConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsUnstakeByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsUnstakeByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsUnstakesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsUnstakesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryEsYieldByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryEsYieldByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryEsYieldsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryEsYieldsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryExchangeRateByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryExchangeRateByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryExchangeRatesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryExchangeRatesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryFrrsRewardCollectedByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryFrrsRewardCollectedByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryFrrsRewardCollectedsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryFrrsRewardCollectedsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryFrrsRewardsPerSecondChangedByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryFrrsRewardsPerSecondChangedByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryFrrsRewardsPerSecondChangedsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryFrrsRewardsPerSecondChangedsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryFrrsRewardsTargetChangeByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryFrrsRewardsTargetChangeByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryFrrsRewardsTargetChangesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryFrrsRewardsTargetChangesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryFrrsStrategistUpdatedByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryFrrsStrategistUpdatedByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryFrrsStrategistUpdatedsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryFrrsStrategistUpdatedsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryGovernanceProposalByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryGovernanceProposalByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryGovernanceProposalEventByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryGovernanceProposalEventByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryGovernanceProposalEventsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryGovernanceProposalEventsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryGovernanceProposalVoteByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryGovernanceProposalVoteByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryGovernanceProposalVotesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryGovernanceProposalVotesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryGovernanceProposalsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryGovernanceProposalsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryLegacyStakerByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryLegacyStakerByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryLegacyStakersArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryLegacyStakersConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryLiquidityDailyBalanceByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryLiquidityDailyBalanceByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryLiquidityDailyBalancesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryLiquidityDailyBalancesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryLiquiditySourceByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryLiquiditySourceByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryLiquiditySourcesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryLiquiditySourcesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryMakerDsrStrategiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryMakerDsrStrategiesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryMakerDsrStrategyByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryMakerDsrStrategyByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryMaverickPoolBalanceByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryMaverickPoolBalanceByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryMaverickPoolBalancesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryMaverickPoolBalancesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryMaverickPoolByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryMaverickPoolByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryMaverickPoolsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryMaverickPoolsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryNativeBalanceByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryNativeBalanceByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryNativeBalancesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryNativeBalancesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOTokenActivitiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOTokenActivitiesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOTokenActivityByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOTokenActivityByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOTokenAddressByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOTokenAddressByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOTokenAddressesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOTokenAddressesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOTokenApiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOTokenApiesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOTokenApyByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOTokenApyByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOTokenAssetByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOTokenAssetByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOTokenAssetsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOTokenAssetsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOTokenByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOTokenByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOTokenHistoriesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOTokenHistoriesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOTokenHistoryByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOTokenHistoryByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOTokenRebaseByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOTokenRebaseByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOTokenRebaseOptionByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOTokenRebaseOptionByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOTokenRebaseOptionsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOTokenRebaseOptionsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOTokenRebasesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOTokenRebasesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOTokenVaultByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOTokenVaultByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOTokenVaultsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOTokenVaultsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOTokensArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOTokensConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethBalancerMetaPoolStrategiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethBalancerMetaPoolStrategiesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethBalancerMetaPoolStrategyByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethBalancerMetaPoolStrategyByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethCollateralDailyStatByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethCollateralDailyStatByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethCollateralDailyStatsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethCollateralDailyStatsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethCurveLpByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethCurveLpByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethCurveLpsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethCurveLpsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethDailyStatByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethDailyStatByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethDailyStatsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethDailyStatsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethDripperByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethDripperByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethDrippersArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethDrippersConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethFraxStakingByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethFraxStakingByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethFraxStakingsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethFraxStakingsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethMorphoAaveByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethMorphoAaveByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethMorphoAavesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethMorphoAavesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethRewardTokenCollectedByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethRewardTokenCollectedByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethRewardTokenCollectedsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethRewardTokenCollectedsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethStrategyDailyStatByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethStrategyDailyStatByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethStrategyDailyStatsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethStrategyDailyStatsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethStrategyHoldingDailyStatByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethStrategyHoldingDailyStatByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethStrategyHoldingDailyStatsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethStrategyHoldingDailyStatsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethVaultByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethVaultByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethVaultsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethVaultsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOethWithdrawalRequestByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOethWithdrawalRequestByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOethWithdrawalRequestsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOethWithdrawalRequestsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOgvAddressByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOgvAddressByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOgvAddressesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOgvAddressesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOgvByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOgvByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOgvDailyStatByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOgvDailyStatByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOgvDailyStatsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOgvDailyStatsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOgvLockupByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOgvLockupByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOgvLockupTxLogByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOgvLockupTxLogByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOgvLockupTxLogsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOgvLockupTxLogsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOgvLockupsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOgvLockupsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOgvProposalByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOgvProposalByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOgvProposalTxLogByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOgvProposalTxLogByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOgvProposalTxLogsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOgvProposalTxLogsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOgvProposalVoteByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOgvProposalVoteByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOgvProposalVotesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOgvProposalVotesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOgvProposalsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOgvProposalsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOgvsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOgvsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdAaveStrategiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdAaveStrategiesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdAaveStrategyByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdAaveStrategyByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdCollateralDailyStatByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdCollateralDailyStatByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdCollateralDailyStatsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdCollateralDailyStatsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdCompoundStrategiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdCompoundStrategiesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdCompoundStrategyByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdCompoundStrategyByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdConvexLusdPlus3CrvByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdConvexLusdPlus3CrvByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdConvexLusdPlus3CrvsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdConvexLusdPlus3CrvsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdConvexStrategiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdConvexStrategiesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdConvexStrategyByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdConvexStrategyByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdDailyStatByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdDailyStatByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdDailyStatsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdDailyStatsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdFluxStrategiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdFluxStrategiesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdFluxStrategyByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdFluxStrategyByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdMetaStrategiesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdMetaStrategiesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdMetaStrategyByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdMetaStrategyByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdMorphoAaveByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdMorphoAaveByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdMorphoAavesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdMorphoAavesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdMorphoCompoundByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdMorphoCompoundByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdMorphoCompoundsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdMorphoCompoundsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdStrategyDailyStatByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdStrategyDailyStatByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdStrategyDailyStatsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdStrategyDailyStatsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdStrategyHoldingDailyStatByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdStrategyHoldingDailyStatByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdStrategyHoldingDailyStatsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdStrategyHoldingDailyStatsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryOusdVaultByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryOusdVaultByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryOusdVaultsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryOusdVaultsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryProcessingStatusByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryProcessingStatusByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryProcessingStatusesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryProcessingStatusesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryStrategiesArgs = { - timestamp?: InputMaybe; -}; - - -export type QueryStrategyBalanceByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryStrategyBalanceByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryStrategyBalancesArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryStrategyBalancesConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryStrategyDailyYieldByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryStrategyDailyYieldByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryStrategyDailyYieldsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryStrategyDailyYieldsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - - -export type QueryStrategyYieldByIdArgs = { - id: Scalars['String']['input']; -}; - - -export type QueryStrategyYieldByUniqueInputArgs = { - where: WhereIdInput; -}; - - -export type QueryStrategyYieldsArgs = { - limit?: InputMaybe; - offset?: InputMaybe; - orderBy?: InputMaybe>; - where?: InputMaybe; -}; - - -export type QueryStrategyYieldsConnectionArgs = { - after?: InputMaybe; - first?: InputMaybe; - orderBy: Array; - where?: InputMaybe; -}; - -export enum RebasingOption { - OptIn = 'OptIn', - OptOut = 'OptOut' -} - -export type SquidStatus = { - __typename?: 'SquidStatus'; - /** The height of the processed part of the chain */ - height?: Maybe; -}; - -export type Strategy = { - __typename?: 'Strategy'; - address: Scalars['String']['output']; - balances: Array; - contractName: Scalars['String']['output']; - kind: Scalars['String']['output']; - name: Scalars['String']['output']; - oTokenAddress: Scalars['String']['output']; -}; - -export type StrategyBalance = { - __typename?: 'StrategyBalance'; - asset: Scalars['String']['output']; - balance: Scalars['BigInt']['output']; - blockNumber: Scalars['Int']['output']; - chainId: Scalars['Int']['output']; - /** Format: 'chainId:strategy:asset:blockNumber' */ - id: Scalars['String']['output']; - strategy: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type StrategyBalanceEdge = { - __typename?: 'StrategyBalanceEdge'; - cursor: Scalars['String']['output']; - node: StrategyBalance; -}; - -export enum StrategyBalanceOrderByInput { - AssetAsc = 'asset_ASC', - AssetAscNullsFirst = 'asset_ASC_NULLS_FIRST', - AssetAscNullsLast = 'asset_ASC_NULLS_LAST', - AssetDesc = 'asset_DESC', - AssetDescNullsFirst = 'asset_DESC_NULLS_FIRST', - AssetDescNullsLast = 'asset_DESC_NULLS_LAST', - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - ChainIdAsc = 'chainId_ASC', - ChainIdAscNullsFirst = 'chainId_ASC_NULLS_FIRST', - ChainIdAscNullsLast = 'chainId_ASC_NULLS_LAST', - ChainIdDesc = 'chainId_DESC', - ChainIdDescNullsFirst = 'chainId_DESC_NULLS_FIRST', - ChainIdDescNullsLast = 'chainId_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - StrategyAsc = 'strategy_ASC', - StrategyAscNullsFirst = 'strategy_ASC_NULLS_FIRST', - StrategyAscNullsLast = 'strategy_ASC_NULLS_LAST', - StrategyDesc = 'strategy_DESC', - StrategyDescNullsFirst = 'strategy_DESC_NULLS_FIRST', - StrategyDescNullsLast = 'strategy_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type StrategyBalanceWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - asset_contains?: InputMaybe; - asset_containsInsensitive?: InputMaybe; - asset_endsWith?: InputMaybe; - asset_eq?: InputMaybe; - asset_gt?: InputMaybe; - asset_gte?: InputMaybe; - asset_in?: InputMaybe>; - asset_isNull?: InputMaybe; - asset_lt?: InputMaybe; - asset_lte?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_containsInsensitive?: InputMaybe; - asset_not_endsWith?: InputMaybe; - asset_not_eq?: InputMaybe; - asset_not_in?: InputMaybe>; - asset_not_startsWith?: InputMaybe; - asset_startsWith?: InputMaybe; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - chainId_eq?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_isNull?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_not_eq?: InputMaybe; - chainId_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - strategy_contains?: InputMaybe; - strategy_containsInsensitive?: InputMaybe; - strategy_endsWith?: InputMaybe; - strategy_eq?: InputMaybe; - strategy_gt?: InputMaybe; - strategy_gte?: InputMaybe; - strategy_in?: InputMaybe>; - strategy_isNull?: InputMaybe; - strategy_lt?: InputMaybe; - strategy_lte?: InputMaybe; - strategy_not_contains?: InputMaybe; - strategy_not_containsInsensitive?: InputMaybe; - strategy_not_endsWith?: InputMaybe; - strategy_not_eq?: InputMaybe; - strategy_not_in?: InputMaybe>; - strategy_not_startsWith?: InputMaybe; - strategy_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type StrategyBalancesConnection = { - __typename?: 'StrategyBalancesConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type StrategyDailyYield = { - __typename?: 'StrategyDailyYield'; - apr: Scalars['Float']['output']; - apy: Scalars['Float']['output']; - asset: Scalars['String']['output']; - balance: Scalars['BigInt']['output']; - balanceWeight: Scalars['Float']['output']; - blockNumber: Scalars['Int']['output']; - earnings: Scalars['BigInt']['output']; - earningsChange: Scalars['BigInt']['output']; - /** Format: 'strategy:asset:blockNumber' */ - id: Scalars['String']['output']; - strategy: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type StrategyDailyYieldEdge = { - __typename?: 'StrategyDailyYieldEdge'; - cursor: Scalars['String']['output']; - node: StrategyDailyYield; -}; - -export enum StrategyDailyYieldOrderByInput { - AprAsc = 'apr_ASC', - AprAscNullsFirst = 'apr_ASC_NULLS_FIRST', - AprAscNullsLast = 'apr_ASC_NULLS_LAST', - AprDesc = 'apr_DESC', - AprDescNullsFirst = 'apr_DESC_NULLS_FIRST', - AprDescNullsLast = 'apr_DESC_NULLS_LAST', - ApyAsc = 'apy_ASC', - ApyAscNullsFirst = 'apy_ASC_NULLS_FIRST', - ApyAscNullsLast = 'apy_ASC_NULLS_LAST', - ApyDesc = 'apy_DESC', - ApyDescNullsFirst = 'apy_DESC_NULLS_FIRST', - ApyDescNullsLast = 'apy_DESC_NULLS_LAST', - AssetAsc = 'asset_ASC', - AssetAscNullsFirst = 'asset_ASC_NULLS_FIRST', - AssetAscNullsLast = 'asset_ASC_NULLS_LAST', - AssetDesc = 'asset_DESC', - AssetDescNullsFirst = 'asset_DESC_NULLS_FIRST', - AssetDescNullsLast = 'asset_DESC_NULLS_LAST', - BalanceWeightAsc = 'balanceWeight_ASC', - BalanceWeightAscNullsFirst = 'balanceWeight_ASC_NULLS_FIRST', - BalanceWeightAscNullsLast = 'balanceWeight_ASC_NULLS_LAST', - BalanceWeightDesc = 'balanceWeight_DESC', - BalanceWeightDescNullsFirst = 'balanceWeight_DESC_NULLS_FIRST', - BalanceWeightDescNullsLast = 'balanceWeight_DESC_NULLS_LAST', - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - EarningsChangeAsc = 'earningsChange_ASC', - EarningsChangeAscNullsFirst = 'earningsChange_ASC_NULLS_FIRST', - EarningsChangeAscNullsLast = 'earningsChange_ASC_NULLS_LAST', - EarningsChangeDesc = 'earningsChange_DESC', - EarningsChangeDescNullsFirst = 'earningsChange_DESC_NULLS_FIRST', - EarningsChangeDescNullsLast = 'earningsChange_DESC_NULLS_LAST', - EarningsAsc = 'earnings_ASC', - EarningsAscNullsFirst = 'earnings_ASC_NULLS_FIRST', - EarningsAscNullsLast = 'earnings_ASC_NULLS_LAST', - EarningsDesc = 'earnings_DESC', - EarningsDescNullsFirst = 'earnings_DESC_NULLS_FIRST', - EarningsDescNullsLast = 'earnings_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - StrategyAsc = 'strategy_ASC', - StrategyAscNullsFirst = 'strategy_ASC_NULLS_FIRST', - StrategyAscNullsLast = 'strategy_ASC_NULLS_LAST', - StrategyDesc = 'strategy_DESC', - StrategyDescNullsFirst = 'strategy_DESC_NULLS_FIRST', - StrategyDescNullsLast = 'strategy_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type StrategyDailyYieldWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - apr_eq?: InputMaybe; - apr_gt?: InputMaybe; - apr_gte?: InputMaybe; - apr_in?: InputMaybe>; - apr_isNull?: InputMaybe; - apr_lt?: InputMaybe; - apr_lte?: InputMaybe; - apr_not_eq?: InputMaybe; - apr_not_in?: InputMaybe>; - apy_eq?: InputMaybe; - apy_gt?: InputMaybe; - apy_gte?: InputMaybe; - apy_in?: InputMaybe>; - apy_isNull?: InputMaybe; - apy_lt?: InputMaybe; - apy_lte?: InputMaybe; - apy_not_eq?: InputMaybe; - apy_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_containsInsensitive?: InputMaybe; - asset_endsWith?: InputMaybe; - asset_eq?: InputMaybe; - asset_gt?: InputMaybe; - asset_gte?: InputMaybe; - asset_in?: InputMaybe>; - asset_isNull?: InputMaybe; - asset_lt?: InputMaybe; - asset_lte?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_containsInsensitive?: InputMaybe; - asset_not_endsWith?: InputMaybe; - asset_not_eq?: InputMaybe; - asset_not_in?: InputMaybe>; - asset_not_startsWith?: InputMaybe; - asset_startsWith?: InputMaybe; - balanceWeight_eq?: InputMaybe; - balanceWeight_gt?: InputMaybe; - balanceWeight_gte?: InputMaybe; - balanceWeight_in?: InputMaybe>; - balanceWeight_isNull?: InputMaybe; - balanceWeight_lt?: InputMaybe; - balanceWeight_lte?: InputMaybe; - balanceWeight_not_eq?: InputMaybe; - balanceWeight_not_in?: InputMaybe>; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - earningsChange_eq?: InputMaybe; - earningsChange_gt?: InputMaybe; - earningsChange_gte?: InputMaybe; - earningsChange_in?: InputMaybe>; - earningsChange_isNull?: InputMaybe; - earningsChange_lt?: InputMaybe; - earningsChange_lte?: InputMaybe; - earningsChange_not_eq?: InputMaybe; - earningsChange_not_in?: InputMaybe>; - earnings_eq?: InputMaybe; - earnings_gt?: InputMaybe; - earnings_gte?: InputMaybe; - earnings_in?: InputMaybe>; - earnings_isNull?: InputMaybe; - earnings_lt?: InputMaybe; - earnings_lte?: InputMaybe; - earnings_not_eq?: InputMaybe; - earnings_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - strategy_contains?: InputMaybe; - strategy_containsInsensitive?: InputMaybe; - strategy_endsWith?: InputMaybe; - strategy_eq?: InputMaybe; - strategy_gt?: InputMaybe; - strategy_gte?: InputMaybe; - strategy_in?: InputMaybe>; - strategy_isNull?: InputMaybe; - strategy_lt?: InputMaybe; - strategy_lte?: InputMaybe; - strategy_not_contains?: InputMaybe; - strategy_not_containsInsensitive?: InputMaybe; - strategy_not_endsWith?: InputMaybe; - strategy_not_eq?: InputMaybe; - strategy_not_in?: InputMaybe>; - strategy_not_startsWith?: InputMaybe; - strategy_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type StrategyDailyYieldsConnection = { - __typename?: 'StrategyDailyYieldsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type StrategyYield = { - __typename?: 'StrategyYield'; - asset: Scalars['String']['output']; - balance: Scalars['BigInt']['output']; - balanceWeight: Scalars['Float']['output']; - blockNumber: Scalars['Int']['output']; - earnings: Scalars['BigInt']['output']; - earningsChange: Scalars['BigInt']['output']; - /** Format: 'strategy:asset:blockNumber' */ - id: Scalars['String']['output']; - strategy: Scalars['String']['output']; - timestamp: Scalars['DateTime']['output']; -}; - -export type StrategyYieldEdge = { - __typename?: 'StrategyYieldEdge'; - cursor: Scalars['String']['output']; - node: StrategyYield; -}; - -export enum StrategyYieldOrderByInput { - AssetAsc = 'asset_ASC', - AssetAscNullsFirst = 'asset_ASC_NULLS_FIRST', - AssetAscNullsLast = 'asset_ASC_NULLS_LAST', - AssetDesc = 'asset_DESC', - AssetDescNullsFirst = 'asset_DESC_NULLS_FIRST', - AssetDescNullsLast = 'asset_DESC_NULLS_LAST', - BalanceWeightAsc = 'balanceWeight_ASC', - BalanceWeightAscNullsFirst = 'balanceWeight_ASC_NULLS_FIRST', - BalanceWeightAscNullsLast = 'balanceWeight_ASC_NULLS_LAST', - BalanceWeightDesc = 'balanceWeight_DESC', - BalanceWeightDescNullsFirst = 'balanceWeight_DESC_NULLS_FIRST', - BalanceWeightDescNullsLast = 'balanceWeight_DESC_NULLS_LAST', - BalanceAsc = 'balance_ASC', - BalanceAscNullsFirst = 'balance_ASC_NULLS_FIRST', - BalanceAscNullsLast = 'balance_ASC_NULLS_LAST', - BalanceDesc = 'balance_DESC', - BalanceDescNullsFirst = 'balance_DESC_NULLS_FIRST', - BalanceDescNullsLast = 'balance_DESC_NULLS_LAST', - BlockNumberAsc = 'blockNumber_ASC', - BlockNumberAscNullsFirst = 'blockNumber_ASC_NULLS_FIRST', - BlockNumberAscNullsLast = 'blockNumber_ASC_NULLS_LAST', - BlockNumberDesc = 'blockNumber_DESC', - BlockNumberDescNullsFirst = 'blockNumber_DESC_NULLS_FIRST', - BlockNumberDescNullsLast = 'blockNumber_DESC_NULLS_LAST', - EarningsChangeAsc = 'earningsChange_ASC', - EarningsChangeAscNullsFirst = 'earningsChange_ASC_NULLS_FIRST', - EarningsChangeAscNullsLast = 'earningsChange_ASC_NULLS_LAST', - EarningsChangeDesc = 'earningsChange_DESC', - EarningsChangeDescNullsFirst = 'earningsChange_DESC_NULLS_FIRST', - EarningsChangeDescNullsLast = 'earningsChange_DESC_NULLS_LAST', - EarningsAsc = 'earnings_ASC', - EarningsAscNullsFirst = 'earnings_ASC_NULLS_FIRST', - EarningsAscNullsLast = 'earnings_ASC_NULLS_LAST', - EarningsDesc = 'earnings_DESC', - EarningsDescNullsFirst = 'earnings_DESC_NULLS_FIRST', - EarningsDescNullsLast = 'earnings_DESC_NULLS_LAST', - IdAsc = 'id_ASC', - IdAscNullsFirst = 'id_ASC_NULLS_FIRST', - IdAscNullsLast = 'id_ASC_NULLS_LAST', - IdDesc = 'id_DESC', - IdDescNullsFirst = 'id_DESC_NULLS_FIRST', - IdDescNullsLast = 'id_DESC_NULLS_LAST', - StrategyAsc = 'strategy_ASC', - StrategyAscNullsFirst = 'strategy_ASC_NULLS_FIRST', - StrategyAscNullsLast = 'strategy_ASC_NULLS_LAST', - StrategyDesc = 'strategy_DESC', - StrategyDescNullsFirst = 'strategy_DESC_NULLS_FIRST', - StrategyDescNullsLast = 'strategy_DESC_NULLS_LAST', - TimestampAsc = 'timestamp_ASC', - TimestampAscNullsFirst = 'timestamp_ASC_NULLS_FIRST', - TimestampAscNullsLast = 'timestamp_ASC_NULLS_LAST', - TimestampDesc = 'timestamp_DESC', - TimestampDescNullsFirst = 'timestamp_DESC_NULLS_FIRST', - TimestampDescNullsLast = 'timestamp_DESC_NULLS_LAST' -} - -export type StrategyYieldWhereInput = { - AND?: InputMaybe>; - OR?: InputMaybe>; - asset_contains?: InputMaybe; - asset_containsInsensitive?: InputMaybe; - asset_endsWith?: InputMaybe; - asset_eq?: InputMaybe; - asset_gt?: InputMaybe; - asset_gte?: InputMaybe; - asset_in?: InputMaybe>; - asset_isNull?: InputMaybe; - asset_lt?: InputMaybe; - asset_lte?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_containsInsensitive?: InputMaybe; - asset_not_endsWith?: InputMaybe; - asset_not_eq?: InputMaybe; - asset_not_in?: InputMaybe>; - asset_not_startsWith?: InputMaybe; - asset_startsWith?: InputMaybe; - balanceWeight_eq?: InputMaybe; - balanceWeight_gt?: InputMaybe; - balanceWeight_gte?: InputMaybe; - balanceWeight_in?: InputMaybe>; - balanceWeight_isNull?: InputMaybe; - balanceWeight_lt?: InputMaybe; - balanceWeight_lte?: InputMaybe; - balanceWeight_not_eq?: InputMaybe; - balanceWeight_not_in?: InputMaybe>; - balance_eq?: InputMaybe; - balance_gt?: InputMaybe; - balance_gte?: InputMaybe; - balance_in?: InputMaybe>; - balance_isNull?: InputMaybe; - balance_lt?: InputMaybe; - balance_lte?: InputMaybe; - balance_not_eq?: InputMaybe; - balance_not_in?: InputMaybe>; - blockNumber_eq?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_isNull?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_not_eq?: InputMaybe; - blockNumber_not_in?: InputMaybe>; - earningsChange_eq?: InputMaybe; - earningsChange_gt?: InputMaybe; - earningsChange_gte?: InputMaybe; - earningsChange_in?: InputMaybe>; - earningsChange_isNull?: InputMaybe; - earningsChange_lt?: InputMaybe; - earningsChange_lte?: InputMaybe; - earningsChange_not_eq?: InputMaybe; - earningsChange_not_in?: InputMaybe>; - earnings_eq?: InputMaybe; - earnings_gt?: InputMaybe; - earnings_gte?: InputMaybe; - earnings_in?: InputMaybe>; - earnings_isNull?: InputMaybe; - earnings_lt?: InputMaybe; - earnings_lte?: InputMaybe; - earnings_not_eq?: InputMaybe; - earnings_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_containsInsensitive?: InputMaybe; - id_endsWith?: InputMaybe; - id_eq?: InputMaybe; - id_gt?: InputMaybe; - id_gte?: InputMaybe; - id_in?: InputMaybe>; - id_isNull?: InputMaybe; - id_lt?: InputMaybe; - id_lte?: InputMaybe; - id_not_contains?: InputMaybe; - id_not_containsInsensitive?: InputMaybe; - id_not_endsWith?: InputMaybe; - id_not_eq?: InputMaybe; - id_not_in?: InputMaybe>; - id_not_startsWith?: InputMaybe; - id_startsWith?: InputMaybe; - strategy_contains?: InputMaybe; - strategy_containsInsensitive?: InputMaybe; - strategy_endsWith?: InputMaybe; - strategy_eq?: InputMaybe; - strategy_gt?: InputMaybe; - strategy_gte?: InputMaybe; - strategy_in?: InputMaybe>; - strategy_isNull?: InputMaybe; - strategy_lt?: InputMaybe; - strategy_lte?: InputMaybe; - strategy_not_contains?: InputMaybe; - strategy_not_containsInsensitive?: InputMaybe; - strategy_not_endsWith?: InputMaybe; - strategy_not_eq?: InputMaybe; - strategy_not_in?: InputMaybe>; - strategy_not_startsWith?: InputMaybe; - strategy_startsWith?: InputMaybe; - timestamp_eq?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_isNull?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_not_eq?: InputMaybe; - timestamp_not_in?: InputMaybe>; -}; - -export type StrategyYieldsConnection = { - __typename?: 'StrategyYieldsConnection'; - edges: Array; - pageInfo: PageInfo; - totalCount: Scalars['Int']['output']; -}; - -export type WhereIdInput = { - id: Scalars['String']['input']; -}; diff --git a/libs/ousd/shared/src/index.ts b/libs/ousd/shared/src/index.ts deleted file mode 100644 index 06fb564d5..000000000 --- a/libs/ousd/shared/src/index.ts +++ /dev/null @@ -1,3 +0,0 @@ -export * from './clients'; -export * from './components'; -export * from './generated/graphql'; diff --git a/libs/ousd/shared/tsconfig.json b/libs/ousd/shared/tsconfig.json deleted file mode 100644 index 89f8ac085..000000000 --- a/libs/ousd/shared/tsconfig.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "compilerOptions": { - "jsx": "react-jsx", - "allowJs": false, - "esModuleInterop": false, - "allowSyntheticDefaultImports": true, - "strict": true - }, - "files": [], - "include": [], - "references": [ - { - "path": "./tsconfig.lib.json" - } - ], - "extends": "../../../tsconfig.base.json" -} diff --git a/libs/ousd/shared/tsconfig.lib.json b/libs/ousd/shared/tsconfig.lib.json deleted file mode 100644 index 77dc67745..000000000 --- a/libs/ousd/shared/tsconfig.lib.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../../dist/out-tsc", - "types": [ - "node", - "@nx/react/typings/cssmodule.d.ts", - "@nx/react/typings/image.d.ts", - "../theme/src/theme.d.ts", - "../../../apps/ousd/src/env.d.ts" - ] - }, - "exclude": [ - "jest.config.ts", - "src/**/*.spec.ts", - "src/**/*.test.ts", - "src/**/*.spec.tsx", - "src/**/*.test.tsx", - "src/**/*.spec.js", - "src/**/*.test.js", - "src/**/*.spec.jsx", - "src/**/*.test.jsx" - ], - "include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"] -} diff --git a/libs/ousd/swap/.babelrc b/libs/ousd/swap/.babelrc deleted file mode 100644 index 6989c0cf1..000000000 --- a/libs/ousd/swap/.babelrc +++ /dev/null @@ -1,13 +0,0 @@ -{ - "presets": [ - [ - "@nx/react/babel", - { - "runtime": "automatic", - "useBuiltIns": "usage", - "importSource": "@emotion/react" - } - ] - ], - "plugins": [] -} diff --git a/libs/ousd/swap/.eslintrc.json b/libs/ousd/swap/.eslintrc.json deleted file mode 100644 index 75b85077d..000000000 --- a/libs/ousd/swap/.eslintrc.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": ["plugin:@nx/react", "../../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], - "rules": {} - }, - { - "files": ["*.ts", "*.tsx"], - "rules": {} - }, - { - "files": ["*.js", "*.jsx"], - "rules": {} - } - ] -} diff --git a/libs/ousd/swap/README.md b/libs/ousd/swap/README.md deleted file mode 100644 index f2d5003f8..000000000 --- a/libs/ousd/swap/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# swap - -This library was generated with [Nx](https://nx.dev). diff --git a/libs/ousd/swap/project.json b/libs/ousd/swap/project.json deleted file mode 100644 index e63de0933..000000000 --- a/libs/ousd/swap/project.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "ousd-swap", - "$schema": "../../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "libs/ousd/swap/src", - "projectType": "library", - "tags": [], - "targets": { - "lint": { - "executor": "@nx/eslint:lint", - "outputs": ["{options.outputFile}"] - } - } -} diff --git a/libs/ousd/swap/src/actions.ts b/libs/ousd/swap/src/actions.ts deleted file mode 100644 index ffee36fb0..000000000 --- a/libs/ousd/swap/src/actions.ts +++ /dev/null @@ -1,53 +0,0 @@ -import { - mintVaultOusd, - swapCurveOusd, - swapFlipperOusd, - swapSushiswapOusd, - swapUniswapV2Ousd, - swapUniswapV3Ousd, - unwrapOusdWousd, - wrapOusdWousd, -} from '@origin/shared/routes'; -import { defineMessage } from 'react-intl'; - -import type { SwapApi } from '@origin/shared/providers'; - -import type { SwapAction } from './types'; - -export const swapActions: Record = { - 'swap-flipper-ousd': { - ...swapFlipperOusd, - routeLabel: defineMessage({ defaultMessage: 'Swap via Flipper' }), - }, - 'mint-vault-ousd': { - ...mintVaultOusd, - routeLabel: defineMessage({ defaultMessage: 'Mint with Vault' }), - buttonLabel: defineMessage({ defaultMessage: 'Mint' }), - }, - 'swap-sushiswap-ousd': { - ...swapSushiswapOusd, - routeLabel: defineMessage({ defaultMessage: 'Swap via SushiSwap' }), - }, - 'swap-curve-ousd': { - ...swapCurveOusd, - routeLabel: defineMessage({ defaultMessage: 'Swap via Curve' }), - }, - 'swap-uniswap-v2-ousd': { - ...swapUniswapV2Ousd, - routeLabel: defineMessage({ defaultMessage: 'Swap via Uniswap V2' }), - }, - 'swap-uniswap-v3-ousd': { - ...swapUniswapV3Ousd, - routeLabel: defineMessage({ defaultMessage: 'Swap via Uniswap V3' }), - }, - 'wrap-ousd-wousd': { - ...wrapOusdWousd, - routeLabel: defineMessage({ defaultMessage: 'Wrap with Origin' }), - buttonLabel: defineMessage({ defaultMessage: 'Wrap' }), - }, - 'unwrap-ousd-wousd': { - ...unwrapOusdWousd, - routeLabel: defineMessage({ defaultMessage: 'Unwrap with Origin' }), - buttonLabel: defineMessage({ defaultMessage: 'Unwrap' }), - }, -}; diff --git a/libs/ousd/swap/src/constants.ts b/libs/ousd/swap/src/constants.ts deleted file mode 100644 index 15744f09b..000000000 --- a/libs/ousd/swap/src/constants.ts +++ /dev/null @@ -1,191 +0,0 @@ -import { tokens } from '@origin/shared/contracts'; - -import type { SwapRoute } from '@origin/shared/providers'; - -import type { SwapAction } from './types'; - -export const swapRoutes: SwapRoute[] = [ - // Mint DAI -> OUSD - { - tokenIn: tokens.mainnet.DAI, - tokenOut: tokens.mainnet.OUSD, - action: 'swap-flipper-ousd', - }, - { - tokenIn: tokens.mainnet.DAI, - tokenOut: tokens.mainnet.OUSD, - action: 'swap-curve-ousd', - }, - { - tokenIn: tokens.mainnet.DAI, - tokenOut: tokens.mainnet.OUSD, - action: 'swap-uniswap-v2-ousd', - }, - { - tokenIn: tokens.mainnet.DAI, - tokenOut: tokens.mainnet.OUSD, - action: 'swap-uniswap-v3-ousd', - }, - { - tokenIn: tokens.mainnet.DAI, - tokenOut: tokens.mainnet.OUSD, - action: 'mint-vault-ousd', - }, - { - tokenIn: tokens.mainnet.DAI, - tokenOut: tokens.mainnet.OUSD, - action: 'swap-sushiswap-ousd', - }, - // Mint USDT -> OUSD - { - tokenIn: tokens.mainnet.USDT, - tokenOut: tokens.mainnet.OUSD, - action: 'swap-flipper-ousd', - }, - { - tokenIn: tokens.mainnet.USDT, - tokenOut: tokens.mainnet.OUSD, - action: 'swap-curve-ousd', - }, - { - tokenIn: tokens.mainnet.USDT, - tokenOut: tokens.mainnet.OUSD, - action: 'swap-uniswap-v2-ousd', - }, - { - tokenIn: tokens.mainnet.USDT, - tokenOut: tokens.mainnet.OUSD, - action: 'swap-uniswap-v3-ousd', - }, - { - tokenIn: tokens.mainnet.USDT, - tokenOut: tokens.mainnet.OUSD, - action: 'mint-vault-ousd', - }, - { - tokenIn: tokens.mainnet.USDT, - tokenOut: tokens.mainnet.OUSD, - action: 'swap-sushiswap-ousd', - }, - // Mint USDC -> OUSD - { - tokenIn: tokens.mainnet.USDC, - tokenOut: tokens.mainnet.OUSD, - action: 'swap-flipper-ousd', - }, - { - tokenIn: tokens.mainnet.USDC, - tokenOut: tokens.mainnet.OUSD, - action: 'swap-curve-ousd', - }, - { - tokenIn: tokens.mainnet.USDC, - tokenOut: tokens.mainnet.OUSD, - action: 'swap-uniswap-v2-ousd', - }, - { - tokenIn: tokens.mainnet.USDC, - tokenOut: tokens.mainnet.OUSD, - action: 'swap-uniswap-v3-ousd', - }, - { - tokenIn: tokens.mainnet.USDC, - tokenOut: tokens.mainnet.OUSD, - action: 'mint-vault-ousd', - }, - { - tokenIn: tokens.mainnet.USDC, - tokenOut: tokens.mainnet.OUSD, - action: 'swap-sushiswap-ousd', - }, - // Redeem OUSD -> DAI - { - tokenIn: tokens.mainnet.OUSD, - tokenOut: tokens.mainnet.DAI, - action: 'swap-flipper-ousd', - }, - { - tokenIn: tokens.mainnet.OUSD, - tokenOut: tokens.mainnet.DAI, - action: 'swap-sushiswap-ousd', - }, - { - tokenIn: tokens.mainnet.OUSD, - tokenOut: tokens.mainnet.DAI, - action: 'swap-uniswap-v2-ousd', - }, - { - tokenIn: tokens.mainnet.OUSD, - tokenOut: tokens.mainnet.DAI, - action: 'swap-uniswap-v3-ousd', - }, - { - tokenIn: tokens.mainnet.OUSD, - tokenOut: tokens.mainnet.DAI, - action: 'swap-curve-ousd', - }, - // Redeem OUSD -> USDT - { - tokenIn: tokens.mainnet.OUSD, - tokenOut: tokens.mainnet.USDT, - action: 'swap-flipper-ousd', - }, - { - tokenIn: tokens.mainnet.OUSD, - tokenOut: tokens.mainnet.USDT, - action: 'swap-sushiswap-ousd', - }, - { - tokenIn: tokens.mainnet.OUSD, - tokenOut: tokens.mainnet.USDT, - action: 'swap-uniswap-v2-ousd', - }, - { - tokenIn: tokens.mainnet.OUSD, - tokenOut: tokens.mainnet.USDT, - action: 'swap-uniswap-v3-ousd', - }, - { - tokenIn: tokens.mainnet.OUSD, - tokenOut: tokens.mainnet.USDT, - action: 'swap-curve-ousd', - }, - // Redeem OUSD -> USDC - { - tokenIn: tokens.mainnet.OUSD, - tokenOut: tokens.mainnet.USDC, - action: 'swap-flipper-ousd', - }, - { - tokenIn: tokens.mainnet.OUSD, - tokenOut: tokens.mainnet.USDC, - action: 'swap-sushiswap-ousd', - }, - { - tokenIn: tokens.mainnet.OUSD, - tokenOut: tokens.mainnet.USDC, - action: 'swap-uniswap-v2-ousd', - }, - { - tokenIn: tokens.mainnet.OUSD, - tokenOut: tokens.mainnet.USDC, - action: 'swap-uniswap-v3-ousd', - }, - { - tokenIn: tokens.mainnet.OUSD, - tokenOut: tokens.mainnet.USDC, - action: 'swap-curve-ousd', - }, - // Wrap OUSD - { - tokenIn: tokens.mainnet.OUSD, - tokenOut: tokens.mainnet.wOUSD, - action: 'wrap-ousd-wousd', - }, - // Unwrap wOUSD - { - tokenIn: tokens.mainnet.wOUSD, - tokenOut: tokens.mainnet.OUSD, - action: 'unwrap-ousd-wousd', - }, -]; diff --git a/libs/ousd/swap/src/index.ts b/libs/ousd/swap/src/index.ts deleted file mode 100644 index d29bf0360..000000000 --- a/libs/ousd/swap/src/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './views/SwapView'; diff --git a/libs/ousd/swap/src/types.ts b/libs/ousd/swap/src/types.ts deleted file mode 100644 index fa0b28937..000000000 --- a/libs/ousd/swap/src/types.ts +++ /dev/null @@ -1,13 +0,0 @@ -import type { OusdRoute } from '@origin/shared/routes'; - -export type SwapAction = Extract< - OusdRoute, - | 'mint-vault-ousd' - | 'swap-flipper-ousd' - | 'swap-curve-ousd' - | 'swap-sushiswap-ousd' - | 'swap-uniswap-v2-ousd' - | 'swap-uniswap-v3-ousd' - | 'unwrap-ousd-wousd' - | 'wrap-ousd-wousd' ->; diff --git a/libs/ousd/swap/src/views/SwapView.tsx b/libs/ousd/swap/src/views/SwapView.tsx deleted file mode 100644 index e21eb9b5a..000000000 --- a/libs/ousd/swap/src/views/SwapView.tsx +++ /dev/null @@ -1,26 +0,0 @@ -import { Stack } from '@mui/material'; -import { ApyHeader, trackEvent, trackSentryError } from '@origin/ousd/shared'; -import { ErrorBoundary, ErrorCard } from '@origin/shared/components'; -import { Swapper } from '@origin/shared/providers'; - -import { swapActions } from '../actions'; -import { swapRoutes } from '../constants'; - -export const SwapView = () => { - return ( - - } onError={trackSentryError}> - - - } onError={trackSentryError}> - - - - ); -}; diff --git a/libs/ousd/swap/tsconfig.json b/libs/ousd/swap/tsconfig.json deleted file mode 100644 index 4d5514a25..000000000 --- a/libs/ousd/swap/tsconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "compilerOptions": { - "jsx": "react-jsx", - "allowJs": false, - "esModuleInterop": false, - "allowSyntheticDefaultImports": true, - "strict": true, - "jsxImportSource": "@emotion/react" - }, - "files": [], - "include": [], - "references": [ - { - "path": "./tsconfig.lib.json" - } - ], - "extends": "../../../tsconfig.base.json" -} diff --git a/libs/ousd/swap/tsconfig.lib.json b/libs/ousd/swap/tsconfig.lib.json deleted file mode 100644 index 0a4a3a544..000000000 --- a/libs/ousd/swap/tsconfig.lib.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../../dist/out-tsc", - "types": [ - "node", - "@nx/react/typings/cssmodule.d.ts", - "@nx/react/typings/image.d.ts" - ] - }, - "files": ["../theme/src/theme.d.ts"], - "exclude": [ - "jest.config.ts", - "src/**/*.spec.ts", - "src/**/*.test.ts", - "src/**/*.spec.tsx", - "src/**/*.test.tsx", - "src/**/*.spec.js", - "src/**/*.test.js", - "src/**/*.spec.jsx", - "src/**/*.test.jsx" - ], - "include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"] -} diff --git a/libs/ousd/theme/.babelrc b/libs/ousd/theme/.babelrc deleted file mode 100644 index 1ea870ead..000000000 --- a/libs/ousd/theme/.babelrc +++ /dev/null @@ -1,12 +0,0 @@ -{ - "presets": [ - [ - "@nx/react/babel", - { - "runtime": "automatic", - "useBuiltIns": "usage" - } - ] - ], - "plugins": [] -} diff --git a/libs/ousd/theme/.eslintrc.json b/libs/ousd/theme/.eslintrc.json deleted file mode 100644 index 75b85077d..000000000 --- a/libs/ousd/theme/.eslintrc.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": ["plugin:@nx/react", "../../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], - "rules": {} - }, - { - "files": ["*.ts", "*.tsx"], - "rules": {} - }, - { - "files": ["*.js", "*.jsx"], - "rules": {} - } - ] -} diff --git a/libs/ousd/theme/README.md b/libs/ousd/theme/README.md deleted file mode 100644 index 883f5ea50..000000000 --- a/libs/ousd/theme/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# ousd-theme - -This library was generated with [Nx](https://nx.dev). - -## Running unit tests - -Run `nx test ousd-theme` to execute the unit tests via [Jest](https://jestjs.io). diff --git a/libs/ousd/theme/project.json b/libs/ousd/theme/project.json deleted file mode 100644 index dd17c08ae..000000000 --- a/libs/ousd/theme/project.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "ousd-theme", - "$schema": "../../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "libs/ousd/theme/src", - "projectType": "library", - "tags": [], - "targets": { - "lint": { - "executor": "@nx/eslint:lint" - } - } -} diff --git a/libs/ousd/theme/src/index.ts b/libs/ousd/theme/src/index.ts deleted file mode 100644 index 7b1f54ecf..000000000 --- a/libs/ousd/theme/src/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './theme'; diff --git a/libs/ousd/theme/src/theme.d.ts b/libs/ousd/theme/src/theme.d.ts deleted file mode 100644 index 81cfd663b..000000000 --- a/libs/ousd/theme/src/theme.d.ts +++ /dev/null @@ -1,28 +0,0 @@ -import '@mui/material/styles'; -import '@mui/material/Button'; - -declare module '@mui/material/styles' { - interface TypeText { - tertiary: string; - } - - interface TypeTextOptions { - tertiary?: string; - } - - interface Shape { - cardBorderRadius: number; - } - - interface ShapeOptions { - cardBorderRadius?: number; - } -} - -declare module '@mui/material/Button' { - interface ButtonPropsVariantOverrides { - action: true; - connect: true; - nav: true; - } -} diff --git a/libs/ousd/theme/src/theme.tsx b/libs/ousd/theme/src/theme.tsx deleted file mode 100644 index fb72e4d0e..000000000 --- a/libs/ousd/theme/src/theme.tsx +++ /dev/null @@ -1,724 +0,0 @@ -import { alpha, createTheme, lighten } from '@mui/material'; -import shadows from '@mui/material/styles/shadows'; -import { - Checkbox, - CheckboxEmpty, - FaCircleCheckRegular, - FaCircleExclamationRegular, - FaCircleInfoRegular, - FaCircleXmarkRegular, -} from '@origin/shared/icons'; - -const base = createTheme(); - -export const theme = createTheme({ - palette: { - mode: 'dark', - primary: { - main: '#8c66fc', - dark: '#0274f1', - light: '#b361e6', - contrastText: '#FAFBFB', - }, - secondary: { - main: '#0074F0', - }, - divider: '#101113', - background: { - paper: '#1E1F25', - default: '#101113', - }, - action: { - hoverOpacity: 0.1, - disabledOpacity: 0.25, - disabled: alpha('#FAFBFB', 0.5), - }, - text: { - primary: '#FAFBFB', - secondary: '#B5BECA', - tertiary: '#828699', - }, - grey: { - 200: '#B5BECA', - 400: '#515466', - 500: '#252833', - 600: '#3B3C3E', - 700: '#141519', - 800: '#282A32', - 900: '#18191C', - }, - success: { - main: '#5BFF92', - }, - warning: { - main: '#FFDC86', - }, - error: { - main: '#FF4E4E', - }, - info: { - main: '#586CF8', - }, - }, - typography: { - fontFamily: 'Inter, Helvetica, Arial, sans-serif', - - fontSize: 14, - fontWeightLight: 300, - fontWeightRegular: 400, - fontWeightMedium: 500, - fontWeightBold: 700, - - h1: { - fontFamily: 'Sailec', - fontSize: 32, - fontWeight: 700, - lineHeight: 1.4, - [base.breakpoints.down('sm')]: { - fontSize: 20, - lineHeight: 1.25, - }, - }, - h2: { - fontFamily: 'Sailec', - fontSize: 28, - fontWeight: 700, - lineHeight: 1.4, - [base.breakpoints.down('sm')]: { - fontSize: 24, - lineHeight: 1.25, - }, - }, - h3: { - fontFamily: 'Sailec', - fontSize: 24, - fontWeight: 700, - lineHeight: 1.4, - [base.breakpoints.down('sm')]: { - fontSize: 20, - lineHeight: 1.25, - }, - }, - h4: { - fontFamily: 'Sailec', - fontSize: 20, - fontWeight: 700, - lineHeight: 1.4, - [base.breakpoints.down('sm')]: { - fontSize: 18, - lineHeight: 1.25, - }, - }, - h5: { - fontFamily: 'Sailec', - fontSize: 16, - fontWeight: 400, - lineHeight: 1.4, - [base.breakpoints.down('sm')]: { - fontSize: 14, - lineHeight: 1.25, - }, - }, - h6: { - fontFamily: 'Sailec', - fontSize: 15, - textTransform: 'uppercase', - fontWeight: 500, - lineHeight: 1.4, - [base.breakpoints.down('sm')]: { - fontSize: 13, - lineHeight: 1.25, - }, - }, - body1: { - fontSize: 14, - lineHeight: 1.5, - [base.breakpoints.down('sm')]: { - fontSize: 13, - }, - }, - body2: { - fontSize: 12, - fontWeight: 400, - lineHeight: 1.6, - }, - button: { - fontSize: 14, - lineHeight: 1.5, - }, - }, - shape: { - borderRadius: 4, - }, - shadows: [ - // @ts-expect-error remove one box shadow - ...shadows.slice(0, -2), - '0px 6px 12px 0px rgba(0, 0, 0, 0.20)', - 'rgba(0, 0, 0, 0.25) 0px 4px 4px 0px', - '0px 1.7955275774002075px 5.32008171081543px 0px rgba(0, 0, 0, 0.03), 0px 6.030803203582764px 17.869047164916992px 0px rgba(0, 0, 0, 0.04), 0px 27px 80px 0px rgba(0, 0, 0, 0.07)', - ], - components: { - MuiAccordion: { - styleOverrides: { - root: ({ theme }) => ({ - borderRadius: theme.shape.borderRadius, - backgroundColor: theme.palette.grey[900], - border: '1px solid', - borderColor: theme.palette.grey[800], - boxShadow: 'none', - '&:before': { - height: 0, - }, - backgroundImage: 'none', - }), - }, - }, - MuiAlert: { - defaultProps: { - variant: 'standard', - iconMapping: { - error: ( - - ), - info: ( - - ), - success: ( - - ), - warning: ( - - ), - }, - }, - styleOverrides: { - root: ({ theme }) => ({ - backgroundColor: theme.palette.grey['900'], - color: theme.palette.text.primary, - '&&&': { border: 'none' }, - }), - }, - }, - MuiButton: { - defaultProps: { - variant: 'contained', - color: 'primary', - disableElevation: true, - }, - styleOverrides: { - root: ({ theme }) => ({ - display: 'flex', - flexDirection: 'row', - alignItems: 'center', - justifyContent: 'center', - gap: 0.75, - color: theme.palette.text.primary, - textTransform: 'none', - borderRadius: 25, - paddingX: { - md: 3, - xs: 2, - }, - paddingY: { - md: 1, - xs: 0.75, - }, - boxShadow: 'none', - minWidth: 0, - }), - sizeSmall: { - fontSize: 12, - [base.breakpoints.down('sm')]: { - fontSize: 11, - }, - }, - sizeMedium: ({ theme }) => ({ - fontSize: theme.typography.button.fontSize, - [base.breakpoints.down('sm')]: { - fontSize: 11, - }, - }), - sizeLarge: { - fontSize: 16, - [base.breakpoints.down('sm')]: { - fontSize: 15, - }, - }, - containedPrimary: ({ theme }) => ({ - background: alpha(theme.palette.common.white, 0.05), - '&:hover': { - background: alpha(theme.palette.common.white, 0.1), - }, - }), - containedSecondary: ({ theme }) => ({ - background: theme.palette.grey[700], - '&:hover': { - background: theme.palette.grey[900], - }, - }), - containedWarning: { - background: - 'linear-gradient(90deg, rgb(179, 97, 230) 20.29%, rgb(106, 54, 252) 79.06%)', - '&:hover': { - background: - 'linear-gradient(90deg, rgba(179, 97, 230, 0.75) 20.29%, rgba(106, 54, 252, 0.75) 79.06%)', - }, - }, - containedSizeSmall: { - fontSize: 12, - fontWeight: 500, - fontStyle: 'normal', - lineHeight: 1.6, - minHeight: 28, - backgroundImage: 'none', - gap: 1, - borderRadius: 32, - px: 2, - py: 0.5, - }, - outlinedSecondary: ({ theme }) => ({ - borderColor: theme.palette.secondary.main, - ':hover': { - borderColor: theme.palette.secondary.dark, - }, - }), - text: ({ theme }) => ({ - ':hover': { - color: theme.palette.common.white, - background: 'transparent', - }, - }), - }, - variants: [ - { - props: { variant: 'action' }, - style: ({ theme }) => ({ - background: - 'linear-gradient(90deg,#8c66fc -28.99%,#0274f1 144.97%)', - color: theme.palette.text.primary, - padding: theme.spacing(2), - fontSize: 20, - lineHeight: 1.6, - borderRadius: theme.shape.borderRadius * 2, - fontFamily: 'Sailec, Inter, Helvetica, Arial, sans-serif', - fontWeight: 500, - fontStyle: 'normal', - '&:hover': { - background: - 'linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(90deg, #8C66FC 0%, #0274F1 100%)', - opacity: 1, - }, - '&:disabled': { - opacity: 0.5, - color: theme.palette.text.primary, - }, - [base.breakpoints.down('sm')]: { - fontSize: 18, - }, - }), - }, - { - props: { variant: 'connect' }, - style: ({ theme }) => ({ - background: 'linear-gradient(90deg, #8C66FC 0%, #0274F1 100%)', - color: theme.palette.text.primary, - borderRadius: theme.shape.borderRadius * 8, - fontStyle: 'normal', - '&:hover': { - background: - 'linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(90deg, #8C66FC 0%, #0274F1 100%)', - opacity: 1, - }, - '&:disabled': { - opacity: 0.5, - color: theme.palette.text.primary, - }, - }), - }, - { - props: { variant: 'nav' }, - style: ({ theme }) => ({ - background: lighten(theme.palette.background.paper, 0.05), - '&:hover': { - background: lighten(theme.palette.background.paper, 0.1), - }, - minWidth: 36, - minHeight: 36, - [base.breakpoints.up('md')]: { - paddingX: 2, - paddingY: 0, - minWidth: 44, - minHeight: 44, - }, - }), - }, - ], - }, - MuiButtonBase: { - defaultProps: { - disableRipple: true, - disableTouchRipple: true, - }, - }, - MuiCard: { - styleOverrides: { - root: ({ theme }) => ({ - padding: 0, - borderRadius: theme.shape.borderRadius, - backgroundImage: 'none', - backgroundColor: theme.palette.background.paper, - }), - }, - }, - MuiCardHeader: { - styleOverrides: { - root: ({ theme }) => ({ - padding: theme.spacing(2, 3), - borderBottom: `1px solid ${theme.palette.divider}`, - [theme.breakpoints.down('md')]: { - padding: theme.spacing(1.5, 2), - }, - }), - title: ({ theme }) => ({ - lineHeight: 1.5, - fontSize: theme.typography.fontSize, - fontWeight: 500, - }), - }, - }, - MuiCardContent: { - styleOverrides: { - root: ({ theme }) => ({ - padding: theme.spacing(3), - [theme.breakpoints.down('md')]: { - padding: theme.spacing(1.5, 2), - }, - }), - }, - }, - MuiCheckbox: { - defaultProps: { - checkedIcon: , - icon: , - }, - styleOverrides: { - root: ({ theme }) => ({ - ':hover': { - backgroundColor: 'transparent', - }, - }), - }, - }, - MuiCssBaseline: { - defaultProps: { - enableColorScheme: true, - }, - styleOverrides: ` - body { - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - text-rendering: optimizeLegibility; - } - - input[type=number] { - -moz-appearance: textfield; - } - - input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { - -webkit-appearance: none; - margin: 0; - } - - @font-face { - font-family: "Inter"; - font-weight: 400; - src: url(/fonts/Inter-Regular.woff2) format('woff2'); - font-display: swap; - } - - @font-face { - font-family: Sailec; - font-weight: 400; - src: url(/fonts/Sailec-Regular.otf) format('opentype'); - font-display: swap; - } - - @font-face { - font-family: Sailec; - font-weight: 500; - src: url(/fonts/Sailec-Medium.otf) format('opentype'); - font-display: swap; - } - - @font-face { - font-family: Sailec; - font-weight: 700; - src: url(/fonts/Sailec-Bold.otf) format('opentype'); - font-display: swap; - } - `, - }, - MuiDialog: { - defaultProps: { - transitionDuration: 0, - disableScrollLock: true, - }, - styleOverrides: { - root: { - '.MuiModal-backdrop': { - backdropFilter: 'blur(10px)', - }, - }, - paper: ({ theme }) => ({ - borderRadius: theme.shape.borderRadius * 2, - }), - }, - }, - MuiDialogTitle: { - styleOverrides: { - root: ({ theme }) => ({ - py: 3, - fontSize: 16, - fontWeight: 700, - lineHeight: 1.75, - color: theme.palette.text.primary, - textTransform: 'none', - [base.breakpoints.down('sm')]: { - fontSize: 14, - }, - }), - }, - }, - MuiDialogContentText: { - styleOverrides: { - root: ({ theme }) => ({ color: theme.palette.text.primary }), - }, - }, - MuiDivider: { - styleOverrides: { - root: { - borderWidth: 1, - }, - }, - }, - MuiFormControl: { - styleOverrides: { - root: { - position: 'static', - }, - }, - }, - MuiFormLabel: { - styleOverrides: { - root: ({ theme }) => ({ - '&.MuiInputLabel-root': { - position: 'static', - transform: 'none', - transformOrigin: 'initial', - fontSize: theme.typography.fontSize, - marginBlockEnd: theme.spacing(1), - color: `${theme.palette.text.primary}`, - }, - }), - }, - }, - MuiIconButton: { - styleOverrides: { - root: ({ theme }) => ({ - background: `linear-gradient(0deg, ${alpha('#fff', 0.05)} 0%, ${alpha( - '#fff', - 0.05, - )} 100%), #1E1F25;`, - '&:hover': { - background: theme.palette.background.paper, - }, - }), - }, - }, - MuiInputBase: { - styleOverrides: { - root: ({ theme }) => ({ - borderRadius: 20, - border: '1px solid', - borderColor: theme.palette.info.main, - backgroundColor: theme.palette.background.default, - width: 'auto', - paddingBlock: theme.spacing(0.5), - paddingInline: theme.spacing(1.5), - - '& .MuiInputBase-input': { - color: theme.palette.text.primary, - fontSize: theme.typography.fontSize, - }, - }), - input: ({ theme }) => ({ - padding: theme.spacing(0.5), - }), - }, - }, - MuiLink: { - defaultProps: { - underline: 'none', - }, - styleOverrides: { - root: ({ theme }) => ({ - backgroundImage: 'none', - color: theme.palette.text.primary, - textDecorationColor: 'inherit', - }), - }, - }, - MuiMenu: { - defaultProps: { - transitionDuration: 0, - }, - styleOverrides: { - paper: ({ theme }) => ({ - border: '1px solid', - borderColor: theme.palette.background.default, - }), - list: { - padding: 0, - }, - }, - }, - MuiMenuItem: { - styleOverrides: { - root: ({ theme }) => ({ - '&.Mui-selected': { - backgroundColor: 'transparent', - color: theme.palette.text.secondary, - '&:hover': { - backgroundColor: theme.palette.grey[800], - }, - }, - '&:hover': { - backgroundColor: theme.palette.grey[800], - }, - }), - }, - }, - MuiPaginationItem: { - styleOverrides: { - outlined: ({ theme }) => ({ - borderColor: theme.palette.divider, - '&.Mui-selected': { - background: theme.palette.background.paper, - }, - }), - }, - }, - MuiPaper: { - styleOverrides: { - root: { - backgroundImage: 'none', - }, - }, - }, - MuiPopover: { - defaultProps: { - transitionDuration: 0, - disableScrollLock: true, - }, - styleOverrides: { - root: ({ theme }) => ({ - boxShadow: theme.shadows[23], - backgroundImage: 'none', - borderRadius: theme.shape.borderRadius * 2.5, - background: 'transparent', - }), - paper: { - backgroundImage: 'none', - }, - }, - }, - MuiSkeleton: { - defaultProps: { - animation: 'wave', - }, - styleOverrides: { - text: ({ theme }) => ({ - borderRadius: 10, - // backgroundColor: theme.palette.grey[900], - }), - }, - }, - MuiTab: { - styleOverrides: { - root: ({ theme }) => ({ - minHeight: 0, - padding: theme.spacing(3, 2), - fontSize: 16, - textTransform: 'none', - lineHeight: 1.6875, - ':hover': { - color: theme.palette.text.primary, - }, - '&.Mui-selected': { - color: theme.palette.text.primary, - }, - [theme.breakpoints.down('md')]: { - padding: theme.spacing(1, 2), - }, - [theme.breakpoints.down('sm')]: { - fontSize: 14, - }, - }), - }, - }, - MuiTableCell: { - styleOverrides: { - root: ({ theme }) => ({ - paddingInline: theme.spacing(3), - paddingBlock: theme.spacing(2), - fontSize: theme.typography.fontSize, - fontStyle: 'normal', - fontWeight: 400, - lineHeight: 1.6, - }), - head: ({ theme }) => ({ - color: theme.palette.text.secondary, - }), - }, - }, - MuiTabs: { - styleOverrides: { - indicator: ({ theme }) => ({ - background: 'linear-gradient(90deg, #8C66FC 0%, #0274F1 100%)', - transition: theme.transitions.create('all', { - duration: theme.transitions.duration.shortest, - easing: theme.transitions.easing.easeInOut, - }), - }), - }, - }, - MuiTooltip: { - defaultProps: { - placement: 'top', - }, - styleOverrides: { - tooltip: ({ theme }) => ({ - paddingInline: theme.spacing(2), - paddingBlock: theme.spacing(1.5), - borderRadius: theme.shape.borderRadius * 2, - border: '1px solid', - borderColor: theme.palette.grey[500], - boxShadow: theme.shadows[23], - }), - }, - }, - }, - mixins: { - toolbar: { - height: 75, - }, - }, -}); diff --git a/libs/ousd/theme/tsconfig.json b/libs/ousd/theme/tsconfig.json deleted file mode 100644 index 89f8ac085..000000000 --- a/libs/ousd/theme/tsconfig.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "compilerOptions": { - "jsx": "react-jsx", - "allowJs": false, - "esModuleInterop": false, - "allowSyntheticDefaultImports": true, - "strict": true - }, - "files": [], - "include": [], - "references": [ - { - "path": "./tsconfig.lib.json" - } - ], - "extends": "../../../tsconfig.base.json" -} diff --git a/libs/ousd/theme/tsconfig.lib.json b/libs/ousd/theme/tsconfig.lib.json deleted file mode 100644 index e25a0b655..000000000 --- a/libs/ousd/theme/tsconfig.lib.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../../dist/out-tsc", - "types": [ - "node", - - "@nx/react/typings/cssmodule.d.ts", - "@nx/react/typings/image.d.ts" - ] - }, - "files": ["./src/theme.d.ts"], - "exclude": [ - "jest.config.ts", - "src/**/*.spec.ts", - "src/**/*.test.ts", - "src/**/*.spec.tsx", - "src/**/*.test.tsx", - "src/**/*.spec.js", - "src/**/*.test.js", - "src/**/*.spec.jsx", - "src/**/*.test.jsx" - ], - "include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"] -} diff --git a/tsconfig.base.json b/tsconfig.base.json index 5ef54663b..2bdcff56d 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -32,16 +32,6 @@ "@origin/governance/shared": ["libs/governance/shared/src/index.ts"], "@origin/governance/staking": ["libs/governance/staking/src/index.ts"], "@origin/governance/theme": ["libs/governance/theme/src/index.ts"], - "@origin/oeth/ccip": ["libs/oeth/ccip/src/index.ts"], - "@origin/oeth/history": ["libs/oeth/history/src/index.ts"], - "@origin/oeth/redeem": ["libs/oeth/redeem/src/index.ts"], - "@origin/oeth/shared": ["libs/oeth/shared/src/index.ts"], - "@origin/oeth/swap": ["libs/oeth/swap/src/index.ts"], - "@origin/oeth/theme": ["libs/oeth/theme/src/index.ts"], - "@origin/ousd/history": ["libs/ousd/history/src/index.ts"], - "@origin/ousd/shared": ["libs/ousd/shared/src/index.ts"], - "@origin/ousd/swap": ["libs/ousd/swap/src/index.ts"], - "@origin/ousd/theme": ["libs/ousd/theme/src/index.ts"], "@origin/prime/dashboard": ["libs/prime/dashboard/src/index.ts"], "@origin/prime/restake": ["libs/prime/restake/src/index.ts"], "@origin/prime/shared": ["libs/prime/shared/src/index.ts"], From cd99d55604c99e48e165db8405326157def10eb2 Mon Sep 17 00:00:00 2001 From: toniocodo Date: Thu, 29 Aug 2024 08:46:34 +0200 Subject: [PATCH 2/4] fix: token card disabling --- libs/defi/home/src/components/TokenCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/defi/home/src/components/TokenCard.tsx b/libs/defi/home/src/components/TokenCard.tsx index 5c9315721..4ab45e21b 100644 --- a/libs/defi/home/src/components/TokenCard.tsx +++ b/libs/defi/home/src/components/TokenCard.tsx @@ -47,7 +47,7 @@ export const TokenCard = ({ const isSm = useMediaQuery(theme.breakpoints.down('md')); const { isConnected } = useAccount(); const { data: info, isLoading: isInfoLoading } = useTokenInfo(token, { - enabled: !isComingSoon && !disabled, + enabled: !disabled, }); const { data: staking, isLoading: isStakingLoading } = useXOgnStakingApy( undefined, From 952f7857d94bbe369cd4c6e0bab8690be69ade9b Mon Sep 17 00:00:00 2001 From: toniocodo Date: Thu, 29 Aug 2024 08:49:16 +0200 Subject: [PATCH 3/4] chore: locales --- apps/defi/src/lang/en.json | 254 ++++++++++++++++++---------- apps/defi/src/lang/extracts/en.json | 121 ++++++++----- 2 files changed, 241 insertions(+), 134 deletions(-) diff --git a/apps/defi/src/lang/en.json b/apps/defi/src/lang/en.json index cec89284e..0a38fa307 100644 --- a/apps/defi/src/lang/en.json +++ b/apps/defi/src/lang/en.json @@ -271,18 +271,6 @@ "value": "Bridge failed" } ], - "2R/YHR": [ - { - "type": 0, - "value": "Liquid staking" - } - ], - "2ahSeJ": [ - { - "type": 0, - "value": "OETH analytics" - } - ], "2zUGfB": [ { "type": 0, @@ -445,6 +433,12 @@ "value": "Choose the proportion of converted OGN you want to stake into a xOGN lockup." } ], + "4SoDfQ": [ + { + "type": 0, + "value": "coming soon" + } + ], "4WNsNT": [ { "type": 0, @@ -487,12 +481,6 @@ "value": "Your veOGV Lockups" } ], - "5cnWDe": [ - { - "type": 0, - "value": "View latest governance proposals" - } - ], "5h3TFE": [ { "type": 0, @@ -559,12 +547,6 @@ "value": "Approved" } ], - "6ZG3zQ": [ - { - "type": 0, - "value": "Own a stake in the network and benefit from the growth of Origin's products." - } - ], "6cYAtm": [ { "type": 0, @@ -589,12 +571,6 @@ "value": "Learn More" } ], - "7NFfmz": [ - { - "type": 0, - "value": "Products" - } - ], "7SxOry": [ { "type": 0, @@ -679,16 +655,6 @@ "value": "Signing" } ], - "94TAJq": [ - { - "type": 0, - "value": "TVL: " - }, - { - "type": 1, - "value": "tvl" - } - ], "9GqOyW": [ { "type": 0, @@ -713,12 +679,6 @@ "value": "Unhandled Error!" } ], - "9iP/A8": [ - { - "type": 0, - "value": "Lifetime Earnings (OETH)" - } - ], "9j3hXO": [ { "type": 0, @@ -753,12 +713,6 @@ "value": "Enter an amount" } ], - "ATvmI7": [ - { - "type": 0, - "value": "Yield earned:" - } - ], "AXUFyu": [ { "type": 1, @@ -881,12 +835,6 @@ "value": "Locked Tokens Received Now" } ], - "CcqmCh": [ - { - "type": 0, - "value": "OETH Balance" - } - ], "Cnm0QA": [ { "type": 0, @@ -1075,6 +1023,12 @@ "value": "Rebasing enabled" } ], + "Fc9ORQ": [ + { + "type": 0, + "value": "Get Super OETH" + } + ], "FfOtze": [ { "type": 1, @@ -1147,6 +1101,12 @@ "value": "Available to claim" } ], + "GufXy5": [ + { + "type": 0, + "value": "Value" + } + ], "H1+3mH": [ { "type": 0, @@ -1159,6 +1119,12 @@ "value": "Balance" } ], + "HAP3kg": [ + { + "type": 0, + "value": "Super OETH history" + } + ], "HPegJm": [ { "type": 0, @@ -1357,6 +1323,12 @@ "value": "Succeeded" } ], + "LU9l68": [ + { + "type": 0, + "value": "Your balance" + } + ], "LpWMOQ": [ { "type": 0, @@ -1527,12 +1499,6 @@ "value": "symbolIn" } ], - "Nvcaj3": [ - { - "type": 0, - "value": "Your balance:" - } - ], "OBfWz0": [ { "type": 0, @@ -1729,6 +1695,12 @@ "value": "Clear all" } ], + "QmssWc": [ + { + "type": 0, + "value": "Super OETH now available on BASE!" + } + ], "Qz1fcp": [ { "type": 0, @@ -1769,6 +1741,12 @@ "value": "On-chain proposal" } ], + "RxRWqd": [ + { + "type": 0, + "value": "wsuperOETHb Transactions" + } + ], "S+gf+n": [ { "type": 0, @@ -1787,12 +1765,6 @@ "value": "Stake" } ], - "S9kbtc": [ - { - "type": 0, - "value": "Stake OGN to participate in governance and earn rewards." - } - ], "SGXihn": [ { "type": 0, @@ -1875,12 +1847,24 @@ "value": "Yield bearing stablecoin" } ], + "TTccxt": [ + { + "type": 0, + "value": "Stablecoins" + } + ], "TdHjj5": [ { "type": 0, "value": "Origin DeFi Governance" } ], + "TdTXXf": [ + { + "type": 0, + "value": "Learn more" + } + ], "Tfx/3J": [ { "type": 0, @@ -2015,6 +1999,12 @@ "value": "Finding the best route..." } ], + "VCCZaw": [ + { + "type": 0, + "value": "Sustainable yield with no hidden exit costs" + } + ], "VK+Ydv": [ { "type": 0, @@ -2061,12 +2051,24 @@ "value": "name" } ], + "W9cTVS": [ + { + "type": 0, + "value": "Earn" + } + ], "WCaf5C": [ { "type": 0, "value": "Approve" } ], + "WQ5X6K": [ + { + "type": 0, + "value": "Super OETH" + } + ], "WrGSr6": [ { "type": 0, @@ -2109,6 +2111,16 @@ "value": "Swap via Uniswap V3" } ], + "YA3Bty": [ + { + "type": 1, + "value": "symbol" + }, + { + "type": 0, + "value": " analytics" + } + ], "YGiRwq": [ { "type": 0, @@ -2133,6 +2145,12 @@ "value": "Wait time:" } ], + "YqwF2+": [ + { + "type": 0, + "value": "Supercharged LSTs" + } + ], "YtTAoV": [ { "type": 0, @@ -2523,12 +2541,6 @@ "value": "Error while staking" } ], - "f0gqO4": [ - { - "type": 0, - "value": "Lifetime Earnings (OUSD)" - } - ], "f7AFus": [ { "type": 0, @@ -2567,6 +2579,16 @@ "value": "symbolIn" } ], + "g/qeil": [ + { + "type": 1, + "value": "symbol" + }, + { + "type": 0, + "value": " Balance" + } + ], "g28dhk": [ { "type": 0, @@ -2603,12 +2625,24 @@ "value": "Sent" } ], + "glPoBW": [ + { + "type": 0, + "value": "Mint superOETHb to maximize your ETH position. Super OETH combines Ethereum liquid staking yield with Aerodrome rewards." + } + ], "grhR82": [ { "type": 0, "value": "OGV & OGN are merging. Conversion will be open for 1 year." } ], + "gxg+PR": [ + { + "type": 0, + "value": "Short description." + } + ], "h9gJgF": [ { "type": 0, @@ -2681,12 +2715,6 @@ "value": "Transaction executed" } ], - "iGcPXd": [ - { - "type": 0, - "value": "OUSD analytics" - } - ], "iLgjES": [ { "type": 0, @@ -2735,6 +2763,12 @@ "value": "Earn rewards and help govern Origin products" } ], + "jGoyWr": [ + { + "type": 0, + "value": "Swap with Aerodrome" + } + ], "jgzSp1": [ { "type": 0, @@ -2895,12 +2929,6 @@ "value": "Casted vote" } ], - "mVILQT": [ - { - "type": 0, - "value": "OUSD Balance" - } - ], "mcotxc": [ { "type": 1, @@ -2921,6 +2949,12 @@ "value": "Send wOETH across chains" } ], + "n5cmll": [ + { + "type": 0, + "value": "LSTs" + } + ], "n6nILs": [ { "type": 0, @@ -3085,6 +3119,16 @@ "value": "Disconnect" } ], + "r0l2tG": [ + { + "type": 1, + "value": "trailingDays" + }, + { + "type": 0, + "value": "-day trailing APY" + } + ], "r7kiOG": [ { "type": 0, @@ -3173,6 +3217,12 @@ "value": "Redeem to a mix of stablecoins" } ], + "tcK6I+": [ + { + "type": 0, + "value": "Current value (USD)" + } + ], "tkxBJL": [ { "type": 0, @@ -3295,6 +3345,12 @@ "value": "Enabling rebasing" } ], + "vKzI0S": [ + { + "type": 0, + "value": "Lifetime Earnings" + } + ], "vLIiaK": [ { "type": 0, @@ -3305,10 +3361,10 @@ "value": "symbol" } ], - "vMrueH": [ + "var6Pi": [ { "type": 0, - "value": "Restaking" + "value": "Stake OGN to participate in governance and earn rewards. Own a stake in the network and benefit from the growth of Origin's products." } ], "vdpci9": [ @@ -3389,6 +3445,12 @@ "value": "Wrong Network" } ], + "wyZ3k/": [ + { + "type": 0, + "value": "wsuperOETHb Balance" + } + ], "xXgeM8": [ { "type": 0, @@ -3565,6 +3627,12 @@ "value": "monthDuration" } ], + "zGckFA": [ + { + "type": 0, + "value": "Yield earned" + } + ], "zQvVDJ": [ { "type": 0, @@ -3602,5 +3670,11 @@ "type": 0, "value": "Waiting for signature" } + ], + "zqgS/c": [ + { + "type": 0, + "value": "Beyond liquid staking" + } ] } \ No newline at end of file diff --git a/apps/defi/src/lang/extracts/en.json b/apps/defi/src/lang/extracts/en.json index 31380366b..966a9b31c 100644 --- a/apps/defi/src/lang/extracts/en.json +++ b/apps/defi/src/lang/extracts/en.json @@ -119,12 +119,6 @@ "2PYY5G": { "defaultMessage": "Bridge failed" }, - "2R/YHR": { - "defaultMessage": "Liquid staking" - }, - "2ahSeJ": { - "defaultMessage": "OETH analytics" - }, "2zUGfB": { "defaultMessage": "Enable rebasing" }, @@ -161,6 +155,9 @@ "4R0mVR": { "defaultMessage": "Choose the proportion of converted OGN you want to stake into a xOGN lockup." }, + "4SoDfQ": { + "defaultMessage": "coming soon" + }, "4WNsNT": { "defaultMessage": "Migrated" }, @@ -182,9 +179,6 @@ "5cKJ7r": { "defaultMessage": "Your veOGV Lockups" }, - "5cnWDe": { - "defaultMessage": "View latest governance proposals" - }, "5h3TFE": { "defaultMessage": "I agree" }, @@ -218,9 +212,6 @@ "6XFO/C": { "defaultMessage": "Approved" }, - "6ZG3zQ": { - "defaultMessage": "Own a stake in the network and benefit from the growth of Origin's products." - }, "6cYAtm": { "defaultMessage": "Insufficient funds" }, @@ -233,9 +224,6 @@ "7DIW6+": { "defaultMessage": "Learn More" }, - "7NFfmz": { - "defaultMessage": "Products" - }, "7SxOry": { "defaultMessage": "Current Lockup Ends:" }, @@ -278,9 +266,6 @@ "9/afiv": { "defaultMessage": "Signing" }, - "94TAJq": { - "defaultMessage": "TVL: {tvl}" - }, "9GqOyW": { "defaultMessage": "Current value (OETH)" }, @@ -293,9 +278,6 @@ "9ghOJK": { "defaultMessage": "Unhandled Error!" }, - "9iP/A8": { - "defaultMessage": "Lifetime Earnings (OETH)" - }, "9j3hXO": { "defaultMessage": "To" }, @@ -311,9 +293,6 @@ "ASNc/h": { "defaultMessage": "Enter an amount" }, - "ATvmI7": { - "defaultMessage": "Yield earned:" - }, "AXUFyu": { "defaultMessage": "{amount} {symbolIn}, staked for {amountStaked} {symbolStaked}" }, @@ -359,9 +338,6 @@ "CKr0mb": { "defaultMessage": "Locked Tokens Received Now" }, - "CcqmCh": { - "defaultMessage": "OETH Balance" - }, "Cnm0QA": { "defaultMessage": "Queued" }, @@ -440,6 +416,9 @@ "Fbsq1t": { "defaultMessage": "Rebasing enabled" }, + "Fc9ORQ": { + "defaultMessage": "Get Super OETH" + }, "FfOtze": { "defaultMessage": "{value}" }, @@ -470,12 +449,18 @@ "Gtdie8": { "defaultMessage": "Available to claim" }, + "GufXy5": { + "defaultMessage": "Value" + }, "H1+3mH": { "defaultMessage": "A superior LST for earning yield across DeFi" }, "H5+NAX": { "defaultMessage": "Balance" }, + "HAP3kg": { + "defaultMessage": "Super OETH history" + }, "HPegJm": { "defaultMessage": "Delegate {votingPower} {symbolIn} to {delegateTo}" }, @@ -563,6 +548,9 @@ "LOghU6": { "defaultMessage": "Succeeded" }, + "LU9l68": { + "defaultMessage": "Your balance" + }, "LpWMOQ": { "defaultMessage": "No transaction" }, @@ -623,9 +611,6 @@ "NlA37n": { "defaultMessage": "{amount} {symbolIn}" }, - "Nvcaj3": { - "defaultMessage": "Your balance:" - }, "OBfWz0": { "defaultMessage": "No available route" }, @@ -692,6 +677,9 @@ "QW+Q5N": { "defaultMessage": "Clear all" }, + "QmssWc": { + "defaultMessage": "Super OETH now available on BASE!" + }, "Qz1fcp": { "defaultMessage": "Balance: {number}" }, @@ -710,6 +698,9 @@ "RxMChd": { "defaultMessage": "On-chain proposal" }, + "RxRWqd": { + "defaultMessage": "wsuperOETHb Transactions" + }, "S+gf+n": { "defaultMessage": "Defeated" }, @@ -719,9 +710,6 @@ "S5tBcz": { "defaultMessage": "Stake" }, - "S9kbtc": { - "defaultMessage": "Stake OGN to participate in governance and earn rewards." - }, "SGXihn": { "defaultMessage": "OETH" }, @@ -746,9 +734,15 @@ "TJOfi8": { "defaultMessage": "Yield bearing stablecoin" }, + "TTccxt": { + "defaultMessage": "Stablecoins" + }, "TdHjj5": { "defaultMessage": "Origin DeFi Governance" }, + "TdTXXf": { + "defaultMessage": "Learn more" + }, "Tfx/3J": { "defaultMessage": "Start block" }, @@ -782,6 +776,9 @@ "V/q7w4": { "defaultMessage": "Finding the best route..." }, + "VCCZaw": { + "defaultMessage": "Sustainable yield with no hidden exit costs" + }, "VK+Ydv": { "defaultMessage": "OUSD" }, @@ -803,9 +800,15 @@ "W87PYU": { "defaultMessage": "View on {name}" }, + "W9cTVS": { + "defaultMessage": "Earn" + }, "WCaf5C": { "defaultMessage": "Approve" }, + "WQ5X6K": { + "defaultMessage": "Super OETH" + }, "WrGSr6": { "defaultMessage": "Convert" }, @@ -827,6 +830,9 @@ "Y4FfAH": { "defaultMessage": "Swap via Uniswap V3" }, + "YA3Bty": { + "defaultMessage": "{symbol} analytics" + }, "YGiRwq": { "defaultMessage": "Voting Power" }, @@ -839,6 +845,9 @@ "YnftYz": { "defaultMessage": "Wait time:" }, + "YqwF2+": { + "defaultMessage": "Supercharged LSTs" + }, "YtTAoV": { "defaultMessage": "Vote {choice} on proposal {proposalId}" }, @@ -989,9 +998,6 @@ "ewhSbE": { "defaultMessage": "Error while staking" }, - "f0gqO4": { - "defaultMessage": "Lifetime Earnings (OUSD)" - }, "f7AFus": { "defaultMessage": "Swap via SushiSwap" }, @@ -1007,6 +1013,9 @@ "fuV7zb": { "defaultMessage": "{amountIn} {symbolIn}" }, + "g/qeil": { + "defaultMessage": "{symbol} Balance" + }, "g28dhk": { "defaultMessage": "Extended Stake" }, @@ -1025,9 +1034,15 @@ "gcuDcH": { "defaultMessage": "Sent" }, + "glPoBW": { + "defaultMessage": "Mint superOETHb to maximize your ETH position. Super OETH combines Ethereum liquid staking yield with Aerodrome rewards." + }, "grhR82": { "defaultMessage": "OGV & OGN are merging. Conversion will be open for 1 year." }, + "gxg+PR": { + "defaultMessage": "Short description." + }, "h9gJgF": { "defaultMessage": "Impossible to execute approval" }, @@ -1052,9 +1067,6 @@ "hzfM3P": { "defaultMessage": "Transaction executed" }, - "iGcPXd": { - "defaultMessage": "OUSD analytics" - }, "iLgjES": { "defaultMessage": "Error while estimating" }, @@ -1079,6 +1091,9 @@ "j9lsz3": { "defaultMessage": "Earn rewards and help govern Origin products" }, + "jGoyWr": { + "defaultMessage": "Swap with Aerodrome" + }, "jgzSp1": { "defaultMessage": "Error while casting vote" }, @@ -1145,15 +1160,15 @@ "mTz9QI": { "defaultMessage": "Casted vote" }, - "mVILQT": { - "defaultMessage": "OUSD Balance" - }, "mcotxc": { "defaultMessage": "{balance} {symbol}" }, "mpWMMq": { "defaultMessage": "Send wOETH across chains" }, + "n5cmll": { + "defaultMessage": "LSTs" + }, "n6nILs": { "defaultMessage": "Receive amount" }, @@ -1223,6 +1238,9 @@ "qj1uhz": { "defaultMessage": "Disconnect" }, + "r0l2tG": { + "defaultMessage": "{trailingDays}-day trailing APY" + }, "r7kiOG": { "defaultMessage": "Wrap" }, @@ -1265,6 +1283,9 @@ "tZtBsJ": { "defaultMessage": "Redeem to a mix of stablecoins" }, + "tcK6I+": { + "defaultMessage": "Current value (USD)" + }, "tkxBJL": { "defaultMessage": "Lockup Ends:" }, @@ -1322,11 +1343,14 @@ "v0B1E9": { "defaultMessage": "Enabling rebasing" }, + "vKzI0S": { + "defaultMessage": "Lifetime Earnings" + }, "vLIiaK": { "defaultMessage": "Bridge {symbol}" }, - "vMrueH": { - "defaultMessage": "Restaking" + "var6Pi": { + "defaultMessage": "Stake OGN to participate in governance and earn rewards. Own a stake in the network and benefit from the growth of Origin's products." }, "vdpci9": { "defaultMessage": "Rewards available" @@ -1358,6 +1382,9 @@ "wqlXwW": { "defaultMessage": "Wrong Network" }, + "wyZ3k/": { + "defaultMessage": "wsuperOETHb Balance" + }, "xXgeM8": { "defaultMessage": "7-day trailing APY" }, @@ -1403,6 +1430,9 @@ "z7DIYb": { "defaultMessage": "{monthDuration,plural,=1{Lock {amount} {symbolIn} for # month} other{Lock {amount} {symbolIn} for # months}}" }, + "zGckFA": { + "defaultMessage": "Yield earned" + }, "zQvVDJ": { "defaultMessage": "All" }, @@ -1417,5 +1447,8 @@ }, "zmWQIG": { "defaultMessage": "Waiting for signature" + }, + "zqgS/c": { + "defaultMessage": "Beyond liquid staking" } } From bba5d942ab4066f4616c3b9ae24dd0ad89054171 Mon Sep 17 00:00:00 2001 From: toniocodo Date: Thu, 29 Aug 2024 08:49:26 +0200 Subject: [PATCH 4/4] chore: update deps --- package.json | 48 +- pnpm-lock.yaml | 2422 +++++++++++++++++++++++++++--------------------- 2 files changed, 1413 insertions(+), 1057 deletions(-) diff --git a/package.json b/package.json index ea065ba71..4276e4907 100644 --- a/package.json +++ b/package.json @@ -15,19 +15,19 @@ }, "dependencies": { "@analytics/google-tag-manager": "^0.5.5", - "@emotion/react": "^11.13.0", + "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@mui/material": "^5.16.7", - "@rainbow-me/rainbowkit": "2.1.4", + "@rainbow-me/rainbowkit": "2.1.5", "@react-hookz/web": "^24.0.2", - "@sentry/react": "8.26.0", - "@tanstack/react-query": "5.51.23", - "@tanstack/react-table": "8.20.1", + "@sentry/react": "8.27.0", + "@tanstack/react-query": "5.52.2", + "@tanstack/react-table": "8.20.5", "@wagmi/core": "2.13.4", "analytics": "0.8.14", - "axios": "^1.7.4", + "axios": "^1.7.5", "buffer": "^6.0.3", - "chart.js": "^4.4.3", + "chart.js": "^4.4.4", "chartjs-adapter-date-fns": "^3.0.0", "date-fns": "^3.2.0", "dnum": "^2.13.1", @@ -43,9 +43,9 @@ "react-tracked": "^2.0.0", "react-transition-group": "^4.4.5", "react-use": "^17.5.1", - "tslib": "^2.6.3", - "viem": "2.19.7", - "wagmi": "2.12.5" + "tslib": "^2.7.0", + "viem": "2.20.1", + "wagmi": "2.12.7" }, "devDependencies": { "@babel/core": "^7.25.2", @@ -57,22 +57,22 @@ "@graphql-codegen/typescript": "^4.0.9", "@graphql-codegen/typescript-operations": "^4.2.3", "@graphql-codegen/typescript-react-query": "^6.0.0", - "@nx/eslint": "19.6.2", - "@nx/eslint-plugin": "19.6.2", - "@nx/js": "19.6.2", - "@nx/react": "19.6.2", - "@nx/vite": "19.6.2", - "@nx/web": "19.6.2", - "@nx/workspace": "19.6.2", + "@nx/eslint": "19.6.4", + "@nx/eslint-plugin": "19.6.4", + "@nx/js": "19.6.4", + "@nx/react": "19.6.4", + "@nx/vite": "19.6.4", + "@nx/web": "19.6.4", + "@nx/workspace": "19.6.4", "@swc-node/register": "1.10.9", "@swc/cli": "0.4.0", - "@swc/core": "1.7.12", + "@swc/core": "1.7.21", "@swc/helpers": "0.5.12", "@testing-library/react": "16.0.0", "@types/fs-extra": "^11.0.4", "@types/node": "20.14.11", - "@types/ramda": "^0.30.1", - "@types/react": "18.3.3", + "@types/ramda": "^0.30.2", + "@types/react": "18.3.4", "@types/react-dom": "18.3.0", "@types/react-transition-group": "^4.4.11", "@typescript-eslint/eslint-plugin": "7.16.1", @@ -91,15 +91,15 @@ "eslint-plugin-simple-import-sort": "^12.0.0", "eslint-plugin-unused-imports": "^3.2.0", "fs-extra": "^11.2.0", - "husky": "^9.1.4", + "husky": "^9.1.5", "jsdom": "~24.1.1", "lint-staged": "^15.2.9", - "nx": "19.6.2", + "nx": "19.6.4", "prettier": "^3.3.3", "ts-node": "10.9.2", - "tsx": "^4.17.0", + "tsx": "^4.19.0", "typescript": "~5.5.4", - "vite": "5.4.1", + "vite": "5.4.2", "vite-plugin-dts": "~4.0.3", "vite-plugin-static-copy": "^1.0.6", "vite-plugin-svgr": "^4.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c5088489e..38189979b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,47 +12,47 @@ importers: specifier: ^0.5.5 version: 0.5.5 '@emotion/react': - specifier: ^11.13.0 - version: 11.13.0(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.3 + version: 11.13.3(@types/react@18.3.4)(react@18.3.1) '@emotion/styled': specifier: ^11.13.0 - version: 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + version: 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) '@mui/material': specifier: ^5.16.7 - version: 5.16.7(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 5.16.7(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@rainbow-me/rainbowkit': - specifier: 2.1.4 - version: 2.1.4(@tanstack/react-query@5.51.23(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(viem@2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10))(wagmi@2.12.5(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10)))(@tanstack/query-core@5.51.21)(@tanstack/react-query@5.51.23(react@18.3.1))(@types/react@18.3.3)(bufferutil@4.0.8)(immer@10.1.1)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))(react@18.3.1)(rollup@4.21.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(viem@2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10))) + specifier: 2.1.5 + version: 2.1.5(@tanstack/react-query@5.52.2(react@18.3.1))(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(viem@2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4))(wagmi@2.12.7(@tanstack/query-core@5.52.2)(@tanstack/react-query@5.52.2(react@18.3.1))(@types/react@18.3.4)(bufferutil@4.0.8)(immer@10.1.1)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))(@types/react@18.3.4)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@6.0.4))(react@18.3.1)(rollup@4.21.1)(typescript@5.5.4)(utf-8-validate@6.0.4)(viem@2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4))) '@react-hookz/web': specifier: ^24.0.2 version: 24.0.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@sentry/react': - specifier: 8.26.0 - version: 8.26.0(react@18.3.1) + specifier: 8.27.0 + version: 8.27.0(react@18.3.1) '@tanstack/react-query': - specifier: 5.51.23 - version: 5.51.23(react@18.3.1) + specifier: 5.52.2 + version: 5.52.2(react@18.3.1) '@tanstack/react-table': - specifier: 8.20.1 - version: 8.20.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 8.20.5 + version: 8.20.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@wagmi/core': specifier: 2.13.4 - version: 2.13.4(@tanstack/query-core@5.51.21)(@types/react@18.3.3)(immer@10.1.1)(react@18.3.1)(typescript@5.5.4)(viem@2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)) + version: 2.13.4(@tanstack/query-core@5.52.2)(@types/react@18.3.4)(immer@10.1.1)(react@18.3.1)(typescript@5.5.4)(viem@2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)) analytics: specifier: 0.8.14 version: 0.8.14(@types/dlv@1.1.4) axios: - specifier: ^1.7.4 - version: 1.7.4 + specifier: ^1.7.5 + version: 1.7.5 buffer: specifier: ^6.0.3 version: 6.0.3 chart.js: - specifier: ^4.4.3 - version: 4.4.3 + specifier: ^4.4.4 + version: 4.4.4 chartjs-adapter-date-fns: specifier: ^3.0.0 - version: 3.0.0(chart.js@4.4.3)(date-fns@3.6.0) + version: 3.0.0(chart.js@4.4.4)(date-fns@3.6.0) date-fns: specifier: ^3.2.0 version: 3.6.0 @@ -73,7 +73,7 @@ importers: version: 18.3.1 react-chartjs-2: specifier: ^5.2.0 - version: 5.2.0(chart.js@4.4.3)(react@18.3.1) + version: 5.2.0(chart.js@4.4.4)(react@18.3.1) react-dom: specifier: 18.3.1 version: 18.3.1(react@18.3.1) @@ -96,14 +96,14 @@ importers: specifier: ^17.5.1 version: 17.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) tslib: - specifier: ^2.6.3 - version: 2.6.3 + specifier: ^2.7.0 + version: 2.7.0 viem: - specifier: 2.19.7 - version: 2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10) + specifier: 2.20.1 + version: 2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4) wagmi: - specifier: 2.12.5 - version: 2.12.5(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10)))(@tanstack/query-core@5.51.21)(@tanstack/react-query@5.51.23(react@18.3.1))(@types/react@18.3.3)(bufferutil@4.0.8)(immer@10.1.1)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))(react@18.3.1)(rollup@4.21.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(viem@2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)) + specifier: 2.12.7 + version: 2.12.7(@tanstack/query-core@5.52.2)(@tanstack/react-query@5.52.2(react@18.3.1))(@types/react@18.3.4)(bufferutil@4.0.8)(immer@10.1.1)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))(@types/react@18.3.4)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@6.0.4))(react@18.3.1)(rollup@4.21.1)(typescript@5.5.4)(utf-8-validate@6.0.4)(viem@2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)) devDependencies: '@babel/core': specifier: ^7.25.2 @@ -119,7 +119,7 @@ importers: version: 6.2.12(@vue/compiler-core@3.4.38) '@graphql-codegen/cli': specifier: ^5.0.0 - version: 5.0.2(@parcel/watcher@2.4.1)(@types/node@20.14.11)(bufferutil@4.0.8)(enquirer@2.4.1)(graphql@16.9.0)(typescript@5.5.4)(utf-8-validate@5.0.10) + version: 5.0.2(@parcel/watcher@2.4.1)(@types/node@20.14.11)(bufferutil@4.0.8)(enquirer@2.4.1)(graphql@16.9.0)(typescript@5.5.4)(utf-8-validate@6.0.4) '@graphql-codegen/near-operation-file-preset': specifier: ^3.0.0 version: 3.0.0(graphql@16.9.0) @@ -133,41 +133,41 @@ importers: specifier: ^6.0.0 version: 6.1.0(graphql@16.9.0) '@nx/eslint': - specifier: 19.6.2 - version: 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(eslint@8.57.0)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))) + specifier: 19.6.4 + version: 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(eslint@8.57.0)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))) '@nx/eslint-plugin': - specifier: 19.6.2 - version: 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4) + specifier: 19.6.4 + version: 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4) '@nx/js': - specifier: 19.6.2 - version: 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4) + specifier: 19.6.4 + version: 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4) '@nx/react': - specifier: 19.6.2 - version: 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(eslint@8.57.0)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4)(utf-8-validate@5.0.10)(vue-tsc@2.0.29(typescript@5.5.4))(webpack@5.93.0(@swc/core@1.7.12(@swc/helpers@0.5.12))) + specifier: 19.6.4 + version: 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(eslint@8.57.0)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4)(utf-8-validate@6.0.4)(vue-tsc@2.1.0(typescript@5.5.4))(webpack@5.94.0(@swc/core@1.7.21(@swc/helpers@0.5.12))) '@nx/vite': - specifier: 19.6.2 - version: 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4)(vite@5.4.1(@types/node@20.14.11)(terser@5.31.6))(vitest@2.0.5(@types/node@20.14.11)(jsdom@24.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(terser@5.31.6)) + specifier: 19.6.4 + version: 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4)(vite@5.4.2(@types/node@20.14.11)(terser@5.31.6))(vitest@2.0.5(@types/node@20.14.11)(jsdom@24.1.1(bufferutil@4.0.8)(utf-8-validate@6.0.4))(terser@5.31.6)) '@nx/web': - specifier: 19.6.2 - version: 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4) + specifier: 19.6.4 + version: 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4) '@nx/workspace': - specifier: 19.6.2 - version: 19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)) + specifier: 19.6.4 + version: 19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)) '@swc-node/register': specifier: 1.10.9 - version: 1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4) + version: 1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4) '@swc/cli': specifier: 0.4.0 - version: 0.4.0(@swc/core@1.7.12(@swc/helpers@0.5.12))(chokidar@3.6.0) + version: 0.4.0(@swc/core@1.7.21(@swc/helpers@0.5.12))(chokidar@3.6.0) '@swc/core': - specifier: 1.7.12 - version: 1.7.12(@swc/helpers@0.5.12) + specifier: 1.7.21 + version: 1.7.21(@swc/helpers@0.5.12) '@swc/helpers': specifier: 0.5.12 version: 0.5.12 '@testing-library/react': specifier: 16.0.0 - version: 16.0.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 16.0.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@types/fs-extra': specifier: ^11.0.4 version: 11.0.4 @@ -175,11 +175,11 @@ importers: specifier: 20.14.11 version: 20.14.11 '@types/ramda': - specifier: ^0.30.1 - version: 0.30.1 + specifier: ^0.30.2 + version: 0.30.2 '@types/react': - specifier: 18.3.3 - version: 18.3.3 + specifier: 18.3.4 + version: 18.3.4 '@types/react-dom': specifier: 18.3.0 version: 18.3.0 @@ -194,7 +194,7 @@ importers: version: 7.16.1(eslint@8.57.0)(typescript@5.5.4) '@vitejs/plugin-react': specifier: 4.3.1 - version: 4.3.1(vite@5.4.1(@types/node@20.14.11)(terser@5.31.6)) + version: 4.3.1(vite@5.4.2(@types/node@20.14.11)(terser@5.31.6)) babel-plugin-formatjs: specifier: ^10.5.16 version: 10.5.16 @@ -218,7 +218,7 @@ importers: version: 6.8.0(eslint@8.57.0) eslint-plugin-prettier: specifier: ^5.1.3 - version: 5.1.3(@types/eslint@9.6.0)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.3) + version: 5.1.3(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.3) eslint-plugin-react: specifier: 7.34.1 version: 7.34.1(eslint@8.57.0) @@ -235,44 +235,44 @@ importers: specifier: ^11.2.0 version: 11.2.0 husky: - specifier: ^9.1.4 - version: 9.1.4 + specifier: ^9.1.5 + version: 9.1.5 jsdom: specifier: ~24.1.1 - version: 24.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + version: 24.1.1(bufferutil@4.0.8)(utf-8-validate@6.0.4) lint-staged: specifier: ^15.2.9 version: 15.2.9 nx: - specifier: 19.6.2 - version: 19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)) + specifier: 19.6.4 + version: 19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)) prettier: specifier: ^3.3.3 version: 3.3.3 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(typescript@5.5.4) + version: 10.9.2(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(typescript@5.5.4) tsx: - specifier: ^4.17.0 - version: 4.17.0 + specifier: ^4.19.0 + version: 4.19.0 typescript: specifier: ~5.5.4 version: 5.5.4 vite: - specifier: 5.4.1 - version: 5.4.1(@types/node@20.14.11)(terser@5.31.6) + specifier: 5.4.2 + version: 5.4.2(@types/node@20.14.11)(terser@5.31.6) vite-plugin-dts: specifier: ~4.0.3 - version: 4.0.3(@types/node@20.14.11)(rollup@4.21.0)(typescript@5.5.4)(vite@5.4.1(@types/node@20.14.11)(terser@5.31.6)) + version: 4.0.3(@types/node@20.14.11)(rollup@4.21.1)(typescript@5.5.4)(vite@5.4.2(@types/node@20.14.11)(terser@5.31.6)) vite-plugin-static-copy: specifier: ^1.0.6 - version: 1.0.6(vite@5.4.1(@types/node@20.14.11)(terser@5.31.6)) + version: 1.0.6(vite@5.4.2(@types/node@20.14.11)(terser@5.31.6)) vite-plugin-svgr: specifier: ^4.2.0 - version: 4.2.0(rollup@4.21.0)(typescript@5.5.4)(vite@5.4.1(@types/node@20.14.11)(terser@5.31.6)) + version: 4.2.0(rollup@4.21.1)(typescript@5.5.4)(vite@5.4.2(@types/node@20.14.11)(terser@5.31.6)) vite-tsconfig-paths: specifier: ~5.0.1 - version: 5.0.1(typescript@5.5.4)(vite@5.4.1(@types/node@20.14.11)(terser@5.31.6)) + version: 5.0.1(typescript@5.5.4)(vite@5.4.2(@types/node@20.14.11)(terser@5.31.6)) packages: @@ -337,6 +337,10 @@ packages: resolution: {integrity: sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==} engines: {node: '>=6.9.0'} + '@babel/compat-data@7.25.4': + resolution: {integrity: sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==} + engines: {node: '>=6.9.0'} + '@babel/core@7.25.2': resolution: {integrity: sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==} engines: {node: '>=6.9.0'} @@ -353,6 +357,10 @@ packages: resolution: {integrity: sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==} engines: {node: '>=6.9.0'} + '@babel/generator@7.25.5': + resolution: {integrity: sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==} + engines: {node: '>=6.9.0'} + '@babel/helper-annotate-as-pure@7.24.7': resolution: {integrity: sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==} engines: {node: '>=6.9.0'} @@ -377,6 +385,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0 + '@babel/helper-create-class-features-plugin@7.25.4': + resolution: {integrity: sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@babel/helper-create-regexp-features-plugin@7.25.2': resolution: {integrity: sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==} engines: {node: '>=6.9.0'} @@ -563,6 +577,11 @@ packages: engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@7.25.4': + resolution: {integrity: sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.3': resolution: {integrity: sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==} engines: {node: '>=6.9.0'} @@ -801,6 +820,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-async-generator-functions@7.25.4': + resolution: {integrity: sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-async-to-generator@7.24.7': resolution: {integrity: sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==} engines: {node: '>=6.9.0'} @@ -837,6 +862,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-class-properties@7.25.4': + resolution: {integrity: sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-class-static-block@7.24.7': resolution: {integrity: sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==} engines: {node: '>=6.9.0'} @@ -855,6 +886,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-classes@7.25.4': + resolution: {integrity: sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-computed-properties@7.24.1': resolution: {integrity: sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==} engines: {node: '>=6.9.0'} @@ -1089,6 +1126,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-private-methods@7.25.4': + resolution: {integrity: sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-private-property-in-object@7.24.7': resolution: {integrity: sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==} engines: {node: '>=6.9.0'} @@ -1173,6 +1216,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-runtime@7.25.4': + resolution: {integrity: sha512-8hsyG+KUYGY0coX6KUCDancA0Vw225KJ2HJO0yCNr1vq5r+lJTleDaJf0K7iOhjw4SWhu03TMBzYTJ9krmzULQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-shorthand-properties@7.24.1': resolution: {integrity: sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==} engines: {node: '>=6.9.0'} @@ -1251,12 +1300,24 @@ packages: peerDependencies: '@babel/core': ^7.0.0 + '@babel/plugin-transform-unicode-sets-regex@7.25.4': + resolution: {integrity: sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@babel/preset-env@7.25.3': resolution: {integrity: sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/preset-env@7.25.4': + resolution: {integrity: sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/preset-flow@7.24.7': resolution: {integrity: sha512-NL3Lo0NorCU607zU3NwRyJbpaB6E3t0xtd3LfAQKDfkeX4/ggcDXvkmkW42QWT5owUeW/jAe4hn+2qvkV1IbfQ==} engines: {node: '>=6.9.0'} @@ -1309,6 +1370,10 @@ packages: resolution: {integrity: sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==} engines: {node: '>=6.9.0'} + '@babel/runtime@7.25.4': + resolution: {integrity: sha512-DSgLeL/FNcpXuzav5wfYvHCGvynXkJbn3Zvc3823AEe9nPwW9IK4UoCSS5yGymmQzN0pCPvivtgS6/8U2kkm1w==} + engines: {node: '>=6.9.0'} + '@babel/template@7.23.9': resolution: {integrity: sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==} engines: {node: '>=6.9.0'} @@ -1333,6 +1398,10 @@ packages: resolution: {integrity: sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==} engines: {node: '>=6.9.0'} + '@babel/traverse@7.25.4': + resolution: {integrity: sha512-VJ4XsrD+nOvlXyLzmLzUs/0qjFS4sK30te5yEFlvbbUNEgKaVb2BHZUpAL+ttLPQAHNrsI3zZisbfha5Cvr8vg==} + engines: {node: '>=6.9.0'} + '@babel/types@7.23.9': resolution: {integrity: sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==} engines: {node: '>=6.9.0'} @@ -1349,6 +1418,10 @@ packages: resolution: {integrity: sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==} engines: {node: '>=6.9.0'} + '@babel/types@7.25.4': + resolution: {integrity: sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ==} + engines: {node: '>=6.9.0'} + '@coinbase/wallet-sdk@3.9.3': resolution: {integrity: sha512-N/A2DRIf0Y3PHc1XAMvbBUu4zisna6qAdqABMZwBMNEfWrXpAwx16pZGkYCLGE+Rvv1edbcB2LYDRnACNcmCiw==} @@ -1371,9 +1444,6 @@ packages: '@emotion/babel-plugin@11.12.0': resolution: {integrity: sha512-y2WQb+oP8Jqvvclh8Q55gLUyb7UFvgv7eJfsj7td5TToBrIUtPay2kMrZi4xjq9qw2vD0ZR5fSho0yqoFgX7Rw==} - '@emotion/cache@11.13.0': - resolution: {integrity: sha512-hPV345J/tH0Cwk2wnU/3PBzORQ9HeX+kQSbwI+jslzpRCHE6fSGTohswksA/Ensr8znPzwfzKZCmAM9Lmlhp7g==} - '@emotion/cache@11.13.1': resolution: {integrity: sha512-iqouYkuEblRcXmylXIwwOodiEK5Ifl7JcX7o6V4jI3iW4mLXX3dmt5xwBtIkJiQEXFAI+pC8X0i67yiPkH9Ucw==} @@ -1386,8 +1456,8 @@ packages: '@emotion/memoize@0.9.0': resolution: {integrity: sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==} - '@emotion/react@11.13.0': - resolution: {integrity: sha512-WkL+bw1REC2VNV1goQyfxjx1GYJkcc23CRQkXX+vZNLINyfI7o+uUn/rTGPt/xJ3bJHd5GcljgnxHf4wRw5VWQ==} + '@emotion/react@11.13.3': + resolution: {integrity: sha512-lIsdU6JNrmYfJ5EbUCf4xW1ovy5wKQ2CkPRM4xogziOxH1nXxBSjpC9YqbFAP7circxMfYp+6x676BqWcEiixg==} peerDependencies: '@types/react': '*' react: '>=16.8.0' @@ -1398,6 +1468,9 @@ packages: '@emotion/serialize@1.3.0': resolution: {integrity: sha512-jACuBa9SlYajnpIVXB+XOXnfJHyckDfe6fOpORIM6yhBDlqGuExvDdZYHDQGoDf3bZXGv7tNr+LpLjJqiEQ6EA==} + '@emotion/serialize@1.3.1': + resolution: {integrity: sha512-dEPNKzBPU+vFPGa+z3axPRn8XVDetYORmDC0wAiej+TNcOZE70ZMJa0X7JdeoM6q/nWTMZeLpN/fTnD9o8MQBA==} + '@emotion/sheet@1.4.0': resolution: {integrity: sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==} @@ -1411,6 +1484,9 @@ packages: '@types/react': optional: true + '@emotion/unitless@0.10.0': + resolution: {integrity: sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==} + '@emotion/unitless@0.9.0': resolution: {integrity: sha512-TP6GgNZtmtFaFcsOgExdnfxLLpRDla4Q66tnenA9CktvVSdNKDvMVuUah4QvWPIpNjrWsGg3qeGo9a43QooGZQ==} @@ -2499,38 +2575,38 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@nrwl/devkit@19.6.2': - resolution: {integrity: sha512-1caQTLJBcvOLDZpB3yHY0zczcaaOh044MeegS0oyllPYYbCi6PiJK33HC8qoH1TGiahT6+VxSFN7OYnD3QK4vQ==} + '@nrwl/devkit@19.6.4': + resolution: {integrity: sha512-jpr+T5/+21W/fwAMB6zDLZKO+ReYAfOOMIeM8CpeBi/r9nWmjGXaXN9YKwEOYS1fath62Y5ldGK4yZUttv1tkw==} - '@nrwl/eslint-plugin-nx@19.6.2': - resolution: {integrity: sha512-kyyOT3OC2tcVoshxYcqPaFrvRdJ6Zs5gLeO++iUwUULP4WEiLBtjUV+Rnn7Ud0139GR/3B1IJotLDaBe60xaVw==} + '@nrwl/eslint-plugin-nx@19.6.4': + resolution: {integrity: sha512-xFzHv6EoMs5+waa75j5B2q+d35onzIo23KeDGoFZVhI0+xnMuIFA0vpDpO3ciRNpF4G8XeSXsf+hUQ70nFRcNw==} - '@nrwl/js@19.6.2': - resolution: {integrity: sha512-C5BEZxgRkgUz/D3Yc5B7NkfugldCslBTfRJKhUOBKrZ1e7/hXE/N7iEgrHrN9TNHiaX0X0HRRdMax6uLbINvLw==} + '@nrwl/js@19.6.4': + resolution: {integrity: sha512-yjxxSRST/lWylw4SO1qILg9oiKlBbcVst1nVFZzneTFo2oNuFVSEhluVh5tZ0bz3GZ1RPtHxjiBuWDwQ/QmmAA==} - '@nrwl/react@19.6.2': - resolution: {integrity: sha512-sfiWcECjz/PUoBN1ryqyhn1LO0qv51rqaTYtd5FV6bobb2RqGBvq3sAnCcwbnbL5+onY6+PwvnAo2526yN4NMw==} + '@nrwl/react@19.6.4': + resolution: {integrity: sha512-WGIpJATCSXBkPClReUaWS0RQ6j3zyojHg4jz8Yk4RJfJa9aaRiEdOA3ZeMR0qRUp30UqszHsVltyp75K7qQXNQ==} - '@nrwl/tao@19.6.2': - resolution: {integrity: sha512-DcqpaKpkUbF+J2kVRoLtYZOFpr8mu4+fHiKIjrdliKVabSOzekwRAx0DN+VZdpUoaZ2+5W+F8RFhSak1216ZCg==} + '@nrwl/tao@19.6.4': + resolution: {integrity: sha512-1J8cD+MFzsmboiGe03VlQZ8gt64k/TaYYPZivnnhOJolPPs75nz1JyJX55uWcKKRy/b7FZNKWIu/6Wp9JDhJrQ==} hasBin: true - '@nrwl/vite@19.6.2': - resolution: {integrity: sha512-cypqdNXsszdI4xf9T6hHhAAwNrJcwNjelck4cCEFMFLo3pGf/lOOHIoOcBHkw/Lm9wFD3YirEKtXUr95K7erjw==} + '@nrwl/vite@19.6.4': + resolution: {integrity: sha512-hY4dLASDkcdGVi5MCzrCDx+W9hEjau9uc6NqbvEXzMou45ZdVwLezVDfRmAecxkDsY51fdhoG4fmsiKtMDcpig==} - '@nrwl/web@19.6.2': - resolution: {integrity: sha512-wWCVg+YhOVvbRDHDsed+Qc2O5kgqVvmjMuCebABjTRvFD8h3MTxazCW6jcIIQjTTIs031QIm2pe/3ctctXbvpQ==} + '@nrwl/web@19.6.4': + resolution: {integrity: sha512-d/NpEUz1/JxNAk/19rqFB3S43g3nXutQKzbA0+RoO9nKW/spxxEAR6zJRM4zMJbTbKNbSHefChjXplC3SIF4jQ==} - '@nrwl/workspace@19.6.2': - resolution: {integrity: sha512-p5iHFZG4WIpsZjLRB4ZrhwBRlPjj++1yxzYOw+kJmKRQ4hcMhv63VB9X6w/mDpsWD9kfzMs3wBMfkg7SDph+3g==} + '@nrwl/workspace@19.6.4': + resolution: {integrity: sha512-jjqtRjm5AP39s8oPUEehA6O0Zew6BeTi+Uhjb+ggqbFKH9R9hoSITnbJY670WlO4W8yWYxT8isPf1TNdSHkmBw==} - '@nx/devkit@19.6.2': - resolution: {integrity: sha512-fyZ+z0CnpXsGbnOTgsxwjOJH/K1cgSkhyHSOW3BcIvncx4Q4o8Y74flRz2mrZLJeURBs+IelYI2REkCPdba2cg==} + '@nx/devkit@19.6.4': + resolution: {integrity: sha512-mBitFwb/gcz8MR7STt7KQG0vf+QcsasDXiSYcf3OWpc6lGE5wn1q5jg6Iabp49Bd/mdHXVLQnP1aV5A+QqFIOQ==} peerDependencies: nx: '>= 17 <= 20' - '@nx/eslint-plugin@19.6.2': - resolution: {integrity: sha512-nt1HDF5hzgHys2Wp4PGqNrkN1gLI224jeDtgatr1PdzjDmbwEeXgJTwx//yiIaOsYEKvyfOsOV9Aw0tTdVPvgw==} + '@nx/eslint-plugin@19.6.4': + resolution: {integrity: sha512-H31iaVpZF8T1NPgIlrS0HyyHKzv5NMjsknuxSxt6/ao10dTEe0Xx7N9MoSryWkHjWv6JHn7da5Okp09ELOaaeg==} peerDependencies: '@typescript-eslint/parser': ^6.13.2 || ^7.0.0 eslint-config-prettier: ^9.0.0 @@ -2538,8 +2614,8 @@ packages: eslint-config-prettier: optional: true - '@nx/eslint@19.6.2': - resolution: {integrity: sha512-uKlnzn88KY2CfoV0SaCs1htncjtttT15gLre/su9nn1/YB+udZuZY+C3Gymg9HwQddtO6qzftKtb6r9Lh9pGjg==} + '@nx/eslint@19.6.4': + resolution: {integrity: sha512-FuuvZ4AHQrD6+TxmB4uy79rUKLBaUyn4XZrFKqJQeBWmchPbpYXbuNXRbVJKtbzVf+WfD4bukcXOD8044oY4rA==} peerDependencies: '@zkochan/js-yaml': 0.0.7 eslint: ^8.0.0 || ^9.0.0 @@ -2547,91 +2623,91 @@ packages: '@zkochan/js-yaml': optional: true - '@nx/js@19.6.2': - resolution: {integrity: sha512-4YXnlla7cP5dD1pElTlSx5ZmqwHHDvdte+zr61MVf6F0iSP4z74pZsfGG5BZn7oa8R8pW+5pefoHyT3XLtfe3A==} + '@nx/js@19.6.4': + resolution: {integrity: sha512-Z09whMis90on3/5V0RIG1On5bRlNI4q2SGZQmj530+BqRTNdKNqxuYdpGf3oNbw5cgLVGiHcWtHzZROaAzpc4g==} peerDependencies: verdaccio: ^5.0.4 peerDependenciesMeta: verdaccio: optional: true - '@nx/linter@19.6.2': - resolution: {integrity: sha512-TfrU4ULI/JvbjwQO3j6N9ro1GMEttNZrqiguuUGJOiSSPUjIXI+8hEPacbXFhvdpL9yzLFwHx8GV1z7sATs3Hg==} + '@nx/linter@19.6.4': + resolution: {integrity: sha512-u0FLxF6fjh2hPZS269I5oz3gTbGfWJG8zZfm3gn0HxUpqUtvX1ccf4jaF62yHGPg8POeQuKggPY2iiMlaktlng==} - '@nx/nx-darwin-arm64@19.6.2': - resolution: {integrity: sha512-WCt9bK5CiuXiiE/8ivoeOEy3J2xYx2Eduea+8PdyK+21FzWakSV4GK0DUfC/dmLPyc+osx2kpmVO+l4HVBIEJw==} + '@nx/nx-darwin-arm64@19.6.4': + resolution: {integrity: sha512-kRn2FLvhwJA/TJrNlsCSqqQTrguNZLmiRsiXhvjkfUMbUKwyQfVMgJlvkZ+KoqraUSG+Qyb0FmrGur1I/Mld0Q==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@19.6.2': - resolution: {integrity: sha512-jCB4yTE97/UkUd1V7ttFLJkVRx2vkQgHAqcmU0l8pAPRWKplYkO43J4g4M3M8SyLsX6arPIlfIT3uBh8TzqxXA==} + '@nx/nx-darwin-x64@19.6.4': + resolution: {integrity: sha512-3uABBUhxVk+SdRwpUu30iuBlgRWm3tA/G9seG+wt7oN2R+fOu8zzRCYa+Blvoh1Ef+D9743Ir4rDc9Mhzl2B2g==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@19.6.2': - resolution: {integrity: sha512-ZBFTHO9vhaSpzuopAww9xznseNjE2CUXGSq5be0CUBoIvGn4TWvjOfv+tinIbKSYiWdfL1PYMqnE2FIqyxscNA==} + '@nx/nx-freebsd-x64@19.6.4': + resolution: {integrity: sha512-OG83MiEk5L54/vAldmwZJBKEvZaM+DEIDqn2yZLTToBRj5Z9jwKJX3jKP60xbHiaT/hzsb1xPlwhOHJnYd80EQ==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@19.6.2': - resolution: {integrity: sha512-Aubnlvx/47zAOIlp+ZWxe6Xq3cX9sSMRsB7xZhLkGnpcKwsKEh+uDWi6yfdnmLBp02ZY16qwcpAeYlyBRHZRUA==} + '@nx/nx-linux-arm-gnueabihf@19.6.4': + resolution: {integrity: sha512-hQ9x4qSKUh9mIVDuD270ULrBnmYfDTjXq7LnIwECw1AuP4LkKzKxULhsbqVnFQ/k3xxyFkwyGTIu2mfDcw16Gw==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@19.6.2': - resolution: {integrity: sha512-LorZsjhaz7vajwzGVAGUMtMpu5232UvJceB7XzUXF1TEWM2FZfSUCdLKdQgR2YZHeALYzVoEQgU/j6zKldMqpw==} + '@nx/nx-linux-arm64-gnu@19.6.4': + resolution: {integrity: sha512-OFKpAHiaVg3YGFIMBmi/JshciP9buwtOPiHDXcQdzQgE22jyYzKEiFxfcpG0nCT8PlMYAbHPAda15WfWkfVGVQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@19.6.2': - resolution: {integrity: sha512-+s4BD6NkmsrnxYHWpJ84Lm49rsTa5tY4Zpz09kpMCc7NNQdIYtWimexGmaHGiIY9FmwqaQCx54lCxSXUXQ3hoQ==} + '@nx/nx-linux-arm64-musl@19.6.4': + resolution: {integrity: sha512-ZIR9u+mN0A7SmNd6vDxmPV1QVTgYPTdfBSM5TEnKl3q2fHw2Nkui81QBxA4d7VopJoJUz/pRHiUV+dlgEEZ6nA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@19.6.2': - resolution: {integrity: sha512-O7ao0x7j7mwgPS8DkWmMtewTRyharQSURq2kUgWwyCJgVbr5ggV8RySmt/uLT9Tv/2LUDerWdBnd30oDr70M5g==} + '@nx/nx-linux-x64-gnu@19.6.4': + resolution: {integrity: sha512-AUMPvLs9KeCUuWD5DdlpbP3VfVsiD0IlptS2b3ul336rsQ7LwwdvE7jTVO5CixFOsiRZxP72fKJhaEargMn5Aw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@19.6.2': - resolution: {integrity: sha512-7tVOQoorw8o1n5CAtLTlJx9oI/py+V3NX0PTdX/Pa7tA6gxyrZW51HlpODssRZ5PM9171G8VAZVROP9eDLfntQ==} + '@nx/nx-linux-x64-musl@19.6.4': + resolution: {integrity: sha512-PU7AaBlrgnJnDxTiV/PNCu0pHUCzaogm6uNcbzCyFJLGn7DoQK9rkqUMPJjb3CnJkAj9XrrhuZwmOdbrhvHAvA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@19.6.2': - resolution: {integrity: sha512-l12NsHLaCAYdZPOP8KrXnSWxrytcJuifBJTejy7Xu9rFQMEDWI7dKap8vKJrYIRUtJjOsF8Yjq38064noZkLdw==} + '@nx/nx-win32-arm64-msvc@19.6.4': + resolution: {integrity: sha512-6CCmGWwH/J2k+Uxeci48w4QVhtcQ3hRZ5Z2jh26HI8YzH4wqZyA7QPgLBE6sNCPVLoGW5cBgTsfnyEdr+xarQA==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@19.6.2': - resolution: {integrity: sha512-B+80FY1kDWHMCOZubt786BtQOZn+LJ6CzjDGHSocqVMVqJDvBzrlf4qwmHeOIACWAsbZtJmWu+do3FriZ53ovA==} + '@nx/nx-win32-x64-msvc@19.6.4': + resolution: {integrity: sha512-jTNrlaFaKtbL2mYOcfPAiljtpF5CI7vbHIqYqBFYLUQXOwW9lOHlO+SeQnft6JYZs0FIr1IdHaCfdOw/hpnCiQ==} engines: {node: '>= 10'} cpu: [x64] os: [win32] - '@nx/react@19.6.2': - resolution: {integrity: sha512-vmpHljRlnsw3M8bbAPKKyraTiuFGPPTnWFO11qcu76h8OQM9t2N6ipDD9O4NGRDKpLwXb2RgFfWpygGwSxTqxg==} + '@nx/react@19.6.4': + resolution: {integrity: sha512-5QfGoYuk4wEd4tMQz9mctZxbqVXovxKuYehc9OF4b/P7nTsDeW66tIt8DZN1dzir47x3UkESdr+Dp04KWVFpwg==} - '@nx/vite@19.6.2': - resolution: {integrity: sha512-gkw+1mWplcdcuHAwCfSWi5YRWGsf+fzxWUSldqJb9rVk3Zo+EujjEVSRuqzZpWZ+uHaKDmXsL4sQSga1TJZLEg==} + '@nx/vite@19.6.4': + resolution: {integrity: sha512-8g1FeMC/60+1h3iWqT7IYTiVrXPBeMEWWUFfP0uTnsfiMh/N3oXtaMUYqq+5ji3EfFNj9ypFPHDYvmhdpuBmlQ==} peerDependencies: vite: ^5.0.0 vitest: ^1.3.1 || ^2.0.0 - '@nx/web@19.6.2': - resolution: {integrity: sha512-63IHeA/ZzB1cBEAgtw6vfqJ/lDybczEp2Nt+/z2kXt0V9O8DlXCCDqH37U+UXaGEASu4VpteSVdcPnOUFVj2uQ==} + '@nx/web@19.6.4': + resolution: {integrity: sha512-RcDfN+bTjCFlXdGC2UkpPguPP6M+g4mMf5dWBvD54Fs56/KKhMxRBjYXRSuLn7OLrdc6QTkU/2FQT/6lzrecgg==} - '@nx/workspace@19.6.2': - resolution: {integrity: sha512-L2gHov2A0/fUOHEZHT45TI59dYLBuX0hQR90Js0sxKP8eWiIApNLB9URYKr6ZmkMIydPMXgTUx6oEzHSpza7Tw==} + '@nx/workspace@19.6.4': + resolution: {integrity: sha512-SMrI03OmjYm93XpDTlIWgAyIaEhToN4LNu4cxOXW9ygpzPe8HJlqR18aTaCqu1T+BY8XeaZ8BQ7qYS1kEjM9YA==} '@oxc-resolver/binding-darwin-arm64@1.10.2': resolution: {integrity: sha512-aOCZYXqmFL+2sXlaVkYbAOtICGGeTFtmdul8OimQfOXHJods6YHJ2nR6+rEeBcJzaXyXPP18ne1IsEc4AYL1IA==} @@ -2793,8 +2869,8 @@ packages: '@popperjs/core@2.11.8': resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} - '@rainbow-me/rainbowkit@2.1.4': - resolution: {integrity: sha512-dJ92cGERc5FcyqFRJRh4iUi2IBS26pBAM1NSL7J2LNxqtOfeOAuAvzVFtJUxDCidS0/hNbvPY47GU68QpW4g6A==} + '@rainbow-me/rainbowkit@2.1.5': + resolution: {integrity: sha512-Kdef0zu0bUlIOlbyyi3ukmQl7k8s3w0jTcWZxYTicZ/N4L35yX0vEzYgiG4u6OSXlbAQaC7VrkPKugPbSohnLQ==} engines: {node: '>=12.4'} peerDependencies: '@tanstack/react-query': '>=5.0.0' @@ -2817,11 +2893,6 @@ packages: js-cookie: optional: true - '@react-native-async-storage/async-storage@1.24.0': - resolution: {integrity: sha512-W4/vbwUOYOjco0x3toB8QCr7EjIP6nE9G7o8PMguvvjYT5Awg09lyV4enACRx4s++PPulBiBSjL0KTFx2u0Z/g==} - peerDependencies: - react-native: ^0.0.0-0 || >=0.60 <1.0 - '@react-native-community/cli-clean@14.0.0': resolution: {integrity: sha512-kvHthZTNur/wLLx8WL5Oh+r04zzzFAX16r8xuaLhu9qGTE6Th1JevbsIuiQb5IJqD8G/uZDKgIZ2a0/lONcbJg==} @@ -2866,57 +2937,57 @@ packages: engines: {node: '>=18'} hasBin: true - '@react-native/assets-registry@0.75.1': - resolution: {integrity: sha512-mrW6dvueJgP5v5mR/dxvW9v+t9AmzR5OMDMq94reT04QarREGGDHEOW5sLzj4uT6Xhqtda2+ZQOaEZ6PPcv+QA==} + '@react-native/assets-registry@0.75.2': + resolution: {integrity: sha512-P1dLHjpUeC0AIkDHRYcx0qLMr+p92IPWL3pmczzo6T76Qa9XzruQOYy0jittxyBK91Csn6HHQ/eit8TeXW8MVw==} engines: {node: '>=18'} - '@react-native/babel-plugin-codegen@0.75.1': - resolution: {integrity: sha512-M7CxPAYZVDeBCCyC4BToEf6vPFtZ5EAA5F2fcm0RuErWMNiB2ycD7nCSVpZtQXOxgNItNi+7mRFTLKTNb7AFrQ==} + '@react-native/babel-plugin-codegen@0.75.2': + resolution: {integrity: sha512-BIKVh2ZJPkzluUGgCNgpoh6NTHgX8j04FCS0Z/rTmRJ66hir/EUBl8frMFKrOy/6i4VvZEltOWB5eWfHe1AYgw==} engines: {node: '>=18'} - '@react-native/babel-preset@0.75.1': - resolution: {integrity: sha512-u5+7PCkz9J5XKhUwDSJCxLyt49L9qirlBvOR8IwztWVhrf+gd/iIgQLZm9vf/j9tfLhEsgvMup6FMha2/u1cQw==} + '@react-native/babel-preset@0.75.2': + resolution: {integrity: sha512-mprpsas+WdCEMjQZnbDiAC4KKRmmLbMB+o/v4mDqKlH4Mcm7RdtP5t80MZGOVCHlceNp1uEIpXywx69DNwgbgg==} engines: {node: '>=18'} peerDependencies: '@babel/core': '*' - '@react-native/codegen@0.75.1': - resolution: {integrity: sha512-nO5CQuXTPL8iou9EzkUjOrGsiano3hGC80AwFlFt8h7q8Bked293YaB3qRQRwN4gmedR8ZKVZGI/pyuvuOWLfQ==} + '@react-native/codegen@0.75.2': + resolution: {integrity: sha512-OkWdbtO2jTkfOXfj3ibIL27rM6LoaEuApOByU2G8X+HS6v9U87uJVJlMIRWBDmnxODzazuHwNVA2/wAmSbucaw==} engines: {node: '>=18'} peerDependencies: '@babel/preset-env': ^7.1.6 - '@react-native/community-cli-plugin@0.75.1': - resolution: {integrity: sha512-G0GPvFAVrC9k0MfwnKXimaYKqOlEzXFMZ6DmZi2zxSGPFt/MV3sSRjbv3yb8q0mLcK78/J7w1DyImcSQopOCLg==} + '@react-native/community-cli-plugin@0.75.2': + resolution: {integrity: sha512-/tz0bzVja4FU0aAimzzQ7iYR43peaD6pzksArdrrGhlm8OvFYAQPOYSNeIQVMSarwnkNeg1naFKaeYf1o3++yA==} engines: {node: '>=18'} - '@react-native/debugger-frontend@0.75.1': - resolution: {integrity: sha512-N+awwEYZHj9lR4hieBK2oFB6C0qa4/6NPpzeqvtLnZddr38H6Wv9CHxSFA8pqIBu4qmn4JcRjOjVD6pXCcLohA==} + '@react-native/debugger-frontend@0.75.2': + resolution: {integrity: sha512-qIC6mrlG8RQOPaYLZQiJwqnPchAVGnHWcVDeQxPMPLkM/D5+PC8tuKWYOwgLcEau3RZlgz7QQNk31Qj2/OJG6Q==} engines: {node: '>=18'} - '@react-native/dev-middleware@0.75.1': - resolution: {integrity: sha512-2vBIqNe5p/j3ZfDtV3R74OlwoGTgJVDhx9bMIK1U8ODqic+8OVjqvQKGNB+KUb/+HiPkKAhpAIsgcEmL/Nq1sg==} + '@react-native/dev-middleware@0.75.2': + resolution: {integrity: sha512-fTC5m2uVjYp1XPaIJBFgscnQjPdGVsl96z/RfLgXDq0HBffyqbg29ttx6yTCx7lIa9Gdvf6nKQom+e+Oa4izSw==} engines: {node: '>=18'} - '@react-native/gradle-plugin@0.75.1': - resolution: {integrity: sha512-a2gVjX3MB9TF9QZSKje79n1GDAnseTU94VIcFH/4DS3KjbK3yrNXsu1maxGZxDUAKmTUH7Rz4An/Rb5nkZG7dw==} + '@react-native/gradle-plugin@0.75.2': + resolution: {integrity: sha512-AELeAOCZi3B2vE6SeN+mjpZjjqzqa76yfFBB3L3f3NWiu4dm/YClTGOj+5IVRRgbt8LDuRImhDoaj7ukheXr4Q==} engines: {node: '>=18'} - '@react-native/js-polyfills@0.75.1': - resolution: {integrity: sha512-7yUCDtsNaIoOefI3M1XiqUaxNQIzNYL0P38IE6JuroVZspPaGmwB34RkgBTuDzNQ+p/4EIgBmqRzqF5Jjlf92A==} + '@react-native/js-polyfills@0.75.2': + resolution: {integrity: sha512-AtLd3mbiE+FXK2Ru3l2NFOXDhUvzdUsCP4qspUw0haVaO/9xzV97RVD2zz0lur2f/LmZqQ2+KXyYzr7048b5iw==} engines: {node: '>=18'} - '@react-native/metro-babel-transformer@0.75.1': - resolution: {integrity: sha512-X4NZNWox2E97fJG97XNuTd9wU3FK2c+S/Neg7KsBETPOHUkdoORC3nH1VQRrIqID85yYgdxLxvDwXa9hkmzjuA==} + '@react-native/metro-babel-transformer@0.75.2': + resolution: {integrity: sha512-EygglCCuOub2sZ00CSIiEekCXoGL2XbOC6ssOB47M55QKvhdPG/0WBQXvmOmiN42uZgJK99Lj749v4rB0PlPIQ==} engines: {node: '>=18'} peerDependencies: '@babel/core': '*' - '@react-native/normalize-colors@0.75.1': - resolution: {integrity: sha512-TnUII4YFtPBzxA0Eu1RvXrauw+fZlixK6QgbuOZSfhEfgM1ri6O1wse3VaR+h1CJw2NlNjgi902x9uUX8HbH8w==} + '@react-native/normalize-colors@0.75.2': + resolution: {integrity: sha512-nPwWJFtsqNFS/qSG9yDOiSJ64mjG7RCP4X/HXFfyWzCM1jq49h/DYBdr+c3e7AvTKGIdy0gGT3vgaRUHZFVdUQ==} - '@react-native/virtualized-lists@0.75.1': - resolution: {integrity: sha512-e7XL9XtU2Z9NUFJFwL9StHa9l2La0/fU7wZ05s8YEMxB+7Fgyn7/X4JsIk7G4xTSPXxPKV2Yz9STHGzKT5OcKQ==} + '@react-native/virtualized-lists@0.75.2': + resolution: {integrity: sha512-pD5SVCjxc8k+JdoyQ+IlulBTEqJc3S4KUKsmv5zqbNCyETB0ZUvd4Su7bp+lLF6ALxx6KKmbGk8E3LaWEjUFFQ==} engines: {node: '>=18'} peerDependencies: '@types/react': ^18.2.6 @@ -2942,83 +3013,83 @@ packages: rollup: optional: true - '@rollup/rollup-android-arm-eabi@4.21.0': - resolution: {integrity: sha512-WTWD8PfoSAJ+qL87lE7votj3syLavxunWhzCnx3XFxFiI/BA/r3X7MUM8dVrH8rb2r4AiO8jJsr3ZjdaftmnfA==} + '@rollup/rollup-android-arm-eabi@4.21.1': + resolution: {integrity: sha512-2thheikVEuU7ZxFXubPDOtspKn1x0yqaYQwvALVtEcvFhMifPADBrgRPyHV0TF3b+9BgvgjgagVyvA/UqPZHmg==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.21.0': - resolution: {integrity: sha512-a1sR2zSK1B4eYkiZu17ZUZhmUQcKjk2/j9Me2IDjk1GHW7LB5Z35LEzj9iJch6gtUfsnvZs1ZNyDW2oZSThrkA==} + '@rollup/rollup-android-arm64@4.21.1': + resolution: {integrity: sha512-t1lLYn4V9WgnIFHXy1d2Di/7gyzBWS8G5pQSXdZqfrdCGTwi1VasRMSS81DTYb+avDs/Zz4A6dzERki5oRYz1g==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.21.0': - resolution: {integrity: sha512-zOnKWLgDld/svhKO5PD9ozmL6roy5OQ5T4ThvdYZLpiOhEGY+dp2NwUmxK0Ld91LrbjrvtNAE0ERBwjqhZTRAA==} + '@rollup/rollup-darwin-arm64@4.21.1': + resolution: {integrity: sha512-AH/wNWSEEHvs6t4iJ3RANxW5ZCK3fUnmf0gyMxWCesY1AlUj8jY7GC+rQE4wd3gwmZ9XDOpL0kcFnCjtN7FXlA==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.21.0': - resolution: {integrity: sha512-7doS8br0xAkg48SKE2QNtMSFPFUlRdw9+votl27MvT46vo44ATBmdZdGysOevNELmZlfd+NEa0UYOA8f01WSrg==} + '@rollup/rollup-darwin-x64@4.21.1': + resolution: {integrity: sha512-dO0BIz/+5ZdkLZrVgQrDdW7m2RkrLwYTh2YMFG9IpBtlC1x1NPNSXkfczhZieOlOLEqgXOFH3wYHB7PmBtf+Bg==} cpu: [x64] os: [darwin] - '@rollup/rollup-linux-arm-gnueabihf@4.21.0': - resolution: {integrity: sha512-pWJsfQjNWNGsoCq53KjMtwdJDmh/6NubwQcz52aEwLEuvx08bzcy6tOUuawAOncPnxz/3siRtd8hiQ32G1y8VA==} + '@rollup/rollup-linux-arm-gnueabihf@4.21.1': + resolution: {integrity: sha512-sWWgdQ1fq+XKrlda8PsMCfut8caFwZBmhYeoehJ05FdI0YZXk6ZyUjWLrIgbR/VgiGycrFKMMgp7eJ69HOF2pQ==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.21.0': - resolution: {integrity: sha512-efRIANsz3UHZrnZXuEvxS9LoCOWMGD1rweciD6uJQIx2myN3a8Im1FafZBzh7zk1RJ6oKcR16dU3UPldaKd83w==} + '@rollup/rollup-linux-arm-musleabihf@4.21.1': + resolution: {integrity: sha512-9OIiSuj5EsYQlmwhmFRA0LRO0dRRjdCVZA3hnmZe1rEwRk11Jy3ECGGq3a7RrVEZ0/pCsYWx8jG3IvcrJ6RCew==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.21.0': - resolution: {integrity: sha512-ZrPhydkTVhyeGTW94WJ8pnl1uroqVHM3j3hjdquwAcWnmivjAwOYjTEAuEDeJvGX7xv3Z9GAvrBkEzCgHq9U1w==} + '@rollup/rollup-linux-arm64-gnu@4.21.1': + resolution: {integrity: sha512-0kuAkRK4MeIUbzQYu63NrJmfoUVicajoRAL1bpwdYIYRcs57iyIV9NLcuyDyDXE2GiZCL4uhKSYAnyWpjZkWow==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.21.0': - resolution: {integrity: sha512-cfaupqd+UEFeURmqNP2eEvXqgbSox/LHOyN9/d2pSdV8xTrjdg3NgOFJCtc1vQ/jEke1qD0IejbBfxleBPHnPw==} + '@rollup/rollup-linux-arm64-musl@4.21.1': + resolution: {integrity: sha512-/6dYC9fZtfEY0vozpc5bx1RP4VrtEOhNQGb0HwvYNwXD1BBbwQ5cKIbUVVU7G2d5WRE90NfB922elN8ASXAJEA==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.21.0': - resolution: {integrity: sha512-ZKPan1/RvAhrUylwBXC9t7B2hXdpb/ufeu22pG2psV7RN8roOfGurEghw1ySmX/CmDDHNTDDjY3lo9hRlgtaHg==} + '@rollup/rollup-linux-powerpc64le-gnu@4.21.1': + resolution: {integrity: sha512-ltUWy+sHeAh3YZ91NUsV4Xg3uBXAlscQe8ZOXRCVAKLsivGuJsrkawYPUEyCV3DYa9urgJugMLn8Z3Z/6CeyRQ==} cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.21.0': - resolution: {integrity: sha512-H1eRaCwd5E8eS8leiS+o/NqMdljkcb1d6r2h4fKSsCXQilLKArq6WS7XBLDu80Yz+nMqHVFDquwcVrQmGr28rg==} + '@rollup/rollup-linux-riscv64-gnu@4.21.1': + resolution: {integrity: sha512-BggMndzI7Tlv4/abrgLwa/dxNEMn2gC61DCLrTzw8LkpSKel4o+O+gtjbnkevZ18SKkeN3ihRGPuBxjaetWzWg==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.21.0': - resolution: {integrity: sha512-zJ4hA+3b5tu8u7L58CCSI0A9N1vkfwPhWd/puGXwtZlsB5bTkwDNW/+JCU84+3QYmKpLi+XvHdmrlwUwDA6kqw==} + '@rollup/rollup-linux-s390x-gnu@4.21.1': + resolution: {integrity: sha512-z/9rtlGd/OMv+gb1mNSjElasMf9yXusAxnRDrBaYB+eS1shFm6/4/xDH1SAISO5729fFKUkJ88TkGPRUh8WSAA==} cpu: [s390x] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.21.0': - resolution: {integrity: sha512-e2hrvElFIh6kW/UNBQK/kzqMNY5mO+67YtEh9OA65RM5IJXYTWiXjX6fjIiPaqOkBthYF1EqgiZ6OXKcQsM0hg==} + '@rollup/rollup-linux-x64-gnu@4.21.1': + resolution: {integrity: sha512-kXQVcWqDcDKw0S2E0TmhlTLlUgAmMVqPrJZR+KpH/1ZaZhLSl23GZpQVmawBQGVhyP5WXIsIQ/zqbDBBYmxm5w==} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.21.0': - resolution: {integrity: sha512-1vvmgDdUSebVGXWX2lIcgRebqfQSff0hMEkLJyakQ9JQUbLDkEaMsPTLOmyccyC6IJ/l3FZuJbmrBw/u0A0uCQ==} + '@rollup/rollup-linux-x64-musl@4.21.1': + resolution: {integrity: sha512-CbFv/WMQsSdl+bpX6rVbzR4kAjSSBuDgCqb1l4J68UYsQNalz5wOqLGYj4ZI0thGpyX5kc+LLZ9CL+kpqDovZA==} cpu: [x64] os: [linux] - '@rollup/rollup-win32-arm64-msvc@4.21.0': - resolution: {integrity: sha512-s5oFkZ/hFcrlAyBTONFY1TWndfyre1wOMwU+6KCpm/iatybvrRgmZVM+vCFwxmC5ZhdlgfE0N4XorsDpi7/4XQ==} + '@rollup/rollup-win32-arm64-msvc@4.21.1': + resolution: {integrity: sha512-3Q3brDgA86gHXWHklrwdREKIrIbxC0ZgU8lwpj0eEKGBQH+31uPqr0P2v11pn0tSIxHvcdOWxa4j+YvLNx1i6g==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.21.0': - resolution: {integrity: sha512-G9+TEqRnAA6nbpqyUqgTiopmnfgnMkR3kMukFBDsiyy23LZvUCpiUwjTRx6ezYCjJODXrh52rBR9oXvm+Fp5wg==} + '@rollup/rollup-win32-ia32-msvc@4.21.1': + resolution: {integrity: sha512-tNg+jJcKR3Uwe4L0/wY3Ro0H+u3nrb04+tcq1GSYzBEmKLeOQF2emk1whxlzNqb6MMrQ2JOcQEpuuiPLyRcSIw==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.21.0': - resolution: {integrity: sha512-2jsCDZwtQvRhejHLfZ1JY6w6kEuEtfF9nzYsZxzSlNVKDX+DpsDJ+Rbjkm74nvg2rdx0gwBS+IMdvwJuq3S9pQ==} + '@rollup/rollup-win32-x64-msvc@4.21.1': + resolution: {integrity: sha512-xGiIH95H1zU7naUyTKEyOA/I0aexNMUdO9qRv0bLKN3qu25bBdrxZHqA3PTJ24YNN/GdMzG4xkDcd/GvjuhfLg==} cpu: [x64] os: [win32] @@ -3063,42 +3134,42 @@ packages: '@scure/bip39@1.3.0': resolution: {integrity: sha512-disdg7gHuTDZtY+ZdkmLpPCk7fxZSu3gBiEGuoC1XYxv9cGx3Z6cpTggCgW6odSOOIXCiDjuGejW+aJKCY/pIQ==} - '@sentry-internal/browser-utils@8.26.0': - resolution: {integrity: sha512-O2Tj+WK33/ZVp5STnz6ZL0OO+/Idk2KqsH0ITQkQmyZ2z0kdzWOeqK7s7q3/My6rB1GfPcyqPcBBv4dVv92FYQ==} + '@sentry-internal/browser-utils@8.27.0': + resolution: {integrity: sha512-YTIwQ1GM1NTRXgN4DvpFSQ2x4pjlqQ0FQAyHW5x2ZYv4z7VmqG4Xkid1P/srQUipECk6nxkebfD4WR19nLsvnQ==} engines: {node: '>=14.18'} - '@sentry-internal/feedback@8.26.0': - resolution: {integrity: sha512-hQtw1gg8n6ERK1UH47F7ZI1zOsbhu0J2VX+TrnkpaQR2FgxDW1oe9Ja6oCV4CQKuR4w+1ZI/Kj4imSt0K33kEw==} + '@sentry-internal/feedback@8.27.0': + resolution: {integrity: sha512-b71PQc9aK1X9b/SO1DiJlrnAEx4n0MzPZQ/tKd9oRWDyGit6pJWZfQns9r2rvc96kJPMOTxFAa/upXRCkA723A==} engines: {node: '>=14.18'} - '@sentry-internal/replay-canvas@8.26.0': - resolution: {integrity: sha512-2CFQW6f9aJHIo/DqmqYa9PaYoLn1o36ywc0h8oyGrD4oPCbrnE5F++PmTdc71GBODu41HBn/yoCTLmxOD+UjpA==} + '@sentry-internal/replay-canvas@8.27.0': + resolution: {integrity: sha512-uuEfiWbjwugB9M4KxXxovHYiKRqg/R6U4EF8xM/Ub4laUuEcWsfRp7lQ3MxL3qYojbca8ncIFic2bIoKMPeejA==} engines: {node: '>=14.18'} - '@sentry-internal/replay@8.26.0': - resolution: {integrity: sha512-JDY7W2bswlp5c3483lKP4kcb75fHNwGNfwD8x8FsY9xMjv7nxeXjLpR5cCEk1XqPq2+n6w4j7mJOXhEXGiUIKg==} + '@sentry-internal/replay@8.27.0': + resolution: {integrity: sha512-Ofucncaon98dvlxte2L//hwuG9yILSxNrTz/PmO0k+HzB9q+oBic4667QF+azWR2qv4oKSWpc+vEovP3hVqveA==} engines: {node: '>=14.18'} - '@sentry/browser@8.26.0': - resolution: {integrity: sha512-e5s6eKlwLZWzTwQcBwqyAGZMMuQROW9Z677VzwkSyREWAIkKjfH2VBxHATnNGc0IVkNHjD7iH3ixo3C0rLKM3w==} + '@sentry/browser@8.27.0': + resolution: {integrity: sha512-eL1eaHwoYUGkp4mpeYesH6WtCrm+0u9jYCW5Lm0MAeTmpx22BZKEmj0OljuUJXGnJwFbvPDlRjyz6QG11m8kZA==} engines: {node: '>=14.18'} - '@sentry/core@8.26.0': - resolution: {integrity: sha512-g/tVmTZD4GNbLFf++hKJfBpcCAtduFEMLnbfa9iT/QEZjlmP+EzY+GsH9bafM5VsNe8DiOUp+kJKWtShzlVdBA==} + '@sentry/core@8.27.0': + resolution: {integrity: sha512-4frlXluHT3Du+Omw91K04jpvbfMtydvg4Bxj2+gt/DT19Swhm/fbEpzdUjgbAd3Jinj/n0qk/jFRXjr9JZKFjg==} engines: {node: '>=14.18'} - '@sentry/react@8.26.0': - resolution: {integrity: sha512-dYoC0xzcqq8zmNMFoTWidhA7mVd3RDz/nAUn6C8yK/hkKA7bUknYCkhpESGLZfHaGwSKzeXRXKd/o/cgUVM9eA==} + '@sentry/react@8.27.0': + resolution: {integrity: sha512-8pD+J9UVnSGmPnm5dHJup5OVsHTN/pL4Ozi01yyrpivLkQiMZNac3OXsc0C7zXnztfLQx0kmTyCOzbRROfbpnA==} engines: {node: '>=14.18'} peerDependencies: react: ^16.14.0 || 17.x || 18.x || 19.x - '@sentry/types@8.26.0': - resolution: {integrity: sha512-zKmh6SWsJh630rpt7a9vP4Cm4m1C2gDTUqUiH565CajCL/4cePpNWYrNwalSqsOSL7B9OrczA1+n6a6XvND+ng==} + '@sentry/types@8.27.0': + resolution: {integrity: sha512-B6lrP46+m2x0lfqWc9F4VcUbN893mVGnPEd7KIMRk95mPzkFJ3sNxggTQF5/ZfNO7lDQYQb22uysB5sj/BqFiw==} engines: {node: '>=14.18'} - '@sentry/utils@8.26.0': - resolution: {integrity: sha512-xvlPU9Hd2BlyT+FhWHGNwnxWqdVRk2AHnDtVcW4Ma0Ri5EwS+uy4Jeik5UkSv8C5RVb9VlxFmS8LN3I1MPJsLw==} + '@sentry/utils@8.27.0': + resolution: {integrity: sha512-gyJM3SyLQe0A3mkQVVNdKYvk3ZoikkYgyA/D+5StFNLKdyUgEbJgXOGXrQSSYPF7BSX6Sc5b0KHCglPII0KuKw==} engines: {node: '>=14.18'} '@sideway/address@4.1.5': @@ -3285,68 +3356,68 @@ packages: chokidar: optional: true - '@swc/core-darwin-arm64@1.7.12': - resolution: {integrity: sha512-9ng+kLgw7WCeikQYqjdVj9j8QVPwp3Gwlaker84HGKm1aJ2q6XQMTdEh/9ASwOqBHRHckLe+zYGylfCmgpLlLg==} + '@swc/core-darwin-arm64@1.7.21': + resolution: {integrity: sha512-hh5uOZ7jWF66z2TRMhhXtWMQkssuPCSIZPy9VHf5KvZ46cX+5UeECDthchYklEVZQyy4Qr6oxfh4qff/5spoMA==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] - '@swc/core-darwin-x64@1.7.12': - resolution: {integrity: sha512-K50B4k3zmnQVZNtM5pLaXm1bTQ+JzjNolYKhQrYz390PCH7VC6NUkc63htrYEkiU+G5M14isFpgMiIa4LX8PrQ==} + '@swc/core-darwin-x64@1.7.21': + resolution: {integrity: sha512-lTsPquqSierQ6jWiWM7NnYXXZGk9zx3NGkPLHjPbcH5BmyiauX0CC/YJYJx7YmS2InRLyALlGmidHkaF4JY28A==} engines: {node: '>=10'} cpu: [x64] os: [darwin] - '@swc/core-linux-arm-gnueabihf@1.7.12': - resolution: {integrity: sha512-pbbo+p5WuVFjIWkqikpTUkSlV4Vg2u482uVeGT6+Dkmmc7I6rAooCODohNh6ubFm5DM+qXRK0wyDANWsOfFd2g==} + '@swc/core-linux-arm-gnueabihf@1.7.21': + resolution: {integrity: sha512-AgSd0fnSzAqCvWpzzZCq75z62JVGUkkXEOpfdi99jj/tryPy38KdXJtkVWJmufPXlRHokGTBitalk33WDJwsbA==} engines: {node: '>=10'} cpu: [arm] os: [linux] - '@swc/core-linux-arm64-gnu@1.7.12': - resolution: {integrity: sha512-6/e6GqQbDKQfR1cZ0d8TLwN2GQfP3IycmJ30QdoTQKCd3RblhcyX7NYzsnkoC4yTJTS1Rtbn++nagAn0r6qUbw==} + '@swc/core-linux-arm64-gnu@1.7.21': + resolution: {integrity: sha512-l+jw6RQ4Y43/8dIst0c73uQE+W3kCWrCFqMqC/xIuE/iqHOnvYK6YbA1ffOct2dImkHzNiKuoehGqtQAc6cNaQ==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-arm64-musl@1.7.12': - resolution: {integrity: sha512-WKtanqasnJ9cBD1tMsmOzZzxJ0Hg2sfJC7UNs2Z4meNPBK4xwOrhpSq8Q9GE4xgoLeSEhU3MmQnbfJKRq3mAZQ==} + '@swc/core-linux-arm64-musl@1.7.21': + resolution: {integrity: sha512-29KKZXrTo/c9F1JFL9WsNvCa6UCdIVhHP5EfuYhlKbn5/YmSsNFkuHdUtZFEd5U4+jiShXDmgGCtLW2d08LIwg==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-x64-gnu@1.7.12': - resolution: {integrity: sha512-NQ0bb9eCIp2z2WdRyELzfWc1LDJJ99OYdxT+CIwW9ixPVgAerOv0Oc+BkdijLw5VeYMGlK6JEI4HdLvQE34f1g==} + '@swc/core-linux-x64-gnu@1.7.21': + resolution: {integrity: sha512-HsP3JwddvQj5HvnjmOr+Bd5plEm6ccpfP5wUlm3hywzvdVkj+yR29bmD7UwpV/1zCQ60Ry35a7mXhKI6HQxFgw==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-linux-x64-musl@1.7.12': - resolution: {integrity: sha512-D8Tegag3/045wvGiq3NFNbKVDnkocNcl5hdKQtEvZ3b1u3nHGu+xqmPteUh4Ps+GB/gbpB3o/eYNO5JPm0R66Q==} + '@swc/core-linux-x64-musl@1.7.21': + resolution: {integrity: sha512-hYKLVeUTHqvFK628DFJEwxoX6p42T3HaQ4QjNtf3oKhiJWFh9iTRUrN/oCB5YI3R9WMkFkKh+99gZ/Dd0T5lsg==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-win32-arm64-msvc@1.7.12': - resolution: {integrity: sha512-x8DWG4fCkwI6CmC8U1YMxVTab9Fe4DmCCX6dLrTqqpFPXlVwgdKA9PNBSXsUUtHjvqAB/9cGgmpmNHuNJRa1dA==} + '@swc/core-win32-arm64-msvc@1.7.21': + resolution: {integrity: sha512-qyWAKW10aMBe6iUqeZ7NAJIswjfggVTUpDINpQGUJhz+pR71YZDidXgZXpaDB84YyDB2JAlRqd1YrLkl7CMiIw==} engines: {node: '>=10'} cpu: [arm64] os: [win32] - '@swc/core-win32-ia32-msvc@1.7.12': - resolution: {integrity: sha512-VsBkR2dK47HOXWmuKwM3zdTsucT1xJpTKSwcnbDLQBw8T1xZsYlDFcgPxumZPLz2EHewG8ZZ2SGo+Fxhr9up1g==} + '@swc/core-win32-ia32-msvc@1.7.21': + resolution: {integrity: sha512-cy61wS3wgH5mEwBiQ5w6/FnQrchBDAdPsSh0dKSzNmI+4K8hDxS8uzdBycWqJXO0cc+mA77SIlwZC3hP3Kum2g==} engines: {node: '>=10'} cpu: [ia32] os: [win32] - '@swc/core-win32-x64-msvc@1.7.12': - resolution: {integrity: sha512-FWGNkpQ1z8bqguK0vOKPdO7w7BOEDhoezGiRu0qqI3SXy8f/zTcDL4vChzAxUMfUIaI0jo0ccVHZ8fx3nJ0kfg==} + '@swc/core-win32-x64-msvc@1.7.21': + resolution: {integrity: sha512-/rexGItJURNJOdae+a48M+loT74nsEU+PyRRVAkZMKNRtLoYFAr0cpDlS5FodIgGunp/nqM0bst4H2w6Y05IKA==} engines: {node: '>=10'} cpu: [x64] os: [win32] - '@swc/core@1.7.12': - resolution: {integrity: sha512-oT1tw58q8BihhBRVMi7G8cuFVljlF61ZB4RZk/pqAA2m7q+o2b77WpAwwF1uHmeuYzLU/izBL8yEhdfy2scJhw==} + '@swc/core@1.7.21': + resolution: {integrity: sha512-7/cN0SZ+y2V6e0hsDD8koGR0QVh7Jl3r756bwaHLLSN+kReoUb/yVcLsA8iTn90JLME3DkQK4CPjxDCQiyMXNg==} engines: {node: '>=10'} peerDependencies: '@swc/helpers': '*' @@ -3367,23 +3438,23 @@ packages: resolution: {integrity: sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==} engines: {node: '>=10'} - '@tanstack/query-core@5.51.21': - resolution: {integrity: sha512-POQxm42IUp6n89kKWF4IZi18v3fxQWFRolvBA6phNVmA8psdfB1MvDnGacCJdS+EOX12w/CyHM62z//rHmYmvw==} + '@tanstack/query-core@5.52.2': + resolution: {integrity: sha512-9vvbFecK4A0nDnrc/ks41e3UHONF1DAnGz8Tgbxkl59QcvKWmc0ewhYuIKRh8NC4ja5LTHT9EH16KHbn2AIYWA==} - '@tanstack/react-query@5.51.23': - resolution: {integrity: sha512-CfJCfX45nnVIZjQBRYYtvVMIsGgWLKLYC4xcUiYEey671n1alvTZoCBaU9B85O8mF/tx9LPyrI04A6Bs2THv4A==} + '@tanstack/react-query@5.52.2': + resolution: {integrity: sha512-d4OwmobpP+6+SvuAxW1RzAY95Pv87Gu+0GjtErzFOUXo+n0FGcwxKvzhswCsXKxsgnAr3bU2eJ2u+GXQAutkCQ==} peerDependencies: - react: ^18.0.0 + react: ^18 || ^19 - '@tanstack/react-table@8.20.1': - resolution: {integrity: sha512-PJK+07qbengObe5l7c8vCdtefXm8cyR4i078acWrHbdm8JKw1ES7YpmOtVt9ALUVEEFAHscdVpGRhRgikgFMbQ==} + '@tanstack/react-table@8.20.5': + resolution: {integrity: sha512-WEHopKw3znbUZ61s9i0+i9g8drmDo6asTWbrQh8Us63DAk/M0FkmIqERew6P71HI75ksZ2Pxyuf4vvKh9rAkiA==} engines: {node: '>=12'} peerDependencies: react: '>=16.8' react-dom: '>=16.8' - '@tanstack/table-core@8.20.1': - resolution: {integrity: sha512-5Ly5TIRHnWH7vSDell9B/OVyV380qqIJVg7H7R7jU4fPEmOD4smqAX7VRflpYI09srWR8aj5OLD2Ccs1pI5mTg==} + '@tanstack/table-core@8.20.5': + resolution: {integrity: sha512-P9dF7XbibHph2PFRz8gfBKEXEY/HJPOhym8CHmjF8y3q5mWpKx9xtZapXQUWCgkqvsK0R46Azuz+VaxD4Xl+Tg==} engines: {node: '>=12'} '@testing-library/dom@10.4.0': @@ -3460,14 +3531,11 @@ packages: '@types/dom-screen-wake-lock@1.0.3': resolution: {integrity: sha512-3Iten7X3Zgwvk6kh6/NRdwN7WbZ760YgFCsF5AxDifltUQzW1RaW+WRmcVtgwFzLjaNu64H+0MPJ13yRa8g3Dw==} - '@types/eslint-scope@3.7.7': - resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==} - '@types/eslint@8.56.7': resolution: {integrity: sha512-SjDvI/x3zsZnOkYZ3lCt9lOZWZLB2jIlNKz+LBgCtDurK0JZcwucxYHn1w2BJkD34dgX9Tjnak0txtq4WTggEA==} - '@types/eslint@9.6.0': - resolution: {integrity: sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==} + '@types/eslint@9.6.1': + resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==} '@types/estree@1.0.5': resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} @@ -3532,8 +3600,8 @@ packages: '@types/prop-types@15.7.12': resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==} - '@types/ramda@0.30.1': - resolution: {integrity: sha512-aoyF/ADPL6N+/NXXfhPWF+Qj6w1Cql59m9wX0Gi15uyF+bpzXeLd63HPdiTDE2bmLXfNcVufsDPKmbfOrOzTBA==} + '@types/ramda@0.30.2': + resolution: {integrity: sha512-PyzHvjCalm2BRYjAU6nIB3TprYwMNOUY/7P/N8bSzp9W/yM2YrtGtAnnVtaCNSeOZ8DzKyFDvaqQs7LnWwwmBA==} '@types/react-dom@18.3.0': resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==} @@ -3541,8 +3609,8 @@ packages: '@types/react-transition-group@4.4.11': resolution: {integrity: sha512-RM05tAniPZ5DZPzzNFP+DmrcOdD0efDUxMy3145oljWSl3x9ZV5vhme98gTxFrj2lhXvmGNnUiuDyJgY9IKkNA==} - '@types/react@18.3.3': - resolution: {integrity: sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==} + '@types/react@18.3.4': + resolution: {integrity: sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==} '@types/responselike@1.0.3': resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==} @@ -3700,12 +3768,21 @@ packages: '@volar/language-core@2.4.0': resolution: {integrity: sha512-FTla+khE+sYK0qJP+6hwPAAUwiNHVMph4RUXpxf/FIPKUP61NFrVZorml4mjFShnueR2y9/j8/vnh09YwVdH7A==} + '@volar/language-core@2.4.1': + resolution: {integrity: sha512-9AKhC7Qn2mQYxj7Dz3bVxeOk7gGJladhWixUYKef/o0o7Bm4an+A3XvmcTHVqZ8stE6lBVH++g050tBtJ4TZPQ==} + '@volar/source-map@2.4.0': resolution: {integrity: sha512-2ceY8/NEZvN6F44TXw2qRP6AQsvCYhV2bxaBPWxV9HqIfkbRydSksTFObCF1DBDNBfKiZTS8G/4vqV6cvjdOIQ==} + '@volar/source-map@2.4.1': + resolution: {integrity: sha512-Xq6ep3OZg9xUqN90jEgB9ztX5SsTz1yiV8wiQbcYNjWkek+Ie3dc8l7AVt3EhDm9mSIR58oWczHkzM2H6HIsmQ==} + '@volar/typescript@2.4.0': resolution: {integrity: sha512-9zx3lQWgHmVd+JRRAHUSRiEhe4TlzL7U7e6ulWXOxHH/WNYxzKwCvZD7WYWEZFdw4dHfTD9vUR0yPQO6GilCaQ==} + '@volar/typescript@2.4.1': + resolution: {integrity: sha512-UoRzC0PXcwajFQTu8XxKSYNsWNBtVja6Y9gC8eLv7kYm+UEKJCcZ8g7dialsOYA0HKs3Vpg57MeCsawFLC6m9Q==} + '@vue/compiler-core@3.4.38': resolution: {integrity: sha512-8IQOTCWnLFqfHzOGm9+P8OPSEDukgg3Huc92qSG49if/xI2SAwLHQO2qaPQbjCWPBcQoO1WYfXfTACUrWV3c5A==} @@ -3723,11 +3800,19 @@ packages: typescript: optional: true + '@vue/language-core@2.1.0': + resolution: {integrity: sha512-S7uUdQXn4aA7QloQeAIhKDkP243nCEktQu1Kxur1fJFfedf+izBTb9bAR2tHe0V7xhFYhIwkNCtQl2AlKFaW3w==} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + '@vue/shared@3.4.38': resolution: {integrity: sha512-q0xCiLkuWWQLzVrecPb0RMsNWyxICOjPrcrwxTUEHb1fsnvni4dcuyG7RT/Ie7VPTvnjzIaWzRMUBsrqNj/hhw==} - '@wagmi/connectors@5.1.5': - resolution: {integrity: sha512-z+UAfwfTqVldoNxUFffHPcc/ets3UP1ehXE6b9k9ZDaih8VdZJRGz84qLjx+GVnI/+FrHfFwPPD9C2YYd2azww==} + '@wagmi/connectors@5.1.7': + resolution: {integrity: sha512-sFoxkxl1ltUkDT5wA2liuQ4LRjfVfkNGMAocGHRyik+8i2Tlr+3SjDAUKjDrcq6sqMQVd40hpcBVbxs2HeRosw==} peerDependencies: '@wagmi/core': 2.13.4 typescript: '>=5.0.4' @@ -3748,14 +3833,15 @@ packages: typescript: optional: true - '@walletconnect/core@2.14.0': - resolution: {integrity: sha512-E/dgBM9q3judXnTfZQ5ILvDpeSdDpabBLsXtYXa3Nyc26cfNplfLJ2nXm9FgtTdhM1nZ7yx4+zDPiXawBRZl2g==} + '@walletconnect/core@2.15.1': + resolution: {integrity: sha512-9MWVt33MFrLiAeK9nqY/B30/y0M4uiq8v9EXenIBQdlgkmXM++RTcOnn7u7EAbthGgzx3WLPRm4ViwIb+rI/Cg==} + engines: {node: '>=18'} '@walletconnect/environment@1.0.1': resolution: {integrity: sha512-T426LLZtHj8e8rYnKfzsw1aG6+M0BT1ZxayMdv/p8yM0MU+eJDISqNY3/bccxRr4LrF9csq02Rhqt08Ibl0VRg==} - '@walletconnect/ethereum-provider@2.14.0': - resolution: {integrity: sha512-Cc2/DCn85VciA10BrsNWFM//3VC1D8yjwrjfUKjGndLPDz0YIdAxTgYZViIlMjE0lzQC/DMvPYEAnGfW0O1Bwg==} + '@walletconnect/ethereum-provider@2.15.1': + resolution: {integrity: sha512-3ssEAKc/rLYshwyE2ZIaoTxzi/p9Ws+kj/FIsd1Ed/CC37Rl5l/KYHaRJtevWeni9s4dGqyqKsYkJ0VwwUcnfQ==} '@walletconnect/events@1.0.1': resolution: {integrity: sha512-NPTqaoi0oPBVNuLv7qPaJazmGHs5JGyO8eEAk5VGKmJzDR7AHzD4k6ilox5kxk1iwiOnFopBOOMLs86Oa76HpQ==} @@ -3798,8 +3884,8 @@ packages: '@walletconnect/modal@2.6.2': resolution: {integrity: sha512-eFopgKi8AjKf/0U4SemvcYw9zlLpx9njVN8sf6DAkowC2Md0gPU/UNEbH1Wwj407pEKnEds98pKWib1NN1ACoA==} - '@walletconnect/relay-api@1.0.10': - resolution: {integrity: sha512-tqrdd4zU9VBNqUaXXQASaexklv6A54yEyQQEXYOCr+Jz8Ket0dmPBDyg19LVSNUN2cipAghQc45/KVmfFJ0cYw==} + '@walletconnect/relay-api@1.0.11': + resolution: {integrity: sha512-tLPErkze/HmC9aCmdZOhtVmYZq1wKfWTJtygQHoWtgg722Jd4homo54Cs4ak2RUFUZIGO2RsOpIcWipaua5D5Q==} '@walletconnect/relay-auth@1.0.4': resolution: {integrity: sha512-kKJcS6+WxYq5kshpPaxGHdwf5y98ZwbfuS4EE/NkQzqrDFm5Cj+dP8LofzWvjrrLkZq7Afy7WrQMXdLy8Sx7HQ==} @@ -3807,20 +3893,20 @@ packages: '@walletconnect/safe-json@1.0.2': resolution: {integrity: sha512-Ogb7I27kZ3LPC3ibn8ldyUr5544t3/STow9+lzz7Sfo808YD7SBWk7SAsdBFlYgP2zDRy2hS3sKRcuSRM0OTmA==} - '@walletconnect/sign-client@2.14.0': - resolution: {integrity: sha512-UrB3S3eLjPYfBLCN3WJ5u7+WcZ8kFMe/QIDqLf76Jk6TaLwkSUy563LvnSw4KW/kA+/cY1KBSdUDfX1tzYJJXg==} + '@walletconnect/sign-client@2.15.1': + resolution: {integrity: sha512-YnLNEmCHgZ8yBpE3hwZnHD/bVznVMguSAlwLBNOoWUH2f4d9mR8bqa6KeVXqZ3e8mVHcxKTJTjTJ3oQMLyKIjw==} '@walletconnect/time@1.0.2': resolution: {integrity: sha512-uzdd9woDcJ1AaBZRhqy5rNC9laqWGErfc4dxA9a87mPdKOgWMD85mcFo9dIYIts/Jwocfwn07EC6EzclKubk/g==} - '@walletconnect/types@2.14.0': - resolution: {integrity: sha512-vevMi4jZLJ55vLuFOicQFmBBbLyb+S0sZS4IsaBdZkQflfGIq34HkN13c/KPl4Ye0aoR4/cUcUSitmGIzEQM5g==} + '@walletconnect/types@2.15.1': + resolution: {integrity: sha512-4WkMsHD8ioZI5GmxNT0qMlz6msI7ZajBcTyDxfRncaNZVau0C+Btw1U4jWO+gxwJVDJY+Ue/cb1QKJ5BanZsyw==} - '@walletconnect/universal-provider@2.14.0': - resolution: {integrity: sha512-Mr8uoTmD6H0+Hh+3gxBu4l3T2uP/nNPR02sVtwEujNum++F727mMk+ifPRIpkVo21V/bvXFEy8sHTs5hqyq5iA==} + '@walletconnect/universal-provider@2.15.1': + resolution: {integrity: sha512-JvKwHoE/ugWSKOmrEr03go1V79N0bbYV6w24Lqlzz4VAoReZZo8TDKsya7UkJ1L5HUCgKVP+AVktuJv8khzJ6w==} - '@walletconnect/utils@2.14.0': - resolution: {integrity: sha512-vRVomYQEtEAyCK2c5bzzEvtgxaGGITF8mWuIL+WYSAMyEJLY97mirP2urDucNwcUczwxUgI+no9RiNFbUHreQQ==} + '@walletconnect/utils@2.15.1': + resolution: {integrity: sha512-i5AR8XpZdcX8ghaCjYV13Er/KAGe56c1mLaG9c2cv9kmnZMZijeMdInjX/flnSM1RFDUiZXvKPMUNwlCL4NsWw==} '@walletconnect/window-getters@1.0.1': resolution: {integrity: sha512-vHp+HqzGxORPAN8gY03qnbTMnhqIwjeRJNOMOAzePRg4xVEEE2WvYsI9G2NMjOknA8hnuYbU3/hwLcKbjhc8+Q==} @@ -4200,8 +4286,8 @@ packages: resolution: {integrity: sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==} engines: {node: '>=4'} - axios@1.7.4: - resolution: {integrity: sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==} + axios@1.7.5: + resolution: {integrity: sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==} axobject-query@3.2.1: resolution: {integrity: sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==} @@ -4448,8 +4534,8 @@ packages: chardet@0.7.0: resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} - chart.js@4.4.3: - resolution: {integrity: sha512-qK1gkGSRYcJzqrrzdR6a+I0vQ4/R+SoODXyAjscQ/4mzuNzySaMCd+hyVxitSY1+L2fjPD1Gbn+ibNqRmwQeLw==} + chart.js@4.4.4: + resolution: {integrity: sha512-emICKGBABnxhMjUjlYRR12PmOXhJ2eJjEHL2/dZlWjxRAZT1D8xplLFq5M0tMQK8ja+wBS/tuVEJB5C6r7VxJA==} engines: {pnpm: '>=8'} chartjs-adapter-date-fns@3.0.0: @@ -4675,6 +4761,9 @@ packages: core-js-compat@3.38.0: resolution: {integrity: sha512-75LAicdLa4OJVwFxFbQR3NdnZjNgX6ILpVcVzcC4T2smerB5lELMrJQQQoWV6TiuC/vlaFqgU2tKQx9w5s0e0A==} + core-js-compat@3.38.1: + resolution: {integrity: sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==} + core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} @@ -4820,8 +4909,8 @@ packages: resolution: {integrity: sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==} engines: {node: '>=4.0'} - dayjs@1.11.12: - resolution: {integrity: sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==} + dayjs@1.11.13: + resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==} de-indent@1.0.2: resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} @@ -5063,8 +5152,8 @@ packages: duplexify@4.1.3: resolution: {integrity: sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==} - eciesjs@0.3.19: - resolution: {integrity: sha512-b+PkRDZ3ym7HEcnbxc22CMVCpgsnr8+gGgST3U5PtgeX1luvINgfXW7efOyUtmn/jFtA/lg5ywBi/Uazf4oeaA==} + eciesjs@0.3.20: + resolution: {integrity: sha512-Rz5AB8v9+xmMdS/R7RzWPe/R8DP5QfyrkA6ce4umJopoB5su2H2aDy/GcgIfwhmCwxnBkqGf/PbGzmKcGtIgGA==} ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} @@ -5974,8 +6063,8 @@ packages: resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} engines: {node: '>=16.17.0'} - husky@9.1.4: - resolution: {integrity: sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==} + husky@9.1.5: + resolution: {integrity: sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==} engines: {node: '>=18'} hasBin: true @@ -6200,10 +6289,6 @@ packages: resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==} engines: {node: '>=0.10.0'} - is-plain-obj@2.1.0: - resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==} - engines: {node: '>=8'} - is-plain-object@2.0.4: resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} engines: {node: '>=0.10.0'} @@ -6306,9 +6391,6 @@ packages: resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} engines: {node: '>=0.10.0'} - isomorphic-unfetch@3.1.0: - resolution: {integrity: sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==} - isomorphic-ws@5.0.0: resolution: {integrity: sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==} peerDependencies: @@ -6734,10 +6816,6 @@ packages: memoize-one@5.2.1: resolution: {integrity: sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==} - merge-options@3.0.4: - resolution: {integrity: sha512-2Sug1+knBjkaMsMgf1ctR1Ujx+Ayku4EdJN4Z+C2+JzoeF7A3OZ9KM2GY0CpQS51NR61LTurMJrRKPhSs3ZRTQ==} - engines: {node: '>=10'} - merge-stream@2.0.0: resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} @@ -6826,6 +6904,10 @@ packages: resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} engines: {node: '>=8.6'} + micromatch@4.0.8: + resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} + engines: {node: '>=8.6'} + mime-db@1.52.0: resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} engines: {node: '>= 0.6'} @@ -7023,6 +7105,10 @@ packages: resolution: {integrity: sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==} hasBin: true + node-gyp-build@4.8.2: + resolution: {integrity: sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw==} + hasBin: true + node-int64@0.4.0: resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==} @@ -7077,8 +7163,8 @@ packages: nwsapi@2.2.12: resolution: {integrity: sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==} - nx@19.6.2: - resolution: {integrity: sha512-uUC9glC/QDsDhfOSzWl1id9rfUVepVwLhwBGRMeO5K6+Tju7qAsRGZ2NGPoUz6J1AZuWtlKZcr+MOSK2U4+2wQ==} + nx@19.6.4: + resolution: {integrity: sha512-yudYlBd3cMchRd8c0ZNan1SfT19AYK2zYOp77XVqVVwgqb6rJVxz6StFGFluUQ7Q7uSpkeT/8PsjwPVLt85EoQ==} hasBin: true peerDependencies: '@swc-node/register': ^1.8.0 @@ -7594,8 +7680,8 @@ packages: react: '*' react-native: '*' - react-native@0.75.1: - resolution: {integrity: sha512-6WGjZdqXLEuBWAP+h2WH5a2Nd9jn7KmQ1GYy0Krzkcfvz9vPtKKIUSEjwvi3q+M0UTu3V/ESBaMDfT/GGr3fkg==} + react-native@0.75.2: + resolution: {integrity: sha512-pP+Yswd/EurzAlKizytRrid9LJaPJzuNldc+o5t01md2VLHym8V7FWH2z9omFKtFTer8ERg0fAhG1fpd0Qq6bQ==} engines: {node: '>=18'} hasBin: true peerDependencies: @@ -7841,8 +7927,8 @@ packages: rollup: optional: true - rollup@4.21.0: - resolution: {integrity: sha512-vo+S/lfA2lMS7rZ2Qoubi6I5hwZwzXeUIctILZLbHI+laNtvhhOIon2S1JksA5UEDQ7l3vberd0fxK44lTYjbQ==} + rollup@4.21.1: + resolution: {integrity: sha512-ZnYyKvscThhgd3M5+Qt3pmhO4jIRR5RGzaSovB6Q7rGNrK5cUncrtLmcTTJVSdcKXyZjW8X8MB0JMSuH9bcAJg==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -7883,8 +7969,8 @@ packages: resolution: {integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==} engines: {node: '>= 0.4'} - safe-stable-stringify@2.4.3: - resolution: {integrity: sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==} + safe-stable-stringify@2.5.0: + resolution: {integrity: sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==} engines: {node: '>=10'} safer-buffer@2.1.2: @@ -8380,8 +8466,8 @@ packages: tinybench@2.9.0: resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} - tinypool@1.0.0: - resolution: {integrity: sha512-KIKExllK7jp3uvrNtvRBYBWBOAXSX8ZvoaD8T+7KB/QHIuoJW3Pmr60zucywjAlMb5TeXUkcs/MWeWLu0qvuAQ==} + tinypool@1.0.1: + resolution: {integrity: sha512-URZYihUbRPcGv95En+sz6MfghfIc2OJ1sv/RmhWZLouPY0/8Vo80viwPvg3dlaS9fuq7fQMEfgRRK7BBZThBEA==} engines: {node: ^18.0.0 || >=20.0.0} tinyrainbow@1.2.0: @@ -8512,12 +8598,15 @@ packages: tslib@2.6.3: resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} + tslib@2.7.0: + resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} + tsscmp@1.0.6: resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==} engines: {node: '>=0.6.x'} - tsx@4.17.0: - resolution: {integrity: sha512-eN4mnDA5UMKDt4YZixo9tBioibaMBpoxBkD+rIPAjVmYERSG0/dWEY1CEFuV89CgASlKL499q8AhmkMnnjtOJg==} + tsx@4.19.0: + resolution: {integrity: sha512-bV30kM7bsLZKZIOCHeMNVMJ32/LuJzLVajkQI/qf92J2Qr08ueLQvW00PUZGiuLPP760UINwupgUj8qrSCPUKg==} engines: {node: '>=18.0.0'} hasBin: true @@ -8619,9 +8708,6 @@ packages: unenv@1.10.0: resolution: {integrity: sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==} - unfetch@4.2.0: - resolution: {integrity: sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==} - unicode-canonical-property-names-ecmascript@2.0.0: resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} engines: {node: '>=4'} @@ -8782,6 +8868,10 @@ packages: resolution: {integrity: sha512-Z6czzLq4u8fPOyx7TU6X3dvUZVvoJmxSQ+IcrlmagKhilxlhZgxPK6C5Jqbkw1IDUmFTM+cz9QDnnLTwDz/2gQ==} engines: {node: '>=6.14.2'} + utf-8-validate@6.0.4: + resolution: {integrity: sha512-xu9GQDeFp+eZ6LnCywXN/zBancWvOpUMzgjLPSjy4BRHSmTelvn2E0DG0o1sTiw5hkCKBHo8rwSKncfRfv2EEQ==} + engines: {node: '>=6.14.2'} + util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} @@ -8827,8 +8917,8 @@ packages: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} - viem@2.19.7: - resolution: {integrity: sha512-zoaBWnI6vf7MVRn4lAbuKd25hR31088yrMqONMHU8RjHTY4nqf+O589BPODwJak1LkfpbawyGyCY2tRFwZCWgw==} + viem@2.20.1: + resolution: {integrity: sha512-a/BSe25TSfkc423GTSKYl1O0ON2J5huoQeOLkylHT1WS8wh3JFqb8nfAq7vg+aZ+W06BCTn36bbi47yp4D92Cg==} peerDependencies: typescript: '>=5.0.4' peerDependenciesMeta: @@ -8900,6 +8990,37 @@ packages: terser: optional: true + vite@5.4.2: + resolution: {integrity: sha512-dDrQTRHp5C1fTFzcSaMxjk6vdpKvT+2/mIdE07Gw2ykehT49O0z/VHS3zZ8iV/Gh8BJJKHWOe5RjaNrW5xf/GA==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + sass-embedded: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + vitest@2.0.5: resolution: {integrity: sha512-8GUxONfauuIdeSl5f9GTgVEpg5BTOlplET4WEDaeY2QBiN8wSm68vxN/tb5z405OwppfoCavnwXafiaYBC/xOA==} engines: {node: ^18.0.0 || >=20.0.0} @@ -8937,12 +9058,18 @@ packages: peerDependencies: typescript: '>=5.0.0' + vue-tsc@2.1.0: + resolution: {integrity: sha512-N6kelLgHPLiDzkeWfsfrfR79POitZ59M/2HaRWk4BW0ED40FlyQaVhGUvjg8VRPPJWic1M974cRTGIBR6zfgwQ==} + hasBin: true + peerDependencies: + typescript: '>=5.0.0' + w3c-xmlserializer@5.0.0: resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==} engines: {node: '>=18'} - wagmi@2.12.5: - resolution: {integrity: sha512-+fpSUsVKyGOumguQirtpyMb7dmDP4/ZdwrTqrBc+WZVTwR9S8WdFPParw/BKXVZjF9euJxu1zKsWQSLBeCROfQ==} + wagmi@2.12.7: + resolution: {integrity: sha512-E7f+2fd+rZPJ3ggBZmVj064gYuCi/Z32x9WMfSDvj5jmGHDkAmTfSi9isKkjJrTf0I+sNxd3PCWku7pndFYsIw==} peerDependencies: '@tanstack/react-query': '>=5.0.0' react: '>=18' @@ -8986,8 +9113,8 @@ packages: resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} engines: {node: '>=10.13.0'} - webpack@5.93.0: - resolution: {integrity: sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==} + webpack@5.94.0: + resolution: {integrity: sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -9272,7 +9399,7 @@ snapshots: '@babel/core': 7.25.2 '@babel/generator': 7.25.0 '@babel/parser': 7.25.3 - '@babel/runtime': 7.24.7 + '@babel/runtime': 7.25.4 '@babel/traverse': 7.25.3 '@babel/types': 7.25.2 babel-preset-fbjs: 3.4.0(@babel/core@7.25.2) @@ -9314,6 +9441,8 @@ snapshots: '@babel/compat-data@7.25.2': {} + '@babel/compat-data@7.25.4': {} + '@babel/core@7.25.2': dependencies: '@ampproject/remapping': 2.3.0 @@ -9355,6 +9484,13 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 + '@babel/generator@7.25.5': + dependencies: + '@babel/types': 7.25.4 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + jsesc: 2.5.2 + '@babel/helper-annotate-as-pure@7.24.7': dependencies: '@babel/types': 7.24.7 @@ -9400,6 +9536,19 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-create-class-features-plugin@7.25.4(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-annotate-as-pure': 7.24.7 + '@babel/helper-member-expression-to-functions': 7.24.8 + '@babel/helper-optimise-call-expression': 7.24.7 + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) + '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 + '@babel/traverse': 7.25.4 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/helper-create-regexp-features-plugin@7.25.2(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -9600,6 +9749,10 @@ snapshots: dependencies: '@babel/types': 7.25.2 + '@babel/parser@7.25.4': + dependencies: + '@babel/types': 7.25.4 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.3(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -9835,6 +9988,16 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-async-generator-functions@7.25.4(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-remap-async-to-generator': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.2) + '@babel/traverse': 7.25.4 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-async-to-generator@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -9872,6 +10035,14 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-class-properties@7.25.4(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.24.8 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-class-static-block@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -9905,6 +10076,18 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-classes@7.25.4(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-annotate-as-pure': 7.24.7 + '@babel/helper-compilation-targets': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) + '@babel/traverse': 7.25.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-computed-properties@7.24.1(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -10160,6 +10343,14 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-private-methods@7.25.4(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.24.8 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-private-property-in-object@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -10225,7 +10416,7 @@ snapshots: '@babel/helper-module-imports': 7.24.7 '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 transitivePeerDependencies: - supports-color @@ -10258,6 +10449,18 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-runtime@7.25.4(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-module-imports': 7.24.7 + '@babel/helper-plugin-utils': 7.24.8 + babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.25.2) + babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.25.2) + babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.25.2) + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-shorthand-properties@7.24.1(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -10336,6 +10539,12 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-unicode-sets-regex@7.25.4(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.24.8 + '@babel/preset-env@7.25.3(@babel/core@7.25.2)': dependencies: '@babel/compat-data': 7.25.2 @@ -10425,43 +10634,132 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/preset-flow@7.24.7(@babel/core@7.25.2)': - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-validator-option': 7.24.8 - '@babel/plugin-transform-flow-strip-types': 7.25.2(@babel/core@7.25.2) - - '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.25.2)': - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/types': 7.25.2 - esutils: 2.0.3 - - '@babel/preset-react@7.24.7(@babel/core@7.25.2)': - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/helper-validator-option': 7.24.7 - '@babel/plugin-transform-react-display-name': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-react-jsx-development': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-react-pure-annotations': 7.24.7(@babel/core@7.25.2) - transitivePeerDependencies: - - supports-color - - '@babel/preset-typescript@7.24.7(@babel/core@7.25.2)': + '@babel/preset-env@7.25.4(@babel/core@7.25.2)': dependencies: + '@babel/compat-data': 7.25.4 '@babel/core': 7.25.2 + '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-validator-option': 7.24.8 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.25.3(@babel/core@7.25.2) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.2) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.2) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.25.2) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.2) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-syntax-import-attributes': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.2) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.2) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.2) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.2) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.25.2) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.25.2) + '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-async-generator-functions': 7.25.4(@babel/core@7.25.2) + '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-block-scoped-functions': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-block-scoping': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-transform-class-properties': 7.25.4(@babel/core@7.25.2) + '@babel/plugin-transform-class-static-block': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-classes': 7.25.4(@babel/core@7.25.2) + '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-destructuring': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-dotall-regex': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-duplicate-keys': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-transform-dynamic-import': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-exponentiation-operator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-for-of': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-function-name': 7.25.1(@babel/core@7.25.2) + '@babel/plugin-transform-json-strings': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-literals': 7.25.2(@babel/core@7.25.2) + '@babel/plugin-transform-logical-assignment-operators': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-member-expression-literals': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-modules-amd': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.25.2) - '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2) - transitivePeerDependencies: - - supports-color - + '@babel/plugin-transform-modules-systemjs': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-transform-modules-umd': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-named-capturing-groups-regex': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-new-target': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-numeric-separator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-object-super': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-optional-catch-binding': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-private-methods': 7.25.4(@babel/core@7.25.2) + '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-property-literals': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-regenerator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-reserved-words': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-shorthand-properties': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-spread': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-sticky-regex': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-template-literals': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-typeof-symbol': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-unicode-escapes': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-unicode-property-regex': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-unicode-regex': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-unicode-sets-regex': 7.25.4(@babel/core@7.25.2) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.25.2) + babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.25.2) + babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.25.2) + babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.25.2) + core-js-compat: 3.38.1 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + '@babel/preset-flow@7.24.7(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-validator-option': 7.24.8 + '@babel/plugin-transform-flow-strip-types': 7.25.2(@babel/core@7.25.2) + + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/types': 7.25.2 + esutils: 2.0.3 + + '@babel/preset-react@7.24.7(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.7 + '@babel/helper-validator-option': 7.24.7 + '@babel/plugin-transform-react-display-name': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-react-jsx-development': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-react-pure-annotations': 7.24.7(@babel/core@7.25.2) + transitivePeerDependencies: + - supports-color + + '@babel/preset-typescript@7.24.7(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-validator-option': 7.24.8 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2) + transitivePeerDependencies: + - supports-color + '@babel/register@7.24.6(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -10493,6 +10791,10 @@ snapshots: dependencies: regenerator-runtime: 0.14.1 + '@babel/runtime@7.25.4': + dependencies: + regenerator-runtime: 0.14.1 + '@babel/template@7.23.9': dependencies: '@babel/code-frame': 7.23.5 @@ -10562,6 +10864,18 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/traverse@7.25.4': + dependencies: + '@babel/code-frame': 7.24.7 + '@babel/generator': 7.25.5 + '@babel/parser': 7.25.4 + '@babel/template': 7.25.0 + '@babel/types': 7.25.4 + debug: 4.3.6 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + '@babel/types@7.23.9': dependencies: '@babel/helper-string-parser': 7.23.4 @@ -10586,6 +10900,12 @@ snapshots: '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 + '@babel/types@7.25.4': + dependencies: + '@babel/helper-string-parser': 7.24.8 + '@babel/helper-validator-identifier': 7.24.7 + to-fast-properties: 2.0.0 + '@coinbase/wallet-sdk@3.9.3': dependencies: bn.js: 5.2.1 @@ -10616,15 +10936,15 @@ snapshots: '@emnapi/core@1.2.0': dependencies: '@emnapi/wasi-threads': 1.0.1 - tslib: 2.6.3 + tslib: 2.7.0 '@emnapi/runtime@1.2.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@emnapi/wasi-threads@1.0.1': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@emotion/babel-plugin@11.12.0': dependencies: @@ -10642,14 +10962,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@emotion/cache@11.13.0': - dependencies: - '@emotion/memoize': 0.9.0 - '@emotion/sheet': 1.4.0 - '@emotion/utils': 1.4.0 - '@emotion/weak-memoize': 0.4.0 - stylis: 4.2.0 - '@emotion/cache@11.13.1': dependencies: '@emotion/memoize': 0.9.0 @@ -10666,19 +10978,19 @@ snapshots: '@emotion/memoize@0.9.0': {} - '@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1)': + '@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.4 '@emotion/babel-plugin': 11.12.0 - '@emotion/cache': 11.13.0 - '@emotion/serialize': 1.3.0 + '@emotion/cache': 11.13.1 + '@emotion/serialize': 1.3.1 '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@18.3.1) '@emotion/utils': 1.4.0 '@emotion/weak-memoize': 0.4.0 hoist-non-react-statics: 3.3.2 react: 18.3.1 optionalDependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.4 transitivePeerDependencies: - supports-color @@ -10690,23 +11002,33 @@ snapshots: '@emotion/utils': 1.4.0 csstype: 3.1.3 + '@emotion/serialize@1.3.1': + dependencies: + '@emotion/hash': 0.9.2 + '@emotion/memoize': 0.9.0 + '@emotion/unitless': 0.10.0 + '@emotion/utils': 1.4.0 + csstype: 3.1.3 + '@emotion/sheet@1.4.0': {} - '@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)': + '@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1)': dependencies: '@babel/runtime': 7.24.8 '@emotion/babel-plugin': 11.12.0 '@emotion/is-prop-valid': 1.3.0 - '@emotion/react': 11.13.0(@types/react@18.3.3)(react@18.3.1) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) '@emotion/serialize': 1.3.0 '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@18.3.1) '@emotion/utils': 1.4.0 react: 18.3.1 optionalDependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.4 transitivePeerDependencies: - supports-color + '@emotion/unitless@0.10.0': {} + '@emotion/unitless@0.9.0': {} '@emotion/use-insertion-effect-with-fallbacks@1.1.0(react@18.3.1)': @@ -10908,54 +11230,54 @@ snapshots: '@formatjs/ecma402-abstract@1.18.2': dependencies: '@formatjs/intl-localematcher': 0.5.4 - tslib: 2.6.3 + tslib: 2.7.0 '@formatjs/ecma402-abstract@2.0.0': dependencies: '@formatjs/intl-localematcher': 0.5.4 - tslib: 2.6.3 + tslib: 2.7.0 '@formatjs/fast-memoize@2.2.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@formatjs/icu-messageformat-parser@2.7.6': dependencies: '@formatjs/ecma402-abstract': 1.18.2 '@formatjs/icu-skeleton-parser': 1.8.0 - tslib: 2.6.3 + tslib: 2.7.0 '@formatjs/icu-messageformat-parser@2.7.8': dependencies: '@formatjs/ecma402-abstract': 2.0.0 '@formatjs/icu-skeleton-parser': 1.8.2 - tslib: 2.6.3 + tslib: 2.7.0 '@formatjs/icu-skeleton-parser@1.8.0': dependencies: '@formatjs/ecma402-abstract': 1.18.2 - tslib: 2.6.3 + tslib: 2.7.0 '@formatjs/icu-skeleton-parser@1.8.2': dependencies: '@formatjs/ecma402-abstract': 2.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@formatjs/intl-displaynames@6.6.8': dependencies: '@formatjs/ecma402-abstract': 2.0.0 '@formatjs/intl-localematcher': 0.5.4 - tslib: 2.6.3 + tslib: 2.7.0 '@formatjs/intl-listformat@7.5.7': dependencies: '@formatjs/ecma402-abstract': 2.0.0 '@formatjs/intl-localematcher': 0.5.4 - tslib: 2.6.3 + tslib: 2.7.0 '@formatjs/intl-localematcher@0.5.4': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@formatjs/intl@2.10.4(typescript@5.5.4)': dependencies: @@ -10965,7 +11287,7 @@ snapshots: '@formatjs/intl-displaynames': 6.6.8 '@formatjs/intl-listformat': 7.5.7 intl-messageformat: 10.5.14 - tslib: 2.6.3 + tslib: 2.7.0 optionalDependencies: typescript: 5.5.4 @@ -10976,7 +11298,7 @@ snapshots: '@types/node': 17.0.45 chalk: 4.1.2 json-stable-stringify: 1.1.1 - tslib: 2.6.3 + tslib: 2.7.0 typescript: 5.5.4 '@formatjs/ts-transformer@3.13.14': @@ -10986,7 +11308,7 @@ snapshots: '@types/node': 17.0.45 chalk: 4.1.2 json-stable-stringify: 1.1.1 - tslib: 2.6.3 + tslib: 2.7.0 typescript: 5.5.4 '@graphql-codegen/add@3.2.3(graphql@16.9.0)': @@ -11001,7 +11323,7 @@ snapshots: graphql: 16.9.0 tslib: 2.6.3 - '@graphql-codegen/cli@5.0.2(@parcel/watcher@2.4.1)(@types/node@20.14.11)(bufferutil@4.0.8)(enquirer@2.4.1)(graphql@16.9.0)(typescript@5.5.4)(utf-8-validate@5.0.10)': + '@graphql-codegen/cli@5.0.2(@parcel/watcher@2.4.1)(@types/node@20.14.11)(bufferutil@4.0.8)(enquirer@2.4.1)(graphql@16.9.0)(typescript@5.5.4)(utf-8-validate@6.0.4)': dependencies: '@babel/generator': 7.23.6 '@babel/template': 7.23.9 @@ -11016,8 +11338,8 @@ snapshots: '@graphql-tools/graphql-file-loader': 8.0.0(graphql@16.9.0) '@graphql-tools/json-file-loader': 8.0.0(graphql@16.9.0) '@graphql-tools/load': 8.0.1(graphql@16.9.0) - '@graphql-tools/prisma-loader': 8.0.2(@types/node@20.14.11)(bufferutil@4.0.8)(graphql@16.9.0)(utf-8-validate@5.0.10) - '@graphql-tools/url-loader': 8.0.1(@types/node@20.14.11)(bufferutil@4.0.8)(graphql@16.9.0)(utf-8-validate@5.0.10) + '@graphql-tools/prisma-loader': 8.0.2(@types/node@20.14.11)(bufferutil@4.0.8)(graphql@16.9.0)(utf-8-validate@6.0.4) + '@graphql-tools/url-loader': 8.0.1(@types/node@20.14.11)(bufferutil@4.0.8)(graphql@16.9.0)(utf-8-validate@6.0.4) '@graphql-tools/utils': 10.0.13(graphql@16.9.0) '@whatwg-node/fetch': 0.8.8 chalk: 4.1.2 @@ -11025,7 +11347,7 @@ snapshots: debounce: 1.2.1 detect-indent: 6.1.0 graphql: 16.9.0 - graphql-config: 5.0.3(@types/node@20.14.11)(bufferutil@4.0.8)(graphql@16.9.0)(typescript@5.5.4)(utf-8-validate@5.0.10) + graphql-config: 5.0.3(@types/node@20.14.11)(bufferutil@4.0.8)(graphql@16.9.0)(typescript@5.5.4)(utf-8-validate@6.0.4) inquirer: 8.2.6 is-glob: 4.0.3 jiti: 1.21.0 @@ -11036,7 +11358,7 @@ snapshots: shell-quote: 1.8.1 string-env-interpolation: 1.0.1 ts-log: 2.2.5 - tslib: 2.6.3 + tslib: 2.7.0 yaml: 2.3.4 yargs: 17.7.2 optionalDependencies: @@ -11256,7 +11578,7 @@ snapshots: '@graphql-tools/utils': 10.0.13(graphql@16.9.0) '@whatwg-node/fetch': 0.9.16 graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - encoding @@ -11265,7 +11587,7 @@ snapshots: '@graphql-tools/utils': 10.0.13(graphql@16.9.0) dataloader: 2.2.2 graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 value-or-promise: 1.0.12 '@graphql-tools/code-file-loader@8.1.0(graphql@16.9.0)': @@ -11274,7 +11596,7 @@ snapshots: '@graphql-tools/utils': 10.0.13(graphql@16.9.0) globby: 11.1.0 graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 unixify: 1.0.0 transitivePeerDependencies: - supports-color @@ -11287,23 +11609,23 @@ snapshots: '@graphql-tools/utils': 10.0.13(graphql@16.9.0) dataloader: 2.2.2 graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 '@graphql-tools/documents@1.0.0(graphql@16.9.0)': dependencies: graphql: 16.9.0 lodash.sortby: 4.7.0 - tslib: 2.6.3 + tslib: 2.7.0 - '@graphql-tools/executor-graphql-ws@1.1.0(bufferutil@4.0.8)(graphql@16.9.0)(utf-8-validate@5.0.10)': + '@graphql-tools/executor-graphql-ws@1.1.0(bufferutil@4.0.8)(graphql@16.9.0)(utf-8-validate@6.0.4)': dependencies: '@graphql-tools/utils': 10.0.13(graphql@16.9.0) '@types/ws': 8.5.10 graphql: 16.9.0 graphql-ws: 5.14.3(graphql@16.9.0) - isomorphic-ws: 5.0.0(ws@8.16.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - tslib: 2.6.3 - ws: 8.16.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) + isomorphic-ws: 5.0.0(ws@8.16.0(bufferutil@4.0.8)(utf-8-validate@6.0.4)) + tslib: 2.7.0 + ws: 8.16.0(bufferutil@4.0.8)(utf-8-validate@6.0.4) transitivePeerDependencies: - bufferutil - utf-8-validate @@ -11316,19 +11638,19 @@ snapshots: extract-files: 11.0.0 graphql: 16.9.0 meros: 1.3.0(@types/node@20.14.11) - tslib: 2.6.3 + tslib: 2.7.0 value-or-promise: 1.0.12 transitivePeerDependencies: - '@types/node' - '@graphql-tools/executor-legacy-ws@1.0.5(bufferutil@4.0.8)(graphql@16.9.0)(utf-8-validate@5.0.10)': + '@graphql-tools/executor-legacy-ws@1.0.5(bufferutil@4.0.8)(graphql@16.9.0)(utf-8-validate@6.0.4)': dependencies: '@graphql-tools/utils': 10.0.13(graphql@16.9.0) '@types/ws': 8.5.10 graphql: 16.9.0 - isomorphic-ws: 5.0.0(ws@8.16.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - tslib: 2.6.3 - ws: 8.16.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) + isomorphic-ws: 5.0.0(ws@8.16.0(bufferutil@4.0.8)(utf-8-validate@6.0.4)) + tslib: 2.7.0 + ws: 8.16.0(bufferutil@4.0.8)(utf-8-validate@6.0.4) transitivePeerDependencies: - bufferutil - utf-8-validate @@ -11339,7 +11661,7 @@ snapshots: '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) '@repeaterjs/repeater': 3.0.5 graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 value-or-promise: 1.0.12 '@graphql-tools/git-loader@8.0.4(graphql@16.9.0)': @@ -11349,7 +11671,7 @@ snapshots: graphql: 16.9.0 is-glob: 4.0.3 micromatch: 4.0.5 - tslib: 2.6.3 + tslib: 2.7.0 unixify: 1.0.0 transitivePeerDependencies: - supports-color @@ -11362,7 +11684,7 @@ snapshots: '@graphql-tools/utils': 10.0.13(graphql@16.9.0) '@whatwg-node/fetch': 0.9.16 graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 value-or-promise: 1.0.12 transitivePeerDependencies: - '@types/node' @@ -11375,7 +11697,7 @@ snapshots: '@graphql-tools/utils': 10.0.13(graphql@16.9.0) globby: 11.1.0 graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 unixify: 1.0.0 '@graphql-tools/graphql-tag-pluck@8.2.0(graphql@16.9.0)': @@ -11387,7 +11709,7 @@ snapshots: '@babel/types': 7.23.9 '@graphql-tools/utils': 10.0.13(graphql@16.9.0) graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - supports-color @@ -11396,14 +11718,14 @@ snapshots: '@graphql-tools/utils': 10.0.13(graphql@16.9.0) graphql: 16.9.0 resolve-from: 5.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@graphql-tools/json-file-loader@8.0.0(graphql@16.9.0)': dependencies: '@graphql-tools/utils': 10.0.13(graphql@16.9.0) globby: 11.1.0 graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 unixify: 1.0.0 '@graphql-tools/load@8.0.1(graphql@16.9.0)': @@ -11412,27 +11734,27 @@ snapshots: '@graphql-tools/utils': 10.0.13(graphql@16.9.0) graphql: 16.9.0 p-limit: 3.1.0 - tslib: 2.6.3 + tslib: 2.7.0 '@graphql-tools/merge@9.0.1(graphql@16.9.0)': dependencies: '@graphql-tools/utils': 10.0.13(graphql@16.9.0) graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 '@graphql-tools/optimize@1.4.0(graphql@16.9.0)': dependencies: graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 '@graphql-tools/optimize@2.0.0(graphql@16.9.0)': dependencies: graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 - '@graphql-tools/prisma-loader@8.0.2(@types/node@20.14.11)(bufferutil@4.0.8)(graphql@16.9.0)(utf-8-validate@5.0.10)': + '@graphql-tools/prisma-loader@8.0.2(@types/node@20.14.11)(bufferutil@4.0.8)(graphql@16.9.0)(utf-8-validate@6.0.4)': dependencies: - '@graphql-tools/url-loader': 8.0.1(@types/node@20.14.11)(bufferutil@4.0.8)(graphql@16.9.0)(utf-8-validate@5.0.10) + '@graphql-tools/url-loader': 8.0.1(@types/node@20.14.11)(bufferutil@4.0.8)(graphql@16.9.0)(utf-8-validate@6.0.4) '@graphql-tools/utils': 10.0.13(graphql@16.9.0) '@types/js-yaml': 4.0.9 '@types/json-stable-stringify': 1.0.36 @@ -11449,7 +11771,7 @@ snapshots: json-stable-stringify: 1.1.1 lodash: 4.17.21 scuid: 1.1.0 - tslib: 2.6.3 + tslib: 2.7.0 yaml-ast-parser: 0.0.43 transitivePeerDependencies: - '@types/node' @@ -11463,7 +11785,7 @@ snapshots: '@ardatan/relay-compiler': 12.0.0(graphql@16.9.0) '@graphql-tools/utils': 9.2.1(graphql@16.9.0) graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - encoding - supports-color @@ -11473,7 +11795,7 @@ snapshots: '@ardatan/relay-compiler': 12.0.0(graphql@16.9.0) '@graphql-tools/utils': 10.0.13(graphql@16.9.0) graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - encoding - supports-color @@ -11483,7 +11805,7 @@ snapshots: '@ardatan/relay-compiler': 12.0.0(graphql@16.9.0) '@graphql-tools/utils': 10.3.1(graphql@16.9.0) graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - encoding - supports-color @@ -11493,25 +11815,25 @@ snapshots: '@graphql-tools/merge': 9.0.1(graphql@16.9.0) '@graphql-tools/utils': 10.0.13(graphql@16.9.0) graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 value-or-promise: 1.0.12 - '@graphql-tools/url-loader@8.0.1(@types/node@20.14.11)(bufferutil@4.0.8)(graphql@16.9.0)(utf-8-validate@5.0.10)': + '@graphql-tools/url-loader@8.0.1(@types/node@20.14.11)(bufferutil@4.0.8)(graphql@16.9.0)(utf-8-validate@6.0.4)': dependencies: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/delegate': 10.0.3(graphql@16.9.0) - '@graphql-tools/executor-graphql-ws': 1.1.0(bufferutil@4.0.8)(graphql@16.9.0)(utf-8-validate@5.0.10) + '@graphql-tools/executor-graphql-ws': 1.1.0(bufferutil@4.0.8)(graphql@16.9.0)(utf-8-validate@6.0.4) '@graphql-tools/executor-http': 1.0.7(@types/node@20.14.11)(graphql@16.9.0) - '@graphql-tools/executor-legacy-ws': 1.0.5(bufferutil@4.0.8)(graphql@16.9.0)(utf-8-validate@5.0.10) + '@graphql-tools/executor-legacy-ws': 1.0.5(bufferutil@4.0.8)(graphql@16.9.0)(utf-8-validate@6.0.4) '@graphql-tools/utils': 10.0.13(graphql@16.9.0) '@graphql-tools/wrap': 10.0.1(graphql@16.9.0) '@types/ws': 8.5.10 '@whatwg-node/fetch': 0.9.16 graphql: 16.9.0 - isomorphic-ws: 5.0.0(ws@8.16.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - tslib: 2.6.3 + isomorphic-ws: 5.0.0(ws@8.16.0(bufferutil@4.0.8)(utf-8-validate@6.0.4)) + tslib: 2.7.0 value-or-promise: 1.0.12 - ws: 8.16.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ws: 8.16.0(bufferutil@4.0.8)(utf-8-validate@6.0.4) transitivePeerDependencies: - '@types/node' - bufferutil @@ -11524,7 +11846,7 @@ snapshots: cross-inspect: 1.0.0 dset: 3.1.3 graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 '@graphql-tools/utils@10.3.1(graphql@16.9.0)': dependencies: @@ -11532,18 +11854,18 @@ snapshots: cross-inspect: 1.0.0 dset: 3.1.3 graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 '@graphql-tools/utils@8.13.1(graphql@16.9.0)': dependencies: graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 '@graphql-tools/utils@9.2.1(graphql@16.9.0)': dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 '@graphql-tools/wrap@10.0.1(graphql@16.9.0)': dependencies: @@ -11551,7 +11873,7 @@ snapshots: '@graphql-tools/schema': 10.0.2(graphql@16.9.0) '@graphql-tools/utils': 10.0.13(graphql@16.9.0) graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 value-or-promise: 1.0.12 '@graphql-typed-document-node/core@3.2.0(graphql@16.9.0)': @@ -11743,41 +12065,41 @@ snapshots: '@metamask/safe-event-emitter@3.1.1': {} - '@metamask/sdk-communication-layer@0.27.0(cross-fetch@4.0.0)(eciesjs@0.3.19)(eventemitter2@6.4.9)(readable-stream@3.6.2)(socket.io-client@4.7.5(bufferutil@4.0.8)(utf-8-validate@5.0.10))': + '@metamask/sdk-communication-layer@0.27.0(cross-fetch@4.0.0)(eciesjs@0.3.20)(eventemitter2@6.4.9)(readable-stream@3.6.2)(socket.io-client@4.7.5(bufferutil@4.0.8)(utf-8-validate@6.0.4))': dependencies: bufferutil: 4.0.8 cross-fetch: 4.0.0 date-fns: 2.30.0 debug: 4.3.6 - eciesjs: 0.3.19 + eciesjs: 0.3.20 eventemitter2: 6.4.9 readable-stream: 3.6.2 - socket.io-client: 4.7.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) + socket.io-client: 4.7.5(bufferutil@4.0.8)(utf-8-validate@6.0.4) utf-8-validate: 5.0.10 uuid: 8.3.2 transitivePeerDependencies: - supports-color - '@metamask/sdk-install-modal-web@0.26.5(i18next@23.11.5)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))(react@18.3.1)': + '@metamask/sdk-install-modal-web@0.26.5(i18next@23.11.5)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))(@types/react@18.3.4)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@6.0.4))(react@18.3.1)': dependencies: i18next: 23.11.5 qr-code-styling: 1.6.0-rc.1 optionalDependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - react-native: 0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10) + react-native: 0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))(@types/react@18.3.4)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@6.0.4) - '@metamask/sdk@0.27.0(bufferutil@4.0.8)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))(react@18.3.1)(rollup@4.21.0)(utf-8-validate@5.0.10)': + '@metamask/sdk@0.27.0(bufferutil@4.0.8)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))(@types/react@18.3.4)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@6.0.4))(react@18.3.1)(rollup@4.21.1)(utf-8-validate@6.0.4)': dependencies: '@metamask/onboarding': 1.0.1 '@metamask/providers': 16.1.0 - '@metamask/sdk-communication-layer': 0.27.0(cross-fetch@4.0.0)(eciesjs@0.3.19)(eventemitter2@6.4.9)(readable-stream@3.6.2)(socket.io-client@4.7.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@metamask/sdk-install-modal-web': 0.26.5(i18next@23.11.5)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))(react@18.3.1) + '@metamask/sdk-communication-layer': 0.27.0(cross-fetch@4.0.0)(eciesjs@0.3.20)(eventemitter2@6.4.9)(readable-stream@3.6.2)(socket.io-client@4.7.5(bufferutil@4.0.8)(utf-8-validate@6.0.4)) + '@metamask/sdk-install-modal-web': 0.26.5(i18next@23.11.5)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))(@types/react@18.3.4)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@6.0.4))(react@18.3.1) '@types/dom-screen-wake-lock': 1.0.3 bowser: 2.11.0 cross-fetch: 4.0.0 debug: 4.3.6 - eciesjs: 0.3.19 + eciesjs: 0.3.20 eth-rpc-errors: 4.0.3 eventemitter2: 6.4.9 i18next: 23.11.5 @@ -11785,10 +12107,10 @@ snapshots: obj-multiplex: 1.0.0 pump: 3.0.0 qrcode-terminal-nooctal: 0.12.1 - react-native-webview: 11.26.1(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))(react@18.3.1) + react-native-webview: 11.26.1(react-native@0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))(@types/react@18.3.4)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@6.0.4))(react@18.3.1) readable-stream: 3.6.2 - rollup-plugin-visualizer: 5.12.0(rollup@4.21.0) - socket.io-client: 4.7.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) + rollup-plugin-visualizer: 5.12.0(rollup@4.21.1) + socket.io-client: 4.7.5(bufferutil@4.0.8)(utf-8-validate@6.0.4) util: 0.12.5 uuid: 8.3.2 optionalDependencies: @@ -11881,47 +12203,47 @@ snapshots: dependencies: '@module-federation/sdk': 0.2.7 - '@module-federation/dts-plugin@0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)(vue-tsc@2.0.29(typescript@5.5.4))': + '@module-federation/dts-plugin@0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)(vue-tsc@2.1.0(typescript@5.5.4))': dependencies: '@module-federation/managers': 0.2.7 '@module-federation/sdk': 0.2.7 '@module-federation/third-party-dts-extractor': 0.2.7 adm-zip: 0.5.14 ansi-colors: 4.1.3 - axios: 1.7.4 + axios: 1.7.5 chalk: 3.0.0 fs-extra: 9.1.0 - isomorphic-ws: 5.0.0(ws@8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + isomorphic-ws: 5.0.0(ws@8.17.1(bufferutil@4.0.8)(utf-8-validate@6.0.4)) koa: 2.11.0 lodash.clonedeepwith: 4.5.0 log4js: 6.9.1 node-schedule: 2.1.1 rambda: 9.2.1 typescript: 5.5.4 - ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@6.0.4) optionalDependencies: - vue-tsc: 2.0.29(typescript@5.5.4) + vue-tsc: 2.1.0(typescript@5.5.4) transitivePeerDependencies: - bufferutil - debug - supports-color - utf-8-validate - '@module-federation/enhanced@0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)(vue-tsc@2.0.29(typescript@5.5.4))(webpack@5.93.0(@swc/core@1.7.12(@swc/helpers@0.5.12)))': + '@module-federation/enhanced@0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)(vue-tsc@2.1.0(typescript@5.5.4))(webpack@5.94.0(@swc/core@1.7.21(@swc/helpers@0.5.12)))': dependencies: '@module-federation/bridge-react-webpack-plugin': 0.2.7 - '@module-federation/dts-plugin': 0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)(vue-tsc@2.0.29(typescript@5.5.4)) + '@module-federation/dts-plugin': 0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)(vue-tsc@2.1.0(typescript@5.5.4)) '@module-federation/managers': 0.2.7 - '@module-federation/manifest': 0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)(vue-tsc@2.0.29(typescript@5.5.4)) - '@module-federation/rspack': 0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)(vue-tsc@2.0.29(typescript@5.5.4)) + '@module-federation/manifest': 0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)(vue-tsc@2.1.0(typescript@5.5.4)) + '@module-federation/rspack': 0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)(vue-tsc@2.1.0(typescript@5.5.4)) '@module-federation/runtime-tools': 0.2.7 '@module-federation/sdk': 0.2.7 btoa: 1.2.1 upath: 2.0.1 optionalDependencies: typescript: 5.5.4 - vue-tsc: 2.0.29(typescript@5.5.4) - webpack: 5.93.0(@swc/core@1.7.12(@swc/helpers@0.5.12)) + vue-tsc: 2.1.0(typescript@5.5.4) + webpack: 5.94.0(@swc/core@1.7.21(@swc/helpers@0.5.12)) transitivePeerDependencies: - bufferutil - debug @@ -11934,9 +12256,9 @@ snapshots: find-pkg: 2.0.0 fs-extra: 9.1.0 - '@module-federation/manifest@0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)(vue-tsc@2.0.29(typescript@5.5.4))': + '@module-federation/manifest@0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)(vue-tsc@2.1.0(typescript@5.5.4))': dependencies: - '@module-federation/dts-plugin': 0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)(vue-tsc@2.0.29(typescript@5.5.4)) + '@module-federation/dts-plugin': 0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)(vue-tsc@2.1.0(typescript@5.5.4)) '@module-federation/managers': 0.2.7 '@module-federation/sdk': 0.2.7 chalk: 3.0.0 @@ -11949,17 +12271,17 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/rspack@0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)(vue-tsc@2.0.29(typescript@5.5.4))': + '@module-federation/rspack@0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)(vue-tsc@2.1.0(typescript@5.5.4))': dependencies: '@module-federation/bridge-react-webpack-plugin': 0.2.7 - '@module-federation/dts-plugin': 0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)(vue-tsc@2.0.29(typescript@5.5.4)) + '@module-federation/dts-plugin': 0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)(vue-tsc@2.1.0(typescript@5.5.4)) '@module-federation/managers': 0.2.7 - '@module-federation/manifest': 0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)(vue-tsc@2.0.29(typescript@5.5.4)) + '@module-federation/manifest': 0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)(vue-tsc@2.1.0(typescript@5.5.4)) '@module-federation/runtime-tools': 0.2.7 '@module-federation/sdk': 0.2.7 optionalDependencies: typescript: 5.5.4 - vue-tsc: 2.0.29(typescript@5.5.4) + vue-tsc: 2.1.0(typescript@5.5.4) transitivePeerDependencies: - bufferutil - debug @@ -12004,7 +12326,7 @@ snapshots: '@motionone/easing': 10.18.0 '@motionone/types': 10.17.1 '@motionone/utils': 10.18.0 - tslib: 2.6.3 + tslib: 2.7.0 '@motionone/dom@10.18.0': dependencies: @@ -12013,23 +12335,23 @@ snapshots: '@motionone/types': 10.17.1 '@motionone/utils': 10.18.0 hey-listen: 1.0.8 - tslib: 2.6.3 + tslib: 2.7.0 '@motionone/easing@10.18.0': dependencies: '@motionone/utils': 10.18.0 - tslib: 2.6.3 + tslib: 2.7.0 '@motionone/generators@10.18.0': dependencies: '@motionone/types': 10.17.1 '@motionone/utils': 10.18.0 - tslib: 2.6.3 + tslib: 2.7.0 '@motionone/svelte@10.16.4': dependencies: '@motionone/dom': 10.18.0 - tslib: 2.6.3 + tslib: 2.7.0 '@motionone/types@10.17.1': {} @@ -12037,22 +12359,22 @@ snapshots: dependencies: '@motionone/types': 10.17.1 hey-listen: 1.0.8 - tslib: 2.6.3 + tslib: 2.7.0 '@motionone/vue@10.16.4': dependencies: '@motionone/dom': 10.18.0 - tslib: 2.6.3 + tslib: 2.7.0 '@mui/core-downloads-tracker@5.16.7': {} - '@mui/material@5.16.7(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/material@5.16.7(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.25.0 '@mui/core-downloads-tracker': 5.16.7 - '@mui/system': 5.16.7(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) - '@mui/types': 7.2.15(@types/react@18.3.3) - '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1) + '@mui/system': 5.16.7(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + '@mui/types': 7.2.15(@types/react@18.3.4) + '@mui/utils': 5.16.6(@types/react@18.3.4)(react@18.3.1) '@popperjs/core': 2.11.8 '@types/react-transition-group': 4.4.11 clsx: 2.1.1 @@ -12063,20 +12385,20 @@ snapshots: react-is: 18.3.1 react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) optionalDependencies: - '@emotion/react': 11.13.0(@types/react@18.3.3)(react@18.3.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) - '@types/react': 18.3.3 + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + '@types/react': 18.3.4 - '@mui/private-theming@5.16.6(@types/react@18.3.3)(react@18.3.1)': + '@mui/private-theming@5.16.6(@types/react@18.3.4)(react@18.3.1)': dependencies: '@babel/runtime': 7.25.0 - '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1) + '@mui/utils': 5.16.6(@types/react@18.3.4)(react@18.3.1) prop-types: 15.8.1 react: 18.3.1 optionalDependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.4 - '@mui/styled-engine@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)': + '@mui/styled-engine@5.16.6(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.25.0 '@emotion/cache': 11.13.1 @@ -12084,40 +12406,40 @@ snapshots: prop-types: 15.8.1 react: 18.3.1 optionalDependencies: - '@emotion/react': 11.13.0(@types/react@18.3.3)(react@18.3.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) - '@mui/system@5.16.7(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)': + '@mui/system@5.16.7(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1)': dependencies: '@babel/runtime': 7.25.0 - '@mui/private-theming': 5.16.6(@types/react@18.3.3)(react@18.3.1) - '@mui/styled-engine': 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) - '@mui/types': 7.2.15(@types/react@18.3.3) - '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1) + '@mui/private-theming': 5.16.6(@types/react@18.3.4)(react@18.3.1) + '@mui/styled-engine': 5.16.6(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(react@18.3.1) + '@mui/types': 7.2.15(@types/react@18.3.4) + '@mui/utils': 5.16.6(@types/react@18.3.4)(react@18.3.1) clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 react: 18.3.1 optionalDependencies: - '@emotion/react': 11.13.0(@types/react@18.3.3)(react@18.3.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) - '@types/react': 18.3.3 + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + '@types/react': 18.3.4 - '@mui/types@7.2.15(@types/react@18.3.3)': + '@mui/types@7.2.15(@types/react@18.3.4)': optionalDependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.4 - '@mui/utils@5.16.6(@types/react@18.3.3)(react@18.3.1)': + '@mui/utils@5.16.6(@types/react@18.3.4)(react@18.3.1)': dependencies: '@babel/runtime': 7.25.0 - '@mui/types': 7.2.15(@types/react@18.3.3) + '@mui/types': 7.2.15(@types/react@18.3.4) '@types/prop-types': 15.7.12 clsx: 2.1.1 prop-types: 15.8.1 react: 18.3.1 react-is: 18.3.1 optionalDependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.4 '@napi-rs/wasm-runtime@0.2.4': dependencies: @@ -12147,15 +12469,15 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@nrwl/devkit@19.6.2(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))': + '@nrwl/devkit@19.6.4(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))': dependencies: - '@nx/devkit': 19.6.2(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))) + '@nx/devkit': 19.6.4(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))) transitivePeerDependencies: - nx - '@nrwl/eslint-plugin-nx@19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4)': + '@nrwl/eslint-plugin-nx@19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4)': dependencies: - '@nx/eslint-plugin': 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4) + '@nx/eslint-plugin': 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -12171,9 +12493,9 @@ snapshots: - typescript - verdaccio - '@nrwl/js@19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.4.5)': + '@nrwl/js@19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.4.5)': dependencies: - '@nx/js': 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.4.5) + '@nx/js': 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.4.5) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -12186,9 +12508,9 @@ snapshots: - typescript - verdaccio - '@nrwl/js@19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4)': + '@nrwl/js@19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4)': dependencies: - '@nx/js': 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4) + '@nx/js': 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -12201,9 +12523,9 @@ snapshots: - typescript - verdaccio - '@nrwl/react@19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(eslint@8.57.0)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4)(utf-8-validate@5.0.10)(vue-tsc@2.0.29(typescript@5.5.4))(webpack@5.93.0(@swc/core@1.7.12(@swc/helpers@0.5.12)))': + '@nrwl/react@19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(eslint@8.57.0)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4)(utf-8-validate@6.0.4)(vue-tsc@2.1.0(typescript@5.5.4))(webpack@5.94.0(@swc/core@1.7.21(@swc/helpers@0.5.12)))': dependencies: - '@nx/react': 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(eslint@8.57.0)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4)(utf-8-validate@5.0.10)(vue-tsc@2.0.29(typescript@5.5.4))(webpack@5.93.0(@swc/core@1.7.12(@swc/helpers@0.5.12))) + '@nx/react': 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(eslint@8.57.0)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4)(utf-8-validate@6.0.4)(vue-tsc@2.1.0(typescript@5.5.4))(webpack@5.94.0(@swc/core@1.7.21(@swc/helpers@0.5.12))) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -12222,18 +12544,18 @@ snapshots: - vue-tsc - webpack - '@nrwl/tao@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))': + '@nrwl/tao@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))': dependencies: - nx: 19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)) - tslib: 2.6.3 + nx: 19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)) + tslib: 2.7.0 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug - '@nrwl/vite@19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4)(vite@5.4.1(@types/node@20.14.11)(terser@5.31.6))(vitest@2.0.5(@types/node@20.14.11)(jsdom@24.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(terser@5.31.6))': + '@nrwl/vite@19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4)(vite@5.4.2(@types/node@20.14.11)(terser@5.31.6))(vitest@2.0.5(@types/node@20.14.11)(jsdom@24.1.1(bufferutil@4.0.8)(utf-8-validate@6.0.4))(terser@5.31.6))': dependencies: - '@nx/vite': 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4)(vite@5.4.1(@types/node@20.14.11)(terser@5.31.6))(vitest@2.0.5(@types/node@20.14.11)(jsdom@24.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(terser@5.31.6)) + '@nx/vite': 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4)(vite@5.4.2(@types/node@20.14.11)(terser@5.31.6))(vitest@2.0.5(@types/node@20.14.11)(jsdom@24.1.1(bufferutil@4.0.8)(utf-8-validate@6.0.4))(terser@5.31.6)) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -12248,9 +12570,9 @@ snapshots: - vite - vitest - '@nrwl/web@19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4)': + '@nrwl/web@19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4)': dependencies: - '@nx/web': 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4) + '@nx/web': 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -12263,32 +12585,32 @@ snapshots: - typescript - verdaccio - '@nrwl/workspace@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))': + '@nrwl/workspace@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))': dependencies: - '@nx/workspace': 19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)) + '@nx/workspace': 19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)) transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug - '@nx/devkit@19.6.2(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))': + '@nx/devkit@19.6.4(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))': dependencies: - '@nrwl/devkit': 19.6.2(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))) + '@nrwl/devkit': 19.6.4(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))) ejs: 3.1.9 enquirer: 2.3.6 ignore: 5.3.1 minimatch: 9.0.3 - nx: 19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)) + nx: 19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)) semver: 7.6.3 tmp: 0.2.1 - tslib: 2.6.3 + tslib: 2.7.0 yargs-parser: 21.1.1 - '@nx/eslint-plugin@19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4)': + '@nx/eslint-plugin@19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4)': dependencies: - '@nrwl/eslint-plugin-nx': 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4) - '@nx/devkit': 19.6.2(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))) - '@nx/js': 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4) + '@nrwl/eslint-plugin-nx': 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4) + '@nx/devkit': 19.6.4(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))) + '@nx/js': 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4) '@typescript-eslint/parser': 7.16.1(eslint@8.57.0)(typescript@5.5.4) '@typescript-eslint/type-utils': 7.16.1(eslint@8.57.0)(typescript@5.5.4) '@typescript-eslint/utils': 7.16.1(eslint@8.57.0)(typescript@5.5.4) @@ -12296,7 +12618,7 @@ snapshots: confusing-browser-globals: 1.0.11 jsonc-eslint-parser: 2.4.0 semver: 7.6.3 - tslib: 2.6.3 + tslib: 2.7.0 optionalDependencies: eslint-config-prettier: 9.1.0(eslint@8.57.0) transitivePeerDependencies: @@ -12312,14 +12634,14 @@ snapshots: - typescript - verdaccio - '@nx/eslint@19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(eslint@8.57.0)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))': + '@nx/eslint@19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(eslint@8.57.0)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))': dependencies: - '@nx/devkit': 19.6.2(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))) - '@nx/js': 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.4.5) - '@nx/linter': 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(eslint@8.57.0)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))) + '@nx/devkit': 19.6.4(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))) + '@nx/js': 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.4.5) + '@nx/linter': 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(eslint@8.57.0)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))) eslint: 8.57.0 semver: 7.6.3 - tslib: 2.6.3 + tslib: 2.7.0 typescript: 5.4.5 optionalDependencies: '@zkochan/js-yaml': 0.0.7 @@ -12334,7 +12656,7 @@ snapshots: - supports-color - verdaccio - '@nx/js@19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.4.5)': + '@nx/js@19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.4.5)': dependencies: '@babel/core': 7.25.2 '@babel/plugin-proposal-decorators': 7.23.9(@babel/core@7.25.2) @@ -12343,12 +12665,12 @@ snapshots: '@babel/preset-env': 7.25.3(@babel/core@7.25.2) '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) '@babel/runtime': 7.25.0 - '@nrwl/js': 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.4.5) - '@nx/devkit': 19.6.2(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))) - '@nx/workspace': 19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)) + '@nrwl/js': 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.4.5) + '@nx/devkit': 19.6.4(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))) + '@nx/workspace': 19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)) babel-plugin-const-enum: 1.2.0(@babel/core@7.25.2) babel-plugin-macros: 2.8.0 - babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.25.2)(@babel/traverse@7.25.3) + babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.25.2)(@babel/traverse@7.25.4) chalk: 4.1.2 columnify: 1.6.0 detect-port: 1.5.1 @@ -12363,9 +12685,9 @@ snapshots: ora: 5.3.0 semver: 7.6.3 source-map-support: 0.5.19 - ts-node: 10.9.1(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(typescript@5.4.5) + ts-node: 10.9.1(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(typescript@5.4.5) tsconfig-paths: 4.2.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -12377,7 +12699,7 @@ snapshots: - supports-color - typescript - '@nx/js@19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4)': + '@nx/js@19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4)': dependencies: '@babel/core': 7.25.2 '@babel/plugin-proposal-decorators': 7.23.9(@babel/core@7.25.2) @@ -12386,12 +12708,12 @@ snapshots: '@babel/preset-env': 7.25.3(@babel/core@7.25.2) '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) '@babel/runtime': 7.25.0 - '@nrwl/js': 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4) - '@nx/devkit': 19.6.2(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))) - '@nx/workspace': 19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)) + '@nrwl/js': 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4) + '@nx/devkit': 19.6.4(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))) + '@nx/workspace': 19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)) babel-plugin-const-enum: 1.2.0(@babel/core@7.25.2) babel-plugin-macros: 2.8.0 - babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.25.2)(@babel/traverse@7.25.3) + babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.25.2)(@babel/traverse@7.25.4) chalk: 4.1.2 columnify: 1.6.0 detect-port: 1.5.1 @@ -12406,9 +12728,9 @@ snapshots: ora: 5.3.0 semver: 7.6.3 source-map-support: 0.5.19 - ts-node: 10.9.1(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(typescript@5.5.4) + ts-node: 10.9.1(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(typescript@5.5.4) tsconfig-paths: 4.2.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -12420,9 +12742,9 @@ snapshots: - supports-color - typescript - '@nx/linter@19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(eslint@8.57.0)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))': + '@nx/linter@19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(eslint@8.57.0)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))': dependencies: - '@nx/eslint': 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(eslint@8.57.0)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))) + '@nx/eslint': 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(eslint@8.57.0)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -12436,50 +12758,50 @@ snapshots: - supports-color - verdaccio - '@nx/nx-darwin-arm64@19.6.2': + '@nx/nx-darwin-arm64@19.6.4': optional: true - '@nx/nx-darwin-x64@19.6.2': + '@nx/nx-darwin-x64@19.6.4': optional: true - '@nx/nx-freebsd-x64@19.6.2': + '@nx/nx-freebsd-x64@19.6.4': optional: true - '@nx/nx-linux-arm-gnueabihf@19.6.2': + '@nx/nx-linux-arm-gnueabihf@19.6.4': optional: true - '@nx/nx-linux-arm64-gnu@19.6.2': + '@nx/nx-linux-arm64-gnu@19.6.4': optional: true - '@nx/nx-linux-arm64-musl@19.6.2': + '@nx/nx-linux-arm64-musl@19.6.4': optional: true - '@nx/nx-linux-x64-gnu@19.6.2': + '@nx/nx-linux-x64-gnu@19.6.4': optional: true - '@nx/nx-linux-x64-musl@19.6.2': + '@nx/nx-linux-x64-musl@19.6.4': optional: true - '@nx/nx-win32-arm64-msvc@19.6.2': + '@nx/nx-win32-arm64-msvc@19.6.4': optional: true - '@nx/nx-win32-x64-msvc@19.6.2': + '@nx/nx-win32-x64-msvc@19.6.4': optional: true - '@nx/react@19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(eslint@8.57.0)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4)(utf-8-validate@5.0.10)(vue-tsc@2.0.29(typescript@5.5.4))(webpack@5.93.0(@swc/core@1.7.12(@swc/helpers@0.5.12)))': + '@nx/react@19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(eslint@8.57.0)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4)(utf-8-validate@6.0.4)(vue-tsc@2.1.0(typescript@5.5.4))(webpack@5.94.0(@swc/core@1.7.21(@swc/helpers@0.5.12)))': dependencies: - '@module-federation/enhanced': 0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)(vue-tsc@2.0.29(typescript@5.5.4))(webpack@5.93.0(@swc/core@1.7.12(@swc/helpers@0.5.12))) - '@nrwl/react': 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(eslint@8.57.0)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4)(utf-8-validate@5.0.10)(vue-tsc@2.0.29(typescript@5.5.4))(webpack@5.93.0(@swc/core@1.7.12(@swc/helpers@0.5.12))) - '@nx/devkit': 19.6.2(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))) - '@nx/eslint': 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(eslint@8.57.0)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))) - '@nx/js': 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4) - '@nx/web': 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4) + '@module-federation/enhanced': 0.2.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)(vue-tsc@2.1.0(typescript@5.5.4))(webpack@5.94.0(@swc/core@1.7.21(@swc/helpers@0.5.12))) + '@nrwl/react': 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(eslint@8.57.0)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4)(utf-8-validate@6.0.4)(vue-tsc@2.1.0(typescript@5.5.4))(webpack@5.94.0(@swc/core@1.7.21(@swc/helpers@0.5.12))) + '@nx/devkit': 19.6.4(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))) + '@nx/eslint': 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(@zkochan/js-yaml@0.0.7)(eslint@8.57.0)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))) + '@nx/js': 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4) + '@nx/web': 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4) '@phenomnomnominal/tsquery': 5.0.1(typescript@5.5.4) '@svgr/webpack': 8.1.0(typescript@5.5.4) chalk: 4.1.2 - file-loader: 6.2.0(webpack@5.93.0(@swc/core@1.7.12(@swc/helpers@0.5.12))) + file-loader: 6.2.0(webpack@5.94.0(@swc/core@1.7.21(@swc/helpers@0.5.12))) minimatch: 9.0.3 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -12498,18 +12820,18 @@ snapshots: - vue-tsc - webpack - '@nx/vite@19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4)(vite@5.4.1(@types/node@20.14.11)(terser@5.31.6))(vitest@2.0.5(@types/node@20.14.11)(jsdom@24.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(terser@5.31.6))': + '@nx/vite@19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4)(vite@5.4.2(@types/node@20.14.11)(terser@5.31.6))(vitest@2.0.5(@types/node@20.14.11)(jsdom@24.1.1(bufferutil@4.0.8)(utf-8-validate@6.0.4))(terser@5.31.6))': dependencies: - '@nrwl/vite': 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4)(vite@5.4.1(@types/node@20.14.11)(terser@5.31.6))(vitest@2.0.5(@types/node@20.14.11)(jsdom@24.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(terser@5.31.6)) - '@nx/devkit': 19.6.2(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))) - '@nx/js': 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4) + '@nrwl/vite': 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4)(vite@5.4.2(@types/node@20.14.11)(terser@5.31.6))(vitest@2.0.5(@types/node@20.14.11)(jsdom@24.1.1(bufferutil@4.0.8)(utf-8-validate@6.0.4))(terser@5.31.6)) + '@nx/devkit': 19.6.4(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))) + '@nx/js': 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4) '@phenomnomnominal/tsquery': 5.0.1(typescript@5.5.4) '@swc/helpers': 0.5.12 enquirer: 2.3.6 minimatch: 9.0.3 tsconfig-paths: 4.2.0 - vite: 5.4.1(@types/node@20.14.11)(terser@5.31.6) - vitest: 2.0.5(@types/node@20.14.11)(jsdom@24.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(terser@5.31.6) + vite: 5.4.2(@types/node@20.14.11)(terser@5.31.6) + vitest: 2.0.5(@types/node@20.14.11)(jsdom@24.1.1(bufferutil@4.0.8)(utf-8-validate@6.0.4))(terser@5.31.6) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -12522,15 +12844,15 @@ snapshots: - typescript - verdaccio - '@nx/web@19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4)': + '@nx/web@19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4)': dependencies: - '@nrwl/web': 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4) - '@nx/devkit': 19.6.2(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))) - '@nx/js': 19.6.2(@babel/traverse@7.25.3)(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)))(typescript@5.5.4) + '@nrwl/web': 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4) + '@nx/devkit': 19.6.4(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))) + '@nx/js': 19.6.4(@babel/traverse@7.25.4)(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)))(typescript@5.5.4) chalk: 4.1.2 detect-port: 1.5.1 http-server: 14.1.1 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -12543,14 +12865,14 @@ snapshots: - typescript - verdaccio - '@nx/workspace@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))': + '@nx/workspace@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))': dependencies: - '@nrwl/workspace': 19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)) - '@nx/devkit': 19.6.2(nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12))) + '@nrwl/workspace': 19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)) + '@nx/devkit': 19.6.4(nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12))) chalk: 4.1.2 enquirer: 2.3.6 - nx: 19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)) - tslib: 2.6.3 + nx: 19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)) + tslib: 2.7.0 yargs-parser: 21.1.1 transitivePeerDependencies: - '@swc-node/register' @@ -12622,7 +12944,7 @@ snapshots: '@parcel/watcher-wasm@2.4.1': dependencies: is-glob: 4.0.3 - micromatch: 4.0.7 + micromatch: 4.0.8 '@parcel/watcher-win32-arm64@2.4.1': optional: true @@ -12637,7 +12959,7 @@ snapshots: dependencies: detect-libc: 1.0.3 is-glob: 4.0.3 - micromatch: 4.0.7 + micromatch: 4.0.8 node-addon-api: 7.1.1 optionalDependencies: '@parcel/watcher-android-arm64': 2.4.1 @@ -12657,18 +12979,18 @@ snapshots: dependencies: asn1js: 3.0.5 pvtsutils: 1.3.5 - tslib: 2.6.3 + tslib: 2.7.0 '@peculiar/json-schema@1.1.12': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@peculiar/webcrypto@1.4.5': dependencies: '@peculiar/asn1-schema': 2.3.8 '@peculiar/json-schema': 1.1.12 pvtsutils: 1.3.5 - tslib: 2.6.3 + tslib: 2.7.0 webcrypto-core: 1.7.8 '@phenomnomnominal/tsquery@5.0.1(typescript@5.5.4)': @@ -12680,9 +13002,9 @@ snapshots: '@popperjs/core@2.11.8': {} - '@rainbow-me/rainbowkit@2.1.4(@tanstack/react-query@5.51.23(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(viem@2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10))(wagmi@2.12.5(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10)))(@tanstack/query-core@5.51.21)(@tanstack/react-query@5.51.23(react@18.3.1))(@types/react@18.3.3)(bufferutil@4.0.8)(immer@10.1.1)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))(react@18.3.1)(rollup@4.21.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(viem@2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)))': + '@rainbow-me/rainbowkit@2.1.5(@tanstack/react-query@5.52.2(react@18.3.1))(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(viem@2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4))(wagmi@2.12.7(@tanstack/query-core@5.52.2)(@tanstack/react-query@5.52.2(react@18.3.1))(@types/react@18.3.4)(bufferutil@4.0.8)(immer@10.1.1)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))(@types/react@18.3.4)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@6.0.4))(react@18.3.1)(rollup@4.21.1)(typescript@5.5.4)(utf-8-validate@6.0.4)(viem@2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)))': dependencies: - '@tanstack/react-query': 5.51.23(react@18.3.1) + '@tanstack/react-query': 5.52.2(react@18.3.1) '@vanilla-extract/css': 1.14.0 '@vanilla-extract/dynamic': 2.1.0 '@vanilla-extract/sprinkles': 1.6.1(@vanilla-extract/css@1.14.0) @@ -12690,10 +13012,10 @@ snapshots: qrcode: 1.5.3 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - react-remove-scroll: 2.5.7(@types/react@18.3.3)(react@18.3.1) + react-remove-scroll: 2.5.7(@types/react@18.3.4)(react@18.3.1) ua-parser-js: 1.0.38 - viem: 2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10) - wagmi: 2.12.5(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10)))(@tanstack/query-core@5.51.21)(@tanstack/react-query@5.51.23(react@18.3.1))(@types/react@18.3.3)(bufferutil@4.0.8)(immer@10.1.1)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))(react@18.3.1)(rollup@4.21.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(viem@2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)) + viem: 2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4) + wagmi: 2.12.7(@tanstack/query-core@5.52.2)(@tanstack/react-query@5.52.2(react@18.3.1))(@types/react@18.3.4)(bufferutil@4.0.8)(immer@10.1.1)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))(@types/react@18.3.4)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@6.0.4))(react@18.3.1)(rollup@4.21.1)(typescript@5.5.4)(utf-8-validate@6.0.4)(viem@2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)) transitivePeerDependencies: - '@types/react' @@ -12705,12 +13027,6 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))': - dependencies: - merge-options: 3.0.4 - react-native: 0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10) - optional: true - '@react-native-community/cli-clean@14.0.0': dependencies: '@react-native-community/cli-tools': 14.0.0 @@ -12784,7 +13100,7 @@ snapshots: dependencies: '@react-native-community/cli-platform-apple': 14.0.0 - '@react-native-community/cli-server-api@14.0.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@react-native-community/cli-server-api@14.0.0(bufferutil@4.0.8)(utf-8-validate@6.0.4)': dependencies: '@react-native-community/cli-debugger-ui': 14.0.0 '@react-native-community/cli-tools': 14.0.0 @@ -12794,13 +13110,13 @@ snapshots: nocache: 3.0.4 pretty-format: 26.6.2 serve-static: 1.15.0 - ws: 6.2.3(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ws: 6.2.3(bufferutil@4.0.8)(utf-8-validate@6.0.4) transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - '@react-native-community/cli-server-api@14.0.0-alpha.11(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@react-native-community/cli-server-api@14.0.0-alpha.11(bufferutil@4.0.8)(utf-8-validate@6.0.4)': dependencies: '@react-native-community/cli-debugger-ui': 14.0.0-alpha.11 '@react-native-community/cli-tools': 14.0.0-alpha.11 @@ -12810,7 +13126,7 @@ snapshots: nocache: 3.0.4 pretty-format: 26.6.2 serve-static: 1.15.0 - ws: 6.2.3(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ws: 6.2.3(bufferutil@4.0.8)(utf-8-validate@6.0.4) transitivePeerDependencies: - bufferutil - supports-color @@ -12846,13 +13162,13 @@ snapshots: dependencies: joi: 17.13.3 - '@react-native-community/cli@14.0.0(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)': + '@react-native-community/cli@14.0.0(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)': dependencies: '@react-native-community/cli-clean': 14.0.0 '@react-native-community/cli-config': 14.0.0(typescript@5.5.4) '@react-native-community/cli-debugger-ui': 14.0.0 '@react-native-community/cli-doctor': 14.0.0(typescript@5.5.4) - '@react-native-community/cli-server-api': 14.0.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@react-native-community/cli-server-api': 14.0.0(bufferutil@4.0.8)(utf-8-validate@6.0.4) '@react-native-community/cli-tools': 14.0.0 '@react-native-community/cli-types': 14.0.0 chalk: 4.1.2 @@ -12870,16 +13186,16 @@ snapshots: - typescript - utf-8-validate - '@react-native/assets-registry@0.75.1': {} + '@react-native/assets-registry@0.75.2': {} - '@react-native/babel-plugin-codegen@0.75.1(@babel/preset-env@7.25.3(@babel/core@7.25.2))': + '@react-native/babel-plugin-codegen@0.75.2(@babel/preset-env@7.25.4(@babel/core@7.25.2))': dependencies: - '@react-native/codegen': 0.75.1(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + '@react-native/codegen': 0.75.2(@babel/preset-env@7.25.4(@babel/core@7.25.2)) transitivePeerDependencies: - '@babel/preset-env' - supports-color - '@react-native/babel-preset@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))': + '@react-native/babel-preset@0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))': dependencies: '@babel/core': 7.25.2 '@babel/plugin-proposal-export-default-from': 7.24.7(@babel/core@7.25.2) @@ -12889,11 +13205,11 @@ snapshots: '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.2) '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.2) '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-async-generator-functions': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-transform-async-generator-functions': 7.25.4(@babel/core@7.25.2) '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-block-scoping': 7.25.0(@babel/core@7.25.2) - '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-classes': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-transform-class-properties': 7.25.4(@babel/core@7.25.2) + '@babel/plugin-transform-classes': 7.25.4(@babel/core@7.25.2) '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-destructuring': 7.24.8(@babel/core@7.25.2) '@babel/plugin-transform-flow-strip-types': 7.25.2(@babel/core@7.25.2) @@ -12909,50 +13225,51 @@ snapshots: '@babel/plugin-transform-optional-catch-binding': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.25.2) '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-private-methods': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-private-methods': 7.25.4(@babel/core@7.25.2) '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-react-display-name': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-react-jsx': 7.25.2(@babel/core@7.25.2) '@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-regenerator': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-runtime': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-runtime': 7.25.4(@babel/core@7.25.2) '@babel/plugin-transform-shorthand-properties': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-spread': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-sticky-regex': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2) '@babel/plugin-transform-unicode-regex': 7.24.7(@babel/core@7.25.2) '@babel/template': 7.25.0 - '@react-native/babel-plugin-codegen': 0.75.1(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + '@react-native/babel-plugin-codegen': 0.75.2(@babel/preset-env@7.25.4(@babel/core@7.25.2)) babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.25.2) react-refresh: 0.14.2 transitivePeerDependencies: - '@babel/preset-env' - supports-color - '@react-native/codegen@0.75.1(@babel/preset-env@7.25.3(@babel/core@7.25.2))': + '@react-native/codegen@0.75.2(@babel/preset-env@7.25.4(@babel/core@7.25.2))': dependencies: - '@babel/parser': 7.25.3 - '@babel/preset-env': 7.25.3(@babel/core@7.25.2) + '@babel/parser': 7.25.4 + '@babel/preset-env': 7.25.4(@babel/core@7.25.2) glob: 7.2.3 hermes-parser: 0.22.0 invariant: 2.2.4 - jscodeshift: 0.14.0(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + jscodeshift: 0.14.0(@babel/preset-env@7.25.4(@babel/core@7.25.2)) mkdirp: 0.5.6 nullthrows: 1.1.1 + yargs: 17.7.2 transitivePeerDependencies: - supports-color - '@react-native/community-cli-plugin@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@react-native/community-cli-plugin@0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))(bufferutil@4.0.8)(utf-8-validate@6.0.4)': dependencies: - '@react-native-community/cli-server-api': 14.0.0-alpha.11(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@react-native-community/cli-server-api': 14.0.0-alpha.11(bufferutil@4.0.8)(utf-8-validate@6.0.4) '@react-native-community/cli-tools': 14.0.0-alpha.11 - '@react-native/dev-middleware': 0.75.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@react-native/metro-babel-transformer': 0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + '@react-native/dev-middleware': 0.75.2(bufferutil@4.0.8)(utf-8-validate@6.0.4) + '@react-native/metro-babel-transformer': 0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2)) chalk: 4.1.2 execa: 5.1.1 - metro: 0.80.10(bufferutil@4.0.8)(utf-8-validate@5.0.10) - metro-config: 0.80.10(bufferutil@4.0.8)(utf-8-validate@5.0.10) + metro: 0.80.10(bufferutil@4.0.8)(utf-8-validate@6.0.4) + metro-config: 0.80.10(bufferutil@4.0.8)(utf-8-validate@6.0.4) metro-core: 0.80.10 node-fetch: 2.7.0 querystring: 0.2.1 @@ -12965,12 +13282,12 @@ snapshots: - supports-color - utf-8-validate - '@react-native/debugger-frontend@0.75.1': {} + '@react-native/debugger-frontend@0.75.2': {} - '@react-native/dev-middleware@0.75.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@react-native/dev-middleware@0.75.2(bufferutil@4.0.8)(utf-8-validate@6.0.4)': dependencies: '@isaacs/ttlcache': 1.4.1 - '@react-native/debugger-frontend': 0.75.1 + '@react-native/debugger-frontend': 0.75.2 chrome-launcher: 0.15.2 chromium-edge-launcher: 0.2.0 connect: 3.7.0 @@ -12980,96 +13297,96 @@ snapshots: open: 7.4.2 selfsigned: 2.4.1 serve-static: 1.15.0 - ws: 6.2.3(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ws: 6.2.3(bufferutil@4.0.8)(utf-8-validate@6.0.4) transitivePeerDependencies: - bufferutil - encoding - supports-color - utf-8-validate - '@react-native/gradle-plugin@0.75.1': {} + '@react-native/gradle-plugin@0.75.2': {} - '@react-native/js-polyfills@0.75.1': {} + '@react-native/js-polyfills@0.75.2': {} - '@react-native/metro-babel-transformer@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))': + '@react-native/metro-babel-transformer@0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))': dependencies: '@babel/core': 7.25.2 - '@react-native/babel-preset': 0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + '@react-native/babel-preset': 0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2)) hermes-parser: 0.22.0 nullthrows: 1.1.1 transitivePeerDependencies: - '@babel/preset-env' - supports-color - '@react-native/normalize-colors@0.75.1': {} + '@react-native/normalize-colors@0.75.2': {} - '@react-native/virtualized-lists@0.75.1(@types/react@18.3.3)(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))(react@18.3.1)': + '@react-native/virtualized-lists@0.75.2(@types/react@18.3.4)(react-native@0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))(@types/react@18.3.4)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@6.0.4))(react@18.3.1)': dependencies: invariant: 2.2.4 nullthrows: 1.1.1 react: 18.3.1 - react-native: 0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10) + react-native: 0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))(@types/react@18.3.4)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@6.0.4) optionalDependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.4 '@remix-run/router@1.19.1': {} '@repeaterjs/repeater@3.0.5': {} - '@rollup/pluginutils@5.1.0(rollup@4.21.0)': + '@rollup/pluginutils@5.1.0(rollup@4.21.1)': dependencies: '@types/estree': 1.0.5 estree-walker: 2.0.2 picomatch: 2.3.1 optionalDependencies: - rollup: 4.21.0 + rollup: 4.21.1 - '@rollup/rollup-android-arm-eabi@4.21.0': + '@rollup/rollup-android-arm-eabi@4.21.1': optional: true - '@rollup/rollup-android-arm64@4.21.0': + '@rollup/rollup-android-arm64@4.21.1': optional: true - '@rollup/rollup-darwin-arm64@4.21.0': + '@rollup/rollup-darwin-arm64@4.21.1': optional: true - '@rollup/rollup-darwin-x64@4.21.0': + '@rollup/rollup-darwin-x64@4.21.1': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.21.0': + '@rollup/rollup-linux-arm-gnueabihf@4.21.1': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.21.0': + '@rollup/rollup-linux-arm-musleabihf@4.21.1': optional: true - '@rollup/rollup-linux-arm64-gnu@4.21.0': + '@rollup/rollup-linux-arm64-gnu@4.21.1': optional: true - '@rollup/rollup-linux-arm64-musl@4.21.0': + '@rollup/rollup-linux-arm64-musl@4.21.1': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.21.0': + '@rollup/rollup-linux-powerpc64le-gnu@4.21.1': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.21.0': + '@rollup/rollup-linux-riscv64-gnu@4.21.1': optional: true - '@rollup/rollup-linux-s390x-gnu@4.21.0': + '@rollup/rollup-linux-s390x-gnu@4.21.1': optional: true - '@rollup/rollup-linux-x64-gnu@4.21.0': + '@rollup/rollup-linux-x64-gnu@4.21.1': optional: true - '@rollup/rollup-linux-x64-musl@4.21.0': + '@rollup/rollup-linux-x64-musl@4.21.1': optional: true - '@rollup/rollup-win32-arm64-msvc@4.21.0': + '@rollup/rollup-win32-arm64-msvc@4.21.1': optional: true - '@rollup/rollup-win32-ia32-msvc@4.21.0': + '@rollup/rollup-win32-ia32-msvc@4.21.1': optional: true - '@rollup/rollup-win32-x64-msvc@4.21.0': + '@rollup/rollup-win32-x64-msvc@4.21.1': optional: true '@rushstack/node-core-library@5.5.1(@types/node@20.14.11)': @@ -13106,9 +13423,9 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@safe-global/safe-apps-provider@0.18.3(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)': + '@safe-global/safe-apps-provider@0.18.3(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)': dependencies: - '@safe-global/safe-apps-sdk': 9.1.0(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10) + '@safe-global/safe-apps-sdk': 9.1.0(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4) events: 3.3.0 transitivePeerDependencies: - bufferutil @@ -13116,10 +13433,10 @@ snapshots: - utf-8-validate - zod - '@safe-global/safe-apps-sdk@9.1.0(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)': + '@safe-global/safe-apps-sdk@9.1.0(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)': dependencies: '@safe-global/safe-gateway-typescript-sdk': 3.22.2 - viem: 2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10) + viem: 2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4) transitivePeerDependencies: - bufferutil - typescript @@ -13141,61 +13458,61 @@ snapshots: '@noble/hashes': 1.4.0 '@scure/base': 1.1.7 - '@sentry-internal/browser-utils@8.26.0': + '@sentry-internal/browser-utils@8.27.0': dependencies: - '@sentry/core': 8.26.0 - '@sentry/types': 8.26.0 - '@sentry/utils': 8.26.0 + '@sentry/core': 8.27.0 + '@sentry/types': 8.27.0 + '@sentry/utils': 8.27.0 - '@sentry-internal/feedback@8.26.0': + '@sentry-internal/feedback@8.27.0': dependencies: - '@sentry/core': 8.26.0 - '@sentry/types': 8.26.0 - '@sentry/utils': 8.26.0 + '@sentry/core': 8.27.0 + '@sentry/types': 8.27.0 + '@sentry/utils': 8.27.0 - '@sentry-internal/replay-canvas@8.26.0': + '@sentry-internal/replay-canvas@8.27.0': dependencies: - '@sentry-internal/replay': 8.26.0 - '@sentry/core': 8.26.0 - '@sentry/types': 8.26.0 - '@sentry/utils': 8.26.0 + '@sentry-internal/replay': 8.27.0 + '@sentry/core': 8.27.0 + '@sentry/types': 8.27.0 + '@sentry/utils': 8.27.0 - '@sentry-internal/replay@8.26.0': + '@sentry-internal/replay@8.27.0': dependencies: - '@sentry-internal/browser-utils': 8.26.0 - '@sentry/core': 8.26.0 - '@sentry/types': 8.26.0 - '@sentry/utils': 8.26.0 + '@sentry-internal/browser-utils': 8.27.0 + '@sentry/core': 8.27.0 + '@sentry/types': 8.27.0 + '@sentry/utils': 8.27.0 - '@sentry/browser@8.26.0': + '@sentry/browser@8.27.0': dependencies: - '@sentry-internal/browser-utils': 8.26.0 - '@sentry-internal/feedback': 8.26.0 - '@sentry-internal/replay': 8.26.0 - '@sentry-internal/replay-canvas': 8.26.0 - '@sentry/core': 8.26.0 - '@sentry/types': 8.26.0 - '@sentry/utils': 8.26.0 + '@sentry-internal/browser-utils': 8.27.0 + '@sentry-internal/feedback': 8.27.0 + '@sentry-internal/replay': 8.27.0 + '@sentry-internal/replay-canvas': 8.27.0 + '@sentry/core': 8.27.0 + '@sentry/types': 8.27.0 + '@sentry/utils': 8.27.0 - '@sentry/core@8.26.0': + '@sentry/core@8.27.0': dependencies: - '@sentry/types': 8.26.0 - '@sentry/utils': 8.26.0 + '@sentry/types': 8.27.0 + '@sentry/utils': 8.27.0 - '@sentry/react@8.26.0(react@18.3.1)': + '@sentry/react@8.27.0(react@18.3.1)': dependencies: - '@sentry/browser': 8.26.0 - '@sentry/core': 8.26.0 - '@sentry/types': 8.26.0 - '@sentry/utils': 8.26.0 + '@sentry/browser': 8.27.0 + '@sentry/core': 8.27.0 + '@sentry/types': 8.27.0 + '@sentry/utils': 8.27.0 hoist-non-react-statics: 3.3.2 react: 18.3.1 - '@sentry/types@8.26.0': {} + '@sentry/types@8.27.0': {} - '@sentry/utils@8.26.0': + '@sentry/utils@8.27.0': dependencies: - '@sentry/types': 8.26.0 + '@sentry/types': 8.27.0 '@sideway/address@4.1.5': dependencies: @@ -13392,21 +13709,21 @@ snapshots: - supports-color - typescript - '@swc-node/core@1.13.3(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)': + '@swc-node/core@1.13.3(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)': dependencies: - '@swc/core': 1.7.12(@swc/helpers@0.5.12) + '@swc/core': 1.7.21(@swc/helpers@0.5.12) '@swc/types': 0.1.12 - '@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4)': + '@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4)': dependencies: - '@swc-node/core': 1.13.3(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12) + '@swc-node/core': 1.13.3(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12) '@swc-node/sourcemap-support': 0.5.1 - '@swc/core': 1.7.12(@swc/helpers@0.5.12) + '@swc/core': 1.7.21(@swc/helpers@0.5.12) colorette: 2.0.20 debug: 4.3.5 oxc-resolver: 1.10.2 pirates: 4.0.6 - tslib: 2.6.3 + tslib: 2.7.0 typescript: 5.5.4 transitivePeerDependencies: - '@swc/types' @@ -13415,12 +13732,12 @@ snapshots: '@swc-node/sourcemap-support@0.5.1': dependencies: source-map-support: 0.5.21 - tslib: 2.6.3 + tslib: 2.7.0 - '@swc/cli@0.4.0(@swc/core@1.7.12(@swc/helpers@0.5.12))(chokidar@3.6.0)': + '@swc/cli@0.4.0(@swc/core@1.7.21(@swc/helpers@0.5.12))(chokidar@3.6.0)': dependencies: '@mole-inc/bin-wrapper': 8.0.1 - '@swc/core': 1.7.12(@swc/helpers@0.5.12) + '@swc/core': 1.7.21(@swc/helpers@0.5.12) '@swc/counter': 0.1.3 commander: 8.3.0 fast-glob: 3.3.2 @@ -13432,58 +13749,58 @@ snapshots: optionalDependencies: chokidar: 3.6.0 - '@swc/core-darwin-arm64@1.7.12': + '@swc/core-darwin-arm64@1.7.21': optional: true - '@swc/core-darwin-x64@1.7.12': + '@swc/core-darwin-x64@1.7.21': optional: true - '@swc/core-linux-arm-gnueabihf@1.7.12': + '@swc/core-linux-arm-gnueabihf@1.7.21': optional: true - '@swc/core-linux-arm64-gnu@1.7.12': + '@swc/core-linux-arm64-gnu@1.7.21': optional: true - '@swc/core-linux-arm64-musl@1.7.12': + '@swc/core-linux-arm64-musl@1.7.21': optional: true - '@swc/core-linux-x64-gnu@1.7.12': + '@swc/core-linux-x64-gnu@1.7.21': optional: true - '@swc/core-linux-x64-musl@1.7.12': + '@swc/core-linux-x64-musl@1.7.21': optional: true - '@swc/core-win32-arm64-msvc@1.7.12': + '@swc/core-win32-arm64-msvc@1.7.21': optional: true - '@swc/core-win32-ia32-msvc@1.7.12': + '@swc/core-win32-ia32-msvc@1.7.21': optional: true - '@swc/core-win32-x64-msvc@1.7.12': + '@swc/core-win32-x64-msvc@1.7.21': optional: true - '@swc/core@1.7.12(@swc/helpers@0.5.12)': + '@swc/core@1.7.21(@swc/helpers@0.5.12)': dependencies: '@swc/counter': 0.1.3 '@swc/types': 0.1.12 optionalDependencies: - '@swc/core-darwin-arm64': 1.7.12 - '@swc/core-darwin-x64': 1.7.12 - '@swc/core-linux-arm-gnueabihf': 1.7.12 - '@swc/core-linux-arm64-gnu': 1.7.12 - '@swc/core-linux-arm64-musl': 1.7.12 - '@swc/core-linux-x64-gnu': 1.7.12 - '@swc/core-linux-x64-musl': 1.7.12 - '@swc/core-win32-arm64-msvc': 1.7.12 - '@swc/core-win32-ia32-msvc': 1.7.12 - '@swc/core-win32-x64-msvc': 1.7.12 + '@swc/core-darwin-arm64': 1.7.21 + '@swc/core-darwin-x64': 1.7.21 + '@swc/core-linux-arm-gnueabihf': 1.7.21 + '@swc/core-linux-arm64-gnu': 1.7.21 + '@swc/core-linux-arm64-musl': 1.7.21 + '@swc/core-linux-x64-gnu': 1.7.21 + '@swc/core-linux-x64-musl': 1.7.21 + '@swc/core-win32-arm64-msvc': 1.7.21 + '@swc/core-win32-ia32-msvc': 1.7.21 + '@swc/core-win32-x64-msvc': 1.7.21 '@swc/helpers': 0.5.12 '@swc/counter@0.1.3': {} '@swc/helpers@0.5.12': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@swc/types@0.1.12': dependencies: @@ -13493,25 +13810,25 @@ snapshots: dependencies: defer-to-connect: 2.0.1 - '@tanstack/query-core@5.51.21': {} + '@tanstack/query-core@5.52.2': {} - '@tanstack/react-query@5.51.23(react@18.3.1)': + '@tanstack/react-query@5.52.2(react@18.3.1)': dependencies: - '@tanstack/query-core': 5.51.21 + '@tanstack/query-core': 5.52.2 react: 18.3.1 - '@tanstack/react-table@8.20.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@tanstack/react-table@8.20.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@tanstack/table-core': 8.20.1 + '@tanstack/table-core': 8.20.5 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@tanstack/table-core@8.20.1': {} + '@tanstack/table-core@8.20.5': {} '@testing-library/dom@10.4.0': dependencies: '@babel/code-frame': 7.24.7 - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@types/aria-query': 5.0.4 aria-query: 5.3.0 chalk: 4.1.2 @@ -13519,14 +13836,14 @@ snapshots: lz-string: 1.5.0 pretty-format: 27.5.1 - '@testing-library/react@16.0.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@testing-library/react@16.0.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 '@testing-library/dom': 10.4.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.4 '@types/react-dom': 18.3.0 '@tokenizer/token@0.3.0': {} @@ -13543,7 +13860,7 @@ snapshots: '@tybys/wasm-util@0.9.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@types/argparse@1.0.38': {} @@ -13589,20 +13906,16 @@ snapshots: '@types/dom-screen-wake-lock@1.0.3': {} - '@types/eslint-scope@3.7.7': - dependencies: - '@types/eslint': 9.6.0 - '@types/estree': 1.0.5 - '@types/eslint@8.56.7': dependencies: '@types/estree': 1.0.5 '@types/json-schema': 7.0.15 - '@types/eslint@9.6.0': + '@types/eslint@9.6.1': dependencies: '@types/estree': 1.0.5 '@types/json-schema': 7.0.15 + optional: true '@types/estree@1.0.5': {} @@ -13613,7 +13926,7 @@ snapshots: '@types/hoist-non-react-statics@3.3.5': dependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.4 hoist-non-react-statics: 3.3.2 '@types/http-cache-semantics@4.0.4': {} @@ -13664,19 +13977,19 @@ snapshots: '@types/prop-types@15.7.12': {} - '@types/ramda@0.30.1': + '@types/ramda@0.30.2': dependencies: types-ramda: 0.30.1 '@types/react-dom@18.3.0': dependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.4 '@types/react-transition-group@4.4.11': dependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.4 - '@types/react@18.3.3': + '@types/react@18.3.4': dependencies: '@types/prop-types': 15.7.12 csstype: 3.1.3 @@ -13857,14 +14170,14 @@ snapshots: dependencies: '@vanilla-extract/css': 1.14.0 - '@vitejs/plugin-react@4.3.1(vite@5.4.1(@types/node@20.14.11)(terser@5.31.6))': + '@vitejs/plugin-react@4.3.1(vite@5.4.2(@types/node@20.14.11)(terser@5.31.6))': dependencies: '@babel/core': 7.25.2 '@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.25.2) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 - vite: 5.4.1(@types/node@20.14.11)(terser@5.31.6) + vite: 5.4.2(@types/node@20.14.11)(terser@5.31.6) transitivePeerDependencies: - supports-color @@ -13905,14 +14218,29 @@ snapshots: dependencies: '@volar/source-map': 2.4.0 + '@volar/language-core@2.4.1': + dependencies: + '@volar/source-map': 2.4.1 + optional: true + '@volar/source-map@2.4.0': {} + '@volar/source-map@2.4.1': + optional: true + '@volar/typescript@2.4.0': dependencies: '@volar/language-core': 2.4.0 path-browserify: 1.0.1 vscode-uri: 3.0.8 + '@volar/typescript@2.4.1': + dependencies: + '@volar/language-core': 2.4.1 + path-browserify: 1.0.1 + vscode-uri: 3.0.8 + optional: true + '@vue/compiler-core@3.4.38': dependencies: '@babel/parser': 7.25.3 @@ -13944,19 +14272,33 @@ snapshots: optionalDependencies: typescript: 5.5.4 + '@vue/language-core@2.1.0(typescript@5.5.4)': + dependencies: + '@volar/language-core': 2.4.1 + '@vue/compiler-dom': 3.4.38 + '@vue/compiler-vue2': 2.7.16 + '@vue/shared': 3.4.38 + computeds: 0.0.1 + minimatch: 9.0.5 + muggle-string: 0.4.1 + path-browserify: 1.0.1 + optionalDependencies: + typescript: 5.5.4 + optional: true + '@vue/shared@3.4.38': {} - '@wagmi/connectors@5.1.5(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10)))(@types/react@18.3.3)(@wagmi/core@2.13.4(@tanstack/query-core@5.51.21)(@types/react@18.3.3)(immer@10.1.1)(react@18.3.1)(typescript@5.5.4)(viem@2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)))(bufferutil@4.0.8)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))(react@18.3.1)(rollup@4.21.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(viem@2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10))': + '@wagmi/connectors@5.1.7(@types/react@18.3.4)(@wagmi/core@2.13.4(@tanstack/query-core@5.52.2)(@types/react@18.3.4)(immer@10.1.1)(react@18.3.1)(typescript@5.5.4)(viem@2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)))(bufferutil@4.0.8)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))(@types/react@18.3.4)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@6.0.4))(react@18.3.1)(rollup@4.21.1)(typescript@5.5.4)(utf-8-validate@6.0.4)(viem@2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4))': dependencies: '@coinbase/wallet-sdk': 4.0.4 - '@metamask/sdk': 0.27.0(bufferutil@4.0.8)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))(react@18.3.1)(rollup@4.21.0)(utf-8-validate@5.0.10) - '@safe-global/safe-apps-provider': 0.18.3(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10) - '@safe-global/safe-apps-sdk': 9.1.0(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10) - '@wagmi/core': 2.13.4(@tanstack/query-core@5.51.21)(@types/react@18.3.3)(immer@10.1.1)(react@18.3.1)(typescript@5.5.4)(viem@2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)) - '@walletconnect/ethereum-provider': 2.14.0(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10)))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(utf-8-validate@5.0.10) - '@walletconnect/modal': 2.6.2(@types/react@18.3.3)(react@18.3.1) + '@metamask/sdk': 0.27.0(bufferutil@4.0.8)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))(@types/react@18.3.4)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@6.0.4))(react@18.3.1)(rollup@4.21.1)(utf-8-validate@6.0.4) + '@safe-global/safe-apps-provider': 0.18.3(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4) + '@safe-global/safe-apps-sdk': 9.1.0(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4) + '@wagmi/core': 2.13.4(@tanstack/query-core@5.52.2)(@types/react@18.3.4)(immer@10.1.1)(react@18.3.1)(typescript@5.5.4)(viem@2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)) + '@walletconnect/ethereum-provider': 2.15.1(@types/react@18.3.4)(bufferutil@4.0.8)(react@18.3.1)(utf-8-validate@6.0.4) + '@walletconnect/modal': 2.6.2(@types/react@18.3.4)(react@18.3.1) cbw-sdk: '@coinbase/wallet-sdk@3.9.3' - viem: 2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10) + viem: 2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4) optionalDependencies: typescript: 5.5.4 transitivePeerDependencies: @@ -13985,37 +14327,36 @@ snapshots: - utf-8-validate - zod - '@wagmi/core@2.13.4(@tanstack/query-core@5.51.21)(@types/react@18.3.3)(immer@10.1.1)(react@18.3.1)(typescript@5.5.4)(viem@2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10))': + '@wagmi/core@2.13.4(@tanstack/query-core@5.52.2)(@types/react@18.3.4)(immer@10.1.1)(react@18.3.1)(typescript@5.5.4)(viem@2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4))': dependencies: eventemitter3: 5.0.1 mipd: 0.0.7(typescript@5.5.4) - viem: 2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10) - zustand: 4.4.1(@types/react@18.3.3)(immer@10.1.1)(react@18.3.1) + viem: 2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4) + zustand: 4.4.1(@types/react@18.3.4)(immer@10.1.1)(react@18.3.1) optionalDependencies: - '@tanstack/query-core': 5.51.21 + '@tanstack/query-core': 5.52.2 typescript: 5.5.4 transitivePeerDependencies: - '@types/react' - immer - react - '@walletconnect/core@2.14.0(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10)))(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@walletconnect/core@2.15.1(bufferutil@4.0.8)(utf-8-validate@6.0.4)': dependencies: '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-provider': 1.0.14 '@walletconnect/jsonrpc-types': 1.0.4 '@walletconnect/jsonrpc-utils': 1.0.8 - '@walletconnect/jsonrpc-ws-connection': 1.0.14(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@walletconnect/keyvaluestorage': 1.1.1(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))) + '@walletconnect/jsonrpc-ws-connection': 1.0.14(bufferutil@4.0.8)(utf-8-validate@6.0.4) + '@walletconnect/keyvaluestorage': 1.1.1 '@walletconnect/logger': 2.1.2 - '@walletconnect/relay-api': 1.0.10 + '@walletconnect/relay-api': 1.0.11 '@walletconnect/relay-auth': 1.0.4 '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.14.0(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))) - '@walletconnect/utils': 2.14.0(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))) + '@walletconnect/types': 2.15.1 + '@walletconnect/utils': 2.15.1 events: 3.3.0 - isomorphic-unfetch: 3.1.0 lodash.isequal: 4.5.0 uint8arrays: 3.1.0 transitivePeerDependencies: @@ -14032,7 +14373,6 @@ snapshots: - '@upstash/redis' - '@vercel/kv' - bufferutil - - encoding - ioredis - uWebSockets.js - utf-8-validate @@ -14041,17 +14381,17 @@ snapshots: dependencies: tslib: 1.14.1 - '@walletconnect/ethereum-provider@2.14.0(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10)))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(utf-8-validate@5.0.10)': + '@walletconnect/ethereum-provider@2.15.1(@types/react@18.3.4)(bufferutil@4.0.8)(react@18.3.1)(utf-8-validate@6.0.4)': dependencies: '@walletconnect/jsonrpc-http-connection': 1.0.8 '@walletconnect/jsonrpc-provider': 1.0.14 '@walletconnect/jsonrpc-types': 1.0.4 '@walletconnect/jsonrpc-utils': 1.0.8 - '@walletconnect/modal': 2.6.2(@types/react@18.3.3)(react@18.3.1) - '@walletconnect/sign-client': 2.14.0(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10)))(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@walletconnect/types': 2.14.0(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))) - '@walletconnect/universal-provider': 2.14.0(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10)))(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@walletconnect/utils': 2.14.0(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))) + '@walletconnect/modal': 2.6.2(@types/react@18.3.4)(react@18.3.1) + '@walletconnect/sign-client': 2.15.1(bufferutil@4.0.8)(utf-8-validate@6.0.4) + '@walletconnect/types': 2.15.1 + '@walletconnect/universal-provider': 2.15.1(bufferutil@4.0.8)(utf-8-validate@6.0.4) + '@walletconnect/utils': 2.15.1 events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -14111,23 +14451,21 @@ snapshots: '@walletconnect/jsonrpc-types': 1.0.4 tslib: 1.14.1 - '@walletconnect/jsonrpc-ws-connection@1.0.14(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@walletconnect/jsonrpc-ws-connection@1.0.14(bufferutil@4.0.8)(utf-8-validate@6.0.4)': dependencies: '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/safe-json': 1.0.2 events: 3.3.0 - ws: 7.5.10(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ws: 7.5.10(bufferutil@4.0.8)(utf-8-validate@6.0.4) transitivePeerDependencies: - bufferutil - utf-8-validate - '@walletconnect/keyvaluestorage@1.1.1(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10)))': + '@walletconnect/keyvaluestorage@1.1.1': dependencies: '@walletconnect/safe-json': 1.0.2 idb-keyval: 6.2.1 unstorage: 1.10.2(idb-keyval@6.2.1) - optionalDependencies: - '@react-native-async-storage/async-storage': 1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10)) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -14148,16 +14486,16 @@ snapshots: '@walletconnect/safe-json': 1.0.2 pino: 7.11.0 - '@walletconnect/modal-core@2.6.2(@types/react@18.3.3)(react@18.3.1)': + '@walletconnect/modal-core@2.6.2(@types/react@18.3.4)(react@18.3.1)': dependencies: - valtio: 1.11.2(@types/react@18.3.3)(react@18.3.1) + valtio: 1.11.2(@types/react@18.3.4)(react@18.3.1) transitivePeerDependencies: - '@types/react' - react - '@walletconnect/modal-ui@2.6.2(@types/react@18.3.3)(react@18.3.1)': + '@walletconnect/modal-ui@2.6.2(@types/react@18.3.4)(react@18.3.1)': dependencies: - '@walletconnect/modal-core': 2.6.2(@types/react@18.3.3)(react@18.3.1) + '@walletconnect/modal-core': 2.6.2(@types/react@18.3.4)(react@18.3.1) lit: 2.8.0 motion: 10.16.2 qrcode: 1.5.3 @@ -14165,15 +14503,15 @@ snapshots: - '@types/react' - react - '@walletconnect/modal@2.6.2(@types/react@18.3.3)(react@18.3.1)': + '@walletconnect/modal@2.6.2(@types/react@18.3.4)(react@18.3.1)': dependencies: - '@walletconnect/modal-core': 2.6.2(@types/react@18.3.3)(react@18.3.1) - '@walletconnect/modal-ui': 2.6.2(@types/react@18.3.3)(react@18.3.1) + '@walletconnect/modal-core': 2.6.2(@types/react@18.3.4)(react@18.3.1) + '@walletconnect/modal-ui': 2.6.2(@types/react@18.3.4)(react@18.3.1) transitivePeerDependencies: - '@types/react' - react - '@walletconnect/relay-api@1.0.10': + '@walletconnect/relay-api@1.0.11': dependencies: '@walletconnect/jsonrpc-types': 1.0.4 @@ -14190,16 +14528,16 @@ snapshots: dependencies: tslib: 1.14.1 - '@walletconnect/sign-client@2.14.0(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10)))(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@walletconnect/sign-client@2.15.1(bufferutil@4.0.8)(utf-8-validate@6.0.4)': dependencies: - '@walletconnect/core': 2.14.0(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10)))(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@walletconnect/core': 2.15.1(bufferutil@4.0.8)(utf-8-validate@6.0.4) '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/logger': 2.1.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.14.0(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))) - '@walletconnect/utils': 2.14.0(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))) + '@walletconnect/types': 2.15.1 + '@walletconnect/utils': 2.15.1 events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -14215,7 +14553,6 @@ snapshots: - '@upstash/redis' - '@vercel/kv' - bufferutil - - encoding - ioredis - uWebSockets.js - utf-8-validate @@ -14224,12 +14561,12 @@ snapshots: dependencies: tslib: 1.14.1 - '@walletconnect/types@2.14.0(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10)))': + '@walletconnect/types@2.15.1': dependencies: '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-types': 1.0.4 - '@walletconnect/keyvaluestorage': 1.1.1(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))) + '@walletconnect/keyvaluestorage': 1.1.1 '@walletconnect/logger': 2.1.2 events: 3.3.0 transitivePeerDependencies: @@ -14248,16 +14585,16 @@ snapshots: - ioredis - uWebSockets.js - '@walletconnect/universal-provider@2.14.0(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10)))(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@walletconnect/universal-provider@2.15.1(bufferutil@4.0.8)(utf-8-validate@6.0.4)': dependencies: '@walletconnect/jsonrpc-http-connection': 1.0.8 '@walletconnect/jsonrpc-provider': 1.0.14 '@walletconnect/jsonrpc-types': 1.0.4 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/logger': 2.1.2 - '@walletconnect/sign-client': 2.14.0(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10)))(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@walletconnect/types': 2.14.0(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))) - '@walletconnect/utils': 2.14.0(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))) + '@walletconnect/sign-client': 2.15.1(bufferutil@4.0.8)(utf-8-validate@6.0.4) + '@walletconnect/types': 2.15.1 + '@walletconnect/utils': 2.15.1 events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -14278,17 +14615,17 @@ snapshots: - uWebSockets.js - utf-8-validate - '@walletconnect/utils@2.14.0(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10)))': + '@walletconnect/utils@2.15.1': dependencies: '@stablelib/chacha20poly1305': 1.0.1 '@stablelib/hkdf': 1.0.1 '@stablelib/random': 1.0.2 '@stablelib/sha256': 1.0.1 '@stablelib/x25519': 1.0.3 - '@walletconnect/relay-api': 1.0.10 + '@walletconnect/relay-api': 1.0.11 '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.14.0(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))) + '@walletconnect/types': 2.15.1 '@walletconnect/window-getters': 1.0.1 '@walletconnect/window-metadata': 1.0.1 detect-browser: 5.3.0 @@ -14418,7 +14755,7 @@ snapshots: busboy: 1.6.0 fast-querystring: 1.1.2 fast-url-parser: 1.1.3 - tslib: 2.6.3 + tslib: 2.7.0 '@whatwg-node/node-fetch@0.5.5': dependencies: @@ -14426,7 +14763,7 @@ snapshots: '@whatwg-node/events': 0.1.1 busboy: 1.6.0 fast-querystring: 1.1.2 - tslib: 2.6.3 + tslib: 2.7.0 '@xobotyi/scrollbar-width@1.9.5': {} @@ -14439,7 +14776,7 @@ snapshots: '@yarnpkg/parsers@3.0.0-rc.46': dependencies: js-yaml: 3.14.1 - tslib: 2.6.3 + tslib: 2.7.0 '@zkochan/js-yaml@0.0.7': dependencies: @@ -14687,7 +15024,7 @@ snapshots: dependencies: pvtsutils: 1.3.5 pvutils: 1.1.3 - tslib: 2.6.3 + tslib: 2.7.0 assertion-error@2.0.1: {} @@ -14695,7 +15032,7 @@ snapshots: ast-types@0.15.2: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 astral-regex@1.0.0: {} @@ -14705,7 +15042,7 @@ snapshots: async-mutex@0.2.6: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 async@2.6.4: dependencies: @@ -14733,7 +15070,7 @@ snapshots: axe-core@4.7.0: {} - axios@1.7.4: + axios@1.7.5: dependencies: follow-redirects: 1.15.6 form-data: 4.0.0 @@ -14770,7 +15107,7 @@ snapshots: '@types/babel__core': 7.20.5 '@types/babel__helper-plugin-utils': 7.10.3 '@types/babel__traverse': 7.20.6 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - supports-color - ts-jest @@ -14819,12 +15156,12 @@ snapshots: transitivePeerDependencies: - '@babel/core' - babel-plugin-transform-typescript-metadata@0.3.2(@babel/core@7.25.2)(@babel/traverse@7.25.3): + babel-plugin-transform-typescript-metadata@0.3.2(@babel/core@7.25.2)(@babel/traverse@7.25.4): dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 optionalDependencies: - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.4 babel-preset-fbjs@3.4.0(@babel/core@7.25.2): dependencies: @@ -14947,7 +15284,7 @@ snapshots: bufferutil@4.0.8: dependencies: - node-gyp-build: 4.8.1 + node-gyp-build: 4.8.2 builtins@5.0.1: dependencies: @@ -15008,7 +15345,7 @@ snapshots: camel-case@4.1.2: dependencies: pascal-case: 3.1.2 - tslib: 2.6.3 + tslib: 2.7.0 camelcase@5.3.1: {} @@ -15019,7 +15356,7 @@ snapshots: capital-case@1.0.4: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.7.0 upper-case-first: 2.0.2 chai@5.1.1: @@ -15087,17 +15424,17 @@ snapshots: path-case: 3.0.4 sentence-case: 3.0.4 snake-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.7.0 chardet@0.7.0: {} - chart.js@4.4.3: + chart.js@4.4.4: dependencies: '@kurkle/color': 0.3.2 - chartjs-adapter-date-fns@3.0.0(chart.js@4.4.3)(date-fns@3.6.0): + chartjs-adapter-date-fns@3.0.0(chart.js@4.4.4)(date-fns@3.6.0): dependencies: - chart.js: 4.4.3 + chart.js: 4.4.4 date-fns: 3.6.0 check-error@2.1.1: {} @@ -15289,7 +15626,7 @@ snapshots: constant-case@3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.7.0 upper-case: 2.0.2 content-disposition@0.5.4: @@ -15317,6 +15654,10 @@ snapshots: dependencies: browserslist: 4.23.3 + core-js-compat@3.38.1: + dependencies: + browserslist: 4.23.3 + core-util-is@1.0.3: {} corser@2.0.1: {} @@ -15384,7 +15725,7 @@ snapshots: cross-inspect@1.0.0: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 cross-spawn@5.1.0: dependencies: @@ -15470,13 +15811,13 @@ snapshots: date-fns@2.30.0: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 date-fns@3.6.0: {} date-format@4.0.14: {} - dayjs@1.11.12: {} + dayjs@1.11.13: {} de-indent@1.0.2: {} @@ -15640,7 +15981,7 @@ snapshots: dot-case@3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.7.0 dotenv-expand@11.0.6: dependencies: @@ -15661,7 +16002,7 @@ snapshots: readable-stream: 3.6.2 stream-shift: 1.0.3 - eciesjs@0.3.19: + eciesjs@0.3.20: dependencies: '@types/secp256k1': 4.0.6 futoin-hkdf: 1.5.3 @@ -15701,12 +16042,12 @@ snapshots: dependencies: once: 1.4.0 - engine.io-client@6.5.4(bufferutil@4.0.8)(utf-8-validate@5.0.10): + engine.io-client@6.5.4(bufferutil@4.0.8)(utf-8-validate@6.0.4): dependencies: '@socket.io/component-emitter': 3.1.2 debug: 4.3.6 engine.io-parser: 5.2.3 - ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@6.0.4) xmlhttprequest-ssl: 2.0.0 transitivePeerDependencies: - bufferutil @@ -16115,14 +16456,14 @@ snapshots: object.entries: 1.1.7 object.fromentries: 2.0.7 - eslint-plugin-prettier@5.1.3(@types/eslint@9.6.0)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.3): + eslint-plugin-prettier@5.1.3(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.3): dependencies: eslint: 8.57.0 prettier: 3.3.3 prettier-linter-helpers: 1.0.0 synckit: 0.8.8 optionalDependencies: - '@types/eslint': 9.6.0 + '@types/eslint': 9.6.1 eslint-config-prettier: 9.1.0(eslint@8.57.0) eslint-plugin-react-hooks@4.6.2(eslint@8.57.0): @@ -16435,11 +16776,11 @@ snapshots: dependencies: flat-cache: 3.2.0 - file-loader@6.2.0(webpack@5.93.0(@swc/core@1.7.12(@swc/helpers@0.5.12))): + file-loader@6.2.0(webpack@5.94.0(@swc/core@1.7.21(@swc/helpers@0.5.12))): dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.93.0(@swc/core@1.7.12(@swc/helpers@0.5.12)) + webpack: 5.94.0(@swc/core@1.7.21(@swc/helpers@0.5.12)) file-type@17.1.6: dependencies: @@ -16719,20 +17060,20 @@ snapshots: graphemer@1.4.0: {} - graphql-config@5.0.3(@types/node@20.14.11)(bufferutil@4.0.8)(graphql@16.9.0)(typescript@5.5.4)(utf-8-validate@5.0.10): + graphql-config@5.0.3(@types/node@20.14.11)(bufferutil@4.0.8)(graphql@16.9.0)(typescript@5.5.4)(utf-8-validate@6.0.4): dependencies: '@graphql-tools/graphql-file-loader': 8.0.0(graphql@16.9.0) '@graphql-tools/json-file-loader': 8.0.0(graphql@16.9.0) '@graphql-tools/load': 8.0.1(graphql@16.9.0) '@graphql-tools/merge': 9.0.1(graphql@16.9.0) - '@graphql-tools/url-loader': 8.0.1(@types/node@20.14.11)(bufferutil@4.0.8)(graphql@16.9.0)(utf-8-validate@5.0.10) + '@graphql-tools/url-loader': 8.0.1(@types/node@20.14.11)(bufferutil@4.0.8)(graphql@16.9.0)(utf-8-validate@6.0.4) '@graphql-tools/utils': 10.0.13(graphql@16.9.0) cosmiconfig: 8.3.6(typescript@5.5.4) graphql: 16.9.0 jiti: 1.21.0 minimatch: 4.2.3 string-env-interpolation: 1.0.1 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - '@types/node' - bufferutil @@ -16751,7 +17092,7 @@ snapshots: graphql-tag@2.12.6(graphql@16.9.0): dependencies: graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 graphql-ws@5.14.3(graphql@16.9.0): dependencies: @@ -16816,7 +17157,7 @@ snapshots: header-case@2.0.4: dependencies: capital-case: 1.0.4 - tslib: 2.6.3 + tslib: 2.7.0 hermes-estree@0.22.0: {} @@ -16947,17 +17288,17 @@ snapshots: human-signals@5.0.0: {} - husky@9.1.4: {} + husky@9.1.5: {} hyphenate-style-name@1.1.0: {} i18next-browser-languagedetector@7.1.0: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 i18next@23.11.5: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 iconv-lite@0.4.24: dependencies: @@ -17041,7 +17382,7 @@ snapshots: '@formatjs/ecma402-abstract': 2.0.0 '@formatjs/fast-memoize': 2.2.0 '@formatjs/icu-messageformat-parser': 2.7.8 - tslib: 2.6.3 + tslib: 2.7.0 invariant@2.2.4: dependencies: @@ -17135,7 +17476,7 @@ snapshots: is-lower-case@2.0.2: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 is-map@2.0.2: {} @@ -17153,9 +17494,6 @@ snapshots: is-plain-obj@1.1.0: {} - is-plain-obj@2.1.0: - optional: true - is-plain-object@2.0.4: dependencies: isobject: 3.0.1 @@ -17207,7 +17545,7 @@ snapshots: is-upper-case@2.0.2: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 is-weakmap@2.0.1: {} @@ -17244,24 +17582,17 @@ snapshots: isobject@3.0.1: {} - isomorphic-unfetch@3.1.0: - dependencies: - node-fetch: 2.7.0 - unfetch: 4.2.0 - transitivePeerDependencies: - - encoding - - isomorphic-ws@5.0.0(ws@8.16.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)): + isomorphic-ws@5.0.0(ws@8.16.0(bufferutil@4.0.8)(utf-8-validate@6.0.4)): dependencies: - ws: 8.16.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ws: 8.16.0(bufferutil@4.0.8)(utf-8-validate@6.0.4) - isomorphic-ws@5.0.0(ws@8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)): + isomorphic-ws@5.0.0(ws@8.17.1(bufferutil@4.0.8)(utf-8-validate@6.0.4)): dependencies: - ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@6.0.4) - isows@1.0.4(ws@8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)): + isows@1.0.4(ws@8.17.1(bufferutil@4.0.8)(utf-8-validate@6.0.4)): dependencies: - ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@6.0.4) iterator.prototype@1.1.2: dependencies: @@ -17303,7 +17634,7 @@ snapshots: '@types/stack-utils': 2.0.3 chalk: 4.1.2 graceful-fs: 4.2.11 - micromatch: 4.0.7 + micromatch: 4.0.8 pretty-format: 29.7.0 slash: 3.0.0 stack-utils: 2.0.6 @@ -17378,15 +17709,15 @@ snapshots: jsc-safe-url@0.2.4: {} - jscodeshift@0.14.0(@babel/preset-env@7.25.3(@babel/core@7.25.2)): + jscodeshift@0.14.0(@babel/preset-env@7.25.4(@babel/core@7.25.2)): dependencies: '@babel/core': 7.25.2 - '@babel/parser': 7.25.3 + '@babel/parser': 7.25.4 '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.25.2) '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.25.2) '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.25.2) '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.25.2) - '@babel/preset-env': 7.25.3(@babel/core@7.25.2) + '@babel/preset-env': 7.25.4(@babel/core@7.25.2) '@babel/preset-flow': 7.24.7(@babel/core@7.25.2) '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) '@babel/register': 7.24.6(@babel/core@7.25.2) @@ -17394,7 +17725,7 @@ snapshots: chalk: 4.1.2 flow-parser: 0.244.0 graceful-fs: 4.2.11 - micromatch: 4.0.7 + micromatch: 4.0.8 neo-async: 2.6.2 node-dir: 0.1.17 recast: 0.21.5 @@ -17403,7 +17734,7 @@ snapshots: transitivePeerDependencies: - supports-color - jsdom@24.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10): + jsdom@24.1.1(bufferutil@4.0.8)(utf-8-validate@6.0.4): dependencies: cssstyle: 4.0.1 data-urls: 5.0.0 @@ -17424,7 +17755,7 @@ snapshots: whatwg-encoding: 3.1.1 whatwg-mimetype: 4.0.0 whatwg-url: 14.0.0 - ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@6.0.4) xml-name-validator: 5.0.0 transitivePeerDependencies: - bufferutil @@ -17503,7 +17834,7 @@ snapshots: keccak@3.0.4: dependencies: node-addon-api: 2.0.2 - node-gyp-build: 4.8.1 + node-gyp-build: 4.8.2 readable-stream: 3.6.2 keygrip@1.1.0: @@ -17737,7 +18068,7 @@ snapshots: logkitty@0.7.1: dependencies: ansi-fragments: 0.2.1 - dayjs: 1.11.12 + dayjs: 1.11.13 yargs: 15.4.1 long-timeout@0.1.1: {} @@ -17752,11 +18083,11 @@ snapshots: lower-case-first@2.0.2: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 lower-case@2.0.2: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 lowercase-keys@2.0.0: {} @@ -17810,17 +18141,12 @@ snapshots: media-query-parser@2.0.2: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 media-typer@0.3.0: {} memoize-one@5.2.1: {} - merge-options@3.0.4: - dependencies: - is-plain-obj: 2.1.0 - optional: true - merge-stream@2.0.0: {} merge2@1.4.1: {} @@ -17850,13 +18176,13 @@ snapshots: flow-enums-runtime: 0.0.6 metro-core: 0.80.10 - metro-config@0.80.10(bufferutil@4.0.8)(utf-8-validate@5.0.10): + metro-config@0.80.10(bufferutil@4.0.8)(utf-8-validate@6.0.4): dependencies: connect: 3.7.0 cosmiconfig: 5.2.1 flow-enums-runtime: 0.0.6 jest-validate: 29.7.0 - metro: 0.80.10(bufferutil@4.0.8)(utf-8-validate@5.0.10) + metro: 0.80.10(bufferutil@4.0.8)(utf-8-validate@6.0.4) metro-cache: 0.80.10 metro-core: 0.80.10 metro-runtime: 0.80.10 @@ -17881,7 +18207,7 @@ snapshots: graceful-fs: 4.2.11 invariant: 2.2.4 jest-worker: 29.7.0 - micromatch: 4.0.7 + micromatch: 4.0.8 node-abort-controller: 3.1.1 nullthrows: 1.1.1 walker: 1.0.8 @@ -17901,13 +18227,13 @@ snapshots: metro-runtime@0.80.10: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 flow-enums-runtime: 0.0.6 metro-source-map@0.80.10: dependencies: - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.4 + '@babel/types': 7.25.4 flow-enums-runtime: 0.0.6 invariant: 2.2.4 metro-symbolicate: 0.80.10 @@ -17933,22 +18259,22 @@ snapshots: metro-transform-plugins@0.80.10: dependencies: '@babel/core': 7.25.2 - '@babel/generator': 7.25.0 + '@babel/generator': 7.25.5 '@babel/template': 7.25.0 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.4 flow-enums-runtime: 0.0.6 nullthrows: 1.1.1 transitivePeerDependencies: - supports-color - metro-transform-worker@0.80.10(bufferutil@4.0.8)(utf-8-validate@5.0.10): + metro-transform-worker@0.80.10(bufferutil@4.0.8)(utf-8-validate@6.0.4): dependencies: '@babel/core': 7.25.2 - '@babel/generator': 7.25.0 - '@babel/parser': 7.25.3 - '@babel/types': 7.25.2 + '@babel/generator': 7.25.5 + '@babel/parser': 7.25.4 + '@babel/types': 7.25.4 flow-enums-runtime: 0.0.6 - metro: 0.80.10(bufferutil@4.0.8)(utf-8-validate@5.0.10) + metro: 0.80.10(bufferutil@4.0.8)(utf-8-validate@6.0.4) metro-babel-transformer: 0.80.10 metro-cache: 0.80.10 metro-cache-key: 0.80.10 @@ -17962,15 +18288,15 @@ snapshots: - supports-color - utf-8-validate - metro@0.80.10(bufferutil@4.0.8)(utf-8-validate@5.0.10): + metro@0.80.10(bufferutil@4.0.8)(utf-8-validate@6.0.4): dependencies: '@babel/code-frame': 7.24.7 '@babel/core': 7.25.2 - '@babel/generator': 7.25.0 - '@babel/parser': 7.25.3 + '@babel/generator': 7.25.5 + '@babel/parser': 7.25.4 '@babel/template': 7.25.0 - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.4 + '@babel/types': 7.25.4 accepts: 1.3.8 chalk: 4.1.2 ci-info: 2.0.0 @@ -17989,7 +18315,7 @@ snapshots: metro-babel-transformer: 0.80.10 metro-cache: 0.80.10 metro-cache-key: 0.80.10 - metro-config: 0.80.10(bufferutil@4.0.8)(utf-8-validate@5.0.10) + metro-config: 0.80.10(bufferutil@4.0.8)(utf-8-validate@6.0.4) metro-core: 0.80.10 metro-file-map: 0.80.10 metro-resolver: 0.80.10 @@ -17997,7 +18323,7 @@ snapshots: metro-source-map: 0.80.10 metro-symbolicate: 0.80.10 metro-transform-plugins: 0.80.10 - metro-transform-worker: 0.80.10(bufferutil@4.0.8)(utf-8-validate@5.0.10) + metro-transform-worker: 0.80.10(bufferutil@4.0.8)(utf-8-validate@6.0.4) mime-types: 2.1.35 node-fetch: 2.7.0 nullthrows: 1.1.1 @@ -18005,7 +18331,7 @@ snapshots: source-map: 0.5.7 strip-ansi: 6.0.1 throat: 5.0.0 - ws: 7.5.10(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ws: 7.5.10(bufferutil@4.0.8)(utf-8-validate@6.0.4) yargs: 17.7.2 transitivePeerDependencies: - bufferutil @@ -18025,6 +18351,11 @@ snapshots: braces: 3.0.3 picomatch: 2.3.1 + micromatch@4.0.8: + dependencies: + braces: 3.0.3 + picomatch: 2.3.1 + mime-db@1.52.0: {} mime-db@1.53.0: {} @@ -18151,7 +18482,7 @@ snapshots: no-case@3.0.4: dependencies: lower-case: 2.0.2 - tslib: 2.6.3 + tslib: 2.7.0 nocache@3.0.4: {} @@ -18178,7 +18509,10 @@ snapshots: node-forge@1.3.1: {} - node-gyp-build@4.8.1: {} + node-gyp-build@4.8.1: + optional: true + + node-gyp-build@4.8.2: {} node-int64@0.4.0: {} @@ -18229,14 +18563,14 @@ snapshots: nwsapi@2.2.12: {} - nx@19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)): + nx@19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)): dependencies: '@napi-rs/wasm-runtime': 0.2.4 - '@nrwl/tao': 19.6.2(@swc-node/register@1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.12(@swc/helpers@0.5.12)) + '@nrwl/tao': 19.6.4(@swc-node/register@1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4))(@swc/core@1.7.21(@swc/helpers@0.5.12)) '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.7 - axios: 1.7.4 + axios: 1.7.5 chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 @@ -18263,22 +18597,22 @@ snapshots: tar-stream: 2.2.0 tmp: 0.2.1 tsconfig-paths: 4.2.0 - tslib: 2.6.3 + tslib: 2.7.0 yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 19.6.2 - '@nx/nx-darwin-x64': 19.6.2 - '@nx/nx-freebsd-x64': 19.6.2 - '@nx/nx-linux-arm-gnueabihf': 19.6.2 - '@nx/nx-linux-arm64-gnu': 19.6.2 - '@nx/nx-linux-arm64-musl': 19.6.2 - '@nx/nx-linux-x64-gnu': 19.6.2 - '@nx/nx-linux-x64-musl': 19.6.2 - '@nx/nx-win32-arm64-msvc': 19.6.2 - '@nx/nx-win32-x64-msvc': 19.6.2 - '@swc-node/register': 1.10.9(@swc/core@1.7.12(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4) - '@swc/core': 1.7.12(@swc/helpers@0.5.12) + '@nx/nx-darwin-arm64': 19.6.4 + '@nx/nx-darwin-x64': 19.6.4 + '@nx/nx-freebsd-x64': 19.6.4 + '@nx/nx-linux-arm-gnueabihf': 19.6.4 + '@nx/nx-linux-arm64-gnu': 19.6.4 + '@nx/nx-linux-arm64-musl': 19.6.4 + '@nx/nx-linux-x64-gnu': 19.6.4 + '@nx/nx-linux-x64-musl': 19.6.4 + '@nx/nx-win32-arm64-msvc': 19.6.4 + '@nx/nx-win32-x64-msvc': 19.6.4 + '@swc-node/register': 1.10.9(@swc/core@1.7.21(@swc/helpers@0.5.12))(@swc/types@0.1.12)(typescript@5.5.4) + '@swc/core': 1.7.21(@swc/helpers@0.5.12) transitivePeerDependencies: - debug @@ -18478,7 +18812,7 @@ snapshots: param-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.7.0 parent-module@1.0.1: dependencies: @@ -18513,14 +18847,14 @@ snapshots: pascal-case@3.1.2: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.7.0 path-browserify@1.0.1: {} path-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.7.0 path-exists@3.0.0: {} @@ -18581,7 +18915,7 @@ snapshots: process-warning: 1.0.0 quick-format-unescaped: 4.0.4 real-require: 0.1.0 - safe-stable-stringify: 2.4.3 + safe-stable-stringify: 2.5.0 sonic-boom: 2.8.0 thread-stream: 0.15.2 @@ -18696,7 +19030,7 @@ snapshots: pvtsutils@1.3.5: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 pvutils@1.1.3: {} @@ -18752,15 +19086,15 @@ snapshots: range-parser@1.2.1: {} - react-chartjs-2@5.2.0(chart.js@4.4.3)(react@18.3.1): + react-chartjs-2@5.2.0(chart.js@4.4.4)(react@18.3.1): dependencies: - chart.js: 4.4.3 + chart.js: 4.4.4 react: 18.3.1 - react-devtools-core@5.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10): + react-devtools-core@5.3.1(bufferutil@4.0.8)(utf-8-validate@6.0.4): dependencies: shell-quote: 1.8.1 - ws: 7.5.10(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ws: 7.5.10(bufferutil@4.0.8)(utf-8-validate@6.0.4) transitivePeerDependencies: - bufferutil - utf-8-validate @@ -18779,11 +19113,11 @@ snapshots: '@formatjs/intl-displaynames': 6.6.8 '@formatjs/intl-listformat': 7.5.7 '@types/hoist-non-react-statics': 3.3.5 - '@types/react': 18.3.3 + '@types/react': 18.3.4 hoist-non-react-statics: 3.3.2 intl-messageformat: 10.5.14 react: 18.3.1 - tslib: 2.6.3 + tslib: 2.7.0 optionalDependencies: typescript: 5.5.4 @@ -18799,26 +19133,26 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - react-native-webview@11.26.1(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))(react@18.3.1): + react-native-webview@11.26.1(react-native@0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))(@types/react@18.3.4)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@6.0.4))(react@18.3.1): dependencies: escape-string-regexp: 2.0.0 invariant: 2.2.4 react: 18.3.1 - react-native: 0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10) + react-native: 0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))(@types/react@18.3.4)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@6.0.4) - react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10): + react-native@0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))(@types/react@18.3.4)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@6.0.4): dependencies: '@jest/create-cache-key-function': 29.7.0 - '@react-native-community/cli': 14.0.0(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10) + '@react-native-community/cli': 14.0.0(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4) '@react-native-community/cli-platform-android': 14.0.0 '@react-native-community/cli-platform-ios': 14.0.0 - '@react-native/assets-registry': 0.75.1 - '@react-native/codegen': 0.75.1(@babel/preset-env@7.25.3(@babel/core@7.25.2)) - '@react-native/community-cli-plugin': 0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@react-native/gradle-plugin': 0.75.1 - '@react-native/js-polyfills': 0.75.1 - '@react-native/normalize-colors': 0.75.1 - '@react-native/virtualized-lists': 0.75.1(@types/react@18.3.3)(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))(react@18.3.1) + '@react-native/assets-registry': 0.75.2 + '@react-native/codegen': 0.75.2(@babel/preset-env@7.25.4(@babel/core@7.25.2)) + '@react-native/community-cli-plugin': 0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))(bufferutil@4.0.8)(utf-8-validate@6.0.4) + '@react-native/gradle-plugin': 0.75.2 + '@react-native/js-polyfills': 0.75.2 + '@react-native/normalize-colors': 0.75.2 + '@react-native/virtualized-lists': 0.75.2(@types/react@18.3.4)(react-native@0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))(@types/react@18.3.4)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@6.0.4))(react@18.3.1) abort-controller: 3.0.0 anser: 1.4.10 ansi-regex: 5.0.1 @@ -18838,17 +19172,17 @@ snapshots: pretty-format: 26.6.2 promise: 8.3.0 react: 18.3.1 - react-devtools-core: 5.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + react-devtools-core: 5.3.1(bufferutil@4.0.8)(utf-8-validate@6.0.4) react-refresh: 0.14.2 regenerator-runtime: 0.13.11 scheduler: 0.24.0-canary-efb381bbf-20230505 semver: 7.6.3 stacktrace-parser: 0.1.10 whatwg-fetch: 3.6.20 - ws: 6.2.3(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ws: 6.2.3(bufferutil@4.0.8)(utf-8-validate@6.0.4) yargs: 17.7.2 optionalDependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.4 transitivePeerDependencies: - '@babel/core' - '@babel/preset-env' @@ -18860,24 +19194,24 @@ snapshots: react-refresh@0.14.2: {} - react-remove-scroll-bar@2.3.6(@types/react@18.3.3)(react@18.3.1): + react-remove-scroll-bar@2.3.6(@types/react@18.3.4)(react@18.3.1): dependencies: react: 18.3.1 - react-style-singleton: 2.2.1(@types/react@18.3.3)(react@18.3.1) - tslib: 2.6.3 + react-style-singleton: 2.2.1(@types/react@18.3.4)(react@18.3.1) + tslib: 2.7.0 optionalDependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.4 - react-remove-scroll@2.5.7(@types/react@18.3.3)(react@18.3.1): + react-remove-scroll@2.5.7(@types/react@18.3.4)(react@18.3.1): dependencies: react: 18.3.1 - react-remove-scroll-bar: 2.3.6(@types/react@18.3.3)(react@18.3.1) - react-style-singleton: 2.2.1(@types/react@18.3.3)(react@18.3.1) - tslib: 2.6.3 - use-callback-ref: 1.3.2(@types/react@18.3.3)(react@18.3.1) - use-sidecar: 1.1.2(@types/react@18.3.3)(react@18.3.1) + react-remove-scroll-bar: 2.3.6(@types/react@18.3.4)(react@18.3.1) + react-style-singleton: 2.2.1(@types/react@18.3.4)(react@18.3.1) + tslib: 2.7.0 + use-callback-ref: 1.3.2(@types/react@18.3.4)(react@18.3.1) + use-sidecar: 1.1.2(@types/react@18.3.4)(react@18.3.1) optionalDependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.4 react-router-dom@6.26.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: @@ -18891,14 +19225,14 @@ snapshots: '@remix-run/router': 1.19.1 react: 18.3.1 - react-style-singleton@2.2.1(@types/react@18.3.3)(react@18.3.1): + react-style-singleton@2.2.1(@types/react@18.3.4)(react@18.3.1): dependencies: get-nonce: 1.0.1 invariant: 2.2.4 react: 18.3.1 - tslib: 2.6.3 + tslib: 2.7.0 optionalDependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.4 react-tracked@2.0.0(react@18.3.1)(scheduler@0.24.0-canary-efb381bbf-20230505): dependencies: @@ -18916,10 +19250,10 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - react-universal-interface@0.6.2(react@18.3.1)(tslib@2.6.3): + react-universal-interface@0.6.2(react@18.3.1)(tslib@2.7.0): dependencies: react: 18.3.1 - tslib: 2.6.3 + tslib: 2.7.0 react-use@17.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: @@ -18932,13 +19266,13 @@ snapshots: nano-css: 5.6.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - react-universal-interface: 0.6.2(react@18.3.1)(tslib@2.6.3) + react-universal-interface: 0.6.2(react@18.3.1)(tslib@2.7.0) resize-observer-polyfill: 1.5.1 screenfull: 5.2.0 set-harmonic-interval: 1.0.1 throttle-debounce: 3.0.1 ts-easing: 0.2.0 - tslib: 2.6.3 + tslib: 2.7.0 react@18.3.1: dependencies: @@ -18977,7 +19311,7 @@ snapshots: ast-types: 0.15.2 esprima: 4.0.1 source-map: 0.6.1 - tslib: 2.6.3 + tslib: 2.7.0 reflect.getprototypeof@1.0.5: dependencies: @@ -19031,7 +19365,7 @@ snapshots: relay-runtime@12.0.0: dependencies: - '@babel/runtime': 7.24.7 + '@babel/runtime': 7.25.4 fbjs: 3.0.5 invariant: 2.2.4 transitivePeerDependencies: @@ -19108,35 +19442,35 @@ snapshots: dependencies: glob: 7.1.4 - rollup-plugin-visualizer@5.12.0(rollup@4.21.0): + rollup-plugin-visualizer@5.12.0(rollup@4.21.1): dependencies: open: 8.4.2 picomatch: 2.3.1 source-map: 0.7.4 yargs: 17.7.2 optionalDependencies: - rollup: 4.21.0 + rollup: 4.21.1 - rollup@4.21.0: + rollup@4.21.1: dependencies: '@types/estree': 1.0.5 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.21.0 - '@rollup/rollup-android-arm64': 4.21.0 - '@rollup/rollup-darwin-arm64': 4.21.0 - '@rollup/rollup-darwin-x64': 4.21.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.21.0 - '@rollup/rollup-linux-arm-musleabihf': 4.21.0 - '@rollup/rollup-linux-arm64-gnu': 4.21.0 - '@rollup/rollup-linux-arm64-musl': 4.21.0 - '@rollup/rollup-linux-powerpc64le-gnu': 4.21.0 - '@rollup/rollup-linux-riscv64-gnu': 4.21.0 - '@rollup/rollup-linux-s390x-gnu': 4.21.0 - '@rollup/rollup-linux-x64-gnu': 4.21.0 - '@rollup/rollup-linux-x64-musl': 4.21.0 - '@rollup/rollup-win32-arm64-msvc': 4.21.0 - '@rollup/rollup-win32-ia32-msvc': 4.21.0 - '@rollup/rollup-win32-x64-msvc': 4.21.0 + '@rollup/rollup-android-arm-eabi': 4.21.1 + '@rollup/rollup-android-arm64': 4.21.1 + '@rollup/rollup-darwin-arm64': 4.21.1 + '@rollup/rollup-darwin-x64': 4.21.1 + '@rollup/rollup-linux-arm-gnueabihf': 4.21.1 + '@rollup/rollup-linux-arm-musleabihf': 4.21.1 + '@rollup/rollup-linux-arm64-gnu': 4.21.1 + '@rollup/rollup-linux-arm64-musl': 4.21.1 + '@rollup/rollup-linux-powerpc64le-gnu': 4.21.1 + '@rollup/rollup-linux-riscv64-gnu': 4.21.1 + '@rollup/rollup-linux-s390x-gnu': 4.21.1 + '@rollup/rollup-linux-x64-gnu': 4.21.1 + '@rollup/rollup-linux-x64-musl': 4.21.1 + '@rollup/rollup-win32-arm64-msvc': 4.21.1 + '@rollup/rollup-win32-ia32-msvc': 4.21.1 + '@rollup/rollup-win32-x64-msvc': 4.21.1 fsevents: 2.3.3 rrweb-cssom@0.6.0: {} @@ -19145,7 +19479,7 @@ snapshots: rtl-css-js@1.16.1: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.4 run-async@2.4.1: {} @@ -19155,7 +19489,7 @@ snapshots: rxjs@7.8.1: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 safe-array-concat@1.1.0: dependencies: @@ -19181,7 +19515,7 @@ snapshots: es-errors: 1.3.0 is-regex: 1.1.4 - safe-stable-stringify@2.4.3: {} + safe-stable-stringify@2.5.0: {} safer-buffer@2.1.2: {} @@ -19211,7 +19545,7 @@ snapshots: dependencies: elliptic: 6.5.7 node-addon-api: 5.1.0 - node-gyp-build: 4.8.1 + node-gyp-build: 4.8.2 secure-compare@3.0.1: {} @@ -19259,7 +19593,7 @@ snapshots: sentence-case@3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.7.0 upper-case-first: 2.0.2 serialize-error@2.1.0: {} @@ -19387,13 +19721,13 @@ snapshots: snake-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.7.0 - socket.io-client@4.7.5(bufferutil@4.0.8)(utf-8-validate@5.0.10): + socket.io-client@4.7.5(bufferutil@4.0.8)(utf-8-validate@6.0.4): dependencies: '@socket.io/component-emitter': 3.1.2 debug: 4.3.6 - engine.io-client: 6.5.4(bufferutil@4.0.8)(utf-8-validate@5.0.10) + engine.io-client: 6.5.4(bufferutil@4.0.8)(utf-8-validate@6.0.4) socket.io-parser: 4.2.4 transitivePeerDependencies: - bufferutil @@ -19447,7 +19781,7 @@ snapshots: sponge-case@1.0.1: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 sprintf-js@1.0.3: {} @@ -19638,14 +19972,14 @@ snapshots: swap-case@2.0.2: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 symbol-tree@3.2.4: {} synckit@0.8.8: dependencies: '@pkgr/core': 0.1.1 - tslib: 2.6.3 + tslib: 2.7.0 system-architecture@0.1.0: {} @@ -19663,16 +19997,16 @@ snapshots: dependencies: rimraf: 2.6.3 - terser-webpack-plugin@5.3.10(@swc/core@1.7.12(@swc/helpers@0.5.12))(webpack@5.93.0(@swc/core@1.7.12(@swc/helpers@0.5.12))): + terser-webpack-plugin@5.3.10(@swc/core@1.7.21(@swc/helpers@0.5.12))(webpack@5.94.0(@swc/core@1.7.21(@swc/helpers@0.5.12))): dependencies: '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 terser: 5.31.6 - webpack: 5.93.0(@swc/core@1.7.12(@swc/helpers@0.5.12)) + webpack: 5.94.0(@swc/core@1.7.21(@swc/helpers@0.5.12)) optionalDependencies: - '@swc/core': 1.7.12(@swc/helpers@0.5.12) + '@swc/core': 1.7.21(@swc/helpers@0.5.12) terser@5.31.6: dependencies: @@ -19700,7 +20034,7 @@ snapshots: tinybench@2.9.0: {} - tinypool@1.0.0: {} + tinypool@1.0.1: {} tinyrainbow@1.2.0: {} @@ -19708,7 +20042,7 @@ snapshots: title-case@3.0.3: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 tmp@0.0.33: dependencies: @@ -19760,7 +20094,7 @@ snapshots: ts-log@2.2.5: {} - ts-node@10.9.1(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(typescript@5.4.5): + ts-node@10.9.1(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(typescript@5.4.5): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.9 @@ -19778,9 +20112,9 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.7.12(@swc/helpers@0.5.12) + '@swc/core': 1.7.21(@swc/helpers@0.5.12) - ts-node@10.9.1(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(typescript@5.5.4): + ts-node@10.9.1(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(typescript@5.5.4): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.9 @@ -19798,9 +20132,9 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.7.12(@swc/helpers@0.5.12) + '@swc/core': 1.7.21(@swc/helpers@0.5.12) - ts-node@10.9.2(@swc/core@1.7.12(@swc/helpers@0.5.12))(@types/node@20.14.11)(typescript@5.5.4): + ts-node@10.9.2(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@20.14.11)(typescript@5.5.4): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.9 @@ -19818,7 +20152,7 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.7.12(@swc/helpers@0.5.12) + '@swc/core': 1.7.21(@swc/helpers@0.5.12) ts-toolbelt@9.6.0: {} @@ -19847,9 +20181,11 @@ snapshots: tslib@2.6.3: {} + tslib@2.7.0: {} + tsscmp@1.0.6: {} - tsx@4.17.0: + tsx@4.19.0: dependencies: esbuild: 0.23.1 get-tsconfig: 4.7.6 @@ -19971,8 +20307,6 @@ snapshots: node-fetch-native: 1.6.4 pathe: 1.1.2 - unfetch@4.2.0: {} - unicode-canonical-property-names-ecmascript@2.0.0: {} unicode-emoji-utils@1.2.0: @@ -20037,11 +20371,11 @@ snapshots: upper-case-first@2.0.2: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 upper-case@2.0.2: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 uqr@0.1.2: {} @@ -20060,25 +20394,25 @@ snapshots: urlpattern-polyfill@8.0.2: {} - use-callback-ref@1.3.2(@types/react@18.3.3)(react@18.3.1): + use-callback-ref@1.3.2(@types/react@18.3.4)(react@18.3.1): dependencies: react: 18.3.1 - tslib: 2.6.3 + tslib: 2.7.0 optionalDependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.4 use-context-selector@2.0.0(react@18.3.1)(scheduler@0.24.0-canary-efb381bbf-20230505): dependencies: react: 18.3.1 scheduler: 0.24.0-canary-efb381bbf-20230505 - use-sidecar@1.1.2(@types/react@18.3.3)(react@18.3.1): + use-sidecar@1.1.2(@types/react@18.3.4)(react@18.3.1): dependencies: detect-node-es: 1.1.0 react: 18.3.1 - tslib: 2.6.3 + tslib: 2.7.0 optionalDependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.4 use-sync-external-store@1.2.0(react@18.3.1): dependencies: @@ -20086,7 +20420,12 @@ snapshots: utf-8-validate@5.0.10: dependencies: - node-gyp-build: 4.8.1 + node-gyp-build: 4.8.2 + + utf-8-validate@6.0.4: + dependencies: + node-gyp-build: 4.8.2 + optional: true util-deprecate@1.0.2: {} @@ -20110,19 +20449,19 @@ snapshots: dependencies: builtins: 5.0.1 - valtio@1.11.2(@types/react@18.3.3)(react@18.3.1): + valtio@1.11.2(@types/react@18.3.4)(react@18.3.1): dependencies: proxy-compare: 2.5.1 use-sync-external-store: 1.2.0(react@18.3.1) optionalDependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.4 react: 18.3.1 value-or-promise@1.0.12: {} vary@1.1.2: {} - viem@2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10): + viem@2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4): dependencies: '@adraffy/ens-normalize': 1.10.0 '@noble/curves': 1.4.0 @@ -20130,9 +20469,9 @@ snapshots: '@scure/bip32': 1.4.0 '@scure/bip39': 1.3.0 abitype: 1.0.5(typescript@5.5.4) - isows: 1.0.4(ws@8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + isows: 1.0.4(ws@8.17.1(bufferutil@4.0.8)(utf-8-validate@6.0.4)) webauthn-p256: 0.0.5 - ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@6.0.4) optionalDependencies: typescript: 5.5.4 transitivePeerDependencies: @@ -20158,10 +20497,10 @@ snapshots: - supports-color - terser - vite-plugin-dts@4.0.3(@types/node@20.14.11)(rollup@4.21.0)(typescript@5.5.4)(vite@5.4.1(@types/node@20.14.11)(terser@5.31.6)): + vite-plugin-dts@4.0.3(@types/node@20.14.11)(rollup@4.21.1)(typescript@5.5.4)(vite@5.4.2(@types/node@20.14.11)(terser@5.31.6)): dependencies: '@microsoft/api-extractor': 7.47.4(@types/node@20.14.11) - '@rollup/pluginutils': 5.1.0(rollup@4.21.0) + '@rollup/pluginutils': 5.1.0(rollup@4.21.1) '@volar/typescript': 2.4.0 '@vue/language-core': 2.0.29(typescript@5.5.4) compare-versions: 6.1.1 @@ -20172,38 +20511,38 @@ snapshots: typescript: 5.5.4 vue-tsc: 2.0.29(typescript@5.5.4) optionalDependencies: - vite: 5.4.1(@types/node@20.14.11)(terser@5.31.6) + vite: 5.4.2(@types/node@20.14.11)(terser@5.31.6) transitivePeerDependencies: - '@types/node' - rollup - supports-color - vite-plugin-static-copy@1.0.6(vite@5.4.1(@types/node@20.14.11)(terser@5.31.6)): + vite-plugin-static-copy@1.0.6(vite@5.4.2(@types/node@20.14.11)(terser@5.31.6)): dependencies: chokidar: 3.6.0 fast-glob: 3.3.2 fs-extra: 11.2.0 picocolors: 1.0.1 - vite: 5.4.1(@types/node@20.14.11)(terser@5.31.6) + vite: 5.4.2(@types/node@20.14.11)(terser@5.31.6) - vite-plugin-svgr@4.2.0(rollup@4.21.0)(typescript@5.5.4)(vite@5.4.1(@types/node@20.14.11)(terser@5.31.6)): + vite-plugin-svgr@4.2.0(rollup@4.21.1)(typescript@5.5.4)(vite@5.4.2(@types/node@20.14.11)(terser@5.31.6)): dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.21.0) + '@rollup/pluginutils': 5.1.0(rollup@4.21.1) '@svgr/core': 8.1.0(typescript@5.5.4) '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.5.4)) - vite: 5.4.1(@types/node@20.14.11)(terser@5.31.6) + vite: 5.4.2(@types/node@20.14.11)(terser@5.31.6) transitivePeerDependencies: - rollup - supports-color - typescript - vite-tsconfig-paths@5.0.1(typescript@5.5.4)(vite@5.4.1(@types/node@20.14.11)(terser@5.31.6)): + vite-tsconfig-paths@5.0.1(typescript@5.5.4)(vite@5.4.2(@types/node@20.14.11)(terser@5.31.6)): dependencies: debug: 4.3.6 globrex: 0.1.2 tsconfck: 3.1.1(typescript@5.5.4) optionalDependencies: - vite: 5.4.1(@types/node@20.14.11)(terser@5.31.6) + vite: 5.4.2(@types/node@20.14.11)(terser@5.31.6) transitivePeerDependencies: - supports-color - typescript @@ -20212,13 +20551,23 @@ snapshots: dependencies: esbuild: 0.21.5 postcss: 8.4.41 - rollup: 4.21.0 + rollup: 4.21.1 optionalDependencies: '@types/node': 20.14.11 fsevents: 2.3.3 terser: 5.31.6 - vitest@2.0.5(@types/node@20.14.11)(jsdom@24.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(terser@5.31.6): + vite@5.4.2(@types/node@20.14.11)(terser@5.31.6): + dependencies: + esbuild: 0.21.5 + postcss: 8.4.41 + rollup: 4.21.1 + optionalDependencies: + '@types/node': 20.14.11 + fsevents: 2.3.3 + terser: 5.31.6 + + vitest@2.0.5(@types/node@20.14.11)(jsdom@24.1.1(bufferutil@4.0.8)(utf-8-validate@6.0.4))(terser@5.31.6): dependencies: '@ampproject/remapping': 2.3.0 '@vitest/expect': 2.0.5 @@ -20234,14 +20583,14 @@ snapshots: pathe: 1.1.2 std-env: 3.7.0 tinybench: 2.9.0 - tinypool: 1.0.0 + tinypool: 1.0.1 tinyrainbow: 1.2.0 vite: 5.4.1(@types/node@20.14.11)(terser@5.31.6) vite-node: 2.0.5(@types/node@20.14.11)(terser@5.31.6) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 20.14.11 - jsdom: 24.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + jsdom: 24.1.1(bufferutil@4.0.8)(utf-8-validate@6.0.4) transitivePeerDependencies: - less - lightningcss @@ -20263,18 +20612,26 @@ snapshots: semver: 7.6.3 typescript: 5.5.4 + vue-tsc@2.1.0(typescript@5.5.4): + dependencies: + '@volar/typescript': 2.4.1 + '@vue/language-core': 2.1.0(typescript@5.5.4) + semver: 7.6.3 + typescript: 5.5.4 + optional: true + w3c-xmlserializer@5.0.0: dependencies: xml-name-validator: 5.0.0 - wagmi@2.12.5(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10)))(@tanstack/query-core@5.51.21)(@tanstack/react-query@5.51.23(react@18.3.1))(@types/react@18.3.3)(bufferutil@4.0.8)(immer@10.1.1)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))(react@18.3.1)(rollup@4.21.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(viem@2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)): + wagmi@2.12.7(@tanstack/query-core@5.52.2)(@tanstack/react-query@5.52.2(react@18.3.1))(@types/react@18.3.4)(bufferutil@4.0.8)(immer@10.1.1)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))(@types/react@18.3.4)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@6.0.4))(react@18.3.1)(rollup@4.21.1)(typescript@5.5.4)(utf-8-validate@6.0.4)(viem@2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)): dependencies: - '@tanstack/react-query': 5.51.23(react@18.3.1) - '@wagmi/connectors': 5.1.5(@react-native-async-storage/async-storage@1.24.0(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10)))(@types/react@18.3.3)(@wagmi/core@2.13.4(@tanstack/query-core@5.51.21)(@types/react@18.3.3)(immer@10.1.1)(react@18.3.1)(typescript@5.5.4)(viem@2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)))(bufferutil@4.0.8)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.1(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(@types/react@18.3.3)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@5.0.10))(react@18.3.1)(rollup@4.21.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(viem@2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)) - '@wagmi/core': 2.13.4(@tanstack/query-core@5.51.21)(@types/react@18.3.3)(immer@10.1.1)(react@18.3.1)(typescript@5.5.4)(viem@2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)) + '@tanstack/react-query': 5.52.2(react@18.3.1) + '@wagmi/connectors': 5.1.7(@types/react@18.3.4)(@wagmi/core@2.13.4(@tanstack/query-core@5.52.2)(@types/react@18.3.4)(immer@10.1.1)(react@18.3.1)(typescript@5.5.4)(viem@2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)))(bufferutil@4.0.8)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.2(@babel/core@7.25.2)(@babel/preset-env@7.25.4(@babel/core@7.25.2))(@types/react@18.3.4)(bufferutil@4.0.8)(react@18.3.1)(typescript@5.5.4)(utf-8-validate@6.0.4))(react@18.3.1)(rollup@4.21.1)(typescript@5.5.4)(utf-8-validate@6.0.4)(viem@2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)) + '@wagmi/core': 2.13.4(@tanstack/query-core@5.52.2)(@types/react@18.3.4)(immer@10.1.1)(react@18.3.1)(typescript@5.5.4)(viem@2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4)) react: 18.3.1 use-sync-external-store: 1.2.0(react@18.3.1) - viem: 2.19.7(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10) + viem: 2.20.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4) optionalDependencies: typescript: 5.5.4 transitivePeerDependencies: @@ -20330,7 +20687,7 @@ snapshots: '@peculiar/json-schema': 1.1.12 asn1js: 3.0.5 pvtsutils: 1.3.5 - tslib: 2.6.3 + tslib: 2.7.0 webextension-polyfill@0.10.0: {} @@ -20340,9 +20697,8 @@ snapshots: webpack-sources@3.2.3: {} - webpack@5.93.0(@swc/core@1.7.12(@swc/helpers@0.5.12)): + webpack@5.94.0(@swc/core@1.7.21(@swc/helpers@0.5.12)): dependencies: - '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.5 '@webassemblyjs/ast': 1.12.1 '@webassemblyjs/wasm-edit': 1.12.1 @@ -20363,7 +20719,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.10(@swc/core@1.7.12(@swc/helpers@0.5.12))(webpack@5.93.0(@swc/core@1.7.12(@swc/helpers@0.5.12))) + terser-webpack-plugin: 5.3.10(@swc/core@1.7.21(@swc/helpers@0.5.12))(webpack@5.94.0(@swc/core@1.7.21(@swc/helpers@0.5.12))) watchpack: 2.4.2 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -20480,32 +20836,32 @@ snapshots: imurmurhash: 0.1.4 signal-exit: 3.0.7 - ws@6.2.3(bufferutil@4.0.8)(utf-8-validate@5.0.10): + ws@6.2.3(bufferutil@4.0.8)(utf-8-validate@6.0.4): dependencies: async-limiter: 1.0.1 optionalDependencies: bufferutil: 4.0.8 - utf-8-validate: 5.0.10 + utf-8-validate: 6.0.4 - ws@7.5.10(bufferutil@4.0.8)(utf-8-validate@5.0.10): + ws@7.5.10(bufferutil@4.0.8)(utf-8-validate@6.0.4): optionalDependencies: bufferutil: 4.0.8 - utf-8-validate: 5.0.10 + utf-8-validate: 6.0.4 - ws@8.16.0(bufferutil@4.0.8)(utf-8-validate@5.0.10): + ws@8.16.0(bufferutil@4.0.8)(utf-8-validate@6.0.4): optionalDependencies: bufferutil: 4.0.8 - utf-8-validate: 5.0.10 + utf-8-validate: 6.0.4 - ws@8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10): + ws@8.17.1(bufferutil@4.0.8)(utf-8-validate@6.0.4): optionalDependencies: bufferutil: 4.0.8 - utf-8-validate: 5.0.10 + utf-8-validate: 6.0.4 - ws@8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10): + ws@8.18.0(bufferutil@4.0.8)(utf-8-validate@6.0.4): optionalDependencies: bufferutil: 4.0.8 - utf-8-validate: 5.0.10 + utf-8-validate: 6.0.4 xml-name-validator@5.0.0: {} @@ -20570,10 +20926,10 @@ snapshots: yocto-queue@0.1.0: {} - zustand@4.4.1(@types/react@18.3.3)(immer@10.1.1)(react@18.3.1): + zustand@4.4.1(@types/react@18.3.4)(immer@10.1.1)(react@18.3.1): dependencies: use-sync-external-store: 1.2.0(react@18.3.1) optionalDependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.4 immer: 10.1.1 react: 18.3.1