Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: use the right contract address when initializing ToposCore
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan committed Dec 28, 2023
1 parent 7357ece commit a35e796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-topos-msg-protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const main = async function (...args: string[]) {
)

const toposCoreConnectedToSequencer = ToposCore__factory.connect(
toposCoreAddress,
toposCoreProxyAddress,
sequencerWallet
)
const adminThreshold = 1
Expand Down

0 comments on commit a35e796

Please sign in to comment.