MCPcopy Create free account

hub / github.com/OffchainLabs/arbitrum-orbit-deployment-ui / functions

Functions103 in github.com/OffchainLabs/arbitrum-orbit-deployment-ui

↓ 11 callersFunctionuseDeploymentPageContext
()
src/components/DeploymentPageContext.tsx:186
↓ 9 callersFunctionuseStep
()
src/hooks/useStep.tsx:22
↓ 6 callersFunctionassertIsAddress
(value: any)
src/utils/validators.ts:3
↓ 5 callersFunctiongetRpcUrl
(chainId: number)
src/utils/getRpcUrl.ts:5
↓ 4 callersFunctionnextStep
()
src/hooks/useStep.tsx:93
↓ 3 callersFunctiongetRandomWallet
()
src/utils/getRandomWallet.ts:4
↓ 3 callersFunctionpushToStepId
(id?: StepId | null)
src/hooks/useStep.tsx:54
↓ 2 callersFunctionassertIsAddressArray
(values: any[])
src/utils/validators.ts:9
↓ 2 callersFunctioncompareWallets
(wallets: Wallet[], addresses: string[])
src/utils/wallets.ts:4
↓ 2 callersFunctiondownloadJSON
(dataToDownload: any, fileName: string)
src/hooks/useConfigDownloads.tsx:47
↓ 2 callersFunctiongenerateDefaultRollupConfig
()
src/components/DeploymentPageContext.tsx:29
↓ 2 callersFunctiongetBlockExplorerUrl
(chainId: number)
src/utils/getBlockExplorerUrl.ts:5
↓ 2 callersFunctiongetDefaultRollupConfig
(owner: string = '')
src/components/DeploymentPageContext.tsx:49
↓ 2 callersFunctiongetDeploymentPageContextStateInitialValue
()
src/components/DeploymentPageContext.tsx:63
↓ 2 callersFunctionsaveWallets
(newWallets: Wallet[])
src/components/WalletAddressManager.tsx:50
↓ 2 callersFunctionshowSigningErrorToast
(error: unknown)
src/utils/errors.ts:3
↓ 2 callersFunctionuseConfigDownloads
()
src/hooks/useConfigDownloads.tsx:7
↓ 1 callersFunctionbuildL3Config
({ address, rollupConfig, validators, batchPosters, coreContracts, parentChainId, }: BuildL3Config
src/utils/configBuilders.ts:51
↓ 1 callersFunctionbuildRollupConfigPayload
(rollupConfig: RollupConfig)
src/utils/configBuilders.ts:16
↓ 1 callersFunctioncopyToClipboard
(dataToCopy: any)
src/components/CodeComponent.tsx:21
↓ 1 callersFunctioncopyToClipboard
(dataToCopy: any)
app/deployment/step/deploy-local/page.tsx:16
↓ 1 callersFunctioncreateSortedStepMapArray
(stepMap: Record<string, Step>)
src/hooks/useStep.tsx:76
↓ 1 callersFunctiondataWithParsedInfoJson
()
src/hooks/useConfigDownloads.tsx:40
↓ 1 callersFunctiondeployRollup
({ rollupConfig, validators, batchPosters, publicClient, walletClient, account, chainType = Chai
src/utils/deployRollup.ts:32
↓ 1 callersFunctiondownloadZippedConfigs
()
src/hooks/useConfigDownloads.tsx:60
↓ 1 callersFunctionfindStepById
(id: string)
src/hooks/useStep.tsx:70
↓ 1 callersFunctiongetIcon
()
src/components/NextButton.tsx:41
↓ 1 callersFunctiongetLabel
()
src/components/NextButton.tsx:29
↓ 1 callersFunctiongetLastPartOfPath
(path: string)
src/hooks/useStep.tsx:17
↓ 1 callersFunctiongetRegister
()
src/components/EditableInput.tsx:12
↓ 1 callersFunctionhandleClick
()
src/components/ScrollWrapper.tsx:19
↓ 1 callersFunctionhandleSubmit
(e: React.FormEvent)
app/deployment/step/chain-type/page.tsx:24
↓ 1 callersFunctionhighlightElement
(element: HTMLElement)
src/components/ScrollWrapper.tsx:12
↓ 1 callersFunctionremoveFields
(obj: any, fieldsToRemove: string[])
src/hooks/useConfigDownloads.tsx:86
↓ 1 callersFunctionremoveNestedFields
(obj: any)
src/hooks/useConfigDownloads.tsx:99
↓ 1 callersFunctionremoveWallet
(index: number)
src/components/WalletAddressManager.tsx:64
↓ 1 callersFunctionupdateLocalStorage
(data: NodeConfig, l3config: L3Config)
src/utils/localStorageHandler.ts:5
↓ 1 callersFunctionuseIsMounted
()
src/hooks/useIsMounted.tsx:6
FunctionAnyTrustInfoPanel
()
app/deployment/step/chain-type/page.tsx:75
FunctionAppSidebar
()
src/components/AppSidebar.tsx:11
FunctionBackButton
({ isLoading })
src/components/BackButton.tsx:9
FunctionBlockExplorerLink
({ href, children }: { href: string; children: React.ReactNode })
src/components/DeploymentSummary.tsx:10
FunctionCard
({ children, cardType = 'div', showExternalLinkArrow, ...props }: PropsWithChildren<CardPropsWithAnaly
src/components/Card.tsx:40
FunctionChainTypeInfoPanel
({ header, description, dataAvailabilityLayer, gasFee, exampleChain, logo, }: { header: string;
src/components/ChainTypeInfoPanel.tsx:1
FunctionChainTypePage
()
app/deployment/step/chain-type/page.tsx:13
FunctionChainTypePicker
({ selectedChainType, onClick, chainType, label, description, })
src/components/ChainTypePicker.tsx:12
FunctionCodeComponent
({ fileName, dataToDownload, dataToDisplay, })
src/components/CodeComponent.tsx:13
FunctionCodeSnippet
({ code }: { code: string })
app/deployment/step/deploy-local/page.tsx:13
FunctionCustomAvatar
({ address, ensImage, size })
src/components/CustomAvatar.tsx:15
FunctionCustomBoringAvatar
({ size, name }: { size: number; name?: string })
src/components/CustomAvatar.tsx:5
FunctionCustomConnectButton
()
src/components/ConnectMenuItem.tsx:6
FunctionDeployLocallyPage
()
app/deployment/step/deploy-local/page.tsx:42
FunctionDeploymentPageContextProvider
({ children }: { children: React.ReactNode })
src/components/DeploymentPageContext.tsx:136
FunctionDeploymentPageWithContext
({ children }: PropsWithChildren)
app/deployment/layout.tsx:6
FunctionDeploymentSummary
()
src/components/DeploymentSummary.tsx:23
FunctionDocsPanel
()
src/components/DocsPanel.tsx:22
FunctionDocsPanelItem
({ id, title, children, }: PropsWithChildren<{ id: string; title: string; }>)
src/components/DocsPanel.tsx:3
FunctionDownloadPage
()
app/deployment/step/download/page.tsx:9
FunctionEditableInput
({ register, ...props }: EditableInputProps)
src/components/EditableInput.tsx:11
FunctionExternalLink
({ children, ...props }: React.AnchorHTMLAttributes<HTMLAnchorElement>)
src/components/ExternalLink.tsx:1
FunctionExternalLinkArrow
()
src/components/Card.tsx:36
FunctionGasTokenInput
(props: { setTokenDecimals: Dispatch<SetStateAction<number>> })
src/components/GasTokenInput.tsx:16
FunctionInfoCircleWithTooltip
({ href, infoText })
src/components/InfoCircleWithTooltip.tsx:8
FunctionInfoPage
()
app/deployment/page.tsx:7
FunctionKeysetPage
()
app/deployment/step/keyset/page.tsx:16
FunctionLaunchPage
(params: OptionalOrbitPageParams)
app/page.tsx:45
FunctionMobileAppSidebar
()
src/components/MobileAppSidebar.tsx:7
FunctionNextButton
({ className, onClick, isLoading })
src/components/NextButton.tsx:19
FunctionProviders
({ children }: PropsWithChildren)
src/components/Providers.tsx:33
FunctionRaasProviderCard
({ name, description, caption, link, logo, }: { name: string; description: string; caption: st
src/components/RaasProviderCard.tsx:4
FunctionRaasProviderGrid
()
src/components/RaasProviderGrid.tsx:3
FunctionRaasProvidersPage
()
app/deployment/step/raas/page.tsx:5
FunctionRemovableInput
({ placeholder, register, onRemove, error, })
src/components/RemovableInput.tsx:12
FunctionResetButton
({ className })
src/components/ResetButton.tsx:12
FunctionRollupConfigPage
()
app/deployment/step/configure/page.tsx:52
FunctionRollupInfoPanel
()
app/deployment/step/chain-type/page.tsx:93
FunctionRootLayout
({ children }: { children: React.ReactNode })
app/layout.tsx:39
FunctionScrollWrapper
({ anchor, children, className, }: PropsWithChildren<{ anchor?: string; className?: string }>)
src/components/ScrollWrapper.tsx:7
FunctionStepLayout
({ children }: PropsWithChildren)
app/deployment/step/layout.tsx:16
FunctionStepTitle
({ children, className, }: PropsWithChildren<{ className?: string; }>)
src/components/StepTitle.tsx:4
FunctionStepper
()
src/components/Stepper.tsx:7
FunctionStepperStep
({ step, index }: { step: Step; index: number })
src/components/Stepper.tsx:20
FunctionTextInputWithInfoLink
(props: TextInputWithInfoLinkProps)
src/components/TextInputWithInfoLink.tsx:14
FunctionWalletAddressManager
({ fieldName, label, maxAddresses = 16, }: WalletAddressManagerProps)
src/components/WalletAddressManager.tsx:26
FunctionWrongChainAlert
()
src/components/WrongChainAlert.tsx:1
FunctionaddWallet
()
src/components/WalletAddressManager.tsx:57
FunctioncaptureEventOnClick
(e: any)
src/components/Card.tsx:53
FunctioncheckScrollPosition
()
src/components/DocsPanel.tsx:33
FunctiondownloadL3Config
()
src/hooks/useConfigDownloads.tsx:58
FunctiondownloadRollupConfig
()
src/hooks/useConfigDownloads.tsx:56
FunctiongenerateMetadata
()
app/page.tsx:21
FunctionhandleChainTypeChange
(newChainType: ChainType)
app/deployment/step/chain-type/page.tsx:19
FunctionhandleMouseEnter
()
src/components/InfoCircleWithTooltip.tsx:11
FunctionhandleMouseLeave
()
src/components/InfoCircleWithTooltip.tsx:12
FunctionhandleSelectChange
(event: ChangeEvent<HTMLSelectElement>)
src/components/GasTokenInput.tsx:66
FunctionhandleSubmit
(e: React.FormEvent)
app/deployment/step/keyset/page.tsx:23
FunctionisUserRejectedError
(error: any)
src/utils/isUserRejectedError.ts:1
FunctiononSubmit
(updatedRollupConfig: RollupConfigFormValues)
app/deployment/step/configure/page.tsx:91
Functionreducer
( state: DeploymentPageContextState, action: DeploymentPageContextAction, )
src/components/DeploymentPageContext.tsx:99
Functionreset
()
src/components/ResetButton.tsx:17
next →1–100 of 103, ranked by callers