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

Commit

Permalink
chore: allow the sequencer key to register subnets
Browse files Browse the repository at this point in the history
Signed-off-by: Jawad Tariq <[email protected]>
  • Loading branch information
JDawg287 committed Sep 8, 2023
1 parent c3c6163 commit 69448cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/register-subnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const main = async function (...args: string[]) {
process.exit(1)
}

const wallet = new Wallet(toposDeployerPrivateKey, provider)
const wallet = new Wallet(sequencerPrivateKey, provider)

const contract = new Contract(
subnetRegistratorAddress,
Expand Down

0 comments on commit 69448cd

Please sign in to comment.