Skip to content

Commit

Permalink
rerouting to original superchain
Browse files Browse the repository at this point in the history
  • Loading branch information
GWSzeto committed Dec 11, 2024
1 parent 429d10c commit 97b4d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export function DataTable({
// set superchain bridge address
else if (showSuperchainBridgeFieldset(paramNames)) {
returnVal.superchainBridge =
"0x4200000000000000000000000000000000000010"; // OP Superchain Bridge
"0x4200000000000000000000000000000000000000"; // OP Superchain Bridge
}

acc[mod.name] = returnVal;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ export const CustomContractForm: React.FC<CustomContractFormProps> = ({
deployMetadata: m,
initializeParams:
m.name === "SuperChainInterop"
? { superchainBridge: "0x4200000000000000000000000000000000000010" }
? { superchainBridge: "0x4200000000000000000000000000000000000000" }
: params.moduleData[m.name],
}));

Expand Down

0 comments on commit 97b4d93

Please sign in to comment.