Skip to content

Commit

Permalink
chore: add logs for new token manager deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
blockchainguyy committed Nov 8, 2023
1 parent 67e52c0 commit 200f3f1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ const addToProjectFn = async (context, event) => {
const deployedAddress = '0x' + logs[index].data.substring(26, 66);
const name = `TokenManager-${context.metadata.getNetwork()}-${deployedAddress}`;

console.log(`New TokenManager deployed for chain ${context.metadata.getNetwork()} at address ${deployedAddress}`);

contracts.push({
address: deployedAddress,
display_name: name,
Expand Down

0 comments on commit 200f3f1

Please sign in to comment.