Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 4b75b20

Browse files
committed
fix: console
1 parent 11d6d36 commit 4b75b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/market/upgrade.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default task("market:upgrade", "Upgrades a market's implementation")
5252
throw `Failed set implementation to ${implementationAddress}`;
5353
}
5454
console.log(
55-
`Implementation successfully set to ${implementationAddress} with plugin ${await cTokenInstance.read.plugin()}`
55+
`Implementation successfully set to ${implementationAddress} with plugin ${await cTokenInstance.read.plugin()}: ${setImplementationTx}`
5656
);
5757
});
5858

0 commit comments

Comments
 (0)