diff --git a/apps/circuit-compiler/src/app/components/configurations.tsx b/apps/circuit-compiler/src/app/components/configurations.tsx index d7d0e91eecb..c29460aa41b 100644 --- a/apps/circuit-compiler/src/app/components/configurations.tsx +++ b/apps/circuit-compiler/src/app/components/configurations.tsx @@ -6,7 +6,7 @@ export function Configurations ({primeValue, setPrimeValue, versionValue}: Confi return (
-
+
@@ -20,7 +20,7 @@ export function Configurations ({primeValue, setPrimeValue, versionValue}: Confi circuitApp.dispatch({ type: 'SET_EXPORT_VERIFIER_CALLDATA', payload: !circuitApp.appState.exportVerifierCalldata })} checked={circuitApp.appState.exportVerifierCalldata} /> -
@@ -30,7 +30,7 @@ export function GenerateProof () { data-id="generateProofBtn" > - + diff --git a/apps/circuit-compiler/src/app/components/setupExports.tsx b/apps/circuit-compiler/src/app/components/setupExports.tsx index 2d42bb520f0..614380dd0aa 100644 --- a/apps/circuit-compiler/src/app/components/setupExports.tsx +++ b/apps/circuit-compiler/src/app/components/setupExports.tsx @@ -11,14 +11,14 @@ export function SetupExports () { return (
-
+
-
+
circuitApp.dispatch({ type: 'SET_PROVING_SCHEME', payload: 'groth16' })} @@ -26,14 +26,14 @@ export function SetupExports () { checked={circuitApp.appState.provingScheme === 'groth16'} readOnly /> -
-
+
circuitApp.dispatch({ type: 'SET_PROVING_SCHEME', payload: 'plonk' })} @@ -41,12 +41,12 @@ export function SetupExports () { checked={circuitApp.appState.provingScheme === 'plonk'} readOnly /> -
-
+
@@ -59,7 +59,7 @@ export function SetupExports () {
circuitApp.dispatch({ type: 'SET_EXPORT_VERIFICATION_CONTRACT', payload: !circuitApp.appState.exportVerificationContract })} checked={circuitApp.appState.exportVerificationContract} /> -
-
+
circuitApp.dispatch({ type: 'SET_EXPORT_VERIFICATION_KEY', payload: !circuitApp.appState.exportVerificationKey })} checked={circuitApp.appState.exportVerificationKey} /> -
diff --git a/apps/circuit-compiler/src/app/components/setupExportsBtn.tsx b/apps/circuit-compiler/src/app/components/setupExportsBtn.tsx index a1bfdc76910..cb4a43d41ae 100644 --- a/apps/circuit-compiler/src/app/components/setupExportsBtn.tsx +++ b/apps/circuit-compiler/src/app/components/setupExportsBtn.tsx @@ -12,7 +12,7 @@ export function SetupExportsBtn ({ handleRunSetup, status }: { handleRunSetup: ( placement="auto" tooltipId="overlay-tooltip-compile" tooltipText={ -
+
Click to setup and export verification keys
@@ -21,7 +21,7 @@ export function SetupExportsBtn ({ handleRunSetup, status }: { handleRunSetup: ( >
- +
diff --git a/apps/circuit-compiler/src/app/components/toggler.tsx b/apps/circuit-compiler/src/app/components/toggler.tsx index ec90a231a8d..77de1ee1f95 100644 --- a/apps/circuit-compiler/src/app/components/toggler.tsx +++ b/apps/circuit-compiler/src/app/components/toggler.tsx @@ -26,9 +26,9 @@ export function Toggler ({ children, title, dataId, show = false, icon, iconTool tooltipClasses="text-nowrap" tooltipText={iconTooltip} > - + ) : - : null } + : null }
diff --git a/apps/circuit-compiler/src/app/components/versions.tsx b/apps/circuit-compiler/src/app/components/versions.tsx index 959f7c68992..9a7273c27c3 100644 --- a/apps/circuit-compiler/src/app/components/versions.tsx +++ b/apps/circuit-compiler/src/app/components/versions.tsx @@ -13,7 +13,7 @@ export function VersionList ({ currentVersion, versionList, downloadList, setVer
- + { versionListKeys.reverse().map((version, index) => ( { @@ -21,12 +21,12 @@ export function VersionList ({ currentVersion, versionList, downloadList, setVer }}>
- + { isElectron() ? versionList[version].name.replace('wasm', '') : versionList[version].name }
- { isElectron() ? downloadList.includes(version) ?
:
: null } + { isElectron() ? downloadList.includes(version) ?
:
: null }
)) diff --git a/apps/circuit-compiler/src/app/components/witness.tsx b/apps/circuit-compiler/src/app/components/witness.tsx index dd40b9b2d0d..179bb5d160d 100644 --- a/apps/circuit-compiler/src/app/components/witness.tsx +++ b/apps/circuit-compiler/src/app/components/witness.tsx @@ -41,7 +41,7 @@ export function WitnessSection () { <> { signalInputs.map((input, index) => ( -
+
@@ -49,16 +49,16 @@ export function WitnessSection () {
)) } -
+
{ dispatch({ type: 'SET_EXPORT_WTNS_JSON', payload: !exportWtnsJson }) }} checked={exportWtnsJson} /> -
@@ -69,7 +69,7 @@ export function WitnessSection () { data-id="compute_witness_btn" > - + diff --git a/apps/contract-verification/src/app/components/AccordionReceipt.tsx b/apps/contract-verification/src/app/components/AccordionReceipt.tsx index 944cc370463..fb9ed49b78c 100644 --- a/apps/contract-verification/src/app/components/AccordionReceipt.tsx +++ b/apps/contract-verification/src/app/components/AccordionReceipt.tsx @@ -51,34 +51,34 @@ export const AccordionReceipt: React.FC = ({ contract, in
- Chain: + Chain: {chainName} ({contract.chainId})
- File: + File: {contract.filePath}
- Submitted at: + Submitted at: {new Date(contract.date).toLocaleString()}
- Verified at: + Verified at:
{hasProxy && ( <>
- Proxy Address: + Proxy Address: {shortenAddress(contract.proxyAddress)}
- Proxy verified at: + Proxy verified at:
@@ -102,7 +102,7 @@ const ReceiptsBody = ({ receipts }: { receipts: VerificationReceipt[] }) => { tooltipTextClasses="text-capitalize" tooltipText={`Status: ${receipt.status}${receipt.message ? `, Message: ${receipt.message}` : ''}`} > - + {['verified', 'partially verified', 'already verified'].includes(receipt.status) ? : receipt.status === 'fully verified' ? @@ -117,11 +117,11 @@ const ReceiptsBody = ({ receipts }: { receipts: VerificationReceipt[] }) => {
- {receipt.verifierInfo.name} + {receipt.verifierInfo.name} -
+
{!!receipt.lookupUrl && receipt.verifierInfo.name === 'Blockscout' ? - : + : !!receipt.lookupUrl && }
diff --git a/apps/contract-verification/src/app/components/ConfigInput.tsx b/apps/contract-verification/src/app/components/ConfigInput.tsx index 9adb073f196..7fabf08d71f 100644 --- a/apps/contract-verification/src/app/components/ConfigInput.tsx +++ b/apps/contract-verification/src/app/components/ConfigInput.tsx @@ -42,7 +42,7 @@ export const ConfigInput: React.FC = ({ label, id, secret, ini
= ({ label, id, secret, ini { enabled ? ( <> - - diff --git a/apps/contract-verification/src/app/components/ConstructorArguments.tsx b/apps/contract-verification/src/app/components/ConstructorArguments.tsx index db7d81fe94e..800880ae350 100644 --- a/apps/contract-verification/src/app/components/ConstructorArguments.tsx +++ b/apps/contract-verification/src/app/components/ConstructorArguments.tsx @@ -110,9 +110,9 @@ export const ConstructorArguments: React.FC = ({ abiE return (
-
- setToggleRawInput(!toggleRawInput)} /> -