Skip to content

Commit 97b4d93

Browse files
committed
rerouting to original superchain
1 parent 429d10c commit 97b4d93

File tree

2 files changed

+2
-2
lines changed
  • apps/dashboard/src

2 files changed

+2
-2
lines changed

apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/cross-chain/data-table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export function DataTable({
187187
// set superchain bridge address
188188
else if (showSuperchainBridgeFieldset(paramNames)) {
189189
returnVal.superchainBridge =
190-
"0x4200000000000000000000000000000000000010"; // OP Superchain Bridge
190+
"0x4200000000000000000000000000000000000000"; // OP Superchain Bridge
191191
}
192192

193193
acc[mod.name] = returnVal;

apps/dashboard/src/components/contract-components/contract-deploy-form/custom-contract.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ export const CustomContractForm: React.FC<CustomContractFormProps> = ({
460460
deployMetadata: m,
461461
initializeParams:
462462
m.name === "SuperChainInterop"
463-
? { superchainBridge: "0x4200000000000000000000000000000000000010" }
463+
? { superchainBridge: "0x4200000000000000000000000000000000000000" }
464464
: params.moduleData[m.name],
465465
}));
466466

0 commit comments

Comments
 (0)