Skip to content

Commit

Permalink
Add delegateOwnerWallet to CN register (#3645)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheran-senthil authored Aug 5, 2022
1 parent 358012d commit 907ffe9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion creator-node/scripts/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ async function main() {
}
}

const tx = await audiusLibs.ethContracts.ServiceProviderFactoryClient.register(
const tx = await audiusLibs.ethContracts.ServiceProviderFactoryClient.registerWithDelegate(
"content-node",
config.get("creatorNodeEndpoint"),
new BN("200000000000000000000000"),
config.get("delegateOwnerWallet"),
);
}

Expand Down

0 comments on commit 907ffe9

Please sign in to comment.