We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697c0dd commit 8fa1eaaCopy full SHA for 8fa1eaa
deploy/0_deploy.ts
@@ -251,7 +251,7 @@ async function getOrDeployRlc(
251
await Ownable__factory.connect(rlcAddress, deployer)
252
.transferOwnership(ownerAddress)
253
.then((tx) => tx.wait());
254
- console.log(`Ownership of RLC token transferred to: ${deployer.address}`);
+ console.log(`Ownership of RLC token transferred to: ${ownerAddress}`);
255
}
256
257
await deployments.save('RLC', {
0 commit comments