Skip to content

Commit

Permalink
Rename again
Browse files Browse the repository at this point in the history
  • Loading branch information
vtleonardo committed Aug 19, 2022
1 parent a53bba8 commit 29bbaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/contracts/BToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ contract BToken is
constructor() ImmutableFactory(msg.sender) ImmutableDistribution() {}

function initialize() public onlyFactory initializer {
__ERC20_init("AliceNet Gas Token", "ALCB");
__ERC20_init("AliceNet Utility Token", "ALCB");
}

/// Distributes the yields of the BToken sale to all stakeholders
Expand Down

0 comments on commit 29bbaaa

Please sign in to comment.