Skip to content

Commit

Permalink
return 'convertedAmounts' from migrate(address[] calldata _avatars, u…
Browse files Browse the repository at this point in the history
…int256[] calldata _amounts, IHubV2 _hubV2)
  • Loading branch information
jaensen committed Mar 6, 2024
1 parent d8dd853 commit 7c40480
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/migration/Migration.sol
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ contract Migration {

// mint the converted amount of v2 Circles
_hubV2.migrate(msg.sender, _avatars, convertedAmounts);

return convertedAmounts;
}

// Public functions
Expand Down

0 comments on commit 7c40480

Please sign in to comment.